xStack
® 
DGS-3120 Series Managed Switch CLI Reference Guide 
279 
 
DGS-3120-24TC:admin#create fdb default 00-00-00-00-01-02 port 1:5 
Command: create fdb default 00-00-00-00-01-02 port 1:5 
 
Success. 
 
DGS-3120-24TC:admin# create fdb default 00-00-00-00-01-02 drop 
Command: create fdb default 00-00-00-00-01-02 drop 
 
Success. 
 
DGS-3120-24TC:admin# 
 
30-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> - Specify 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 - Specify the action drop to be taken. 
 
Restrictions 
Only Administrator, Operator and Power-User level users can issue this command. 
 
Example 
To create a unicast MAC forwarding entry: 
DGS-3120-24TC:admin#create fdb vlanid 1 00-00-00-00-02-02 port 1:5 
Command: create fdb vlanid 1 00-00-00-00-02-02 port 1:5 
 
Success.