display explicit-path

Use display explicit-path to display explicit path information.

Syntax

display explicit-path [ path-name ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

path-name: Displays information about the explicit path specified by its name, a case-sensitive string of 1 to 31 characters. If you do not specify this argument, the command displays information about all explicit paths.

Examples

# Display information about all explicit paths.

<Sysname> display explicit-path
Path Name: path1      Hop Count: 3     Path Status: Enabled
Index     IP Address             Hop Type    Hop Attribute
1         1.1.1.1                Strict      Include
101       2.2.2.2                Loose       Include
201       3.3.3.3                  -         Exclude

Table 21: Command output

Field

Description

Path Name

Name of the explicit path.

Hop Count

Number of nodes specified in the explicit path.

Path Status

Explicit path status:

  • Enabled—The explicit path is available.

  • Disabled—The explicit path is not available.

Index

Index of a node on the explicit path.

IP Address

IP address of a node on the explicit path.

Hop Type

Node type:

  • Strict—The node must be connected directly to its previous hop.

  • Loose—The node can be connected indirectly to its previous hop.

Hop Attribute

Node attribute:

  • Include—The node must be included in the explicit path.

  • Exclude—The node must not be included in the explicit path.