R3303-HP HSR6800 Routers MPLS Configuration Guide

179
POS5/1
/
1 10.1.1.1/24
POS5/1
/
0 10.2.2.2/24
PE 2 Loop0 10.0.0.3/32 POS5/1/1 10.1.1.2/24
POS5/1
/
0 10.2.2.1/24
Configuration considerations
The following steps are required:
1. Create a remote CCC connection on the PEs. No static LSP is required on the PEs.
2. Enable MPLS L2VPN on the PEs. You do not need to enable MPLS L2VPN on the P device.
3. Configure two static LSPs on the P device for packets to be transferred in both directions.
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 10.0.0.1 32
[PE1-LoopBack0] quit
[PE1] mpls lsr-id 10.0.0.1
[PE1] mpls
[PE1-mpls] quit
# Enable L2VPN and MPLS L2VPN.
[PE1] l2vpn
[PE1-l2vpn] mpls l2vpn
[PE1-l2vpn] quit
# Configure interface POS 5/1/0.
[PE1] interface pos 5/1/0
[PE1-POS5/1/0] link-protocol ppp
[PE1-POS5/1/0] quit
# Configure interface POS 5/1/1, and enable MPLS.
[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] quit
# Create a remote connection from CE 1 to CE 2, using the interface connected to CE 1 as the
incoming interface and that connecting the P device as the outgoing interface, setting the incoming
label to 100 and the outgoing label to 200.