Hi There,
Has anyone come across an issue with the 3750 series switch where if you remove the QoS configuration at an interface level as follows: -
conf t
int g1/0/2
no mls qos
it removes mls qos globally and this efectively disables QoS on the switch. Is this normal or is this a bug?
Cheers,
Stafford
"mls qos" is a global command.
You can enter commands in other contexts.
Example: You could also enter
int gig0/0/2
no router eigrp 100
That works too :-)
So if you do what you do, you disable "mls qos" on the whole router.
/Martin