Skip to main content
Version: current

unicast-fdb


interface/ethernet/switch/unicast-fdb

Syscap: musicswitch
Type: Directory

The unicast forwarding database supports up to 16K MAC entries.

FlagNameDescription
Xdisabled
Iinvalid
Ddynamic
Aactive
ArgumentTypeDescription
mac-address ( mandatory )macAddrThe action command applies to the packet when the destination MAC or source MAC matches the entry.
port ( mandatory )alt { port: enum , trunk: enum }Matching port for the Unicast FDB entry.
vlan-idnumUnicast FDB lookup/learning VLAN id.
actionenum (forward | src-drop | dst-drop | src-and-dst-drop | ingress-port-policing-bypass | src-redirect-to-cpu | dst-redirect-to-cpu | src-and-dst-redirect-to-cpu) { forward:0, src-drop:1, dst-drop:2, src-and-dst-drop:3, ingress-port-policing-bypass:4, src-redirect-to-cpu:5, dst-redirect-to-cpu:6, src-and-dst-redirect-to-cpu:7 }

Action for UFDB entry.

  • dst-drop - packets are dropped when their destination MAC matches the entry.
  • dst-redirect-to-cpu - packets are redirected to the CPU when their destination MAC matches the entry.
  • forward - packets are forwarded.
  • src-and-dst-drop - packets are dropped when their source MAC or destination MAC matches the entry.
  • src-and-dst-redirect-to-cpu - packets are redirected to CPU when their source MAC or destination MAC matches the entry.
  • src-drop - packets are dropped when their source MAC matches the entry.
  • src-redirect-to-cpu - packets are redirected to the CPU when their source MAC matches the entry.
mirrorboolEnables or disables mirroring based on source MAC or destination MAC.
isolation-profileenum (promiscuous | isolated | community1 | community2) { promiscuous:0, isolated:1, community1:2, community2:3 }MAC level isolation profile.
svlbool

Unicast FDB learning mode.

  • 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.
qos-groupenum (none) { none:0xffffffff }Defined QoS group from the QoS group menu.
Read-only ArgumentTypeDescription
agenum