BVI help required! thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2017 03:33 PM - edited 03-08-2019 12:31 PM
Hi everyone,
I have partial access to Firewall, SW, Router.
from the firewall ASA (172.16.1.1) from DHCP pool:10.10.10.0/24 i have to give access to a remote IP 10.200.10.1
from ASA 172.16.1.1 ping to the router 10.111.1.1 is fine
from the router 10.111.1.1 ping to 10.200.10.1 = no response
from the router 10.111.1.1 ping to 10.200.10.1 source bvi 2 = ping is ok
config on router
interface BVI 2
ip address 10.9.10.10 255.255.255.0
int gi0/1.5
encapsulation dot1q 7
bridge group 2
int gi0/1.10
encapsulation dot1q 10
ip vrf forwarding SERVICEDEST
ip addrss 192.168.7.1 255.255.255.254
routing table
10.9.10.200 255.255.255.0 bvi 3
What would be the right choice to establish communication
are the quick and d"irty way to do this ?"
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2017 05:11 PM
Hi @CiscoDG
From router:
ping vrf SERVICEDEST 10.200.10.1
-If I helped you somehow, please, rate it as useful.-
