F3726, F3211, F3174, R5135, R3816-HP Firewalls and UTM Devices Network Management Command Reference-6PW100

Table Of Contents
794
After you disable a RIPng process, the RIPng parameters on interface running the process also become
ineffective.
Examples
# Create RIPng process 100 and enter its view.
<Sysname> system-view
[Sysname] ripng 100
[Sysname-ripng-100]
# Disable RIPng process 100.
[Sysname] undo ripng 100
# Create RIPng process 101 and bind it to VPN instance vpn101.
<Sysname> system-view
[Sysname] ripng 101 vpn-instance vpn101
ripng default-route
Use ripng default-route to advertise a default route with the specified routing metric to a RIPng neighbor.
Use undo ripng default-route to stop advertising or forwarding the default route.
Syntax
ripng default-route { only | originate } [ cost cost ]
undo ripng default-route
Default
A RIP process does not advertise any default route.
Views
Interface view
Default command level
2: System level
Parameters
only: Indicates that only the IPv6 default route (::/0) is advertised through 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.
Usage guidelines
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 the local IPv6 routing table.
Examples
# Advertise only the default route through GigabitEthernet 0/1.
<Sysname> system-view
[Sysname] interface gigabitethernet 0/1
[Sysname-GigabitEthernet0/1] ripng default-route only
# Advertise the default route together with other routes through GigabitEthernet 0/1.
<Sysname> system-view