Command Reference Guide
3Com Router 3000 Ethernet Family
Command Reference Guide
Chapter 2 BGP/MPLS VPN Configuration
Commands
3Com Corporation
2-11
The IP address of the interface will be removed after you execute this command on it,
so you need to reconfigure the IP address for the interface.
Example
# Bind VPN instance vpn1 to the interface atm0/0/0.
[3Com ] interface atm1/0/0
[3Com -Atm1/0/0] ip binding vpn-instance vpn1
2.1.14 ip route-static vpn-instance
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 ]
View
System view
Parameter
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.










