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)#



!
!

Reply via email to