cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
360
Views
0
Helpful
2
Replies

3550 Service-Policy issue

mark.edwards
Level 1
Level 1

I'm unable to attach a service poligy to a FastEthernet port on a 3550. The config is as below. When I apply to the interface as an outbound policy, I get the error " Service Policy attachment failed"?

mls qos

!

class-map match-all Gold

match any

class-map match-all Bronze

match access-group 2

class-map match-all Silver

match access-group 1

!

!

policy-map TEST

class Gold

bandwidth percent 35

class Silver

bandwidth percent 25

class Bronze

bandwidth percent 15

interface FastEthernet0/1

no switchport

ip address 1.1.1.1 255.0.0.0

duplex full

speed 100

access-list 1 permit 10.3.0.0 0.0.255.255

access-list 2 permit 10.2.0.0 0.0.255.255

2 Replies 2

Hello,

I have configured this on a 3550, the only difference is that my interface is configured for auto speed and auto duplex, not sure if that makes a difference on yours as well, you might want to try and configure the interface with these settings.

Regards,

GP

Thanks for the reply but "auto" did not help.