static¶
Static routes.
vrouter running config# vrf <vrf> routing static
ipv4-route¶
List of IPv4 static routes.
vrouter running config# vrf <vrf> routing static ipv4-route <ipv4-route>
| <ipv4-route> | An IPv4 prefix: address and CIDR mask. | 
next-hop¶
Route next-hops.
vrouter running config# vrf <vrf> routing static ipv4-route <ipv4-route>
vrouter running ipv4-route <ipv4-route># next-hop <next-hop> dhcp-port DHCP-PORT \
... distance <uint8> label <string> nexthop-vrf NEXTHOP-VRF table <uint32> tag <uint32> \
... track TRACK
| 
 | Description | 
|---|---|
| <A.B.C.D> | An IPv4 address. | 
| <ifname> | An interface name. | 
| <A.B.C.D>%<ifname> | An IPv4 address followed by an interface name. | 
| blackhole | Silently discard packets when matched. | 
| reject | Emit an ICMP unreachable when matched. | 
| dhcp-gateway | Use the gateway acquired by DHCP on the port specified in dhcp-port leaf. | 
dhcp-port¶
The dhcp port, for dhcp-gateway type next-hops.
dhcp-port DHCP-PORT
| DHCP-PORT | An interface name. | 
label¶
Specify label(s) for this route. One or more labels in the range (16-1048575) separated by ‘/’.
label <string>
nexthop-vrf¶
Nexthop vrf.
nexthop-vrf NEXTHOP-VRF
| 
 | Description | 
|---|---|
| main | The main vrf. | 
| <string> | The vrf name. | 
track¶
A tracker name. If the tracked address is reachable, the next-hop is considered as valid, else it is disabled.
track TRACK
| 
 | Description | 
|---|---|
| <tracker-name> | An tracker name. | 
| <identityref> | No description. | 
ipv6-route¶
List of IPv6 static routes.
vrouter running config# vrf <vrf> routing static ipv6-route <ipv6-route>
| <ipv6-route> | An IPv6 prefix: address and CIDR mask. | 
next-hop¶
Route next-hops.
vrouter running config# vrf <vrf> routing static ipv6-route <ipv6-route>
vrouter running ipv6-route <ipv6-route># next-hop <next-hop> distance <uint8> \
... label <string> nexthop-vrf NEXTHOP-VRF table <uint32> tag <uint32> track TRACK
| 
 | Description | 
|---|---|
| <X:X::X:X> | An IPv6 address. | 
| <ifname> | An interface name. | 
| <X:X::X:X>%<ifname> | An IPv6 address followed by an interface name. | 
| blackhole | Silently discard packets when matched. | 
| reject | Emit an ICMP unreachable when matched. | 
label¶
Specify label(s) for this route. One or more labels in the range (16-1048575) separated by ‘/’.
label <string>
nexthop-vrf¶
Nexthop vrf.
nexthop-vrf NEXTHOP-VRF
| 
 | Description | 
|---|---|
| main | The main vrf. | 
| <string> | The vrf name. | 
track¶
A tracker name. If the tracked address is reachable, the next-hop is considered as valid, else it is disabled.
track TRACK
| 
 | Description | 
|---|---|
| <tracker-name> | An tracker name. | 
| <identityref> | No description. |