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. |
destination (state only)¶
Route destination.
vrouter> show state vrf <vrf> routing static ipv4-route <ipv4-route> destination
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> distance <uint8> \
... label <string> nexthop-vrf NEXTHOP-VRF table <uint32> tag <uint32>
<next-hop> values |
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. |
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
NEXTHOP-VRF values |
Description |
---|---|
main | The main vrf. |
<string> | The vrf name. |
next-hop (state only)¶
Route next-hop.
vrouter> show state vrf <vrf> routing static ipv4-route <ipv4-route> next-hop <next-hop> next-hop
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. |
destination (state only)¶
Route destination.
vrouter> show state vrf <vrf> routing static ipv6-route <ipv6-route> destination
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>
<next-hop> values |
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
NEXTHOP-VRF values |
Description |
---|---|
main | The main vrf. |
<string> | The vrf name. |
next-hop (state only)¶
Route next-hop.
vrouter> show state vrf <vrf> routing static ipv6-route <ipv6-route> next-hop <next-hop> next-hop