cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1583
Views
5
Helpful
13
Replies

Site to Site VPN

morialpesh008
Level 1
Level 1

Hi,

   I have create site to site VPN tunnel and here it the configuration of both router, but when i verify tunnel status using command show crypto session it's show status down, even everything looks ok and both router has reachability to each other, i do not understand why it showing down.

EIGRP configure for routing networks,

R1 configuration

crypto isakmp policy 1
encr aes
authentication pre-share
crypto isakmp key Cisco address 12.0.0.2
!
!
crypto ipsec transform-set Test esp-aes 192
!
crypto map Crypto_map 1 ipsec-isakmp
set peer 12.0.0.2
set transform-set Test
match address 100

access-list 100 permit ip 10.0.0.0 0.0.0.255 192.168.0.0 0.0.0.255

R3 configuration

crypto isakmp policy 1
encr aes
authentication pre-share
crypto isakmp key Cisco address 11.0.0.1
!
!
crypto ipsec transform-set Test esp-aes 192
!
crypto map Crypto_map 1 ipsec-isakmp
set peer 10.0.0.1
set transform-set Test
match address 100

access-list 100 permit ip 192.168.0.0 0.0.0.255 10.0.0.0 0.0.0.255

Thanks

Alpesh

13 Replies 13

"set peer 11.0.0.1"

Regards,

Rikshit