Hello All,
I have an issue where I have a router with 2 Wan exit points. I have setup IPSLA to roll from a 3G connection to a Vsat connection if the 3G internet path is unavailable. All looks ok and I get reliable route updates in the route table for the failover. My issue is that the Nat overload route map is not operating correctly. When I roll from 3G to Vsat traffic flows ok. When the 3G come back online the route is re-entred into the route table but I get no traffic throughput. When I remove the Vsat Overload statement the traffic flows back out the 3G. Am I missing something? Any advise much appreciated
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.2.1 192.168.2.99
ip dhcp excluded-address 192.168.2.150 192.168.2.240
ip dhcp excluded-address 192.168.1.1 192.168.1.99
ip dhcp excluded-address 192.168.1.170 192.168.1.254
!
ip dhcp pool avnet
network 192.168.2.0 255.255.255.0
default-router 192.168.2.1
dns-server 192.168.2.1
domain-name X.local
lease 7
!
ip dhcp pool user_Media
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 192.168.1.1
domain-name X.local
lease 3
!
!
ip domain name X.local
ip name-server 192.168.15.1
ip name-server 8.8.8.8
!
multilink bundle-name authenticated
!
!
archive
log config
hidekeys
!
!
!
track 1 rtr 1 reachability
delay down 120
!
!
!
interface FastEthernet0
description Uplink to SW1
switchport mode trunk
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
description Uplink to Vsat
switchport access vlan 254
spanning-tree portfast
!
interface FastEthernet4
description Vsat
ip address 4.x.x.162 255.255.255.252
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface Vlan1
description User_Media_Network
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface Vlan254
description 3G router
ip address dhcp
ip nat outside
ip virtual-reassembly
!
ip route 0.0.0.0 0.0.0.0 172.16.4.1 track 1
ip route 0.0.0.0 0.0.0.0 4.x.x.161 100
ip route 8.8.4.4 255.255.255.255 172.16.4.1
!
!
ip nat inside source route-map 3G interface Vlan254 overload
ip nat inside source route-map Vsat interface FastEthernet4 overload
!
ip sla 1
icmp-echo 8.8.4.4 source-interface Vlan254
frequency 5
ip sla schedule 1 life forever start-time now
access-list 1 permit 192.168.0.0 0.0.255.255
!
!
!
route-map Vsat permit 1
match ip address 1
match interface FastEthernet4
!
route-map 3G permit 2
match ip address 1
match interface Vlan254
!
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
login
!
scheduler max-task-time 5000
!