4.441 rept-stat-xlist
Use this command to report statistics related to the storage of x-list entries. X-list entries reside in the routing table and are dynamically created for individual members of clusters whenever one or more routes to that cluster member become more restrictive than the corresponding routes to the cluster.
The following information is reported:
- The number of routing table positions reserved for x-list entries
- The current number of x-list entries
- The percentage of space in the x-list reserved area currently in use
- The percentage of x-list space that must be in use before an alarm is issued
Parameters
This command has no parameters.
Example
rept-stat-xlist
Dependencies
The Cluster Routing and Management Diversity (CRMD) feature must be turned on before using this command.
Notes
The statistics reported by this command are those gathered during periodic polling by the maintenance subsystem. They might differ slightly from the instantaneous values at the time the command was issued.
The following rules are used to compute the Current X-LIST occupancy percentage value that is displayed in the output report:
- The percentage value that is displayed is computed as follows:
[(current x-list entries) / (allocated x-list space)] * 100
- Non-integer percentages will be rounded up to the next highest integer (for example, 23.5% becomes 24%), with the exception of the situation described in the next rule.
- 100% is not displayed until the current X-LIST entries value exactly equals the allocated X-LIST space (for example, 99.1% is not rounded up to 100%).
Output
rept-stat-xlist
rlghncxa03w 04-02-18 03:32:42 EST EAGLE 31.3.0
Allocated X-LIST space = 500
Current X-LIST entries = 156
Current X-LIST occupancy = 31 %(see “Notes”)
X-LIST occupancy threshold = 80 %
;
Related Topics