cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
308
Views
0
Helpful
1
Replies

PQ on inbound

luthierone
Level 1
Level 1

Hi,

I want to get some priority queueing rolling on my router. I already have some in place that works fine, but I want to throw packets with a port destination of 5060 (sip) to the top of the heap. Here is what I have so far:

interface Serial1/0

ip address x.x.x.x 255.255.255.252

serial restart-delay 0

priority-group 1

interface FastEthernet2/0

ip address 192.168.50.2 255.255.255.0

duplex auto

speed auto

access-list 105 permit tcp any any eq 5060

access-list 105 permit udp any any eq 5060

access-list 105 permit udp any any range 16384 16484

priority-list 1 protocol ip high list 105

It seems to me when I do some debugging that it is only matching outbound packets to the access-lists. This would be fine, but all of the sip traffic is leaving from a tunnel interface, which doesn't have the "priority-group" command available. Is there any way to have pq throw packets to high priority when they enter the router?

thanks!

1 Reply 1

paolo bevilacqua
Hall of Fame
Hall of Fame

High priority when entering the router doesn't make sense. On input, you can do Qos classification, rate limit, and few other things, but no prioritizing.

Review Cisco Networking products for a $25 gift card