We have an RB260GSP that carries a lot of traffic, some of which goes to our SIP server. Obviously, we want to make sure that SIP packets are forwarded before other traffic.
Our SIP server’s IP is 10.10.10.10 (for purposes of this exercise), and we have two entries in the ACL, with everything blank except:
(select) IP Src: 10.10.10.10
(set) Priority: 5
(select) IP Dst: 10.10.10.10
(set) Priority: 5
In other words, one ACL selects all traffic going to the SIP server and assigns it priority 5, and the other selects all traffic coming from the SIP server and assigns it priority 5.
Is this enough to prioritize our SIP traffic above everything else? Or do we also have to add catch-all rules that set all other traffic to a lower priority?