A SERVICE OF

logo

1318 CHAPTER 85: IPV6 RIPNG CONFIGURATION COMMANDS
[Sysname] undo ripng 100
ripng default-route
Syntax ripng default-route { only | originate } [ cost cost ]
undo ripng default-route
View Interface view
Parameters only: Indicates that only the IPv6 default route (::/0) is advertised via the interface.
originate: Indicates that the IPv6 default route (::/0) is advertised without
suppressing other routes.
cost: Metric of the advertised default route, in the range of 1 to 15, with a default
value of 1.
Description Use the
ripng default-route command to advertise a default route with the
specified routing metric to a RIPng neighbor.
Use the
undo ripng default-route command to stop advertising and
forwarding the default route.
By default, a RIP process does not advertise any default route.
After you execute this command, the generated RIPng default route is advertised
in a route update over the specified interface. This IPv6 default route is advertised
without considering whether it already exists in local IPv6 routing table.
Examples # Advertise only the default route via Ethernet 1/0.
<Sysname> system-view
[Sysname] interface ethernet 1/0
[Sysname-Ethernet1/0] ripng default-route only
# Advertise the default route together with other routes via Ethernet1/0.
<Sysname> system-view
[Sysname] interface ethernet 1/0
[Sysname-Ethernet1/0] ripng default-route originate
ripng enable
Syntax ripng process-id enable
undo ripng enable
View Interface view