User`s guide

Using the Administrative Interface 7-29
Switching Database Commands
(bit 0 is the management port, bit 1 is port 1...). Packets arriving at the switch with
mac_address
destination address from any port specified in
sport
will be transmitted
to all ports specified in
dport
.
SYS_console> add-cf-entry lock-on 00-00-F8-11-11-11 62 108
Add CF LT entry OK
CF Entry Update in NVRAM OK
SYS_console> _
For example, the command above will send packets with destination MAC address 00-
00-F8-11-11-11 from source ports 2, 6, and 7 (62 in hexadecimal is 0 1 1 0 0 0 1 0 in
binary) to destination ports 3 and 8 (108 in hexadecimal is 1 0 0 0 0 1 0 0 0 in binary).
All other ports receive a value of 00, meaning that they will filter all frames with this
destination MAC address. For example, a packet with MAC address 00-00-F8-11-11-
11 with a source port other than
sport
will be filtered accordingly (but any previous
filters for this MAC address will still be obeyed).
For example, you may check the above custom filter entry with the get-lt-filter
command:
SYS_console> get-lt-filter 00-00-F8-11-11-11
69 00-00-F8-11-11-11 LOCK_ON SELF_OFF - 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 - - - - - - - - - - - - -
SYS_console>
del-cf-entry
Usage:
del-cf-entry {run|all}
<mac_address> <sport>