Avaya Inc. – External Distribution
A new NMS has been purchased and it requires access to the network:
qos traffic-profile classifier name mgmtTraf src-ip 10.30.31.49/32 drop-action
disable eval-order 33
// ERROR// % Traffic Prof filter set elem count exceeds available resources
An issue was encountered while trying to add an element to the filter set. The error message indicates a
resource availability issue. A check of the system resource usage levels exposes the issue:
5650TD(config)#show qos diag
Unit/Port Mask Precedence Usage
16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1
--------- ---------------------------------------------------------------
1/1 AR DH Q Q Q Q Q Q Q Q IS Q Q
1/2 AR DH Q Q
AR=ARP DH=DHCP Q=QoS IS=IPSG
Non QoS Non QoS
Unit/Port Prec Filter Meter Cntr Filter Meter Filter Meter Cntr RngChk
Used Used Used Used Used Total Total Total Used
----------- ---- ------ ----- ---- ------- ------- ------ ----- ----- ------
1 /1 -24,49 16 0 0 0 25 25 256 128 128
15 0 0 0 50 25 256 128 128
14 1 0 1 0 0 256 128 128
13 1 0 1 0 0 256 128 128
12 1 0 1 0 0 256 128 128
11 1 0 1 0 0 256 128 128
10 1 0 1 0 0 256 128 128
9 1 0 1 0 0 256 128 128
8 1 0 1 0 0 256 128 128
7 1 0 1 0 0 256 128 128
6 0 0 0 1 0 256 128 128
Adequate precedence mask resources are not available to support the filter set expansion. A maximum of
8 consecutive precedence levels can currently be consumed by the filter set on port 1. Traffic-profile filter
set “mgmtTraf” already consumes 8 precedence levels. Filter set optimization is necessary. Several of the
classifier elements can be combined into blocks to improve resource usage. First the elements being
replaced are deleted. Next the elements are redefined with a ‘block’ component:
no qos traffic-profile classifier name mgmtTraf eval-order 20
no qos traffic-profile classifier name mgmtTraf eval-order 21
qos traffic-profile classifier name mgmtTraf protocol 6 dst-port-min 80 dst-port-
max 80 drop-action disable block tcp eval-order 20
qos traffic-profile classifier name mgmtTraf protocol 6 dst-port-min 23 dst-port-
max 23 drop-action disable block tcp eval-order 21
no qos traffic-profile classifier name mgmtTraf eval-order 30
no qos traffic-profile classifier name mgmtTraf eval-order 31
no qos traffic-profile classifier name mgmtTraf eval-order 32
qos traffic-profile classifier name mgmtTraf src-ip 10.30.31.15/32 drop-action
disable block nmsCluster eval-order 30