Test_VPN_center#sho run Building configuration... Current configuration : 2034 bytes ! version 12.3 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Test_VPN_center ! boot-start-marker boot-end-marker ! logging buffered 10000 debugging enable secret 5 xxxxxxxxx ! aaa new-model ! ! aaa authentication login userlist local aaa authorization network grouplist local ! aaa session-id common ! resource policy ! no network-clock-participate wic 0 ip subnet-zero ! ! ip cef no ip dhcp use vrf connected ! ! no ip ips deny-action ips-interface no ip domain lookup ! no ftp-server write-enable ! ! ! username xxxx privilege 15 password 0 yyyyy ! ! controller E1 0/0/0 ! ! crypto isakmp policy 10 encr 3des hash md5 authentication pre-share group 2 crypto isakmp keepalive 10 no crypto isakmp ccm ! crypto isakmp client configuration group vpngroup key vpncisco ! ! crypto ipsec transform-set myset esp-3des esp-md5-hmac ! crypto dynamic-map mydynmap 1 set transform-set myset ! ! crypto map VPN client authentication list userlist crypto map VPN isakmp authorization list grouplist crypto map VPN 10 ipsec-isakmp dynamic mydynmap ! ! ! ! interface Loopback1 ip address 10.179.254.1 255.255.255.0 ! interface FastEthernet0/0 description to Pelephone LAN ip address 10.89.22.100 255.255.255.0 duplex full speed 100 ! interface FastEthernet0/1 description vpn peer interface ip address 10.89.10.100 255.255.255.0 duplex full speed 100 crypto map VPN ! interface Serial0/2/0 no ip address shutdown clockrate 2000000 ! interface Serial0/2/1 no ip address shutdown clockrate 2000000 ! ip classless ip route 0.0.0.0 0.0.0.0 10.89.22.1 ip route 10.177.7.0 255.255.255.0 10.89.10.70 ip route 10.178.7.0 255.255.255.0 10.89.10.70 ip route 10.180.250.203 255.255.255.255 10.89.10.12 ! ip http server no ip http secure-server ! access-list 100 permit ip 10.177.7.0 0.0.0.255 any access-list 101 permit ip any any ! ! control-plane ! ! ! line con 0 line aux 0 line vty 0 4 password xxxxx ! scheduler allocate 20000 1000 ! end Test_VPN_center#