system-max ip-route-vrf
-
- Last UpdatedApr 03, 2023
- 1 minute read
Configures default maximum IPv4 routes to be allocated per user-defined VRF.
The default number of the maximum IPv4 routes to be allocated per uesr-defined VRF depends on the platform. Refer to the Usage Guidelines section.
number | Specifies the number of maximum IPv4 routes to be allocated per uesr-defined VRF. Refer to the Usage Guidelines section.
|
Global configuration mode
The maximum, minimum, and the default number of IPv4 routes to be allocated per user-defined VRF depends on the platform.
Platform | Minimum | Default | Maximum |
---|---|---|---|
ICX 7250 | N/A | N/A | N/A |
ICX 7450 | 128 | 1024 | 15168 |
ICX 7650 | 64 | 4096 | 131072 |
ICX 7750 | 64 | 4096 | 131072 |
For ICX 7250, ICX 7450 and ICX 7650 devices, if the maximum number of routes are not configured, the default is considered the maximum IPv4 routes to be allocated per user-defined VRF. Once this value is reached, routes are not added and a SYSLOG is generated. Refer to the SYSLOG Message Descriptions section of the RUCKUS FastIron Monitoring Configuration Guide for more information.
The no form of the command resets the number of maximum IPv4 routes to be allocated per user-defined VRF to the default.
The following example configures the number of IPv4 routes to be allocated per user-defined VRF as 1500.
device# configure terminal
device(config)# system-max ip-route-vrf 1500
device(config)# write memory
The following example configures the number of IPv4 routes to be allocated per user-defined VRF as 15168 for an ICX 7450 device.
device# configure terminal
device(config)# system-max ip-route-vrf 15168
device(config)# write memory