static

Static routes.

vsr running config# vrf <vrf> routing static

ipv4-route

List of IPv4 static routes.

vsr running config# vrf <vrf> routing static ipv4-route <ipv4-route>

<ipv4-route>

An IPv4 prefix: address and CIDR mask.

next-hop

Route next-hops.

vsr running config# vrf <vrf> routing static ipv4-route <ipv4-route>
vsr running ipv4-route <ipv4-route># next-hop <next-hop> dhcp-port DHCP-PORT \
... distance <uint8> label <string> nexthop-l3vrf NEXTHOP-L3VRF nexthop-vrf NEXTHOP-VRF \
... tag <uint32> track TRACK

<next-hop> values

Description

<A.B.C.D>

An IPv4 address.

<ifname>

An interface name.

<ipv4-address-and-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.

distance

Distance value for this route.

distance <uint8>

label

Specify label(s) for this route. One or more labels in the range (16-1048575) separated by ‘/’.

label <string>

nexthop-l3vrf

L3vrf in which the nexthop will be found.

nexthop-l3vrf NEXTHOP-L3VRF

NEXTHOP-L3VRF values

Description

<l3vrf-name>

The l3vrf name.

default

The default l3vrf.

nexthop-vrf (deprecated)

Attention

Deprecated since: 2021-08-26
Obsolete in release: 23q1
Description: Renamed to nexthop-l3vrf for clarity. It now links to a l3vrf.
Replacement: nexthop-l3vrf

L3vrf in which the nexthop will be found.

nexthop-vrf NEXTHOP-VRF

NEXTHOP-VRF

The l3vrf name.

tag

Route tag.

tag <uint32>

track

A tracker name. If the tracked address is reachable, the next-hop is considered as valid, else it is disabled.

track TRACK

TRACK values

Description

<tracker-name>

An tracker name.

<identityref>

No description.

ipv6-route

List of IPv6 static routes.

vsr running config# vrf <vrf> routing static ipv6-route <ipv6-route>

<ipv6-route>

An IPv6 prefix: address and CIDR mask.

next-hop

Route next-hops.

vsr running config# vrf <vrf> routing static ipv6-route <ipv6-route>
vsr running ipv6-route <ipv6-route># next-hop <next-hop> distance <uint8> \
... label <string> nexthop-l3vrf NEXTHOP-L3VRF nexthop-vrf NEXTHOP-VRF tag <uint32> \
... track TRACK

<next-hop> values

Description

<X:X::X:X>

An IPv6 address.

<ifname>

An interface name.

<ipv6-address-and-ifname>

An IPv6 address followed by an interface name.

blackhole

Silently discard packets when matched.

reject

Emit an ICMP unreachable when matched.

distance

Distance value for this route.

distance <uint8>

label

Specify label(s) for this route. One or more labels in the range (16-1048575) separated by ‘/’.

label <string>

nexthop-l3vrf

L3vrf in which the nexthop will be found.

nexthop-l3vrf NEXTHOP-L3VRF

NEXTHOP-L3VRF values

Description

<l3vrf-name>

The l3vrf name.

default

The default l3vrf.

nexthop-vrf (deprecated)

Attention

Deprecated since: 2021-08-26
Obsolete in release: 23q1
Description: Renamed to nexthop-l3vrf for clarity. It now links to a l3vrf.
Replacement: nexthop-l3vrf

L3vrf in which the nexthop will be found.

nexthop-vrf NEXTHOP-VRF

NEXTHOP-VRF

The l3vrf name.

tag

Route tag.

tag <uint32>

track

A tracker name. If the tracked address is reachable, the next-hop is considered as valid, else it is disabled.

track TRACK

TRACK values

Description

<tracker-name>

An tracker name.

<identityref>

No description.

table

List of routing tables.

vsr running config# vrf <vrf> routing static table <uint32>

<uint32>

Table number.

ipv4-route

List of IPv4 static routes.

vsr running config# vrf <vrf> routing static table <uint32> ipv4-route <ipv4-route>

<ipv4-route>

An IPv4 prefix: address and CIDR mask.

next-hop

Route next-hops.

vsr running config# vrf <vrf> routing static table <uint32> ipv4-route <ipv4-route>
vsr running ipv4-route <ipv4-route># next-hop <next-hop> dhcp-port DHCP-PORT \
... distance <uint8> label <string> nexthop-l3vrf NEXTHOP-L3VRF nexthop-vrf NEXTHOP-VRF \
... tag <uint32> track TRACK

<next-hop> values

Description

<A.B.C.D>

An IPv4 address.

<ifname>

An interface name.

<ipv4-address-and-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.

distance

Distance value for this route.

distance <uint8>
label

Specify label(s) for this route. One or more labels in the range (16-1048575) separated by ‘/’.

label <string>
nexthop-l3vrf

L3vrf in which the nexthop will be found.

nexthop-l3vrf NEXTHOP-L3VRF

NEXTHOP-L3VRF values

Description

<l3vrf-name>

The l3vrf name.

default

The default l3vrf.

nexthop-vrf (deprecated)

Attention

Deprecated since: 2021-08-26
Obsolete in release: 23q1
Description: Renamed to nexthop-l3vrf for clarity. It now links to a l3vrf.
Replacement: nexthop-l3vrf

L3vrf in which the nexthop will be found.

nexthop-vrf NEXTHOP-VRF

NEXTHOP-VRF

The l3vrf name.

tag

Route tag.

tag <uint32>
track

