R3102-R3103-HP 6600/HSR6600 Routers MPLS Configuration Guide

180
2. Set up an SVC:
Enable MPLS L2VPN on PE 1 and PE 2, create a static VC, and specify the VC labels.
Configuration procedure
1. Configure CE 1:
# Configure the link protocol as PPP on interface POS 5/1/0 (the interface connected to PE 1),
and configure an IP address for the interface.
<Sysname> system-view
[Sysname] sysname CE1
[CE1] interface pos 5/1/0
[CE1-POS5/1/0] link-protocol ppp
[CE1-POS5/1/0] ip address 100.1.1.1 24
2. Configure PE 1:
# Configure the LSR ID and enable MPLS globally.
<Sysname> system-view
[Sysname] sysname PE1
[PE1] interface loopback 0
[PE1-LoopBack0] ip address 192.2.2.2 32
[PE1-LoopBack0] quit
[PE1] mpls lsr-id 192.2.2.2
[PE1] mpls
[PE1-mpls] quit
# Enable L2VPN and MPLS L2VPN.
[PE1] l2vpn
[PE1-l2vpn] mpls l2vpn
[PE1-l2vpn] quit
# Enable LDP globally.
[PE1] mpls ldp
[PE1-mpls-ldp] quit
# Configure the interface for connecting to the P device, and enable LDP on the interface.
[PE1] interface pos 5/1/1
[PE1-POS5/1/1] link-protocol ppp
[PE1-POS5/1/1] ip address 10.1.1.1 24
[PE1-POS5/1/1] mpls
[PE1-POS5/1/1] mpls ldp
[PE1-POS5/1/1] quit
# Configure OSPF on PE 1 for establishing LSPs.
[PE1] ospf
[PE1-ospf-1] area 0
[PE1-ospf-1-area-0.0.0.0] network 10.1.1.1 0.0.0.255
[PE1-ospf-1-area-0.0.0.0] network 192.2.2.2 0.0.0.0
[PE1-ospf-1-area-0.0.0.0] quit
[PE1-ospf-1] quit
# Create a static VC on the interface connected to CE 1. The interface requires no IP address.
[PE1] interface pos 5/1/0
[PE1-POS5/1/0] link-protocol ppp