Command Reference NSM Commands
Global configuration mode
The goal is to control the number of static routes. You can view the upper threshold of the configured
non-default static routes with the show running-config command.
The following example sets the upper threshold of the static routes to 900 and then restores the
setting to the default value.
ip static route-limit 900
Use this command to configure the default gateway IPv6 address on 2-layer devices. Use the no or default
form of this command to restore the default setting.
ipv6 default-gateway ipv6-address
default ipv6 default-gateway
Sets the default gateway IPv6 address.
No gateway IPv6 address is configured by default.
Global configuration mode
When the device does not know the destination address of a packet, the device will forward the packet to the
default gateway. Use the command show ipv6 redirects to display default gateway configuration.
The following example sets the default gateway IPv6 address to 10::1.
Ruijie(config)# ipv6 default-gateway 10::1