PurposeCommand or Action
Example:
Device> enable
•
Enter your password if prompted.
Enters global configuration mode.configure terminal
Example:
Device# configure terminal
Step 2
Specifies the interface and enters interface configuration mode.
interface type number
Step 3
Example:
Device(config)# interface ethernet 1/0
Assigns an IP address to the interface.
ip address ip-address mask
Example:
Device(config-if)# ip address
10.10.10.10 255.255.255.0
Step 4
Associates an MPLS-TP link number with a physical interface and
next-hop node. On point-to-point interfaces or Ethernet interfaces
mpls tp link link-num{ipv4 ip-address tx-mac
mac-address}
Step 5
designated as point-to-point using the medium p2pcommand, the
Example:
Device(config-if)# mpls tp link 1 ipv4
10.0.0.2
next-hop can be implicit, so the mpls tp linkcommand just associates
a link number to the interface.
Multiple tunnels and LSPs can refer to the MPLS-TP link to indicate
they are traversing that interface. You can move the MPLS-TP link
from one interface to another without reconfiguring all the MPLS-TP
tunnels and LSPs that refer to the link.
Link numbers must be unique on the device or node.
Exits interface configuration mode and returns to privileged EXEC
mode.
end
Example:
Device(config-if)# end
Step 6
Configuring MPLS-TP Linear Protection with PSC Support
The psc command allows you to configure MPLS-TP linear protection with PSC support. PSC is disabled by
default. However, it can be enabled by issuing the psc command.
MPLS Basic Configuration Guide, Cisco IOS XE Everest 16.5.1 (Cisco ASR 900 Series)
32
MPLS Transport Profile
Configuring MPLS-TP Linear Protection with PSC Support