User`s guide

Switching Database Commands
7-28 Using the Administrative Interface
Custom Filtering Commands
The custom filter entry for an address is shown on the screen as a matrix, in the
following format:
Here, the SRC column lists the available source ports (1 through the number of ports
on the switch). The other columns each represent an available destination port. If a +
mark is encountered, it represents a forwarding path. For example, as displayed below,
each source port (with the exception of port 3) will forward this frame to port 3.
SYS_console> get-lt-filter 00-00-F8-00-0A-5C
2 00-00-F8-00-0A-5C LOCK_ON SELF_ON - CUSTOM FILTER -
SRC PORT to : MGMT P1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12
===============================================================
1 - - - + - - - - - - - - -
2 - - - + - - - - - - - - -
3 - - - + - - - - - - - - -
4 - - - + - - - - - - - - -
5 - - - + - - - - - - - - -
6 - - - + - - - - - - - - -
7 - - - + - - - - - - - - -
8 - - - + - - - - - - - - -
9 - - - + - - - - - - - - -
10 - - - + - - - - - - - - -
11 - - - + - - - - - - - - -
12 - - - + - - - - - - - - -
get-lt-filter
Usage:
get-lt-filter
<mac_address>
This command retrieves the learn table filter for the specified MAC address. See
above for an example.
add-cf-entry
Usage:
add-cf-entry {lock-on|lock-off|perm}
<mac_address> <sport>
<dport>
This command adds a custom filter learn table entry for the hardware address
mac_address
. The lock-on parameter indicates that the entry will not be aged out, but
will be lost upon reset. The lock-off parameter indicates that the entry can be aged out
normally. The
perm
parameter indicates the filter will be written to NVRAM and
restored upon reset.
sport
value is a hexadecimal bitmask of incoming ports (bit 0 is
port 1, bit 1 is port 2...) , and the
dport
value is a hexadecimal bitmask of outgoing ports