Chapter 5 Configuring Additional Router Features
Configuration Limiting
Examples
In the following example, the show rpl maximum command is used in EXEC mode to display the current setting for RPL limits and number of each limit currently in use. A summary of the memory used by all of the defined policies is also shown below the limit settings.
RP/0/RP1/CPU0:router# show rpl maximum
Current | Current | Max |
Total | Limit | Limit |
Lines of configuration | 0 | 65536 | 131072 |
Policies | 0 | 3500 | 5000 |
Compiled policies size (kB) | 0 |
|
|
RP/0/RP1/CPU0:router# |
|
|
|
In the next example, the rpl maximum command changes the currently configured line and policy limits. The show rpl maximum command displays the new settings.
RP/0/RP1/CPU0:router# configure
RP/0/RP1/CPU0:router(config)# rpl maximum policies 4000
RP/0/RP1/CPU0:router(config)# rpl maximum lines 80000
RP/0/RP1/CPU0:router(config)# commit
RP/0/RP1/CPU0:Apr 1 00:23:44.062 : config[65709]:
RP/0/RP1/CPU0:router(config)# exit
RP/0/RP1/CPU0:Apr 1 00:23:47.781 : config[65709]:
RP/0/RP1/CPU0:router# show rpl maximum
Current | Current | Max |
Total | Limit | Limit |
Lines of configuration | 0 | 80000 | 131072 |
Policies | 0 | 4000 | 5000 |
Compiled policies size (kB) | 0 |
|
|
RP/0/RP1/CPU0:router# |
|
|
|
| Cisco IOS XR Getting Started Guide |
|