config router static6
Configure IPv6 static routing tables.
config router static6 Description: Configure IPv6 static routing tables. edit <seq-num> set status [enable|disable] set dst {ipv6-network} set gateway {ipv6-address} set device {string} set devindex {integer} set priority {integer} set comment {var-string} set blackhole [enable|disable] set sdwan-zone <name1>, <name2>, ... set link-monitor-exempt [enable|disable] next end
config router static6
Parameter |
Description |
Type |
Size |
Default |
||||||
---|---|---|---|---|---|---|---|---|---|---|
seq-num |
Sequence number. |
integer |
Minimum value: 0 Maximum value: 4294967295 |
0 |
||||||
status |
Enable/disable this static route. |
option |
- |
enable |
||||||
|
|
|||||||||
dst |
Destination IPv6 prefix. |
ipv6-network |
Not Specified |
::/0 |
||||||
gateway |
IPv6 address of the gateway. |
ipv6-address |
Not Specified |
:: |
||||||
device |
Gateway out interface or tunnel. |
string |
Maximum length: 35 |
|
||||||
devindex |
Device index. |
integer |
Minimum value: 0 Maximum value: 4294967295 |
0 |
||||||
priority |
Administrative priority. |
integer |
Minimum value: 1 Maximum value: 65535 |
1024 |
||||||
comment |
Optional comments. |
var-string |
Maximum length: 255 |
|
||||||
blackhole |
Enable/disable black hole. |
option |
- |
disable |
||||||
|
|
|||||||||
sdwan-zone |
Choose SD-WAN Zone. SD-WAN zone name. |
string |
Maximum length: 79 |
|
||||||
link-monitor-exempt |
Enable/disable withdrawal of this static route when link monitor or health check is down. |
option |
- |
disable |
||||||
|
|