Hi,
I am having a problem trying to specify PQs in a Cisco 7300 router.
I am using access lists to specify matching rules for packets to go into a high priority queue. However, despite the packets matching the access-list (indicated in logs), those packets does not seem to be entered into the high priority queue at all, and there was no difference in loss rates.
These are the commands I used to configure the PQ:
access-list 102 permit tcp any eq 1000 any log
!
priority-list 4 protocol ip high list 102
!
interface gigabitethernet0/1
priority-queue 4
Typing "show interfaces" shows that the policy is indeed applied to the interface. Is there something I did wrong?
I am having a problem trying to specify PQs in a Cisco 7300 router.
I am using access lists to specify matching rules for packets to go into a high priority queue. However, despite the packets matching the access-list (indicated in logs), those packets does not seem to be entered into the high priority queue at all, and there was no difference in loss rates.
These are the commands I used to configure the PQ:
access-list 102 permit tcp any eq 1000 any log
!
priority-list 4 protocol ip high list 102
!
interface gigabitethernet0/1
priority-queue 4
Typing "show interfaces" shows that the policy is indeed applied to the interface. Is there something I did wrong?