Cisco Cisco Packet Data Gateway (PDG)

下载
页码 1952
static multihop bfd mhbfd_sess_name local_endpt_ipaddr remote_endpt_ipaddr
Creates a static multihop BFD route with local and remote endpoints.
mhbfd_sess_name: Specifies the multihop BFD session name as an alphanumeric string of 1 through 79
characters.
local_endpt_ipaddress: Specifies the local endpoint address in IPv4 dotted-decimal or IPv6
colon-separated-hexadecimal notation.
remote_endpt_ipaddress: Specifies the remote endpoint address in IPv4 dotted-decimal or IPv6
colon-separated-hexadecimal notation.
Usage Guidelines
Use this command to configure IP route parameters. precedence and cost options for the route selections such
that routes of the same precedence are grouped together then lowest cost is selected first. This results in route's
being selected first by lower precedence then the cost is used if multiple route's are defined with the same
precedence.
This command also configures static IP routes when implementing Bidirectional Forwarding Detection (BFD).
A maximum of 1,200 static routes may be configured per context.
Important
Virtual Routing and Forwarding (VRF) context can be associated with static IP route for BGP/MPLS, GRE,
or IPSec tunnel support.
SNMP traps are generated when BFD sessions go up and down (BFDSessUp and BFDSessDown).
Important
Examples
The following command adds a route using the combined IP address and subnet mask form:
ip route 10.2.3.0/32 192.168.1.2 egressSample1 precedence 160
The following configures route options for a route specified using the distinct IP address and subnet mask
form:
ip route 10.2.3.4 255.224.0.0 10.1.2.3 egressSample2 cost 43
The following deletes the two routes configured above:
no ip route 10.2.3.0/32 192.168.1.2 egressSample1 precedence 160
no ip route 10.2.3.4 255.224.0.0 10.1.2.3 egressSample2 cost 43
The following command adds a route using the combined IP address and subnet mask form and specifies the
egress interface as tunnel type:
ip route 10.2.3.0/32 tunnel egressSample1 precedence 160 vrf vrf1
Command Line Interface Reference, Modes C - D, StarOS Release 19    
731
Context Configuration Mode Commands I-M
ip route