Hello, Here is diagram: R1 ---- ASA(Outside) ---- R2
ASA can ping R1 and R2 respectively, and both routers can ping ASA. But R1 cannot ping R2. Vlan1 connect to R1 and Vlan2 connect to R2. Anyone can help find something missing: Below is relevant configuration:
5505:
interface Ethernet0/0
switchport access vlan 2
interface Ethernet0/1
interface Ethernet0/2
interface Vlan1
nameif inside
security-level 100
ip address 10.1.1.254 255.255.255.0
interface Vlan2
nameif outside
security-level 0
ip address 10.0.0.254 255.255.255.0
access-list Outside-in extended permit icmp any any
access-group Outside-in in interface outside
Both routers have static route pointing at ASA