User Access Verification Password: router>en Password: router#sh star router#sh startup-config Using 1771 out of 129016 bytes ! version 12.3 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname router ! boot-start-marker boot-end-marker ! ! no aaa new-model ip subnet-zero ! ! ip domain name ya.com ip name-server 203.196.12.30 ip name-server 203.196.12.42 ! ip audit notify log ip audit po max-events 100 no ftp-server write-enable ! ! ! crypto isakmp policy 1 hash md5 authentication pre-share crypto isakmp key cisco123 address 72.16.191.162 ! crypto ipsec security-association lifetime seconds 86400 ! crypto ipsec transform-set rtpset esp-des esp-md5-hmac ! crypto map rtp 1 ipsec-isakmp set peer 72.16.191.162 set transform-set rtpset match address 115 ! ! ! ! interface Ethernet2/0 description router Lan connection ip address 192.168.1.1 255.255.255.0 ip nat inside half-duplex crypto map rtp ! interface Ethernet2/1 description WAN Connection to Foreign Router ip address 59.168.139.114 255.255.255.252 ip nat outside no ip route-cache half-duplex crypto map rtp ! interface Ethernet3/0 no ip address shutdown half-duplex ! interface Ethernet3/1 no ip address shutdown half-duplex ! ip nat inside source route-map nonat interface Ethernet2/1 overload no ip http server no ip http secure-server ip classless ip route 0.0.0.0 0.0.0.0 59.168.139.113 ! ! access-list 110 deny ip 192.168.1.0 0.0.0.255 192.168.100.0 0.0.0.255 access-list 110 permit ip 192.168.1.0 0.0.0.255 any access-list 115 permit ip 192.168.1.0 0.0.0.255 192.168.100.0 0.0.0.255 ! route-map nonat permit 10 match ip address 110 ! ! ! ! line con 0 line aux 0 line vty 0 4 transport input all ! ! ! end mumbai_router#