A tracker name. If the tracked address is reachable, the next-hop is considered as valid, else it is disabled.

track TRACK

TRACK values

Description

<tracker-name>

An tracker name.

<identityref>

No description.

ipv6-route

List of IPv6 static routes.

vsr running config# vrf <vrf> routing static table <uint32> ipv6-route <ipv6-route>

<ipv6-route>

An IPv6 prefix: address and CIDR mask.

next-hop

Route next-hops.

vsr running config# vrf <vrf> routing static table <uint32> ipv6-route <ipv6-route>
vsr running ipv6-route <ipv6-route># next-hop <next-hop> distance <uint8> \
... label <string> nexthop-l3vrf NEXTHOP-L3VRF nexthop-vrf NEXTHOP-VRF tag <uint32> \
... track TRACK

<next-hop> values

Description

<X:X::X:X>

An IPv6 address.

<ifname>

An interface name.

<ipv6-address-and-ifname>

An IPv6 address followed by an interface name.

blackhole

Silently discard packets when matched.

reject

Emit an ICMP unreachable when matched.

distance

Distance value for this route.

distance <uint8>
label

Specify label(s) for this route. One or more labels in the range (16-1048575) separated by ‘/’.

label <string>
nexthop-l3vrf

L3vrf in which the nexthop will be found.

nexthop-l3vrf NEXTHOP-L3VRF

NEXTHOP-L3VRF values

Description

<l3vrf-name>

The l3vrf name.

default

The default l3vrf.

nexthop-vrf (deprecated)

Attention

Deprecated since: 2021-08-26
Obsolete in release: 23q1
Description: Renamed to nexthop-l3vrf for clarity. It now links to a l3vrf.
Replacement: nexthop-l3vrf

L3vrf in which the nexthop will be found.

nexthop-vrf NEXTHOP-VRF

NEXTHOP-VRF

The l3vrf name.

tag

Route tag.

tag <uint32>
track

A tracker name. If the tracked address is reachable, the next-hop is considered as valid, else it is disabled.

track TRACK

TRACK values

Description

<tracker-name>

An tracker name.

<identityref>

No description.

l3vrf (state only)

List of l3vrf routing tables.

ipv4-route (state only)

List of IPv4 static routes.

next-hop (state only)

Route next-hops.

dhcp-port (state only)

The dhcp port, for dhcp-gateway type next-hops.

vsr> show state vrf <vrf> routing static l3vrf <string> ipv4-route <ipv4-route> next-hop <next-hop> dhcp-port
distance (state only)

Distance value for this route.

vsr> show state vrf <vrf> routing static l3vrf <string> ipv4-route <ipv4-route> next-hop <next-hop> distance
label (state only)

Specify label(s) for this route. One or more labels in the range (16-1048575) separated by ‘/’.

vsr> show state vrf <vrf> routing static l3vrf <string> ipv4-route <ipv4-route> next-hop <next-hop> label
nexthop-l3vrf (state only)

L3vrf in which the nexthop will be found.

vsr> show state vrf <vrf> routing static l3vrf <string> ipv4-route <ipv4-route> next-hop <next-hop> nexthop-l3vrf
nexthop-vrf (deprecated) (state only)

Attention

Deprecated since: 2021-08-26
Obsolete in release: 23q1
Description: Renamed to nexthop-l3vrf for clarity. It now links to a l3vrf.
Replacement: nexthop-l3vrf

L3vrf in which the nexthop will be found.

vsr> show state vrf <vrf> routing static l3vrf <string> ipv4-route <ipv4-route> next-hop <next-hop> nexthop-vrf
tag (state only)

Route tag.

vsr> show state vrf <vrf> routing static l3vrf <string> ipv4-route <ipv4-route> next-hop <next-hop> tag
track (state only)

A tracker name. If the tracked address is reachable, the next-hop is considered as valid, else it is disabled.

vsr> show state vrf <vrf> routing static l3vrf <string> ipv4-route <ipv4-route> next-hop <next-hop> track

ipv6-route (state only)

List of IPv6 static routes.

next-hop (state only)

Route next-hops.

distance (state only)

Distance value for this route.

vsr> show state vrf <vrf> routing static l3vrf <string> ipv6-route <ipv6-route> next-hop <next-hop> distance
label (state only)

Specify label(s) for this route. One or more labels in the range (16-1048575) separated by ‘/’.

vsr> show state vrf <vrf> routing static l3vrf <string> ipv6-route <ipv6-route> next-hop <next-hop> label
nexthop-l3vrf (state only)

L3vrf in which the nexthop will be found.

vsr> show state vrf <vrf> routing static l3vrf <string> ipv6-route <ipv6-route> next-hop <next-hop> nexthop-l3vrf
nexthop-vrf (deprecated) (state only)

Attention

Deprecated since: 2021-08-26
Obsolete in release: 23q1
Description: Renamed to nexthop-l3vrf for clarity. It now links to a l3vrf.
Replacement: nexthop-l3vrf

L3vrf in which the nexthop will be found.

vsr> show state vrf <vrf> routing static l3vrf <string> ipv6-route <ipv6-route> next-hop <next-hop> nexthop-vrf
tag (state only)

Route tag.

vsr> show state vrf <vrf> routing static l3vrf <string> ipv6-route <ipv6-route> next-hop <next-hop> tag
track (state only)

A tracker name. If the tracked address is reachable, the next-hop is considered as valid, else it is disabled.

vsr> show state vrf <vrf> routing static l3vrf <string> ipv6-route <ipv6-route> next-hop <next-hop> track