- Planet WAN Router User's Manual

85
priority queuing based on protocol type
priority-list list number interface interface type interface no [high | medium | normal | low]
Establish priority queuing for all traffic entering on an incoming interface
priority-list list number default [high | medium | normal | low] - Assign the a priority queuing for
those packets that doesnt match any other rule in queue
priority-list list number queue-limit specify the maximum number of packets in each queue
Priority Queue Argument
Packet Limits (default)
High 20
Medium 40
Normal 60
Low 80
priority-group list number Assign priority into interface
show queueing priority display the status of priority queue list
show interface interface type interface no displays the detailed queue information
router# show run
Building configuration ...
service password-encryption
service timestamps debug
!
hostname router
!
enable password 7 Pl2cGlY8liD4
!
interface fastethernet 0/0
ip address 192.168.98.63 255.255.255.0
!
interface serial 0/0
encapsulation ppp
ip address 10.0.0.2 255.255.255.192
ip access-group 100 in
priority-group 2
!
!