I am not sure that this matters but I notice that all of your class-maps are match-all and not match-any, I would revisit that. I think the class-map TELSSH would only match on communication that used both SSH and Telnet ports at the same time (which is rather infrequent I have been told). I did find a similar error at http://www.cisco.com/en/US/tech/tk39/tk51/technologies_configuration_example09186a0080094c42.shtml but this was dealing with Per-VC QoS. what does the interface config that you are trying to apply it to look like and what happens if you change the bandwidth statements in the policy-maps to priority? Thoughts?Timur Snoke
> Date: Thu, 12 Jun 2008 16:22:11 -0400> From: [EMAIL PROTECTED]> To: [EMAIL > PROTECTED]; [email protected]> Subject: [OSL | CCIE_RS] LAB 17 task > 9> > Hello all,> > I am having trouble applying this policy map to ethernet > interface.> Can anyone explain me why? Is that somethging to do with IOS > version> > ============================================================================> > > class-map match-all TELSSH> match protocol telnet> match protocol ssh> > class-map match-all FTP> match protocol ftp> match protocol secure-ftp> > class-map match-all EMAIL> match protocol pop3> match protocol smtp> match > protocol imap> match protocol secure-pop3> match protocol secure-imap> > class-map match-all WEB> match protocol http> !> !> policy-map CUSTOMTOMQC> > class TELSSH> bandwidth percent 5> class FTP> bandwidth percent 10> class > EMAIL> bandwidth percent 20> class WEB> bandwidth percent 40> class > class-default> > > > Enter configuration commands, one per line. End with > CNTL/Z.> R8(config)#int fa0/0> R8(config-if)#service-policy output > CUSTOMTOMQC> I/f FastEthernet0/0 class TELSSH requested bandwidth 5%, > available only 0%> R8(config-if)#> > > > !> ! _________________________________________________________________ Now you can invite friends from Facebook and other groups to join you on Windows Live⢠Messenger. Add now. https://www.invite2messenger.net/im/?source=TXT_EML_WLH_AddNow_Now
