A SERVICE OF

logo

1317
preference: RIPng route priority, in the range of 1 to 255.
Description Use the
preference command to specify the RIPng route priority.
Use the
undo preference route-policy command to restore the default.
By default, the priority of a RIPng route is 100.
Using the route-policy keyword can set a priority for routes filtered in by the
routing policy:
If a priority is set in the routing policy, the priority applies to matched routes,
and the priority set by the preference command applies to routes not
matched.
If no priority is set in the routing policy, the one set by the preference
command applies to all routes.
Examples # Set the RIPng route priority to 120.
<Sysname> system-view
[Sysname] ripng 100
[Sysname-ripng-100] preference 120
# Restore the default RIPng route priority.
[Sysname-ripng-100] undo preference
ripng
Syntax ripng [ process-id ]
undo ripng [ process-id ]
View System view
Parameters process-id: RIPng process number, in the range of 1 to 65535. The default value is
1.
Description Use the
ripng command to create a RIPng process and enter RIPng view.
Use the undo ripng command to disable a RIPng process.
By default, no RIPng process is enabled.
Examples # Create RIPng process 100 and enter its view.
<Sysname> system-view
[Sysname] ripng 100
[Sysname-ripng-100]
# Disable RIPng process 100.