DWS-3160 Series Gigabit Ethernet Unified Switch CLI Reference Guide
307
DWS-3160-24PC:admin# create fdb default 00-00-00-00-01-02 port 5
Command: create fdb default 00-00-00-00-01-02 port 5
Success.
DWS-3160-24PC:admin#
To filter a unicast MAC:
DWS-3160-24PC:admin# create fdb default 00-00-00-00-01-03 drop
Command: create fdb default 00-00-00-00-01-03 drop
Success.
DWS-3160-24PC:admin#
29-2
create fdb vlanid
Description
This command is used to create a static entry in the unicast MAC address forwarding table
(database).
Format
create fdb vlanid <vidlist> <macaddr> [port <port> | drop]
Parameters
<vidlist>
- Specifies a VLAN ID associated with a MAC address.
<macaddr>
- The MAC address to be added to the static forwarding table.
port
- The port number corresponding to the MAC destination address. The Switch will always
forward traffic to the specified device through this port.
<port>
- Enter the port number corresponding to the MAC destination address here.
drop
- Specifies the action drop to be taken.
Restrictions
Only Administrators, Operators and Power-Users can issue this command.
Example
To create a unicast MAC forwarding entry:
DWS-3160-24PC:admin#create fdb vlanid 1 00-00-00-00-01-04 port 5
Command: create fdb vlanid 1 00-00-00-00-01-04 port 5
Success.
DWS-3160-24PC:admin#
To filter a unicast MAC: