Named Pools QoS Policy Command Reference

Command Hierarchies

Configuration Commands

config
— qos
[no] named-pool-policy policy-name [create]
description description-string
[no] pool pool-name [create]
amber-alarm-threshold percentage
access-allocation-weight buffer-allocation-weight
network-allocation-weight buffer-allocation-weight
description description-string
resv-cbs percentage-of-pool-size amber-alarm-action step percent max maximum
resv-cbs percentage-of-pool-size
— no resv-cbs
slope-policy slope-policy-name
port-allocation-weights default weight mda weight port weight

Show Commands

show
— qos
named-pool-policy policy-name [detail]
named-pool-policy policy-name association
network-queue policy-id detail
sap-egress policy-id detail
sap-ingress policy-id detail
shared-queue default detail
slope-policy slope-name detail
show
card card-slot detail | match “Named Pool Mode”
mda slot detail
mda slot qos [ingress | egress] buffer-allocation [detail]
mda slot qos [ingress | egress] orphaned-queues
pools port-id
port port-id detail

Command Descriptions

Configuration Commands

Generic Commands

description

Syntax 
description description-string
no description
Context 
config>qos>named-pool-policy>q1-pools>pool
Description 

The description command is used to define an informational ASCII string for the named pool policy. The string value may be defined or changed at anytime.

The no form of the command removes the explicit description string from the named pool policy.

Parameters 
description-string—
The description-string parameter defines the ASCII description string for the named pool policy. If the string contains spaces, it must be placed within beginning and ending double quotation marks. Beginning and ending quotation marks are not considered part of the description string. Only printable ASCII characters are allowed in the string. The sting does not need to be unique within the system. If the command is executed without the description-sting present, any existing description string will be unaffected.

Unit: ASCII String

Length: Up to 80 characters

Values—
None

Named Pool Policy Creation

named-pool-policy

Syntax 
named-pool-policy policy-name create
no named-pool-policy policy-name
Context 
config>qos
Description 

This commands creates a template that may be applied at the XMA, MDA, or port level to create named buffer pools. The policy may be applied at either the ingress or egress context for the port, XMA, or MDA. Policies applied on the MDA will take effect only after the named pool mode is set on the IOM. Setting the IOM named pool on will reboot the card.

Within the policy, named pools may be defined in the q1-pools context indicating that the provisioned pools will be used on Q1 based hardware. When the policy is associated at the XMA or MDA level, named pools defined in the policy allow queues from any port to be associated. When the policy is associated at the port level, the named pools created are only available to queues associated with the port. Each pool defined allows the slope-policy, resv-cbs, access-allocation-weight and network-allocation-weight parameters to be configured for the pool. The policy also manages the port-allocation-weights used to divide the buffers managed by the port between named pools local to the port, named pools on the ports XMA or MDA and the default pools. The allocation weights for a given port are derived in the following way (lowest to highest preference):

  1. Port default allocation weights
    Default: default 50, mda 50, port 50
  2. XMA or MDA named pool policy port allocation weightsPort named pool policy port allocation weights
  3. A named-pool-policy that is currently applied to an XMA or MDA or port may not be deleted. All associations between the policy and XMA or MDAs must be removed prior to deleting the policy.

Pools in the policy may be added or removed at anytime. If the policy is currently associated with an XMA, MDA, or port, the system will first check to ensure necessary resources exist on the port, XMA, or MDA before allowing the pool creation within the policy to proceed. If the pool cannot be added, the pool pool-name command will fail. When a new pool is created, the system will scan all pool orphaned queues for queues associated with the new pool name wherever the policy is currently applied. (A queue with a defined pool name that does not exist is placed on its appropriate default pool until the pool comes into existence).

The no form of the command removes a specific named pool policy from the system. If the named pool policy is currently associated with an ingress or egress XMA, MDA, or port, the command will fail. If the named pool policy does not exist, the command has no effect and does not return an error.

Parameters 
named-pool-policy-name—
The named-pool-policy-name is required. Each named pool policy must be uniquely named within the system. Names of up to 32 ASCII characters are supported with the normal character restrictions. A named pool policy must exist prior to applying the policy name to an XMA, MDA, or port.
Values—
Up to 32 character ASCII string
Values—
None (A system default named pool policy does not exist)
Limit: 1024 policies per system
create—
The create keyword is required if creating a new named pool policy when the system is configured to require the explicit use of the keyword to prevent accidental object creation. Objects may be accidentally created when this protection is disabled and an object name is mistyped when attempting to edit the object. This keyword is not required when the protection is disabled. The keyword is ignored when the named pool policy already exists.

description

Syntax 
description description-string
no description
Context 
config>qos>named-pool-policy
Description 

The description command is used to define an informational ASCII string for the named pool policy. The string value may be defined or changed at anytime.

The no form of the command removes an explicit description string from the named pool policy.

Parameters 
description-string—
The description-string parameter defines the ASCII description string for the named pool policy. If the string contains spaces, it must be placed within beginning and ending double quotation marks. Beginning and ending quotation marks are not considered part of the description string. Only printable ASCII characters are allowed in the string. The sting does not need to be unique within the system. If the command is executed without the description-sting present, any existing description string will be unaffected.
Values—
Up to 80 character ASCII string
Values—
None

q1-pools

Syntax 
q1-pools
Context 
config>qos>named-pool-policy
Description 

The q1-pools command is used to enter the configuration node for Q1 oriented named buffer pools. The named pool policy will support contexts for configuring pools of other types when other pool types exist.

port-allocation-weights

Syntax 
port-allocation-weights default weight mda weight port weight
no port-allocation-weights
Context 
config>qos>named-pool-policy
Description 

The port-allocation-weights command is used to define the weights used to divide the buffers managed by a port into three categories: default, XMA, MDA and port. The default category is given to the default pools, the XMA or MDA category is given to the XMA or MDA named pools and the port category is used by the local port named pools. When the IOM is placed in named-pool-mode, each port has an inherent set of weights that places all port-managed buffers into the default category (default = 100, XMA or MDA = 0, port = 0). The policy port-allocation-weights command is used to override this port inherent behavior. When the policy is applied to the XMA or MDA, the defined port-allocation-weights parameter values override the inherent values for all ports on the XMA or MDA. When the policy is applied to the port level, the defined port-allocation-weights override both the local ports inherent weights and the XMA or MDA level named pool policy weights (if existing).

The no form of the command resets all values to the default value.

Parameters 
default weight
The default keyword is used to identify the weight value for the port where the policy is applied used in the calculation of the amount of buffer space given to the default pools by the port. The following weight parameter is required and must be specified as an integer between 0 and 100. The specified weight only has meaning when compared to the mda and port weights. The sum of all three weights is divided into each weight to determine the amount of buffering given to the pools of each type.
Values—
Integers 0 to 100
Values—
50
mda weight
The mda keyword is used to identify the weight value for the port where the policy is applied used in the calculation of the amount of buffer space given to the XMA or MDA level named pools by the port. The following weight parameter is required and must be specified as an integer between 0 and 100. The specified weight only has meaning when compared to the default and port weights. The sum of all three weights is divided into each weight to determine the amount of buffering given to the pools of each type.
Values—
Integers 0 to 100
Values—
50
port weight
The port keyword is used to identify the weight value for the port where the policy is applied used in the calculation of the amount of buffer space given to the local port named pools by the port. The following weight parameter is required and must be specified as an integer between 0 and 100. The specified weight only has meaning when compared to the mda and port weights. The sum of all three weights is divided into each weight to determine the amount of buffering given to the pools of each type.
Values—
Integers 0 to 100
Values—
50

pool

Syntax 
pool pool-name create
no pool pool-name
Context 
config>qos>named-pool-policy>q1-pools
Description 

The pool command is used to create a new or edit an existing named pool within the policy. A CLI node is created for the named pool that contains the slope-policy and resv-cbs commands. A named pool created within the q1-pools context may be used by queues on any physical port, XMA or MDA where the policy is applied that has Q1 based buffer pools. Once the policy is applied on an XMA, MDA, or port, creating a new pool will fail if a pool resource is not available for the port, XMA, or MDA.

When creating a pool, the defined name must be unique within the policy. No other named pool may share the same name.

Once the pool is created, any queues currently on a default pool with a specified pool name the same as the new pool will be moved from the default pool to the new pool.

The no form of the command removes a specific named pool from the policy. If an instance of the named pool is currently associated with a created queue, the queue will be moved to the appropriate default pool. Once the pool is deleted, the pool is removed from both the policy and any instance of the pool on an XMA, MDA, or port is removed. The pool buffers are freed and may be available other named pools.

Parameters 
pool-name—
The pool-name parameter is required. Each named pool must be uniquely named within the policy. Names of up to 32 ASCII characters are supported with the normal character restrictions. A named pool must be defined prior to creating a queue associated with the named pool.

Length: Up to 32 characters

Values—
None (All named pools must be explicitly created)
Values—
Up to 57 named pools may be created per policy
create—
The create keyword is required if creating a new named pool within the policy when the system is configured to require the explicit use of the keyword to prevent accidental object creation. Objects may be accidentally created when this protection is disabled and an object name is mistyped when attempting to edit the object. This keyword is not required when the protection is disabled. The keyword is ignored when the named pool already exists within the policy.

amber-alarm-threshold

Syntax 
amber-alarm-threshold percentage
no amber-alarm-threshold
Context 
config>qos>named-pool-policy>q1-pools>pool
Description 

This command configures the threshold for the amber alarm on the over-subscription allowed.

Users can selectively enable amber or red alarm thresholds. But if both are enabled (non-zero) then the red alarm threshold must be greater than the amber alarm threshold.

The no form of the command reverts to the default value.

Default 

0

Parameters 
percentage—
Specifies the amber alarm threshold.
Values—
1 to 1000

red-alarm-threshold

Syntax 
red-alarm-threshold percentage
no red-alarm-threshold
Context 
config>qos>named-pool-policy>q1-pools>pool
Description 

This command configures the threshold for the red alarm on the over-subscription allowed.

Users can selectively enable amber or red alarm thresholds. But if both are enabled (non-zero) then the red alarm threshold must be greater than the amber alarm threshold.

The no form of the command reverts to the default value.

Default 

0

Parameters 
percentage—
Specifies the amber alarm threshold.
Values—
1 to 1000

application-weights

Syntax 
application-weights
Context 
config>qos>named-pool-policy>q1-pools>pool
Description 

The application-weights CLI node context contains the network and access allocation weights. The network and access application weights are used to divide the network and access buffer space available to the pools between each named pool. When the policy is applied at the XMA or MDA level, the network and access application weights are applied to the network and access buffer space given to the XMA or MDA named pools by the ingress or egress ports. When the policy is applied at the port level, the network and access application weights are applied to the local port network and access buffer space.

network-allocation-weight

Syntax 
network-allocation-weight buffer-allocation-weight
no network-allocation-weight
Context 
config>qos>named-pool-policy>q1-pools>pool>application-weights
Description 

The network-allocation-weight command is used to define the weight used when dividing network associated buffer space between the named pools. When the named pool is created on an XMA or MDA, the network associated buffer space is summed from all ports. The pool’s network allocation weight is divided by the total network allocation weights from all named pools on the XMA or MDA. The resulting factor is multiplied by the summed port network associated buffer space to derive the amount of network buffers applied to the pool. When the named pool is created on a port, the weight is applied against the local ports network associated buffer space to derive the network buffers applied to the pool. A similar process is done for with the access-allocation-weight. The total buffers applied to the pool are the sum of the access and network buffers given to the pool.

Changing the weight does not change the total buffers allocated to the pools, just the ratio of distribution between the pools.

A weight of ‘0’ indicates that the pool will not receive any network associated buffers. If all pools on the port, XMA, or MDA have a network-allocation-weight equal to 0, the network associated buffer will not be used at that level.

The no form of the command returns the pools network allocation weight to the default value of 50.

Parameters 
buffer-allocation-weight—
The buffer-allocation-weight parameter is required when executing the network-allocation-weight command. A value of 0 to 100 is accepted. The default weight is 50. The weight value may be changed at anytime resulting in a redistribution of network associated buffers among the pools at the XMA, MDA, or port level.

Unit: Integer

Length: 0 to 100

Values—
50

access-allocation-weight

Syntax 
access-allocation-weight buffer-allocation-weight
no access-allocation-weight
Context 
config>qos>named-pool-policy>q1-pools>pool>application-weights
Description 

The access-allocation-weight command is used to define the weight used when dividing access associated buffer space between the named pools. When the named pool is created on an XMA or MDA, the access associated buffer space is summed from all ports. The pool’s access allocation weight is divided by the total access allocation weights from all named pools on the XMA or MDA. The resulting factor is multiplied by the summed port access associated buffer space to derive the amount of access buffers applied to the pool. When the named pool is created on a port, the weight is applied against the local ports access associated buffer space to derive the access buffers applied to the pool. A similar process is done for with the network-allocation-weight. The total buffers applied to the pool are the sum of the access and network buffers given to the pool.

Changing the weight does not change the total buffers allocated to the pools, just the ratio of distribution between the pools.

A weight of ‘0’ indicates that the pool will not receive any access associated buffers. If all pools on the port, XMA, or MDA have a access-allocation-weight equal to 0, the access associated buffer will not be used at that level.

Parameters 
buffer-allocation-weight—
The buffer-allocation-weight parameter is required when executing the access-allocation-weight command. A value of 0 to 100 is accepted. The default weight is 50. The weight value may be changed at anytime resulting in a redistribution of access associated buffers among the pools at the XMA, MDA, or port level.

Unit: Integer

Values—
0 to 100
Values—
50
The no access-allocation-weight command is used to return the pools access allocation weight to the default value of 50.

slope-policy

Syntax 
slope-policy slope-policy-name
no slope-policy
Context 
config>qos>named-pool-policy>q1-pools>pool
Description 

The slope-policy command is used to override the default slope-policy configuration for the named buffer pool. The specified slope-policy-name must exist as a current slope policy name. If the slope policy does not exist, the slope-policy command will fail. If a slope policy is currently associated with a named pool within a named pool policy, the slope policy cannot be removed from the system.

The slope policy contains the High and Low WRED slope definitions that will be used by the pool on each XMA or MDA on which the pool is created. If the slope-policy command is not executed or the no slope-policy command is executed, the default slope policy will be associated with the pool.

The no form of the command restores the default slope policy to the named pool.

Parameters 
slope-policy-name—
The slope-policy-name parameter is required and must specify an existing slope policy name. If slope-policy-name does not exist, the slope-policy command will fail.

Unit: Slope Policy Name

Values—
Default Slope Policy

resv-cbs

Syntax 
resv-cbs percentage-of-pool-size amber-alarm-action step percent max maximum
resv-cbs percentage-of-pool-size
no resv-cbs
Context 
config>qos>named-pool-policy>q1-pools>pool
Description 

The resv-cbs command is used to override the default reserved CBS size of the pool. The reserved CBS size defines the amount of buffer space within the pool that is not considered shared. When queues request buffers from the pool, they will be either ‘within-CBS’ or ‘above-CBS’. If the queue is ‘within-CBS’ based on the current queue depth and the configured CBS value for the queue, the requested buffer is taken from the reserved portion of the buffer pool. After the queues depth is beyond its configured CBS, the buffer will be taken from the pools shared space. Shared space buffers are subject to the WRED slope function within the buffer pool. If the WRED slopes are enabled, the buffer request may be denied based on WRED drop probability.

The default reserved CBS size of the pool is 30%.

The no form of the command restores the default reserved CBS size of 30%.

Parameters 
percentage-of-pool-size—
The percentage-of-pool-size parameter is required and is an integer specifying a percentage from 0 to 100 percent. Specifying a value of 30 (the default) is equivalent to specifying no resv-cbs.
Values—
0 to 100
Values—
30
amber-alarm-action step percent
specifies the percentage step-size for the reserved CBS size of the pool. When using the default value, the adaptive CBS sizing is disabled. To enable adaptive CBS sizing, step percent must be set to non-default value along with the max parameter. When reserved CBS is default adaptive CBS sizing cannot be enabled. The reserved CBS (Committed Burst Size) defines the amount of buffer space within the pool that is not considered shared.
Values—
1 to 100
Values—
0
max maximum
Specifies the maximum percentage for the reserved CBS size of the pool. When using the default value, the adaptive CBS sizing is disabled. To enable adaptive CBS sizing, max value must be set to non-default value along with the step percent. When reserved CBS is default adaptive CBS sizing cannot be enabled. The reserved CBS (Committed Burst Size) defines the amount of buffer space within the pool that is not considered shared. Max reserved CBS must not be more than the reserved CBS.
Values—
1 to 100
Values—
0

Show Commands

Named Pool Show Commands

named-pool-policy

Syntax 
named-pool-policy
named-pool-policy policy-name [detail]
named-pool-policy policy-name association
Context 
show>qos
Description 

This command displays information on named pool policies.

Parameters 
policy-name—
Each named pool policy must be uniquely named within the system. Names of up to 32 ASCII characters are supported with the normal character restrictions. A named pool policy must exist prior to applying the policy name to an XMA, MDA, or port.
Values—
Up to 32 character ASCII string
detail—
Displays detailed information on the given policy name.
association—
Displays the associations connected to the given policy name.
Output 

Sample Output
show qos named-pool-policy 
===============================================================================
Named-Pool Policies
===============================================================================
Policy Name                     Description                                    
-------------------------------------------------------------------------------                                
test                            (not-specified)                                
test57                          (not-specified)

sap-ingress

Syntax 
sap-ingress policy-id detail
Context 
show>qos
Description 

