Hi,
If you have at the moment configured your L2L VPN between (for example) 192.168.5.0/24 and 172.16.2.0/24 networks and they need to also access your network 192.168.2.0/24, you will have to add that network to your ACL matching the VPN traffic.
Basicly you will need the ACL line:
access-list permit ip 192.168.2.0 255.255.255.0 172.16.2.0 255.255.255.0
You'll probably also need NAT0/NAT Exempt statement
access-list permit ip 192.168.2.0 255.255.255.0 172.16.2.0 255.255.255.0
nat () 0 access-list
And ofcourse you will need the same as a mirror image on the other VPN device
- Jouni