VPN_A#show run Building configuration... Current configuration : 1779 bytes ! ! Last configuration change at 17:56:35 UTC Tue Nov 27 2007 ! NVRAM config last updated at 18:02:38 UTC Tue Nov 27 2007 ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname VPN_A ! boot-start-marker boot-end-marker ! logging buffered 4096 debugging ! no aaa new-model memory-size iomem 5 ip cef ! ! ! ! ip domain name cisco.com ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! crypto pki trustpoint myca enrollment url http://192.168.1.100:80 usage ike serial-number ip-address 10.0.0.1 query certificate revocation-check crl ! ! crypto pki certificate chain myca certificate 08 query certificate ca 01 query fingerprint 70EF506A1CC5CC99D0DA57FB2FED8575 ! ! ip ssh version 2 ! ! crypto isakmp policy 10 encr 3des group 2 ! ! crypto ipsec transform-set default esp-3des esp-sha-hmac ! crypto map crypto_map 10 ipsec-isakmp set peer 10.0.0.2 set transform-set default match address 100 ! ! ! ! interface FastEthernet0/0 ip address 192.168.1.254 255.255.255.0 duplex auto speed auto ! interface FastEthernet0/1 no ip address shutdown duplex auto speed auto ! interface Serial1/0 ip address 10.0.0.1 255.255.255.252 serial restart-delay 0 crypto map crypto_map ! interface Serial1/1 no ip address shutdown serial restart-delay 0 ! interface Serial1/2 no ip address shutdown serial restart-delay 0 ! interface Serial1/3 no ip address shutdown serial restart-delay 0 ! ip forward-protocol nd ip route 0.0.0.0 0.0.0.0 Serial1/0 ! ! ip http server no ip http secure-server ! access-list 100 permit ip 192.168.1.0 0.0.0.255 host 10.10.10.10 ! ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! line con 0 line aux 0 line vty 0 4 login ! ntp clock-period 17179882 ntp server 192.168.1.100 ! end VPN_A#