sh run Building configuration... Current configuration: ! version 12.1 no service pad service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname RTR1-INTER ! no logging console enable password ! username xxxxxx password ! ! ! memory-size iomem 25 ip subnet-zero no ip source-route no ip finger no ip domain-lookup ip name-server xxx.xxx.xxx.xx ip name-server xxx.xxx.xxx.xx ! no ip bootp server ! ! interface Serial0 description "INTERNET LEASED CIRCUIT 2 Mbps-4554758558558225" ip address 200.100.132.142 255.255.255.252 ip nat outside encapsulation ppp no cdp enable ! interface Serial1 description "INTERNET LEASED CIRCUIT 2 Mbps-4554758558558224" ip address 200.100.132.146 255.255.255.252 ip nat outside encapsulation ppp no cdp enable ! interface FastEthernet0 description ****Local Segement ******* ip address 172.16.13.1 255.255.255.0 no ip redirects no ip unreachables no ip proxy-arp ip nat inside speed 100 no cdp enable ! ip nat pool NET-POOL1 45.222.48.17 45.222.48.22 netmask 255.255.255.248 ip nat pool NET-POOL2 45.222.48.25 45.222.48.30 netmask 255.255.255.248 ip nat inside source route-map MAP-POOL1 pool NET-POOL1 overload ip nat inside source route-map MAP-POOL2 pool NET-POOL2 overload ip classless ip route 0.0.0.0 0.0.0.0 Serial0 ip route 0.0.0.0 0.0.0.0 Serial1 no ip http server ! access-list 111 permit ip 172.16.13.0 0.0.0.255 any log access-list 112 permit ip 172.16.13.0 0.0.0.255 any log no cdp run route-map MAP-POOL1 permit 10 match ip address 111 set ip next-hop 200.100.132.141 ! route-map MAP-POOL2 permit 10 match ip address 112 set ip next-hop 200.100.132.145 ! banner motd ^C ^C ! line con 0 exec-timeout 5 0 password login local transport input none line aux 0 line vty 0 4 password login local ! no scheduler allocate end