qos rx-queue unicast traffic-class
 
   
  Configures the ingress queue unicast packet traffic class parameter on an Ethernet interface. 
  
 Syntax
 
	 qos rx-queue unicast traffic-class 
		 
		traffic_class 
		  min-queue-size 
		  minimum_size 
		  max-queue-size 
		  maximum_size 
	 
 
	 no qos rx-queue unicast 
		 
		  traffic class 
		  number 
		  min-queue-size 
		  Mbytes 
		  max-queue-size 
		  Mbytes 
		 
	 
 
	 Parameters
 
		 
		   
			 - traffic class 
				  number 
			 
- Specifies the traffic class on the interface. Enter an integer from 0 to 7. 
			 
- min-queue-size 
				  Mbytes 
			 
- Specifies the minimum queue size in megabytes per second. Enter an integer from 0 through 1024. 
			 
-  
				  max-queue-size 
				  Mbytes 
			 
- Specifies the maximum queue size in megabytes per second. Enter an integer from 0 through 2048. 
			 
Modes
 
		Ethernet interface configuration mode 
		
 
	 
 Examples
 
	  
		The following example configures tan Ethernet interface ingress queue minimum and maximum queue size by a traffic class. . 
		
 
		device# configure terminal
device(config)# interface ethernet 1/2
device(conf-if-eth-1/2)# qos rx-queue unicast traffic-class 3 min-queue-size 128 max-queue-size 1024