- Posts: 2
- Thank you received: 0
Two Internet leased line config at the same router?
- karthikeyan1982
- Topic Author
- Offline
- New Member
Less
More
15 years 7 months ago #30460
by karthikeyan1982
--
Thanks and Regards,
KR
mailto: gk.brothers@yahoo.com
We already to have the ISP leased line, its 512kpbs is 1:2 dedicated the line still using that internet, One more We planned to take 1 mbps (wimax) is the dedicated the leased line and we have to divide it into two parts.
1) How to configure in the router.
2) Both the connectivity to using at the same based on the (DNS) Ip setting.
Anyone can help to guide configure the router.
1) How to configure in the router.
2) Both the connectivity to using at the same based on the (DNS) Ip setting.
Anyone can help to guide configure the router.
--
Thanks and Regards,
KR
mailto: gk.brothers@yahoo.com
15 years 7 months ago #30470
by S0lo
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
Replied by S0lo on topic Re: Two Internet leased line config at the same router?
Not sure what your trying to do here
Two parts what? can you rephrase your question?
We planned to take 1 mbps (wimax) is the dedicated the leased line and we have to divide it into two parts.
Two parts what? can you rephrase your question?
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
- karthikeyan1982
- Topic Author
- Offline
- New Member
Less
More
- Posts: 2
- Thank you received: 0
15 years 7 months ago #30582
by karthikeyan1982
--
Thanks and Regards,
KR
mailto: gk.brothers@yahoo.com
Replied by karthikeyan1982 on topic two internet lease line using in the same cisco router?
two parts mean is like to two internet lease line connection using in the same cisco 2611 router.
i) Serial Interface - 512kbps
ii) Fast Ethernet - 1Mbps
Rgds
Karthikeyan
i) Serial Interface - 512kbps
ii) Fast Ethernet - 1Mbps
Rgds
Karthikeyan
--
Thanks and Regards,
KR
mailto: gk.brothers@yahoo.com
15 years 6 months ago #30623
by S0lo
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
Replied by S0lo on topic Re: Two Internet leased line config at the same router?
I as far as I know you can do that with some thing called load balancing. Packets are sent once using the serial interface and once using Fast Ethernet interface in a round robin fashion. So, one packet here, one packet there, and so on.
Basically, you have to define two default routes (instead of one) having the same distance metric. For example,
[code:1]Router(config)# ip route 0.0.0.0 0.0.0.0 <ip_of_ISP1>
Router(config)# ip route 0.0.0.0 0.0.0.0 <ip_of_ISP2>[/code:1]
However, there can be complications. For example, If your 2611 is doing NAT, then this will probably not work because remote servers/hosts will see your connections coming from two different IPs per connection. For a solution, check here: www.cisco.com/en/US/tech/tk648/tk361/tec...186a0080950834.shtml
Basically, you have to define two default routes (instead of one) having the same distance metric. For example,
[code:1]Router(config)# ip route 0.0.0.0 0.0.0.0 <ip_of_ISP1>
Router(config)# ip route 0.0.0.0 0.0.0.0 <ip_of_ISP2>[/code:1]
However, there can be complications. For example, If your 2611 is doing NAT, then this will probably not work because remote servers/hosts will see your connections coming from two different IPs per connection. For a solution, check here: www.cisco.com/en/US/tech/tk648/tk361/tec...186a0080950834.shtml
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
Time to create page: 0.123 seconds