DES-1210-52/ME L2 Metro Ethernet Switch CLI Reference Guide
186
To configure the CoS IP mapping method.
config cos ip_mapping destination_ip <ipaddr> class <class_id
0-3>
The config cos ip_mapping command is used to configure the CoS
IP mapping method on the Switch.
<ipaddr> - Specifies the IP address to be mapped. For example,
10.90.90.99.
<class_id 0-3> - Specifies the number of the Switch’s hardware
priority queue.
Only administrator or operator-level users can issue this command.
Example usage:
To configure the CoS IP mapping on the Switch:
DES-1210-52/ME:5# config cos ip_mapping destination_ip 10.90.90.96 class 1
Command: config cos ip_mapping destination_ip 10.90.90.96 class 1
Success.
DES-1210-52/ME:5#
To display the CoS IP mapping method.
show cos ip_mapping {destination_ip <ipaddr>}
The show cos ip_mapping command is used to display the CoS
MAC mapping method on the Switch.
<ipaddr> - Specifies the IP address to be displayed. For example,
10.90.90.99.
Example usage:
To display the CoS ip mapping on the Switch:
DES-1210-52/ME:5# show cos ip_mapping
Command: show cos ip_mapping
IP ADDRESS Class
---------------------------------
10.90.90.96 1
DES-1210-52/ME:5#