Specifications

Table Of Contents
mpls traffic-eng path-option list
MP-338
Cisco IOS Multiprotocol Label Switching Command Reference
January 2010
mpls traffic-eng path-option list
To configure a path option list, use the mpls traffic-eng path-option list command in global
configuration mode. To disable this function, use the no form of this command.
mpls traffic-eng path-option list [name p
athlist-name | identifier pathlist-number]
no mpls traffic-eng path-option list [name p
athlist-name | identifier pathlist-number]
Syntax Description
Command Default There are no path option lists.
Command Modes Global configuration (config)
Command History
Usage Guidelines A path option list contains a list of backup paths for a primary path option. You can specify a path option
li
st by entering its name or identifier.
After you enter the mpls
traffic-eng path-option list command, the router enters path option list
configuration mode and you can enter the following commands:
path-option—Specifies the name or identification number of the next path option to add, edit, or
delete.
list—Lists all path options.
no—Deletes a specified path option.
exit—Exits from path option list configuration mode.
Then you can specify explicit backup paths by entering their name or identifier.
Examples The following example configures the path option list named pathlist-01, adds path option 10, lists the
ba
ckup path that is in the path option list, and exits from path option list configuration mode:
Router(config)# mpls traffic-eng path-option list name pathlist-01
Router(cfg-pathoption-list)# path-option 10 explicit name bk-pat
h-01
Router(cfg-pathoption-list)# list
path-option 10 explicit name bk-path-01
Router(cfg-pathoption-list)# exit
name pathlist-name Specifies the name of the path option list.
identifier pa
thlist-number Specifies the identification number of the path option list.
Valid values are from 1 through 65535.
Release Modification
12.2(33)SRE This command was introduced.