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