This command displays pools associated/configured to a queue.

Output 

Sample Output
B:SR7-10# show qos sap-ingress 2 detail 
===============================================================================
QoS Sap Ingress
-------------------------------------------------------------------------------
Sap Ingress Policy (2)
-------------------------------------------------------------------------------
Policy-id      : 2                            Scope        : Template          
Default FC     : be                           Priority     : Low               
Criteria-type  : None                                                          
Description    : for ingress traffic
-------------------------------------------------------------------------------
Queue Mode    CIR Admin PIR Admin CBS     HiPrio  PIR Lvl/Wt    Parent
              CIR Rule  PIR Rule  MBS             CIR Lvl/Wt
              Named-Buffer Pool
-------------------------------------------------------------------------------
1     Prio      0         max     def    def           1/1            None     
                closest   closest def                  0/1                     
                port_1
2     Prio      0         max     def    def           1/1            None     
                closest   closest def                  0/1                     
                port_2
3     Prio      0         max     def    def           1/1            None     
                closest   closest def                  0/1                     
                pool_50

sap-egress

Syntax 
sap-egress policy-id detail
Context 
show>qos
Description 

This command displays pools associated/configured to a queue.

network-queue

Syntax 
network-queue policy-id detail
Context 
show>qos
Description 

This command displays pools associated/configured to a queue.

shared-queue

Syntax 
shared-queue default detail
Context 
show>qos
Description 

This command displays pool name details pertaining to a shared-queue.

Output 

Sample Output
A:ALA-A>show>qos# shared-queue default detail 
===============================================================================
QoS Shared Queue Policy
-------------------------------------------------------------------------------
Shared Queue Policy (default)
-------------------------------------------------------------------------------
Policy         : default                                                       
Description    : Default Shared Queue Policy
 
-------------------------------------------------------------------------------
Queue CIR       PIR       CBS     MBS     HiPrio  Multipoint Pool-Name
-------------------------------------------------------------------------------
1     0         100       1       50      10      FALSE         pool1  
...
-------------------------------------------------------------------------------
A:ALA-A>show>qos# 

slope-policy

Syntax 
slope-policy slope-name detail
Context 
show>qos
Description 

This command displays configuration details of a slope policy for a named pool.

Output 

Sample Output
A:ALA-A>show>qos# 
..
-------------------------------------------------------------------------------
Named-Pool Associations
-------------------------------------------------------------------------------
Policy-Name                     Pool-Name                       
-------------------------------------------------------------------------------
test                            p1                              
testOrig                        p1                              
=============================================================================== 
..
A:ALA-A>show>qos# 

card

Syntax 
card card-slot detail | match “Named Pool Mode”
Context 
show
Description 

This command checks the card specified named pool mode.

Output 

Sample Output
show card 1 detail | match "Named Pool Mode"
======================================================
Named Pool Mode               : Configured (Enabled)  
======================================================

mda

Syntax 
mda slot detail
mda slot qos [ingress | egress] buffer-allocation [detail]
mda slot qos [ingress | egress] orphaned-queues
Context 
show
Description 

This command displays named pool policies configured for an XMA or MDA.

Output 

Sample Output
show mda 1/2 detail
-------------------------------------------------------------------------------
QOS Settings
-------------------------------------------------------------------------------
Ing. Named Pool Policy            : test                                       
Egr. Named Pool Policy            : test                                       
===============================================================================
 
A:SR7-10# show mda 1/2 qos ingress buffer-allocation 
 
Total buffer space:  122605 kBytes
Total default buffer space (kBytes): Access:         8171 Network:        12256
Total mda buffer space (kBytes):     Access:        16347 Network:        61306
===============================================================================
Port Allocation Weights
===============================================================================
Port     Percent Total Bw     Total Buffer Default %    Mda %        Port %
-------------------------------------------------------------------------------
1/2/1    100     1000000      12260        16           33           50          
1/2/2    100     1000000      12260        16           33           50          
1/2/3    100     1000000      12260        16           33           50          
1/2/4    100     1000000      12260        16           33           50          
1/2/5    100     1000000      12260        16           33           50          
1/2/6    100     1000000      12260        16           33           50          
1/2/7    100     1000000      12260        16           33           50          
1/2/8    100     1000000      12260        16           33           50          
1/2/9    100     1000000      12260        16           33           50          
1/2/10   100     1000000      12260        16           33           50          
 
===============================================================================
Named Pool Information
===============================================================================
Mda/Port Pool Name                                                 Pool Size
-------------------------------------------------------------------------------
1/2      p2                                                        11093
1/2      p3                                                        11093
1/2      port_1                                                    11093
1/2      port_2                                                    11093
 
A:SR7-10# show mda 1/2 qos ingress buffer-allocation detail
 
Total buffer space:  122605 kBytes
Total default buffer space (kBytes): Access:         8171 Network:        12256
Total mda buffer space (kBytes):     Access:        16347 Network:        61306
===============================================================================
Port Allocation Weights
===============================================================================
Port     Percent Total Bw     Total Buffer Default %    Mda %        Port %
         Acc/Net Acc/Net      Acc/Net             Buffer Space
-------------------------------------------------------------------------------
1/2/1    100     1000000      12260        16           33           50          
         Access  0            0            0            0            0           
         Network 1000000      12260        2042         4086         6130        
1/2/2    100     1000000      12260        16           33           50          
         Access  1000000      12260        2042         4086         6130        
         Network 0            0            0            0            0           
1/2/3    100     1000000      12260        16           33           50          
         Access  0            0            0            0            0           
         Network 1000000      12260        2042         4086         6130        
1/2/4    100     1000000      12260        16           33           50          
         Access  0            0            0            0            0           
         Network 1000000      12260        2042         4086         6130        
1/2/5    100     1000000      12260        16           33           50          
         Access  1000000      12260        2042         4086         6130        
         Network 0            0            0            0            0           
1/2/6    100     1000000      12260        16           33           50          
         Access  1000000      12260        2042         4086         6130        
         Network 0            0            0            0            0           
1/2/7    100     1000000      12260        16           33           50          
         Access  1000000      12260        2042         4086         6130        
         Network 0            0            0            0            0           
1/2/8    100     1000000      12260        16           33           50          
         Access  0            0            0            0            0           
         Network 1000000      12260        2042         4086         6130        
1/2/9    100     1000000      12260        16           33           50          
         Access  0            0            0            0            0           
         Network 1000000      12260        2042         4086         6130        
1/2/10   100     1000000      12260        16           33           50          
         Access  0            0            0            0            0           
         Network 1000000      12260        2042         4086         6130        
 
===============================================================================
Named Pool Information
===============================================================================
Mda/Port Pool Name                                                 Pool Size
                Access                                      Network
         Weight Total  Buffer Space                  Weight Total  Buffer Space
-------------------------------------------------------------------------------
1/2      p2                                                        11093
         50     350    2334                          50     350    8754        
1/2      p3                                                        11093
         50     350    2334                          50     350    8754        
1/2      port_1                                                    11093
         50     350    2334                          50     350    8754        
1/2      port_2                                                    11093
         50     350    2334                          50     350    8754        
1/2      port_3                                                    11093
         50     350    2334                          50     350    8754 
 

port

Syntax 
port port-id detail
Context 
show
Description 

This command displays named pool policies configured for a given port.

Output 

Sample Output
show port 1/2/10 detail
============================
Ing. Pool Policy   : n/a
Egr. Pool Policy   : test
============================
 
show port 1/2/10 detail
==========================================================================
Ing. Pool % Rate   : 100                        Egr. Pool % Rate : 100
==========================================================================
 

pools

Syntax 
pools port-id
Context 
show
Description 

This command displays XMA, MDA, or port pools. If the pool size is zero, there are no queues associated with the pool and the pool is not in use (configured but not instantiated). To display details about an ingress/egress named pool, use the command show pools 1/2 ingress | egress p2. The output of the command shows which queues are using the named pool specified.

Output 

Sample Output
A:SR7-10# show pools 1/2 
===============================================================================
Type    Id        App.    Pool Name                   Actual ResvCBS  PoolSize 
                                                      Admin ResvCBS            
-------------------------------------------------------------------------------
MDA     1/2       Acc-Ing default                     4096            8192     
                                                      50%                      
MDA     1/2       Acc-Ing MC Path Mgnt                10240           20480    
                                                      50%                      
MDA     1/2       Acc-Egr default                     7168            14336    
                                                      50%                      
MDA     1/2       Net-Ing default                     5120            12288    
                                                      40%                      
MDA     1/2       Net-Egr default                     12288           24576    
                                                      50%                      
MDA     1/2       Ingress p1                          0               0        
                              Policy: test            30%                      
MDA     1/2       Ingress p2                          4096            12288    
                              Policy: test            30%                      
MDA     1/2       Ingress p3                          4096            12288    
                              Policy: test            30%                      
===============================================================================