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 virtual-wan-link [enable|disable]
set link-monitor-exempt [enable|disable]
set bfd [enable|disable]
next
end
config router static6
Parameter |
Description |
Type |
Size |
|||||||
---|---|---|---|---|---|---|---|---|---|---|
status |
Enable/disable this static route. |
option |
- |
|||||||
|
|
|||||||||
dst |
Destination IPv6 prefix. |
ipv6-network |
Not Specified |
|||||||
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 |
|||||||
distance |
Administrative distance . |
integer |
Minimum value: 1 Maximum value: 255 |
|||||||
priority |
Administrative priority . |
integer |
Minimum value: 0 Maximum value: 4294967295 |
|||||||
comment |
Optional comments. |
var-string |
Maximum length: 255 |
|||||||
blackhole |
Enable/disable black hole. |
option |
- |
|||||||
|
|
|||||||||
virtual-wan-link |
Enable/disable egress through the virtual-wan-link. |
option |
- |
|||||||
|
|
|||||||||
link-monitor-exempt |
Enable/disable withdrawal of this static route when link monitor or health check is down. |
option |
- |
|||||||
|
|
|||||||||
bfd |
Enable/disable Bidirectional Forwarding Detection (BFD). |
option |
- |
|||||||
|
|