Skip to main content
Version: current

vlan


interface/ethernet/switch/vlan

Syscap: musicswitch
Type: Directory

FlagNameDescription
Xdisabled
Iinvalid
Ddynamic
ArgumentTypeDescription
vlan-id ( mandatory )numVLAN ID of the VLAN member entry.
ports ( mandatory )multi { array-id }Member ports of the VLAN.
svlbool

FDB lookup mode for lookup in UFDB and MFDB.

  • svl - Shared VLAN Learning, learning/lookup is based on MAC addresses - not on VLAN IDs.
  • ivl - Independent VLAN Learning, learning/lookup is based on both MAC addresses and VLAN IDs.
learnboolEnables or disables source MAC learning for VLAN.
floodboolEnables or disables forced VLAN flooding per VLAN. If enabled, the result of the destination MAC lookup in the UFDB or MFDB is ignored, and the packet is forced to flood in the VLAN.
ingress-mirrorboolEnables the ingress mirror per VLAN to support the VLAN-based mirror function.
qos-groupenum (none) { none:0xffffffff }Defined QoS group from the QoS group menu.

interface/ethernet/switch/vlan

Syscap: rbswitch and oldswitch
Type: Directory

FlagNameDescription
Xdisabled
Iinvalid
ArgumentTypeDescription
switch ( mandatory )enumName of the switch for which the respective VLAN entry is intended.
vlan-id ( mandatory )numVLAN ID of the VLAN member entry.
ports ( mandatory )multi { array-id, port: enum }Member ports of the VLAN.
independent-learningboolWhether to use shared-VLAN-learning (SVL) or independent-VLAN-learning (IVL).