Skip to main content
Version: current

reserved-fdb


interface/ethernet/switch/reserved-fdb

Syscap: musicswitch
Type: Directory

Cloud Router Switch supports 256 RFDB entries. Each RFDB entry can store either a Layer2 unicast or multicast MAC address with specific commands.

FlagNameDescription
Xdisabled
Iinvalid
ArgumentTypeDescription
mac-address ( mandatory )macAddrMatching MAC address for Reserved FDB entry.
actionenum (forward | redirect-to-cpu | copy-to-cpu | drop) { forward:0, redirect-to-cpu:1, copy-to-cpu:2, drop:3 }

Action for RFDB entry.

  • copy-to-cpu - packets are copied to the CPU when their destination MAC matches the entry.
  • drop - packets are dropped when their destination MAC matches the entry.
  • forward - packets are forwarded when their destination MAC matches the entry.
  • redirect-to-cpu - packets are redirected to the CPU when their destination MAC matches the entry.
bypass-ingress-vlan-filterboolAllows bypassing VLAN filtering for matching packets.
bypass-ingress-port-policingboolAllows bypassing Ingress Port Policer for matching packets.
qos-groupenum (none) { none:0xffffffff }Defined QoS group from QoS group menu.