by Olivier | Feb 27, 2010 | IOS, Lab, Non classé, QOS, Written Theory
Here are the default values for the mapping until you decide to change it
First let’s see the CoS-to-DSCP mapping
- CoS 0 => DSCP 0
 
- CoS 1 => DSCP 8
 
- CoS 2 => DSCP 16
 
- CoS 3 => DSCP 24
 
- CoS 4 => DSCP 32
 
- CoS 5 => DSCP 40
 
- CoS 6 => DSCP 48
 
- CoS 7 => DSCP 56
 
After let see the reverse side with the DSCP-to-CoS mapping
- DSCP 0 => CoS 0
 
- DSCP 8,10 => CoS 1
 
- DSCP 16,18 => CoS 2
 
- DSCP 24,26 => CoS 3
 
- DSCP 32,34 => CoS 4
 
- DSCP 40,46 => CoS 5
 
- DSCP 48 => CoS 6
 
- DSCP 56 => CoS 7
 
				
					
			
					
				
															
					
					 by Olivier | Feb 27, 2010 | IOS, Lab, Non classé, QOS, Written Theory
Here are the default CoS assignement for the queue unless you modify the standard
- CoS value 0,1 => Queue 1
 
- CoS value 2,3 => Queue 2
 
- CoS value 4,5 => Queue 3
 
- CoS value 6,7 => Queue 4
 
				
					
			
					
				
															
					
					 by Olivier | Feb 27, 2010 | IOS, Lab, Non classé, QOS, Written Theory
To avoid to lose , all the QoS settings when your traffic is encapsulated into a VPN Tunnel , you can use the command qos pre-classify which will copy automatically bits for a packet’s ToS Byte into ToS byte from the tunnel header. With this you can preserve your QoS settings end-to-end even if you are crossing a VPN Tunnel.
				
					
			
					
				
															
					
					 by Olivier | Feb 27, 2010 | IOS, Non classé, QOS, Written Theory
NBAR stands for Network Based Application Recognition and can look beyond L3 and L4 information , all the way up to L7 .
Don’t forget also that NBAR relies on CEF enabled.
				
					
			
					
				
															
					
					 by Olivier | Feb 27, 2010 | IOS, Lab, Non classé, QOS, Written Theory
Here are also all supported markings after you have classified your traffic :
- IP Precendence (set ip precedence <<value>>)
 
- DSCP (set ip dscp <<value>>)
 
- QoS group (set ip precedence <<value>>)
 
- MPLS experimental bits (set mpls experimental <<value>>)
 
- Frame Relay DE bit (set fr-de)
 
- ATM CLP bit (set atm-clp)
 
				
					
			
					
				
															
					
					 by Olivier | Feb 27, 2010 | IOS, Lab, Non classé, QOS, Written Theory
Here are all tools that we can use to classify the traffic under a class-map:
- ACL
 
- Existing markings ( CoS,IP Precedence,DSCP)
 
- QoS group
 
- Protocol (using NBAR)
 
- Traffic matching another class-map
 
- Mac-address (source or destination)
 
- Range of UDP ports