Gjsify LogoGjsify Logo

Interface SettingBridgePort_ConstructProps

Hierarchy

Index

Properties

hairpin_mode?: boolean

Enables or disables "hairpin mode" for the port, which allows frames to be sent back out through the port the frame was received on.

path_cost?: number

The Spanning Tree Protocol (STP) port cost for destinations via this port.

priority?: number

The Spanning Tree Protocol (STP) priority of this bridge port.

vlans?: BridgeVlan[]

Array of bridge VLAN objects. In addition to the VLANs specified here, the port will also have the default-pvid VLAN configured on the bridge by the bridge.vlan-default-pvid property.

In nmcli the VLAN list can be specified with the following syntax:

$vid [pvid] [untagged] [, $vid [pvid] [untagged]]...

where $vid is either a single id between 1 and 4094 or a range, represented as a couple of ids separated by a dash.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method