which values?

When using the tunnel mpls traffic-eng path-option 1 explicit name test command in Cisco MPLS
TE tunnel configurations, the test explicit-path configuration will consist of a list of which values?

When using the tunnel mpls traffic-eng path-option 1 explicit name test command in Cisco MPLS
TE tunnel configurations, the test explicit-path configuration will consist of a list of which values?

A.
tunnel endpoint

B.
resource class affinity

C.
MPLS label

D.
IP address

Explanation:

tunnel mpls traffic-eng path-option
To configure a path option for a Multiprotocol Label Switching (MPLS) traffic engineering tunnel,
use the tunnel
mpls traffic-eng path-option command in interface configuration mode. To disable the specified
path option,use the no form of this command.
tunnel mpls traffic-eng path-option number {dynamic | explicit {name path-name |
path-number}} [lockdown]
no tunnel mpls traffic-eng path-option number {dynamic | explicit {name path-name
| path-number}} [lockdown]
Syntax Description
number = When multiple path options are configured, lower numbered options are preferred.
dynamic = Path of the LSP is dynamically calculated.
explicit = Path of the LSP is an IP explicit path.
name path-name = Path name of the IP explicit path that the tunnel uses with this option.
path-number = Path number of the IP explicit path that the tunnel uses with this option.
lockdown = (Optional) The LSP cannot be reoptimized.

Usage Guidelines
You can configure multiple path options for a single tunnel. For example, there can be several
explicit pathoptions and a dynamic option for one tunnel. Path setup preference is for lower (not
higher) numbers, so option1 is preferred.
Examples
The following example shows how to configure the tunnel to use a named IP explicit path:
Router(config-if)# tunnel mpls traffic-eng path-option 1 explicit name test



Leave a Reply 1

Your email address will not be published. Required fields are marked *


safronsoup

safronsoup

IOS

interface tunnel1

tunnel mpls traffic-eng path-option 1 explicit name PATH1
tunnel mpls traffic-eng path-option 5 explicit name PATH2
tunnel mpls traffic-eng path-option 10 explicit name PATH3

ip explicit-path name PATH1 enable
next-address loose 172.16.1.2

ip explicit-path name PATH2 enable
exclude-address 172.16.5.3

ip explicit-path name PATH3 enable
next-address 172.16.2.2
next-address 172.16.3.2

IOS XR

explicit-path name PATH1
index 1 next-address ipv4 unicast 192.168.0.4
index 2 next-address ipv4 unicast 192.168.1.4
index 3 next-address ipv4 unicast 192.168.2.4

interface tunnel-te1

path-option 1 explicit name PATH1
path-option 10 dynamic