432
Predefined user roles
network-admin
Parameters
process-id
: Specifies a RIPng process by its ID in the range of 1 to 65535. The default value is 1.
vpn-instance
vpn-instance-name
: Specifies an MPLS L3VPN instance by its name, a case-sensitive string
of 1 to 31 characters. If no VPN is specified, the RIPng process runs on the public network.
Usage guidelines
Before you configure global RIPng parameters, you must create a RIPng process. This restriction does not
apply to configuring interface RIPng parameters.
If you disable a RIPng process, the configured RIPng parameters become invalid.
Examples
# Create RIPng process 100 and enter its view.
<Sysname> system-view
[Sysname] ripng 100
[Sysname-ripng-100]
ripng default-route
Use
ripng default-route
to configure a RIPng interface to advertise a default route with a specified metric.
Use
undo ripng default-route
to disable a RIPng interface from sending a default route.
Syntax
ripng default-route
{
only
|
originate
} [
cost
cost
]
undo ripng default-route
Default
A RIPng process does not advertise a default route.
Views
Interface view
Predefined user roles
network-admin
Parameters
only
: Advertises only an IPv6 default route (::/0).
originate
: Advertises an IPv6 default route (::/0) and other routes.
cost
: Specifies a cost for the default route, in the range of 1 to 15. The default is 1.
Usage guidelines
This command enables the interface to advertise a RIPng default route in a route update regardless of
whether the default route exists in the local IPv6 routing table.
A RIPng interface configured to advertise a default route does not receive any default routes from its
neighbors.