December 2006
Intermediate to advanced
1188 pages
72h 8m
English
You want to configure Custom Queuing on an interface to give different traffic streams a share of the bandwidth according to their IP Precedence levels.
Implementing Custom Queuing on a router is a two-step procedure. First, you must define the traffic types that will populate your queues. And then you apply the queuing method to an interface:
Router#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router(config)#access-list103permit ip any any precedenceRouter(config)#5access-list104permit ip any any precedenceRouter(config)#4access-list105permit ip any any precedenceRouter(config)#3access-list106permit ip any any precedenceRouter(config)#2access-list107permit ip any any precedenceRouter(config)#1queue-list 1 protocol ip3listRouter(config)#103queue-list 1 protocol ip4listRouter(config)#104queue-list 1 protocol ip5listRouter(config)#105queue-list 1 queue 5 byte-count 3000 limit 55Router(config)#queue-list 1 protocol ip6listRouter(config)#106queue-list 1 protocol ip7listRouter(config)#107queue-list 1 default 8Router(config)#interfaceRouter(config-if)#HSSI0/0custom-queue-listRouter(config-if)#1exitRouter(config)#endRouter#
When you enable Custom Queuing, the router automatically creates 16 queues for application traffic plus one more for system requirements. You can look at the queues with a normal show interface command:
Router#show interfaceEthernet0 ...Ethernet0
Read now
Unlock full access