cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1279
Views
0
Helpful
3
Replies

QoS in Layer 3 port 4500 SUP7-E

khernandezruiz
Level 1
Level 1

Hi everyone,

I want to know if is it possible to configure QoS on a 4500 Sup7 on a Layer 3 routed port like the following example (Similar to CBWFQ on IOS Router)?


Switch(config)# configure terminal
Switch(config)# policy-map policy11
Switch(config-pmap)# class prec1
Switch(config-pmap-c)# bandwidth percent 30
Switch(config-pmap-c)# exit
Switch(config-pmap)# class prec2
Switch(config-pmap-c)# bandwidth percent 20
Switch(config-pmap-c)# exit
Switch(config-pmap)# class prec3
Switch(config-pmap-c)# bandwidth percent 10
Switch(config-pmap-c)# exit
Switch(config-pmap)# exit
Switch(config)# interface gigabitethernet1/1
Switch(config)# no switchport
Switch(config)# ip address 10.1.1.1 255.255.255.252
Switch(config)# service-policy output policy1
My doubt is because the following sentence:

Restrictions for Applying a QoS Service Policy

Traffic marking can be configured on an interface, a VLAN, or a port and VLAN. An interface can be a Layer 2 access port, a Layer 2 switch trunk, a Layer 3 routed port, or an EtherChannel. A policy is attached to a VLAN using the vlan configuration mode.


Reference: http://www.cisco.com/en/US/docs/switches/lan/catalyst4500/12.2/3.1.1SG/configuration/guide/qos.html#wp1437725

2 Accepted Solutions

Accepted Solutions

Bilal Nawaz
VIP Alumni
VIP Alumni

Hello, you will be able do do this, the SUP7-E has full capabilities of this.

The restrictions section is a bit misleading, because it tells you what it CAN do.
If any limitations, it may be on the line card itself, but probably not.
I have tested QoS on a 4506 with SUP7E and it works perfectly.

Hope this helps

Sent from Cisco Technical Support iPhone App

Please rate useful posts & remember to mark any solved questions as answered. Thank you.

View solution in original post

Yes you are correct. You can apply to a physical interface or a vlan interface too.

Hope this helps

Sent from Cisco Technical Support iPhone App

Please rate useful posts & remember to mark any solved questions as answered. Thank you.

View solution in original post

3 Replies 3

Bilal Nawaz
VIP Alumni
VIP Alumni

Hello, you will be able do do this, the SUP7-E has full capabilities of this.

The restrictions section is a bit misleading, because it tells you what it CAN do.
If any limitations, it may be on the line card itself, but probably not.
I have tested QoS on a 4506 with SUP7E and it works perfectly.

Hope this helps

Sent from Cisco Technical Support iPhone App

Please rate useful posts & remember to mark any solved questions as answered. Thank you.

Thank you,

Then is possible, so I won't need to use in a SVI way with access port. I want to make it simple.

Thanks for the advice.

Kind regards,

Yes you are correct. You can apply to a physical interface or a vlan interface too.

Hope this helps

Sent from Cisco Technical Support iPhone App

Please rate useful posts & remember to mark any solved questions as answered. Thank you.