Install guide
36 Release Note
Rapier Switch Software Release 2.1.0
C613-10200-01 Rev A
Figure 14: Example output from the SHOW SWITCH FILTER command.
The destination MAC address of a frame to be forwarded is checked against
the Forwarding Database. If there is no entry for the destination address the
frame is transmitted on all ports, except the port on which the frame was
received, which are in the ‘Forwarding’ state. This process is referred to as
flooding. If an entry is found in the Forwarding Database, but the entry is not
marked as ‘Forwarding’ or the entry points to the same port the frame was
received on, the frame is discarded. Otherwise, the frame is transmitted on the
port specified by the entry in the Forwarding Database.
A dynamic entry is automatically deleted from the Forwarding Database when
its ageing timer expires.
Quality of Service
The switch hardware has a number of Quality of Service (QOS) egress queues
that can be used to give priority to the transmission of some frames over other
frames on the basis of their user priority tagging. The user priority field in an
incoming frame (with value 0 to 7) determines which of the eight priority levels
the frame is allocated. When a frame is forwarded, it is sent to a QOS egress
queue on the port determined by the mapping of priority levels to QOS egress
queues. All frames in the first QOS queue are sent before any frames in the
second QOS egress queue, and so on, until frames in the last QOS egress queue,
Switch Filters
--------------------------------------------------------------------------------
Dest. VLAN Age Action St. Port List
--------------------------------------------------------------------------------
00-00-b4-85-97-98 default(0001) 000000 dyn s 2
00-00-b4-87-a9-60 default(0001) 000000 dyn s 1
00-00-b4-a4-97-7e accounting(0002) 000000 for s 1,2-5
00-00-cd-00-10-81 marketing(0003) 000239 dis l 7,8,10
00-e0-29-25-46-7a default(0001) 000000 dyn l 1
. . . . . .
. . . . . .
00-f0-c0-2b-69-0b abcdefghijklmno(4094) 000000 dyn s PPP0
--------------------------------------------------------------------------------
Table 10: Parameters in the output of the SHOW SWITCH FILTER command
Parameter Meaning
Dest. The destination MAC address for the entry.
VLAN The VLAN name and identifier for the entry.
Age The age in seconds of the filter entry. Static filter entries
have the value 000000.
Action The action specified by the filter entry: one of “for”
(forward), “dis” (discard) or “dyn” (dynamic).
St. The status of the filter entry: one of “s” (static) or “l”
(learned).
Port list The list of outbound ports to match for the filter entry to be
applied.