R3303-HP HSR6800 Routers MPLS Configuration Guide

224
<Sysname> system-view
[Sysname] sysname P
[P] interface loopback 0
[P-LoopBack0] ip address 2.2.2.9 32
[P-LoopBack0] quit
# Configure the LSR ID and enable MPLS globally.
[P] mpls lsr-id 2.2.2.9
[P] mpls
[P-mpls] quit
# Enable LDP globally.
[P] mpls ldp
[P-mpls-ldp] quit
# Configure the interface connected to PE 1 and enable LDP on the interface.
[P] interface ten-GigabitEthernet 1/0/2
[P-Ten-GigabitEthernet1/0/2] ip address 23.1.1.2 24
[P-Ten-GigabitEthernet1/0/2] mpls
[P-Ten-GigabitEthernet1/0/2] mpls ldp
[P-Ten-GigabitEthernet1/0/2] quit
# Configure the interface connected to PE 2 and enable LDP on the interface.
[P] interface ten-GigabitEthernet 1/0/3
[P-Ten-GigabitEthernet1/0/3] ip address 26.2.2.2 24
[P-Ten-GigabitEthernet1/0/3] mpls
[P-Ten-GigabitEthernet1/0/3] mpls ldp
[P-Ten-GigabitEthernet1/0/3] quit
# Configure OSPF.
[P] ospf
[P-ospf-1] area 0
[P-ospf-1-area-0.0.0.0] network 23.1.1.2 0.0.0.255
[P-ospf-1-area-0.0.0.0] network 26.2.2.2 0.0.0.255
[P-ospf-1-area-0.0.0.0] network 2.2.2.9 0.0.0.0
[P-ospf-1-area-0.0.0.0] quit
3. Configure PE 2:
<Sysname> system-view
[Sysname] sysname PE2
[PE2] interface loopback 0
[PE2-LoopBack0] ip address 3.3.3.9 32
[PE2-LoopBack0] quit
# Configure the LSR-ID and enable MPLS globally.
[PE2] mpls lsr-id 3.3.3.9
[PE2] mpls
[PE2-mpls] quit
# Enable L2VPN and MPLS L2VPN.
[PE2] l2vpn
[PE2-l2vpn] mpls l2vpn
[PE2-l2vpn] quit
# Enable LDP globally.