27
undo
ip
route-static
dest-address
{
mask
|
mask-length
} [
next-hop-address
|
interface-type
interface-number
[
next-hop-address
] |
vpn-instance
d-vpn-instance-name
next-hop-address
]
[
preference
preference-value
]
ip route-static
vpn-instance
s-vpn-instance-name
dest-address
{
mask
|
mask-length
} {
next-hop-address
[
public
] [
bfd
control-packet
bfd-source
ip-address
|
permanent
|
track
track-entry-number
] |
interface-type
interface-number
[
next-hop-address
] [
backup-interface
interface-type
interface-number
[
backup-nexthop
backup-nexthop-address
] [
permanent
] |
bfd
{
control-packet
|
echo-packet
} |
permanent
] |
vpn-instance
d-vpn-instance-name
next-hop-address
[
bfd
control-packet
bfd-source
ip-address
|
permanent
|
track
track-entry-number
] } [
preference
preference-value
] [
tag
tag-value
]
[
description
description-text
]
undo
ip
route-static
vpn-instance
s-vpn-instance-name
dest-address
{
mask
|
mask-length
}
[
next-hop-address
[
public
] |
interface-type
interface-number
[
next-hop-address
] |
vpn-instance
d-vpn-instance-name
next-hop-address
] [
preference
preference-value
]
Default
No static route is configured.
Views
System view
Predefined user roles
network-admin
Parameters
vpn-instance
s-vpn-instance-name
: Specifies a source MPLS L3VPN instance by its name, a case-sensitive
string of 1 to 31 characters. Each VPN has its own routing table, and the configured static route is
installed in the routing tables of the specified VPNs.
dest-address
: Specifies the destination IP address of the static route, in dotted decimal notation.
mask
: Specifies the mask of the IP address, in dotted decimal notation.
mask-length
: Specifies the mask length in the range of 0 to 32.
vpn-instance
d-vpn-instance-name
: Specifies a destination MPLS L3VPN instance by its name, a
case-sensitive string of 1 to 31 characters. If a destination VPN is specified, packets will search for the
output interface in the destination VPN based on the configured next hop address.
next-hop-address
: Specifies the IP address of the next hop, in dotted decimal notation.
backup-interface
interface-type interface-number
: Specifies a backup output interface by its type and
number. If the backup output interface is an NBMA interface or broadcast interface (such as a VLAN
interface), rather than a P2P interface, you must specify the backup next hop address.
backup-nexthop
backup-nexthop-address
: Specifies a backup next hop address.
bfd
: Enables BFD to detect reachability of the static route's next hop. When the next hop is unreachable,
the system immediately switches to the backup route.
control-packet
: Specifies the BFD control mode.
bfd-source
ip-address
: Specifies the source IP address of BFD packets. HP recommends that you specify
the loopback interface address.
permanent
: Specifies the route as a permanent static route. If the output interface is down, the permanent
static route is still active.