Publication date: Jan., 2009 229
Revision A1
<<static-mac>>
add
Syntax:
add <mac> <vid> <rule> <port>
Description:
To add the static mac entry.
Argument:
<mac>: mac address, format: 01-02-03-04-05-06
<vid>: vlan id, from 1 to 4094
<rule> : forwarding rule, from 0 to 2
0:static
1:drop destination address matches
2:drop source address matches
<port> : forwarded destination port, form 1 to 26
Possible value:
<vid>: 1 to 4094
<rule>: 0 to 2
<port>: 1 to 26
Example:
ES-2410C(mac-table-static-mac)# add 00-d0-59-c5-92-c8 1 1 8
ES-2410C(mac-table-static-mac)# show
MAC VID Forwarding Rule Port
------ ----------------- ------ ----------------------------- -------
1) 00-D0-59-C5-92-C8 1 Static with Destination Drop 8
ES-2410C(mac-table-static-mac)#
del
Syntax:
del <mac>
Description:
To remove the static mac entry.
Argument:
<mac> : mac address, format: 00-02-03-04-05-06
Possible value:
<mac> : mac address
Example:
ES-2410C(mac-table-static-mac)# del 00-d0-59-c5-92-c8
ES-2410C(mac-table-static-mac)# show
MAC VID Forwarding Rule Port
------ ----------------- ------ ----------------------------- -------
ES-2410C(mac-table-static-mac)#