DES-3000 Series Layer 2 Switch CLI Reference Manual
show cos port_mapping
are specified, all ports are listed.
Restrictions None.
Example usage:
To view CoS port mapping for a range of ports:
1
2
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>
- Specify the static destination MAC address to be mapped
to a harware 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.
Example usage:
To map a static MAC address to hardware queue 3:
DES-3026:4#config cos mac_mapping destination_addr 01-00-D6-E4-FF-05 class 3
Command: config cos mac_mapping destination_addr 01-00-D6-E4-FF-05 class 3
Success.
DES-3026:4#
show cos mac_mapping
Purpose
Used to display MAC address CoS mapping configuration.
Syntax
show cos mac_mapping { destination_addr < macaddr > }
Description
Use this command to view a single entry or all entries configured for CoS
MAC address mapping.
Parameters
destination_addr < macaddr >
- Specify a static MAC address entry to view
the current CoS mapping configuration. If no entry specified, all MAC
97