-  
		  Enter global configuration mode. 
		   
		  
 
			 device# configure terminal
 
		    
		 -  
		   Bind the policy map to inbound traffic. 
		   
		  
 
			 device(config)# qos service-policy in policyMap1
 
		    
		  You cannot use a policy map that is bound to class maps, default, or CEE maps. 
		  
 
		 -  
		   Return to privileged EXEC mode. 
		   
		  
 
			 device(config-service-policy-in/policyMap1)# end
 
		    
		 -  
		  Verify the configuration. 
		   
		  
 
			  
			 device# show policy-map detail policyMap1
Policy-Map policyMap1
    Class class_1
      Police cir 40000 cbs 5000 eir 40000 ebs 3000 conform-tc 6 exceed-tc 2 conform-dscp 61 exceed-dscp 63
  Bound To: none
 
			  
		    
		 -  
		  Save the 
			 running-config file to the 
			 startup-config file. 
		   
		  
 
			 device# copy running-config startup-config
 
		    
		 
 
	 Example
 
		 
		This example summarizes the commands in this
				procedure.
device# configure terminal
device(config)# qos service-policy in policyMap1
device(config-service-policy-in/policyMap1)# end
device# show policy-map detail policyMap1
device# copy running-config startup-config