cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
312
Views
0
Helpful
1
Replies

Unable to Ping TFTP Address

Vikrant Ambhore
Level 1
Level 1

Hello All,

I did IPSEC setup on 1861 & UC520, but I'm Unable to Ping 10.1.1.1 (BVI1) from VLAN1 of 1861 router but we are able to ping BVI2 (192.168.2.1), also i want to Ping 10.1.1.1 (BVI1) from VLAN100 of 1861,

Can anyone suggest me what conf need to be done  for it, I attached conf of both router

Regards

Vikrant

1 Reply 1

Mathias Garcia
Level 1
Level 1

The nat on the 1861 indicate that the traffic from VLAN1 (192.168.8.0/24) will

get natted when going towards the BVI1 (10.1.1.0/24 network.)

ip access-list extended NAT-ALLOWED
deny   ip 192.168.8.0 0.0.0.255 192.168.2.0 0.0.0.255
permit ip 192.168.8.0 0.0.0.255 any
deny   ip any 10.0.0.0 0.255.255.255

ACL's are processed from top to bottom. the permit statement on line 2 will take effect before the deny statement on line 3.

Also you dont have the crypto ipsec client ezvpn XXXXXXXXXX inside command on SVI VLAN100.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card