Filt
Filters and QOS Configuration for Ethernet Routing Switch 5500
Technical Configuration Guide
12.5.1.4 Create Policy
Create the policies with the classifiers created above. Please refer to table 3 in reference to the policy
action.
ERS5500 Step 1 – Add policy for L2 classifier created above and apply it to role combination
vlan_110 with an in-profile action of service class Gold and non-match action of service class
bronze
5500(config)# qos policy 1 name "pol_1" if-group "vlan_110" clfr-type classifier clfr-
id 1 in-profile-action 5 non-match-action 3 precedence 11
12.5.2 ERS5500 Configuration – Using IP-ACL’s
12.5.2.1 Create L2 ACL’ s for MAC Address Range
ERS5500: Step 1 – Create L2-ACL’s for MAC addre ss range 00:00:01:00:00:00 to 00:00:01:00:00:ff
5500(config)# qos l2-acl name vlan_110 src-mac 00:00:0a:00:00:00 src-mac-mask
fff.fff.f00 ethertype 0x800 update-dscp 10
ERS5500: Step 2 – Pass all other traffic with standard CoS
5500(config)# qos l2-acl name vlan_110 drop-action disable
ERS5500: Step 3 – Assign the L2-ACL’s to ports 3-4
5500(config)# qos acl-assign port 1/3-4 acl-type l2 name vlan_110