PurposeCommand or Action
Enters MPLS-TP configuration mode, from which you can configure
MPLS-TP parameters for the router.
mpls tp
Example:
Router(config)# mpls tp
Step 3
Specifies the default MPLS-TP router ID, which is used as the default
source node ID for all MPLS-TP tunnels configured on the router.
router-id node-id
Example:
Router(config-mpls-tp)# router-id
10.10.10.10
Step 4
(Optional) Specifies the default global ID used for all endpoints and
midpoints. This command makes the router ID globally unique in a
global-id num
Example:
Router(config-mpls-tp)# global-id
1
Step 5
multiprovider tunnel. Otherwise, the router ID is only locally meaningful.
The global ID is an autonomous system number, which is a controlled
number space by which providers can identify each other.
The router ID and global ID are also included in fault messages by routers
at tunnel midpoints to help isolate the location of faults.
Configuring the Pseudowire Class
When you create the pseudowire class, you specify the parameters of the pseudowire, such as the use of the
control word, and preferred path.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
pseudowire-class class-name
4.
encapsulation mpls
5.
control-word
6.
protocol {l2tpv2 | l2tpv3 | none}[l2tp-class-name]
7.
preferred-path {interface tunnel tunnel-number | peer {ip-address | host-name}} [disable-fallback]
8.
end
DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode.enable
Step 1
Example:
Router> enable
•
Enter your password if prompted.
MPLS Basic Configuration Guide, Cisco IOS XE Everest 16.5.1 (Cisco ASR 900 Series)
110
VPLS Configuration over MPLS-TP
Configuring the Pseudowire Class