Current configuration : 1413 bytes ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Port_AA ! boot-start-marker boot-end-marker ! enable password cisco ! no aaa new-model dot11 syslog ip cef ! ! ! ! ! multilink bundle-name authenticated ! ! ! ! archive log config hidekeys ! ! crypto isakmp policy 1 encr 3des hash md5 authentication pre-share group 2 crypto isakmp key cisco address 192.168.1.232 crypto isakmp keepalive 10 ! crypto ipsec security-association lifetime seconds 28800 ! crypto ipsec transform-set centre esp-3des esp-md5-hmac ! crypto map abcmap 3 ipsec-isakmp set peer 192.168.1.232 set transform-set centre match address l2l_list ! ! ! ! ! ! interface FastEthernet0/0 ip address 196.1.1.4 255.255.255.0 duplex auto speed auto crypto map abcmap ! interface FastEthernet0/1 ip address 131.223.124.230 255.255.255.0 duplex auto speed auto ! interface FastEthernet0/1/0 no ip address shutdown shutdown duplex auto speed auto ! ip forward-protocol nd ip route 0.0.0.0 0.0.0.0 196.1.1.1 ip route 0.0.0.0 0.0.0.0 FastEthernet0/0 ip route 128.223.125.0 255.255.255.0 196.1.1.1 ! ! ip http server no ip http secure-server ! ip access-list extended l2l_list permit ip 131.223.124.0 0.0.0.255 128.223.125.0 0.0.0.255 ! ! ! ! ! control-plane ! ! line con 0 line aux 0 line vty 0 4 password cisco login ! scheduler allocate 20000 1000 end Port_AA#