Hi,
device: mx480
I am configuring a bridge domain with more vlan. This is the configuration:
set interfaces xe-0/2/0 traps
set interfaces xe-0/2/0 vlan-tagging
set interfaces xe-0/2/0 encapsulation flexible-ethernet-services
set interfaces xe-0/2/0 unit 101 description GLOBAL
set interfaces xe-0/2/0 unit 101 encapsulation vlan-bridge
set interfaces xe-0/2/0 unit 101 vlan-id 101
set bridge-domains GLOBAL domain-type bridge
set bridge-domains GLOBAL vlan-id 101
set bridge-domains GLOBAL interface xe-0/2/0.101
If I add:
set interfaces xe-0/2/0 unit 101 family inet address 10.9.30.26/31
I receive the following error:
m2240# commit
[edit bridge-domains GLOBAL interface]
'xe-0/2/0.101'
only family bridge can be configured on this interface
error: commit failed: (statements constraint check failed)
[edit]
m2240#
I tryed to google the error but I didn't find nothing. Someone can help ?