Since they specifically asked for 'CUPC Signalling ' I don't think you need
to mark the RTP traffic
On May 13, 2012 11:53 AM, "Nazeer rahiman" <nazs...@yahoo.com> wrote:

> For LAN QoS I got below question
> All servers are connected (running on vmware) to SW int G 1/0/4. CUPC is
> running in UCCX and test pc.
> They asked to configure one in softphone mode other one is desktop mode.
> also configre voice mail on both clients
> QoS question was - In Gig 1/0/4 , make sure all incoming CUPC signaling
> traffic to mark CS3 and gurantee 32k BW. anythung
> exess should be mark down to DSCP 8 and retransmit.
> My ans was -
> mls qos
> mls qos map cos-dscp 0 8 16 24 32 46 48 56
> mls qos map policed-dscp 24 26 to 8
>
> ip access-list extended voice-rtp
> permit udp any any range 16384 32767
> ip access-list extended cupc-sig
> permit tcp any any eq 5060
> permit tcp any any eq 5060
> permit tcp any eq 5060 any
> permit udp any any eq 5060
> permit udp any eq 5060 any
> permit tcp any any eq 143
> permit tcp any eq 143 any
> permit tcp any any eq 80
> permit tcp any eq 80 any
> permit tcp any any eq 443
> permit tcp any eq 443 any
> permit tcp any any eq 993
> permit tcp any eq 993 any
> permit tcp any any eq 7993
> permit tcp any eq 7993 any
> permit tcp any any eq 389
> permit tcp any eq 389 any
> permit tcp any any eq 2748
> permit tcp any eq 2748 any
>
> config)#class-map voice-rtp
> (config-cmap)#match access-group name voice-rtp
> (config)#class-map match any cupc-sig
> (config-cmap)#match access-group name cupc-sig
>
> (config-cmap)#policy-map cupc
> (config-pmap)#class voice-rtp
> (config-pmap-c)#set dscp ef
> (config-pmap)#class cupc-sig
> (config-pmap-c)#police 32000 8000 exceed-action policed-dscp-transmit
> (config-pmap-c)#set dscp cs3
>
> (config)#interface GigabitEthernet1/0/4
> config-if)#service-policy input cupc
> Phone ports
> mls qos trust cos
> mls qos trust device cisco phone
>
> Server ports
> mls qos trust dscp
>
> I got 0 marks for this question - any body can clarify where it's wrong ?
> _______________________________________________
> For more information regarding industry leading CCIE Lab training, please
> visit www.ipexpert.com
>
> Are you a CCNP or CCIE and looking for a job? Check out
> www.PlatinumPlacement.com
>
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Reply via email to