Specifications

Table Of Contents
ip path-option
MP-97
Cisco IOS Multiprotocol Label Switching Command Reference
January 2010
ip path-option
To specify an explicit or dynamic path option for a particular destination address in a destination list,
use the ip path-option command in traffic engineering destination list configuration mode. To remove
the path option, use the no form of this command.
ip i
p-address path-option id {dynamic | explicit {name name | identifier number} [verbatim]}
no ip i
p-address path-option id
Syntax Description
Command Default Path options are not configured.
Command Modes Traffic engineering destination list (cfg-te-dest-list)
Command History
Usage Guidelines
The ip path-option command is supported at a sublabel switched path (sub-LSP) level.
Point-to-multipoint traffic engineering supports only one path option per destination.
Examples The following example shows the configuration of a destination list with explicit path options:
Router(config)# mpls traffic-eng destination list identifier 1
Router(cfg-te-dest-list)# ip 10.10.10.10 path-option 1 explicit
identifier 1
Related Commands
ip-address The destination address of the path.
id The preference for this path option for the same destination address. The valid
v
alues are 1–1000. Only one path option is supported for each destination
address.
dynamic Specifies that the traffic engineering paths be dynamically computed.
explicit Specifies that the traffic engineering paths be explicitly configured.
name name Specifies the name of the explicit path.
identifier nu
mber Specifies the number of the explicit path.
verbatim (Optional) Specifies that the path should be sent out without any checking.
Release Modification
12.2(33)SRE This command was introduced.
Command Description
mpls traffic-eng
dest
ination list
Specifies a MPLS traffic engineering point-to-multipoint destination list.