! version 12.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname Router ! ! ! ! ! ! ! ! crypto isakmp policy 10 encr 3des authentication pre-share group 2 ! crypto isakmp key viser address 92.93.94.95 ! ! crypto ipsec transform-set EXP_TS esp-aes esp-sha-hmac ! crypto map IPSEC_MAP 10 ipsec-isakmp ! Incomplete set peer 92.93.94.95 set transform-set EXP_TS match address 100 ! ! ! ! ! ! ! ! ! interface FastEthernet0/0 ip address 102.103.104.105 255.255.255.0 duplex auto speed auto crypto map IPSEC_MAP ! interface FastEthernet0/1 ip address 192.168.1.1 255.255.255.0 duplex auto speed auto ! interface Vlan1 no ip address shutdown ! ip classless ! ! ! ! ! ! ! line con 0 line vty 0 4 login ! ! ! end