bridge-group
Assigns a network interface to a bridge group or VPLS instance. You can also use this command to configure the type of interface, enable SNMP link-status processing for the interface, and set the maximum number of dynamic MAC addresses that the interface can learn. The no version removes the network interface from the bridge group or VPLS instance and restores the default values for the interface type (subscriber client interface), SNMP link-status processing (disabled), or number of maximum learned MAC addresses (0 addresses).
bridge-group { bridgeGroupName | vplsName }
[ subscriber-trunk | snmp-trap link-status | learn addressCount ]no bridge-group { bridgeGroupName | vplsName } [ subscriber-trunk | snmp-trap link-status | learn ]
- bridgeGroupNameName of the bridge group to which the interface belongs, as specified with the bridge command
- vplsNameName of the VPLS instance to which the interface belongs, as specified with the bridge vpls transport-virtual-router command
- subscriber-trunkCreates a trunk (server) interface in the bridge group or VPLS instance; if you omit this keyword, the router creates a subscriber (client) interface by default
- snmp-trap link-statusEnables SNMP link-status processing only for the specified interface in the bridge group or VPLS instance
- addressCountMaximum number of MAC addresses that the interface in the bridge group or VPLS instance can learn, up to the maximum number that the router supports, in the range 064000
Interface Configuration, Subinterface Configuration
Release Information Command introduced before JUNOSe Release 7.1.0.
vplsName variable added in JUNOSe Release 7.1.0.