config router static
Configure IPv4 static routing tables.
config router static
Description: Configure IPv4 static routing tables.
edit <seq-num>
set status [enable|disable]
set dst {ipv4-classnet}
set src {ipv4-classnet}
set gateway {ipv4-address}
set distance {integer}
set weight {integer}
set priority {integer}
set device {string}
set comment {var-string}
set blackhole [enable|disable]
set dynamic-gateway [enable|disable]
set sdwan-zone <name1>, <name2>, ...
set dstaddr {string}
set internet-service {integer}
set internet-service-custom {string}
set link-monitor-exempt [enable|disable]
set vrf {integer}
set bfd [enable|disable]
next
end
config router static
Parameter |
Description |
Type |
Size |
Default |
||||||
---|---|---|---|---|---|---|---|---|---|---|
status |
Enable/disable this static route. |
option |
- |
enable |
||||||
|
|
|||||||||
dst |
Destination IP and mask for this route. |
ipv4-classnet |
Not Specified |
0.0.0.0 0.0.0.0 |
||||||
src |
Source prefix for this route. |
ipv4-classnet |
Not Specified |
0.0.0.0 0.0.0.0 |
||||||
gateway |
Gateway IP for this route. |
ipv4-address |
Not Specified |
0.0.0.0 |
||||||
distance |
Administrative distance . |
integer |
Minimum value: 1 Maximum value: 255 |
10 |
||||||
weight |
Administrative weight . |
integer |
Minimum value: 0 Maximum value: 255 |
0 |
||||||
priority |
Administrative priority . |
integer |
Minimum value: 1 Maximum value: 65535 |
1 |
||||||
device |
Gateway out interface or tunnel. |
string |
Not Specified |
|
||||||
comment |
Optional comments. |
var-string |
Not Specified |
|
||||||
blackhole |
Enable/disable black hole. |
option |
- |
disable |
||||||
|
|
|||||||||
dynamic-gateway |
Enable use of dynamic gateway retrieved from a DHCP or PPP server. |
option |
- |
disable |
||||||
|
|
|||||||||
sdwan-zone |
Choose SD-WAN Zone. SD-WAN zone name. |
string |
Maximum length: 79 |
|
||||||
dstaddr |
Name of firewall address or address group. |
string |
Not Specified |
|
||||||
internet-service |
Application ID in the Internet service database. |
integer |
Minimum value: 0 Maximum value: 4294967295 |
0 |
||||||
internet-service-custom |
Application name in the Internet service custom database. |
string |
Not Specified |
|
||||||
link-monitor-exempt |
Enable/disable withdrawal of this static route when link monitor or health check is down. |
option |
- |
disable |
||||||
|
|
|||||||||
vrf |
Virtual Routing Forwarding ID. |
integer |
Minimum value: 0 Maximum value: 63 |
0 |
||||||
bfd |
Enable/disable Bidirectional Forwarding Detection (BFD). |
option |
- |
disable |
||||||
|
|