R3303-HP HSR6800 Routers MPLS Configuration Guide
186
Example for configuring Martini MPLS L2VPN with the VC type
of PPP
Network requirements
CEs are connected to PEs through serial interfaces, and the data link layer uses PPP.
Establish a Martini VC, so CE 1 and CE 2 can exchange Layer 2 packets across the backbone.
Figure 48 Network diagram
Device Interface IP address
Device
Interface
IP address
CE 1 S2/1/0 100.1.1.1/24 CE 2 S2/1/0 100.1.1.2/24
PE 1 Loop0 192.2.2.2/32
P
Loop0
192.4.4.4/32
S2
/
1
/
1 10.1.1.1/24
S2
/
1
/
0
10.1.1.2/24
PE 2 Loop0 192.3.3.3/32 S2/1/1 10.2.2.2/24
S2
/
1
/
1 10.2.2.1/24
Configuration procedure
1. Configure CE 1:
# Configure the link protocol type as PPP on interface Serial 2/1/0 (the interface connected to the
PE 1), and configure an IP address for the interface.
<Sysname> system-view
[Sysname] sysname CE1
[CE1] interface serial 2/1/0
[CE1-Serial2/1/0] link-protocol ppp
[CE1-Serial2/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