cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
870
Views
0
Helpful
1
Replies

ASR1k - BDI

G.I II
Level 1
Level 1

i have configured BDI using the  configuration below and the IP is now pingable but i can see traffic on  the 2 ports this is why i am afraid of a loop and i stopped it. If we  compare it to BVI, we should have 1 port blocked usually by STP no? Do  you think that it is a normal behavior to see traffic on the 2 ports? i  have PVST on my switches and i did not find that PVST is found on the  ASR1k side, only mst was found.

interface BDI1

ip address a.b.c.d 255.255.255.240

encapsulation dot1Q 2

interface GigabitEthernet0/0/2

no ip address

load-interval 30

negotiation auto

service instance 1 ethernet

  encapsulation dot1q 2

!

!

interface GigabitEthernet0/0/3

no ip address

load-interval 30

negotiation auto

service instance 1 ethernet

  encapsulation dot1q 2

bridge-domain 1

member GigabitEthernet0/0/2 service-instance 1

member GigabitEthernet0/0/3 service-instance 1

1 Reply 1

kammodo21
Level 1
Level 1

What does your topology look like?

You have two ports from the same switch, which are then bridged? Perhaps a etherchannel would work as expected. When I use bridge ports for VPLS ect, its usually for two seperate sites on the same me-3600. If the same site need two links, try an ether bundle of some sort. Also MST understands PVST messages and will replicate a BPDU for every vlan, claiming itself the root for the VLAN.