Filters and QoS Configuration for ERS 5500

 

 

Technical Configuration Guide

v2.0

NN48500-559

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.3Changing 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. Hence, 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 used.

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-ACL back to port 1/19:

5500 (config)#qos acl-assign port 1/19 acl-type ip name host

___________________________________________________________________________________________________________________________

Nortel Confidential Information Copyright © 2008 Nortel Networks. All Rights Reserved.

 

External Distribution

29

Page 30
Image 30
Nortel Networks 5520, 5530, 5510 manual Changing ACL, 5500config#no qos acl-assign 1 port 1/19, 5500config#no qos ip-acl