Hi,
I am having this issue when ever I apply the encryption command on the WAN interface and I can SSH into the box when I remove the crypto map command.
I am getting the following message if I try to access the remote router from our management box.
000057: .Jan 27 01:31:49.998 UTC: %CRYPTO-4-RECVD_PKT_NOT_IPSEC: Rec'd packet not an IPSEC packet.
(ip) vrf/dest_addr= /192.168.219.45, src_addr= 192.168.128.48, prot= 6
To remove the managemet box from the ipsec's interesting traffic I have removed its ip address and still having the same issues.
ip access-list extended ipsec
deny tcp host 192.168.128.48 host 192.168.219.45 eq 22
deny tcp host 192.168.219.45 host 192.168.128.48 eq 22
deny ip host 192.168.128.48 host 192.168.219.45
permit ip 192.168.219.40 0.0.0.7 any
permit ip any 192.168.219.40 0.0.0.7
!
Can some one please assist me in this regard.
Thanks