PurposeCommand or Action
Enters global configuration mode.configure terminal
Example:
Router# configure terminal
Step 2
Enters tunnel interface configuration mode. Tunnel numbers
from 0 to 999 are supported.
interface tunnel-tp number
Example:
Router(config)# interface tunnel-tp 2
Step 3
(Optional) Specifies a tunnel description.description tunnel-description
Example:
Router(config-if)# description headend
tunnel
Step 4
Specifies the name of the MPLS-TP tunnel. The TP tunnel
name is displayed in the show mpls tp tunnel command output.
tp tunnel-name name
Example:
Router(config-if)# tp tunnel-name tunnel22
Step 5
This command is useful for consistently identifying the tunnel
at all endpoints and midpoints.
(Optional) Specifies the tunnel source and endpoint. This
command is and not typically used, because the global router
tp source node-id [global-id num]
Example:
Router(config-if)# tp source 10.10.11.11
global-id 10
Step 6
ID and global ID can be used to identify the tunnel source at
the endpoint. All tunnels on the router generally use the same
(globally specified) source information.
Specifies the destination node of the tunnel.
tp destination node-id [[ tunnel-tpnum] global-id
num]
Step 7
Example:
Router(config-if)# tp destination
10.10.10.10
Specifies the BFD template.
bfd bfd-template
Example:
Router(config-if)# bfd template1
Step 8
Specifies a working LSP, also known as the primary LSP. This
LSP is used to route traffic. This command enters working LSP
interface configuration mode (config-if-working).
working-lsp
Example:
Router(config-if)# working-lsp
Step 9
Specifies the in label.
in-label num
Example:
Router(config-if-working)# in-label 10000
Step 10
Specifies the out label and out link.
out-label num out-link num
Example:
Router(config-if-working)# out-label 10000
out-link 1
Step 11
MPLS Basic Configuration Guide, Cisco IOS XE Everest 16.5.1 (Cisco ASR 900 Series)
114
VPLS Configuration over MPLS-TP
Configuring the MPLS-TP Tunnel