cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1453
Views
2
Helpful
20
Replies

problem in cofiguring bridge domain

Hamidreza
Level 1
Level 1

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.

Hamidreza_1-1699954963480.png

my problem is, the two router in below could not ping the BDI interface IP address. 

Thank you so much for your help

 

20 Replies 20

do you config BVI interface ?

interface GigabitEthernet 0/1
no ip address
negotiation auto
service instance 100 ethernet
encapsulation untagged
bridge-domain 100

interface GigabitEthernet 0/2
no ip address
negotiation auto
service instance 200 ethernet
encapsulation untagged
bridge-domain 200

Interface Bdi 2
ip address 192.168.1.1 255.255.255.0
no shut

you use two bridge-domain number it must be one 
bridge-domain 100 
and interface must be 
interface bdi 100

i have corrected it but still i can not ping the ip address of 192.168.1.1 from the two below router.

i do not know the way that i have configured the bridge domain is right or not?

share the config 

///
MHM

 


!
interface GigabitEthernet0/0/1
no ip address
media-type rj45
negotiation auto
service instance 100 ethernet
encapsulation untagged
bridge-domain 100
!
!
interface GigabitEthernet0/0/2
no ip address
media-type sfp
negotiation auto
cdp enable
service instance 100 ethernet
encapsulation untagged
bridge-domain 100

interface BDI100
ip address 192.168.1.1 255.255.255.0
!

 

show ip interface brief 

GigabitEthernet0/0/0 unassigned YES NVRAM up up
GigabitEthernet0/0/1 unassigned YES NVRAM up up
GigabitEthernet0/0/2 unassigned YES NVRAM up up
GigabitEthernet0/0/3 unassigned YES NVRAM up up
Te0/0/4 unassigned YES NVRAM down down
Te0/0/5 unassigned YES NVRAM down down
Te0/0/6 unassigned YES NVRAM down down
Te0/0/7 unassigned YES NVRAM down down
GigabitEthernet0 unassigned YES NVRAM administratively down down
BDI100 192.168.1.1 YES manual up up

check @Gopinath_Pigili  notes it for IOS and you have IOS XE but let see result. 
if not work then can you share the config of both other routers?

note:- regarding @Gopinath_Pigili  note add the three command not only one.

MHM

there is a vrf in the below routers, i mean the ip address of 192.168.1.2 and 192.168.1.3 are in vrf 5. 

i've tried to ping vrf 5 192.168.1.1 from the below routers, but i could not ping the 192.168.1.1 ip address

Hello!

Could you paste the configuration? Which device are you using? If the ports are switch ports, why not use vlans? 

BR

****Kindly rate all useful posts*****

how can i use VLAN in my current configuration?

the device that i have configured BDI is N520-4G4Z-A

and the two routers below are C8300-1N1S-6T

Review Cisco Networking for a $25 gift card