Hi, I'm not familiar with embedding a MQC policy within a map-class, but I know it can be done. I've seen it in a video, but I haven't really practice that config yet because I'm only on Workbook Volume 1. Anyways, I think Ian is right. Anytime you use Frame Relay Traffic Shaping (utilizing map-class) you have to turn on traffic shaping by issuing the "frame-relay traffic-shaping" command on the interface prior to attaching the map-class. See example below off cisco website...
interface serial0 encapsulation frame-relay frame-relay traffic-shaping frame-relay interface-dlci 200 class adjust_vc_class_rate ! map-class frame-relay adjust_vc_class_rate frame-relay cir 64000 frame-relay mincir 32000 frame-relay adaptive-shaping interface-congestion 10 HTH, Johnnie B On Sun, Dec 18, 2011 at 2:48 PM, marc abel <[email protected]> wrote: > Trying to do MQC based frame relay traffic shaping and not getting > anywhere. What am I doing wrong? > > > > > policy-map MQC-TS > class class-default > shape average 72000 > ! > interface Serial1/0 > no ip address > encapsulation frame-relay > serial restart-delay 0 > no frame-relay inverse-arp > frame-relay lmi-type ansi > ! > interface Serial1/0.28 point-to-point > ip address 10.20.28.27 255.255.255.0 > snmp trap link-status > frame-relay interface-dlci 708 > class PVC-R27-R28 > ! > map-class frame-relay PVC-R27-R28 > service-policy output MQC-TS > > R27(config)#do show traffic-shape > > R27(config)# > _______________________________________________ > 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 <http://www.platinumplacement.com/> > > http://onlinestudylist.com/mailman/listinfo/ccie_rs > _______________________________________________ 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 http://onlinestudylist.com/mailman/listinfo/ccie_rs
