SUMMARY STEPS
1.
configure
2.
interface tunnel-gte tunnel-id
3.
ipv4 address ipv4-address mask or ipv4 unnumbered type interface-path-id
4.
passive
5.
match identifier tunnel number
6.
destination ip-address
7.
Use the commit or end command.
DETAILED STEPS
PurposeCommand or Action
Enters global configuration mode.configure
Example:
RP/0/RP0/CPU0:router# configure
Step 1
Configures an MPLS-TE tunnel interface for GMPLS interfaces.
interface tunnel-gte tunnel-id
Example:
RP/0/RP0/CPU0:router(config)#
Step 2
interface tunnel-gte 1
RP/0/RP0/CPU0:router(config-if)#
Specifies a primary or secondary IPv4 address for an interface.
ipv4 address ipv4-address mask or ipv4
unnumbered type interface-path-id
Step 3
•
Network mask can be a four-part dotted decimal address. For example,
255.0.0.0 indicates that each bit equal to 1 means that the corresponding
address bit belongs to the network address.
Example:
RP/0/RP0/CPU0:router(config-if)#
•
Network mask can be indicated as a slash (/) and a number (prefix length).
The prefix length is a decimal value that indicates how many of the
ipv4 address 127.0.0.1 255.0.0.0
high-order contiguous bits of the address compose the prefix (the network
portion of the address). A slash must precede the decimal value, and there
is no space between the IP address and the slash.
or
•
Enables IPv4 processing on a point-to-point interface without assigning
an explicit IPv4 address to that interface.
Configures a passive interface.passive
Step 4
Example:
RP/0/RP0/CPU0:router(config-if)#
The tailend (passive) router does not signal the tunnel, it simply accepts
a connection from the headend router. The tailend router supports the
same configuration as the headend router.
Note
passive
Cisco IOS XR MPLS Configuration Guide for the Cisco CRS Router, Release 5.1.x
262
Implementing MPLS Traffic Engineering
Configuring GMPLS