You are on page 1of 1

Router(config-if)#fair-queue 64 256 ?

<0-1000> Number Reservable Conversation Queues


<cr>
Router(config-if)#fair-queue 64 256
Router(config-if)#exit
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console

Router#show queue Fastethernet0/0


Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/0/256 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
Available Bandwidth 75000 kilobits/sec

Router#

Router(config)#class-map match-all FLUXHTTP


Router(config-cmap)#match protocol http
Router(config-cmap)#exit
Router(config)#policy-map POL-HTTP
Router(config-pmap)#class FLUXHTTP
Router(config-pmap-c)#set precedence 5
Router(config-pmap-c)#end
Router#
%SYS-5-CONFIG_I: Configured from console by console

Router#
Router#
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface FastEthernet0/0
Router(config-if)#service-policy input POL-HTTP

Router#show policy-map interface Fastethernet0/0


FastEthernet0/0

Service-policy input: POL-HTTP

Class-map: FLUXHTTP (match-all)


0 packets, 0 bytes
5 minute offered rate 0 bps, drop rate 0 bps
Match: protocol http
QoS Set
precedence 5
Packets marked 0

Class-map: class-default (match-any)


534 packets, 25509 bytes
5 minute offered rate 305 bps, drop rate 0 bps
Match: any

Router#

You might also like