cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
378
Views
0
Helpful
6
Replies

Internet Conection

ricardo-morales
Level 1
Level 1

i have a router 2600 conect to the internet with to ISP, when one fail the others start work and so.

I want to configure to work the both together with balancig.

After the router we have a ISA Server and his internal address use a NAT to get out. Some one can suggest something.

6 Replies 6

amit-singh
Level 8
Level 8

Hi Ricardo,

If you have 2 ISP's coming on a single router, you can use policy based routing and NAT to acheive to send traffic over both the links.

You have to segregate the traffic over these two links. i.e Either based on few inside networks or the traffic that is originating from your network you can load-balance the traffic over the links. For example you can segregate the traffic based on few vlans i.e. vlan1 and vlan2 will use the ISP1 link and vlan3 and vlan4 will use the ISP2 link.

Another example, use ISP1 link for FTP and mail traffic and other link for internet traffic.Use PBR to acheive this and then use NAT on the router to enable the natting.

http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fqos_c/fqcprt1/qcfpbr.htm

http://www.cisco.com/en/US/tech/tk648/tk361/technologies_configuration_example09186a0080093f8e.shtml

HTH, Please rate if it does.

-amit singh

Wilson Samuel
Level 7
Level 7

Hi,

I agree with Amit, actually if you have a dual link to Internet, its kind of a difficult to achieve the true load-balancing and load-sharing effect without a specialized device (e.g. F5 or Radware Linkproof).

The easiest way to achieve this would be to have your Source Traffic split into two and based on the PBR you can achieve the Load Sharing effect.

If you require any further information, please feel free to get back to us.

Regards,

Wilson Samuel

thanks Samuel

If you can post for me an example for config.

You can do something like this

considering you have 2 subnets 172.16.100.0/24 & 172.16.200.0/24

route-map ISP 2 permit 1

match ip address 111

set ip next-hop

apply the route map to the incoming interface

access-list 111 permit ip 172.16.200.0 0.0.0.255 any

ip route 0.0.0.0 0.0.0.0

Create a NAT pool and apply it on the interfaces

HTH, rate if it does

Narayan

jj-zhou
Level 1
Level 1

Hi ricardo:

the cisco have a feature named oer, I think that is more better to solve your question, the oer can balance inbound and outbound traffic by many useful parament.

hope it help.

http://www.cisco.com/en/US/partner/netsol/ns471/networking_solutions_white_paper0900aecd80243f70.shtml

http://www.cisco.com/en/US/products/ps6628/products_ios_protocol_option_home.html

hi i atach my config...

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card