H-Vpls Using Mpls Access Configuration Example - HP HPE FlexNetwork MSR Router Series Configuration Manual

Table of Contents

Advertisement

H-VPLS using MPLS access configuration example

Network requirements
Configure an H-VPLS network using MPLS access to avoid full-mesh PW configuration. The
H-VPLS uses LDP as the PW signaling protocol.
Figure 127 Network diagram
Configuration procedure
1.
Configure an IGP and public tunnels on each PE. (Details not shown.)
2.
Configure UPE:
# Configure basic MPLS.
<UPE> system-view
[UPE] interface loopback 0
[UPE-LoopBack0] ip address 1.1.1.9 32
[UPE-LoopBack0] quit
[UPE] mpls lsr-id 1.1.1.9
[UPE] mpls ldp
[UPE-ldp] quit
# Enable L2VPN.
[UPE] l2vpn enable
# Configure VSI aaa to use LDP to establish a U-PW to NPE 1.
[UPE] vsi aaa
[UPE-vsi-aaa] pwsignaling ldp
[UPE-vsi-aaa-ldp] peer 2.2.2.9 pw-id 500
[UPE-vsi-aaa-ldp-2.2.2.9-500] quit
[UPE-vsi-aaa-ldp] quit
[UPE-vsi-aaa] quit
# Bind VSI aaa to GigabitEthernet 2/0/1 (the interface connected to CE 1).
[UPE] interface gigabitethernet 2/0/1
[UPE-GigabitEthernet2/0/1] xconnect vsi aaa
[UPE-GigabitEthernet2/0/1] quit
3.
Configure NPE 1:
485

Advertisement

Table of Contents
loading

Table of Contents