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.
| Flag | Name | Description |
|---|---|---|
| X | disabled | |
| I | invalid |
| Argument | Type | Description |
|---|---|---|
| mac-address ( mandatory ) | macAddr | Matching MAC address for Reserved FDB entry. |
| action | enum (forward | redirect-to-cpu | copy-to-cpu | drop) { forward:0, redirect-to-cpu:1, copy-to-cpu:2, drop:3 } | Action for RFDB entry.
|
| bypass-ingress-vlan-filter | bool | Allows bypassing VLAN filtering for matching packets. |
| bypass-ingress-port-policing | bool | Allows bypassing Ingress Port Policer for matching packets. |
| qos-group | enum (none) { none:0xffffffff } | Defined QoS group from QoS group menu. |