Chapter 46: Command Line Descriptions
STANDARD Revision 1.0 C4® CMTS Release 8.3 User Guide
© 2016 ARRIS Enterprises LLC. All Rights Reserved. 2126
configure ipv6 route * null
Establishes IPv6 static routes without an interface.
configure ipv6 route <ipv6-address>/<prefix-length> null <int> [admin-distance <int>] [metric <int>]
configure ipv6 route <ipv6-address>/<prefix-length> null <int> [admin-distance <int>] [metric <int>] no
It is essentially a route to nowhere. Null routes are used too prevent packets from being routed to the default route in the event of a
hardware or routing failure.
Note: Null routes should have a less desirable admin distance than the actual destination, therefore they should be used only if the
actual destination is not available due to a hardware or routing failure.
To remove the static route, use the no option.
Parameters
Destination route address.
A decimal value that indicates the length of the IPv6 prefix
Integer number, usually zero.
Provides static routes priority over other types of routes except for connected routes. The default admin-distance is 1.
Compares this route to other routes with the same admin distance.