cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
503
Views
5
Helpful
1
Replies

Match Vlan Cat4500e

divadko
Level 1
Level 1

Hi all,

 

i try to match vlan in input interface to set them DSCP value. On cat 3850 i can match vlan  in policy map but i cant see this option in my ca 4506e SUP7

I have only this option:

 

access-group Access group
any Any packets
application Application to match
cos IEEE 802.1Q/ISL class of service/user priority values
dscp Match DSCP in IPv4 and IPv6 packets
flow Flow based QoS parameters
ip IP specific values
metadata Metadata to match
precedence Match Precedence in IPv4 and IPv6 packets
protocol Protocol
qos-group Qos-group

 

 

How can i do it on cat 4506e pls?


Thank you

Dave

1 Reply 1

Hello

Have you tried nesting the qos policies?

Example:
class-map interface_cm
match input-interface x/x

policy-map interface_dscp_pm
class interface_cm
set dscp xxxx

int x/x
qos vlan-based

 

access-list 101 permit ip any any

class-map vlan_qos_cm
match access-group 101

policy-map vlan_qos_pm
class vlan_qos_cm
service-policy interface_dscp_pm


interface VlanXX
service-policy input vlan_qos_pm


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul