Specifications

101
Note: Commands that use a <portlist> parameter allow you to specify a
sequential range of ports or a single port on the switch. The port list is
specified by listing the lowest slot number and the beginning port number
on that slot, separated by a colon. Then highest slot number, and the
highest port number of the range (also separeted by a colon) are specified.
The beginning and end of the port list range are seperated by a dash. For
example, 6:1 would specify module in slot number 6, port 1. 7:24 specifies
module in slot number 7, port 24. 6:1-7:24 specifies all of the ports
between module 6, port 1 and module 7, port 24 in numerical order. For a
single port, just enter the slot number and port number separated by a
colon.
create fdb
Purpose Used to create a static entry to the unicast
MAC address forwarding table (database)
Syntax create fdb <vlan_name> <macaddr> [port
<port>]
Description This command will make an entry into the
switchs unicast MAC address forwarding
database.
Parameters
<vlan_name> The name of the VLAN on
which the MAC address resides.
<macaddr> The MAC address that will be
added to the 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.
Restrictions Only administrator-level users can issue
this command.
Example Usage:
To create an unicast MAC forwarding:
DES7000:4@#create fdb default 00-00-00-00-01-02 port
2:5
Command: create fdb default 00-00-00-00-01-02 port 2:5
Success.