home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

interfaces dataplane <interface-name> vif <vif-id> bridge-group

Adds a vif to a bridge group.

set interfaces dataplane interface-name vif vif-id bridge-group { bridge bridge-group-name | cost port-cost | priority port-priority | bpdu-guard | root-block }
delete interfaces dataplane interface-name vif vif-id bridge-group [ bridge | cost | priority ]
show interfaces dataplane interface-name vif vif-id bridge-group [ bridge | cost | priority ]
interface-name
The name of a data plane interface. For more information about the supported interface name formats, refer to Data Plane Interface.
vif-id
Multinode. The ID of a vif. The ID ranges from 1 through 4094.
bpdu-guard
Enables Spanning Tree Protocol PortFast Bridge Protocol Data Unit (BPDU) guard.
bridge bridge-group-name
Specifies the name of the bridge group.
cost port-cost
Specifies the numeric port cost. The range is 0 to 65535.
priority port-priority
Specifies the bridge port cost. The range is 0 to 63.
root-block
Enables Spanning Tree Protocol root guard.

Configuration mode


interfaces {
   dataplane interface-name {
      vif vif-id {
         bridge-group
            bpdu-guard
            bridge bridge-group-name
            cost port-cost
            priority port-priority
            root-block
      }
   }
}

Use this command to add a vif to a bridge group.

Use the set form of this command to add a vif to a bridge group.

Use the delete form of this command to delete a vif from a bridge group.

Use the show form of this command to display a vif of a bridge group.