You are on page 1of 2

Router# Router#sh run Building configuration... Current configuration : 1253 bytes ! version 12.

4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname Router ! ! crypto isakmp policy 1 encr 3des hash md5 authentication pre-share group 5 lifetime 3600 ! crypto isakmp key chile address 20.0.0.10 ! ! crypto ipsec transform-set CAMBIO ah-md5-hmac esp-3des esp-md5-hmac ! crypto map MIMAPA 1 ipsec-isakmp set peer 20.0.0.10 set transform-set CAMBIO match address 101 ! ! interface Tunnel0 ip address 172.20.134.1 255.255.255.252 tunnel source Serial0/0/0 tunnel destination 20.0.0.10 ! ! interface FastEthernet0/0 ip address 172.20.128.1 255.255.252.0 duplex auto speed auto ! interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/0/0 ip address 20.0.0.1 255.255.255.252 clock rate 64000 crypto map MIMAPA ! interface Serial0/0/1 no ip address shutdown ! interface Vlan1 no ip address

shutdown ! router eigrp 1 network 20.0.0.0 0.0.0.3 no auto-summary ! router eigrp 2 network 172.20.128.0 0.0.3.255 network 172.20.134.0 0.0.0.3 no auto-summary ! ip classless ! ! access-list 101 permit gre host 20.0.0.1 host 20.0.0.10 ! ! ! ! ! line con 0 line vty 0 4 login ! ! ! end

You might also like