This has changed several times between versions of code but either way what you have should work. You have it at 75%. What else do you have applied to the interface? You can change the max reserved bandwidth command to 100% to get it to take. But something must be causing it not to take.
On Thu, Jun 12, 2008 at 4:47 PM, Ted Romer <[EMAIL PROTECTED]> wrote: > I believe you need to change max reserveable bw on interface. > Ted > > ----- Original Message ---- > From: Suresh Mishra <[EMAIL PROTECTED]> > To: Scott Morris <[EMAIL PROTECTED]>; OSL CCIE Routing and Switching Lab Exam > <[email protected]> > Sent: Thursday, June 12, 2008 3:22:11 PM > 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)# > > > > ! > ! > > > > > -- Tyson Scott - CCIE #13513 R&S and Security Technical Instructor - IPexpert, Inc. Telephone: +1.810.326.1444 Fax: +1.810.454.0130 Mailto: [EMAIL PROTECTED] Join our free online support and peer group communities: http://www.IPexpert.com/communities IPexpert - The Global Leader in Self-Study, Classroom-Based, Video On Demand and Audio Certification Training Tools for the Cisco CCIE R&S Lab, CCIE Security Lab, CCIE Service Provider Lab , CCIE Voice Lab and CCIE Storage Lab Certifications.
