From: shiran guez (shiranp3@gmail.com)
Date: Tue Sep 25 2007 - 07:22:40 ART
it depands on what you want to match:
ip access-list 100 permit tcp any any eq 1720 this will match only the H323
TCP signaling
ip access-list 100 permit udp any any range 16384 32767 this will match the
RTP itself
ip access-list 100 permit udp any any eq 5060 this will match SIP signaling
Signaling is not a lot of traffic but the RTP on the other hand is a lot of
traffic.
On 9/25/07, nicky noname <cisco2study@gmail.com> wrote:
>
> Hello,
>
> I would appreciate you view on what satisfies the requirements of the
> following question.
>
> VOIP traffic sent over the link between R3 and R4 must be given
> preferencial
> treatment. Configure your network so that 200kbps of VOIP tarffic is
> always
> dequeued first, as it is sent over the frame-relay circuit.
>
> The only part I would like your comment on, is
>
> how would you interpret what you need to match:
>
> ip access-list 100 permit udp any any range 16384 32767
>
> or do you think you should also have
>
> ip access-list 100 permit tcp any any eq 1720
>
> The second would be the audio right?
>
> Thanks in advance
> nic
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
>
-- Shiran Guez MCSE CCNP NCE1 http://cciep3.blogspot.com
This archive was generated by hypermail 2.1.4 : Sat Oct 06 2007 - 12:01:15 ART