Yes you can load balance using static routes. Lets take for example a router
that has
1 ethernet int (1.1.1.1) ------> to Local LAN
1 serial int (2.2.2.2) ------> to WEB
1 serial int (3.3.3.3) ------> to WEB

in the above scenario if u want to load balance across both the serial
links, type in the following command
ip route 1.1.1.0 255.255.255.0 2.2.2.2
ip route 1.1.1.0 255.255.255.0 3.3.3.3

C ya,
Santosh


""norsyam ariffin"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> Could we do a load balancing by using static routing?
>
> Thanks.
>
> Syam
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> _________________________________
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>


_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to