  zaky
| reply to tildeleb Re: 2 ISP on 2 Interface
Thanks for your reply. Given below is my config kindly suggest me the appropriate corrections.
interface GigabitEthernet0/0 description LAN ip address 255.255.255.0 ip nat inside ip virtual-reassembly ip policy route-map PBR_Traffic duplex auto speed auto ! interface GigabitEthernet0/1 description Sify ISP ip address ip nat outside ip virtual-reassembly duplex auto speed auto ! interface Serial0/0/0 no ip address shutdown ! interface FastEthernet0/1/0 description Airtel_Testing ip address ip nat outside ip virtual-reassembly duplex auto speed auto ! ip forward-protocol nd ip route 0.0.0.0 0.0.0.0 FastEthernet0/1/0 ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/1 10 no ip http server no ip http secure-server ! ! ip nat inside source route-map ISP1 interface FastEthernet0/1/0 overload ip nat inside source route-map ISP2 interface GigabitEthernet0/1 overload ! ip access-list extended Interesting_Traffic permit udp any any eq 4569 permit udp any any eq 5004 permit udp any any eq 5036 permit udp any any eq 5060 permit ip host any permit ip any host permit udp any any eq 443 permit ip any host deny ip any any ip access-list extended LAN permit ip 0.0.0.255 any ! ! ! ! route-map PBR_Traffic permit 10 match ip address Interesting_Traffic set interface GigabitEthernet0/1 FastEthernet0/1/0 ! route-map ISP2 permit 10 match ip address LAN set ip next-hop ! route-map ISP1 permit 10 match ip address LAN set ip next-hop
Regards, |