Command Reference Guide
3Com Router 5000 Family and Router 6000 Family ip route-static vpn-instance ● 43
Command Reference
ip route-static vpn-instance
Purpose Use the ip route-static vpn-instance command to configure a static route,
by specifying a private network interface as the outgoing-interface of this static route.
When using a multi-role host, you can configure a static route in a private network
with an interface of another private network or public network as its
outgoing-interface.
Use the undo ip route-static vpn-instance command to delete the
configuration of this static route.
Syntax ip route-static vpn-instance vpn-instance-name1 vpn-instance-name2 …
destination-address { mask | mask-length } { interface-type
interface-number | [ nexthop-address ] | vpn-instance vpn-nexthop-name
vpn-nexthop-address | nexthop-address [ public ] } [ preference
preference-value ] [ reject | blackhole ]
undo ip route-static vpn-instance vpn-instance-name1 vpn-instance-name2
… destination-address { mask | mask-length } { interface-type
interface-number | vpn-instance vpn-nexthop-name vpn-nexthop-address |
nexthop-address [ public ] } [ preference preference-value ]
Parameters vpn-name
Name of VPN instance. 6 names can be configured at
most.
destination-address
Destination address of the static route.
mask
Address mask.
mask-length
Length of the mask. As it requires consecutive 1s in a
32-bit mask, the mask in dotted decimal notation
format can be substituted by
mask-length.
(
mask-length is represented by the number of
consecutive 1s in the mask.)
interface-type
interface-number
Specifies the outgoing interface of the static route by
its type and number. You can specify the interface of
public network or other vpn-instance as the
outgoing-interface of the static route.
vpn-nexthop-name
Specifies vpn-instance of the next hop for the static
route.
vpn-nexthop-address
Specifies IP address of the next hop for the static route.
public
Indicates that the next hop of this route is a public IP
address.
preference-value
Specifies preference value.
reject
Configures a route as unreachable.
blackhole
Configures a route as a blackhole.