You are on page 1of 5

! version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Router !

boot system flash:c3620-ik9s-mz.122-5.bin enable password xxxxxx ! ip subnet-zero ! ! ! ip ssh time-out 120 ip ssh authentication-retries 3 ! crypto isakmp policy 1 encr 3des hash md5 authentication pre-share group 2 crypto isakmp key xxxxxx address 212.212.212.212 ! ! crypto ipsec transform-set 3DES-MD5 esp-3des esp-md5-hmac ! crypto map TEST 1 ipsec-isakmp set peer 212.212.212.212 set transform-set 3DES-MD5 set pfs group2 match address 101 ! call rsvp-sync ! ! ! ! ! ! ! ! interface Ethernet0/0 no ip address shutdown half-duplex ! interface Ethernet0/1 ip address 192.168.10.1 255.255.255.0

half-duplex ! interface Ethernet0/2 no ip address shutdown half-duplex ! interface Ethernet0/3 no ip address shutdown half-duplex ! interface Ethernet1/0 ip address 212.212.212.211 255.255.255.0 half-duplex crypto map TEST ! ip classless ip route 0.0.0.0 0.0.0.0 212.212.212.212 ip http server ip pim bidir-enable ! access-list 101 permit ip 192.168.10.0 0.0.0.255 host 212.212.212.212 access-list 101 permit ip 192.168.10.0 0.0.0.255 192.168.2.0 0.0.0.255 ! dial-peer cor custom ! ! ! ! ! line con 0 line aux 0 line vty 0 4 password xxxxxx login ! end

You might also like