Filt
Filters and QOS Configuration for Ethernet Routing Switch 5500
Technical Configuration Guide
31
January 2013
avaya.com
In-Profile Action:
In-Profile Action Id:
Non-Match Action:
Non-Match Action Id:
Track Statistics: Aggregate
Precedence:
12
Session Id: 0
Storage Type: Other
Id: 55004
Policy Name:
host
State: Enabled
Classifier Type:
Classifier
Classifier Name:
host
Classifier Id: 55005
Unit/Port:
1/19
Meter:
Meter Id:
In-Profile Action: host
In-Profile Action Id: 55005
Non-Match Action:
Drop_Traffic
Non-Match Action Id: 1
Track Statistics: Aggregate
Precedence:
11
Session Id: 0
Storage Type: Other
7.1.4.3
Changing ACL
Assuming we wish to change the http marking from CoS level of Gold to CoS level of Bronze, enter the
following command shown below.
From using the show command above, we know that port 1/19 as been assigned ACL-Assign ID of 1.
Henc e, we need to remove this id first using the following command:
5500(config)#
no qos acl-assign 1
or if you wish to remove the setting on an individual port ; we only used one port for this example, so either
command can be us ed.
5500(config)#
no qos acl-assign 1 port 1/19
Next, we need to delete IP-ACL id 2:
5500(config)#
no qos ip-acl 2
Next, we need to create a new IP-ACL with the new filter criteria:
5500 (config)#
qos ip-acl name host src-ip 172.1.1.10/ 32 protocol 6 src-port-min 80 src-port-
max 80 update-dscp 10 block tcpcommon
Finally, re-apply the IP-A CL back to port 1/19:
5500 (config)#
qos acl-assi gn port 1/ 19 acl-type ip name host