config router ripng
Configure RIPng.
config router ripng
Description: Configure RIPng.
set default-information-originate [enable|disable]
set default-metric {integer}
set max-out-metric {integer}
config distance
Description: distance
edit <id>
set distance {integer}
set prefix6 {ipv6-prefix}
set access-list6 {string}
next
end
config distribute-list
Description: Distribute list.
edit <id>
set status [enable|disable]
set direction [in|out]
set listname {string}
set interface {string}
next
end
config neighbor
Description: neighbor
edit <id>
set ip6 {ipv6-address}
set interface {string}
next
end
config network
Description: Network.
edit <id>
set prefix {ipv6-prefix}
next
end
config aggregate-address
Description: Aggregate address.
edit <id>
set prefix6 {ipv6-prefix}
next
end
config offset-list
Description: Offset list.
edit <id>
set status [enable|disable]
set direction [in|out]
set access-list6 {string}
set offset {integer}
set interface {string}
next
end
set passive-interface <name1>, <name2>, ...
config redistribute
Description: Redistribute configuration.
edit <name>
set status [enable|disable]
set metric {integer}
set routemap {string}
next
end
set update-timer {integer}
set timeout-timer {integer}
set garbage-timer {integer}
config interface
Description: RIPng interface configuration.
edit <name>
set split-horizon-status [enable|disable]
set split-horizon [poisoned|regular]
set flags {integer}
next
end
end
config router ripng
Parameter name |
Description |
Type |
Size |
||||||
---|---|---|---|---|---|---|---|---|---|
default-information-originate |
Enable/disable generation of default route. |
option |
- |
||||||
|
|
||||||||
default-metric |
Default metric. |
integer |
Minimum value: 1 Maximum value: 16 |
||||||
max-out-metric |
Maximum metric allowed to output(0 means 'not set'). |
integer |
Minimum value: 0 Maximum value: 15 |
||||||
passive-interface `<name>` |
Passive interface configuration.<br>Passive interface name. |
string |
Maximum length: 79 |
||||||
update-timer |
Update timer. |
integer |
Minimum value: 5 Maximum value: 2147483647 |
||||||
timeout-timer |
Timeout timer. |
integer |
Minimum value: 5 Maximum value: 2147483647 |
||||||
garbage-timer |
Garbage timer. |
integer |
Minimum value: 5 Maximum value: 2147483647 |
Parameter name |
Description |
Type |
Size |
---|---|---|---|
distance |
Distance (1 - 255). |
integer |
Minimum value: 1 Maximum value: 255 |
prefix6 |
Distance prefix6. |
ipv6-prefix |
Not Specified |
access-list6 |
Access list for route destination. |
string |
Maximum length: 35 |
Parameter name |
Description |
Type |
Size |
||||||
---|---|---|---|---|---|---|---|---|---|
status |
status |
option |
- |
||||||
|
|
||||||||
direction |
Distribute list direction. |
option |
- |
||||||
|
|
||||||||
listname |
Distribute access/prefix list name. |
string |
Maximum length: 35 |
||||||
interface |
Distribute list interface name. |
string |
Maximum length: 15 |
Parameter name |
Description |
Type |
Size |
---|---|---|---|
ip6 |
IPv6 link-local address. |
ipv6-address |
Not Specified |
interface |
Interface name. |
string |
Maximum length: 15 |
Parameter name |
Description |
Type |
Size |
---|---|---|---|
prefix |
Network IPv6 link-local prefix. |
ipv6-prefix |
Not Specified |
Parameter name |
Description |
Type |
Size |
---|---|---|---|
prefix6 |
Aggregate address prefix. |
ipv6-prefix |
Not Specified |
Parameter name |
Description |
Type |
Size |
||||||
---|---|---|---|---|---|---|---|---|---|
status |
status |
option |
- |
||||||
|
|
||||||||
direction |
Offset list direction. |
option |
- |
||||||
|
|
||||||||
access-list6 |
IPv6 access list name. |
string |
Maximum length: 35 |
||||||
offset |
offset |
integer |
Minimum value: 1 Maximum value: 16 |
||||||
interface |
Interface name. |
string |
Maximum length: 15 |
Parameter name |
Description |
Type |
Size |
||||||
---|---|---|---|---|---|---|---|---|---|
status |
status |
option |
- |
||||||
|
|
||||||||
metric |
Redistribute metric setting. |
integer |
Minimum value: 1 Maximum value: 16 |
||||||
routemap |
Route map name. |
string |
Maximum length: 35 |
Parameter name |
Description |
Type |
Size |
||||||
---|---|---|---|---|---|---|---|---|---|
split-horizon-status |
Enable/disable split horizon. |
option |
- |
||||||
|
|
||||||||
split-horizon |
Enable/disable split horizon. |
option |
- |
||||||
|
|
||||||||
flags |
Flags. |
integer |
Minimum value: 0 Maximum value: 255 |