explicit-path (GMPLS tunnel view)

Function

The explicit-path command specifies an explicit path for a GMPLS UNI tunnel.

The undo explicit-path command restores the default setting.

By default, no explicit path is specified for a GMPLS UNI tunnel.

Format

explicit-path path-name

undo explicit-path

Parameters

Parameter Description Value
path-name

Specifies the name of an explicit path for the GMPLS UNI tunnel. The explicit path is configured using the explicit-path (system view) command.

The value is a string of 1 to 128 case-insensitive characters, spaces not supported.

Views

GMPLS tunnel view

Default Level

2: Configuration level

Task Name and Operations

Task Name Operations
gmpls-te write

Usage Guidelines

Usage Scenario

The device supports the GMPLS technology using the UNI model. Edge nodes (ingress EN and egress EN) of an IP network cannot automatically discover edge nodes (ingress CN and egress CN) of a transport network. Therefore, an explicit path must be specified when a GMPLS UNI tunnel is established. After an explicit path is specified for a GMPLS UNI tunnel:

  • The ingress EN can find the corresponding ingress CN, egress CN, and egress EN based on the explicit path information and send a UNI tunnel connection request to the egress EN.
  • The transport network sets up a forwarding adjacency tunnel between the ingress CN and egress EN based on the explicit path information. (The ingress CN uses the RSVP-TE protocol to set up the tunnel based on the routing information of the transport network.)
  • The nodes along the explicit path generate and forward Path and Resv messages one by one to complete the UNI tunnel establishment.

    Since GMPLS UNI tunnel establishment is triggered by a request sent from the ingress EN, you only need to run the explicit-path command on the ingress EN.

Prerequisites

The following operations have been performed:

  • The gmpls-tunnel command has been run to create a GMPLS UNI tunnel.
  • The explicit-path (system view) command has been run to configure the explicit path to be used by the GMPLS UNI tunnel.

Configuration Impact

After the explicit-path command is run, the ingress EN will send a UNI tunnel connection request to the egress EN based on the explicit path information.

Precautions

This command is mutually exclusive with the passive command.

Different from a conventional MPLS TE tunnel, a GMPLS UNI tunnel must use an explicit path with four hops (ingress EN, ingress CN, egress CN, and egress EN). If more or less hops are configured, the GMPLS UNI tunnel cannot be established.

Example

# Configure a GMPLS UNI tunnel named toRt2 to use the explicit path named path1.
<HUAWEI> system-view
[~HUAWEI] mpls
[*HUAWEI-mpls] mpls te
[*HUAWEI-mpls] quit
[*HUAWEI] explicit-path path1
[*HUAWEI-explicit-path-path1] next hop 2.2.2.2
[*HUAWEI-explicit-path-path1] quit
[*HUAWEI] gmpls-tunnel toRt2
[*HUAWEI-gmpls-tunnel-toRt2] explicit-path path1
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >