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 distance {integer}
set priority {integer}
set comment {var-string}
set blackhole [enable|disable]
set sdwan [enable|disable]
set link-monitor-exempt [enable|disable]
set bfd [enable|disable]
next
end
config router static6
Parameter |
Description |
Type |
Size |
Default |
||||||
---|---|---|---|---|---|---|---|---|---|---|
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 |
Not Specified |
|
||||||
devindex |
Device index . |
integer |
Minimum value: 0 Maximum value: 4294967295 |
0 |
||||||
distance |
Administrative distance . |
integer |
Minimum value: 1 Maximum value: 255 |
10 |
||||||
priority |
Administrative priority . |
integer |
Minimum value: 1 Maximum value: 65535 |
1024 |
||||||
comment |
Optional comments. |
var-string |
Not Specified |
|
||||||
blackhole |
Enable/disable black hole. |
option |
- |
disable |
||||||
|
|
|||||||||
sdwan |
Enable/disable egress through the SD-WAN. |
option |
- |
disable |
||||||
|
|
|||||||||
link-monitor-exempt |
Enable/disable withdrawal of this static route when link monitor or health check is down. |
option |
- |
disable |
||||||
|
|
|||||||||
bfd |
Enable/disable Bidirectional Forwarding Detection (BFD). |
option |
- |
disable |
||||||
|
|