H3C Technologies H3C S6800 Series Switches User Manual
Page 373
360
[PE1-xcg-vpn1] quit
3.
Configure P:
# Configure an LSR ID.
system-view
[P] interface loopback 0
[P-LoopBack0] ip address 192.4.4.4 32
[P-LoopBack0] quit
[P] mpls lsr-id 192.4.4.4
# Enable L2VPN.
[P] l2vpn enable
# Configure MPLS TE to establish an MPLS TE tunnel between PE 1 and P, and between P and PE
2. For more information, see "
# Create a cross-connect group named vpn1, create a cross-connect named ldpsvc in the group,
and create an LDP PW and a static PW for the cross-connect to form a multi-segment PW that
includes the two PWs.
[P] xconnect-group vpn1
[P-xcg-vpn1] connection ldpsvc
[P-xcg-vpn1-ldpsvc] peer 192.2.2.2 pw-id 1000
[P-xcg-vpn1-ldpsvc-192.2.2.2-1000] quit
[P-xcg-vpn1-ldpsvc] peer 192.3.3.3 pw-id 1000 in-label 100 out-label 200
[P-xcg-vpn1-ldpsvc-192.3.3.3-1000] quit
[P-xcg-vpn1-ldpsvc] quit
[P-xcg-vpn1] quit
4.
Configure PE 2:
# Configure an LSR ID.
[PE2] interface loopback 0
[PE2-LoopBack0] ip address 192.3.3.3 32
[PE2-LoopBack0] quit
[PE2] mpls lsr-id 192.3.3.3
# Enable L2VPN.
[PE2] l2vpn enable
# Configure MPLS TE to establish an MPLS TE tunnel between P and PE 2. For more information,
see "
."
# Create VLAN 10 and assign FortyGigE 1/0/1 to the VLAN.
[PE2] vlan 10
[PE2-vlan10] port fortygige 1/0/1
[PE2-vlan10] quit
# Create service instance 1000 on FortyGigE 1/0/1 to match packets that have an outer VLAN
ID of 10.
[PE2] interface fortygige1/0/1
[PE2-FortyGigE1/0/1] service-instance 1000
[PE2-FortyGigE1/0/1-srv1000] encapsulation s-vid 10
[PE2-FortyGigE1/0/1-srv1000] quit
[PE2-FortyGigE1/0/1] quit