[OSL | CCIE_Voice] CUE signaling QOS on switch

2013-04-17 Thread Jack Kamina
on one of the practice lab the need is to police the signaling packets to and 
from CUE inbound into the HQ switch to 32 kbps and then remark the DSCP to 0. I 
built up the config below but dont see any packets matched on the show 
policy-map interface command. CUE IP is 10.1.6.253 . CUCM IP is 10.10.210.10 
(pub) and 10.10.210.11 (sub) .is the access list built correctly?

access-list 110 permit tcp host 10.1.6.253 any eq 2748 
! 
class-map match-all CUE-SIGNAL 
 match access-group 110 
! 
policy-map CUEMAP 
 class cti-qbe 
 set dscp af31 
 bandwidth 20 
! 
interface Fa0/1/0 
description  HQ-ROUTER-INTERFACE
 service-policy input CUEMAP

mls qos
mls qos map cos 0 8 16 24 32 46 48 56
mls qos map policed-dscp 24 26 to 8
___
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

[OSL | CCIE_Voice] [CORRECTED] CUE QOS on the Switch

2013-04-17 Thread Jack Kamina
on one of the practice lab the need is to police the signaling packets to and 
from CUE inbound into the HQ switch to 32 kbps and then remark the DSCP to 0. I 
built up the config below but dont see any packets matched on the show 
policy-map interface command. CUE IP is 10.1.6.253 . CUCM IP is 10.10.210.10 
(pub) and 10.10.210.11 (sub) .is the access list built correctly?

access-list 110 permit tcp host 10.1.6.253 any eq 2748 
! 
class-map match-all CUE-SIGNAL 
 match access-group 110 
! 
policy-map CUEMAP 
 class CUE-SIGNAL
 set dscp af31 
 bandwidth 20 
! 
interface Fa0/1/0 
description  HQ-ROUTER-INTERFACE
 service-policy input CUEMAP

mls qos
mls qos map cos 0 8 16 24 32 46 48 56
mls qos map policed-dscp 24 26 to 8___
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