Example  
Console(config)#map ip precedence  
Console(config)#interface ethernet 1/5  
Console(config-if)#map ip precedence 1 cos 1  
Console(config-if)#exit  
Console(config)#map ip dscp  
Console(config)#interface ethernet 1/5  
Console(config-if)#map ip dscp 1 cos 0  
Console(config-if)#exit  
Console(config)#exit  
Console#show map ip dscp ethernet 1/1  
DSCP mapping status: disabled  
PortDSCPCOS 
--------- ---- --- 
Eth1/100 
Eth1/110 
Eth1/120 
Eth1/130 
.  
.  
.  
Eth1/1610 
Eth1/1620 
Eth1/1630 
Console(config)#  
Link Aggregation 
From the Link Aggregation page, you can create multiple links between switches that work as one virtual, aggregate link. You can create up to six trunks at a 
time, with each trunk containing up to four ports. A port trunk offers a dramatic increase in bandwidth for network segments where bottlenecks exist and 
provides a fault-tolerant link between two devices. 
The switch supports two types of link aggregation—static and Link Aggregation Control Protocol (LACP). 
LACP-configured ports automatically negotiate a trunked link with LACP-configured ports on another device. You can configure any number of ports on the 
switch as LACP, as long as they are not already configured as part of another trunk. If ports on another device are also configured as LACP, the switch and 
the other device negotiate a trunk link between them. If an LACP trunk consists of four ports, all other ports are placed in a standby mode. If one link in the 
trunk fails, one of the standby ports is automatically activated to replace it. 
Use the following guidelines when you configure port trunks: 
l Finish configuring port trunks before you connect the corresponding network cables between switches.  
 
l You can configure up to six trunk groups, with up to four ports as a trunk group.  
 
l All ports in the same trunk must consist of the same media type (for example, twisted-pair or fiber).  
 
l The ports on both ends of the trunk must be configured for the same VLAN, speed, duplex mode, flow control, and CoS settings.