11-14-2023 01:45 AM
Hi,
I have configured a bridge domain between two ports of router (Gi 0/1 and Gi 0/2) and also i have configured a BDI interface and assigned an IP address (192.168.1.1/24) to it. In the picture below, you can see my topology.
my problem is, the two router in below could not ping the BDI interface IP address.
Thank you so much for your help
11-14-2023 02:46 AM
Best regards
******* If This Helps, Please Rate *******
11-14-2023 02:54 AM - edited 11-14-2023 02:59 AM
i've tried to configure IRB but in the interface configuration i could not find bridge group 1.
bridge irb
bridge 1 protocol vlan-bridge
bridge 1 route ip
(config)#interface gigabitEthernet 0/0/1
bridge- <<<<<, there is not bridge command
11-14-2023 03:01 AM
bridge irb
bridge 100 protocol vlan-bridge <<- this must ieee not vlan-bridge
Bridge 100 route IP
only add this no need to change other config
11-14-2023 03:02 AM - edited 11-14-2023 03:04 AM
my router has not ieee
only it has the below options
ast IBM protocol
dec DEC protocol
ibm IBM protocol
vlan-bridge vlan-bridge protocol
11-14-2023 03:09 AM
bridge 100 protocol vlan-bridge <<- no need this command then
try ping Now
the VRF in Routers is not effect reachable
11-14-2023 03:50 AM
1st configure bvi 1 then assign interfaces to bvi 1
1st configure
Config)#interface bvi 1
(config-if)# ip address ip-address subnet-mask
Then
(config)# interface Gig0/2
(config-if)# bridge-group 1
(config)# interface Gig0/1
(config-if)# bridge-group 1
Best regards
******* If This Helps, Please Rate *******
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide