03-22-2021 04:45 PM
Good day -
We have a NI-CER-2048CX-RT-AC with IP_ROUTE_SCALE and NI-CER-2048-ADV licenses on it. We are trying to enable the ADV license so we can increase the max IP-Routes. Any commands that need to be run specifically? Thanks --
Solved! Go to Solution.
03-22-2021 06:06 PM
The NI-CER-2048CX-RT-AC comes factory installed with the IP_ROUTE_SCALE, so it looks fine. From my point of view, you only need to raise the system-max(es) and should be good.
03-22-2021 08:18 PM
Hoping the techs are missing something as they just sent this:
system-max ip-cache 1200000
Error - Parameter ip-cache should be between 4096 and 524288
system-max ip-route 1200000
Error - Parameter ip-route should be between 4096 and 524288
03-22-2021 06:29 PM
enable
conf t
system-max ip-cache 1200000
system-max ip-route 1200000
system-max ipv6-cache 120000
system-max ipv6-route 120000
wr mem
and then if you are ready, reload the router with reload
03-22-2021 06:14 PM
Thanks a lot Joerg. The guy who used to handle our Brocade configs is no longer here - is there a command/prompt needed to raise the system max? Appreciate the help!
03-22-2021 06:06 PM
The NI-CER-2048CX-RT-AC comes factory installed with the IP_ROUTE_SCALE, so it looks fine. From my point of view, you only need to raise the system-max(es) and should be good.
03-22-2021 05:48 PM
Thanks for the quick reply -
here is how it shows up:
NetIron CER 2048CX#show license
Index Package Name Lid Slot License Type Status License Period
1 NI-CER-2048-ADV ### M normal active unlimited
2 IP_ROUTE_SCALE ### M normal active unlimited
Does that help?