You are on page 1of 3

R1

R1>ena
R1#ping 64.100.13.2
-success
R1#ping 64.102.46.2
-success
R1>ena
R1#conf t
R1(config)#license boot module c2900 technology-package securityk9
R1(config)#end
R1#copy running-config startup-config
R1#reload
R1(config)#access-list 101 permit ip 10.0.0.0 0.255.255.255 172.16.0.0 0.0.3.255
R1(config)#access-list 101 permit ip 10.0.0.0 0.255.255.255 172.16.4.0 0.0.3.255
R1(config)# crypto
R1(config-isakmp)#
R1(config-isakmp)#
R1(config-isakmp)#
R1(config-isakmp)#

isakmp policy 101


encryption aes
authentication pre-share
group 5
exit

R1(config)# crypto isakmp key cisco address 64.100.13.2


R1(config)# crypto isakmp key cisco address 64.102.46.2
R1(config)# crypto ipsec transform-set R1_Set esp-aes esp-sha-hmac
R1(config)# crypto map R1_Map 101 ipsec-isakmp
R1(config-crypto-map)# set peer 64.100.13.2
R1(config-crypto-map)# set peer 64.102.46.2
R1(config-crypto-map)# set transform-set R1_Set
R1(config-crypto-map)# match address 101
R1(config-crypto-map)# exit
R1(config)#int s0/0/0
R1(config-if)# crypto map R1_Map
R1(config)# interface tunnel 0
R1(config-if)# ip address 192.168.0.1 255.255.255.252
R1(config-if)# tunnel source s0/0/0
R1(config-if)# tunnel destination 64.100.13.2
R1(config-if)# tunnel mode gre ip
R1(config)# interface tunnel 1
R1(config-if)# ip address 192.168.0.5 255.255.255.252
R1(config-if)# tunnel source s0/0/0
R1(config-if)# tunnel destination 64.102.46.2
R1(config-if)# tunnel mode gre ip
R1(config)#ip route 172.16.0.0 255.255.252.0 192.168.0.2
R1(config)#ip route 172.16.4.0 255.255.252.0 192.168.0.6

**************R2

R2>ena
R2#show version
R2>ena
R2#conf t
R2(config)#license boot module c2900 technology-package securityk9
R2(config)#end
R2#copy running-config startup-config
R2#reload
R2(config)#access-list 101 permit ip 172.16.0.0 0.0.3.255 10.0.0.0 0.255.255.255
R2(config)#crypto isakmp policy 101
R2(config-isakmp)#encryption aes
R2(config-isakmp)#authentication pre-share
R2(config-isakmp)#group 5
R2(config-isakmp)#exit
R2(config)#crypto isakmp key cisco address 209.165.118.2
R2(config)#crypto ipsec transform-set R2_Set esp-aes esp-sha-hmac
R2(config)#crypto map R2_Map 101 ipsec-isakmp
R2(config-crypto-map)#set peer 209.165.118.2
R2(config-crypto-map)#set transform-set R2_Set
R2(config-crypto-map)#match address 101
R2(config-crypto-map)#exit
R2(config)#int s0/0/0
R2(config-if)#crypto map R2_Map
R2(config)# interface tunnel 0
R2(config-if)# ip address 192.168.0.2 255.255.255.252
R2(config-if)# tunnel source s0/0/0
R2(config-if)# tunnel destination 209.165.118.2
R2(config-if)# tunnel mode gre ip
R2(config)#ip route 10.0.0.0 255.0.0.0 192.168.0.1
*******R3
R3>ena
R3#conf t
R3(config)#license boot module c2900 technology-package securityk9
R3(config)#end
R3#copy running-config startup-config
R3#reload
R3(config)# access-list 101 permit ip 172.16.4.0 0.0.3.255 10.0.0.0 0.255.255.25
5
R3(config)# crypto
R3(config-isakmp)#
R3(config-isakmp)#
R3(config-isakmp)#
R3(config-isakmp)#

isakmp policy 101


encryption aes
authentication pre-share
group 5
exit

R3(config)# crypto isakmp key cisco address 209.165.118.2

R3(config)# crypto ipsec transform-set R3_Set esp-aes esp-sha-hmac


R3(config)# crypto map R3_Map 101 ipsec-isakmp
R3(config-crypto-map)# set peer 209.165.118.2
R3(config-crypto-map)# set transform-set R3_Set
R3(config-crypto-map)# match address 101
R3(config-crypto-map)# exit
R3(config)#int s0/0/0
R3(config-if)# crypto map R3_Map
R3(config)# interface tunnel 0
R3(config-if)# ip address 192.168.0.6 255.255.255.252
R3(config-if)# tunnel source s0/0/0
R3(config-if)# tunnel destination 209.165.118.2
R3(config-if)# tunnel mode gre ip
R3(config)#ip route 10.0.0.0 255.0.0.0 192.168.0.5

You might also like