DES-3000 Series Layer 2 Switch CLI Reference Manual
117
show cos port_mapping
Purpose Used to display the current Switch port CoS mapping configuration.
Syntax
show cos port_mapping {port <portlist>}
Description Use this command to view the current configuration for port-to-class CoS
settings for any or all ports.
Parameters
port <portlist> Specifies a port or range of ports to view settings. If no ports
are specified, all ports are listed.
Restrictions None.
Example usage:
To view CoS port mapping for a range of ports:
DES-3026:4#show cos port_mapping ports 1-2
Command: show cos port_mapping ports 1-2
Port Priority
---- --------
1 0
0
DES-3026:4#
config cos mac_mapping destination_addr
Purpose Used to map the destination MAC address of an incoming packet to one
of the hardware queues available on the Switch.
Syntax
config cos mac_mapping destination_addr <macaddr> [class
<class_id 0-3>]
Description Use this command to map a static destination MAC address to one of
the four hardware queues on the Switch. The static MAC address must
exist in the Switch forwarding database in order to use this command.
See the command create fdb <vlan_name 32> <macaddr> port
<port> for an example of how to create a static entry in the FDB.
Parameters <macaddr> – Specifies the static destination MAC address to be
mapped to a hardware queue.
class <class_id 0-3> – Specify the hardware queue to which the MAC
address is mapped.
Restrictions Only Administrator-level users can issue this command.