R0106-HP MSR Router Series MPLS Configuration Guide(V7)

344
Figure 84 Network diagram
Table 30 Interface and IP assignment
Device Interface IP address
Device
Interface IP address
PE 1 Loop0 2.2.2.9/32 PE 2 Loop0 5.5.5.9/32
GE2/1/1 2001::1/64 GE2/1/1 2002::1/64
S2/1/0 1.1.1.2/8 S2/1/0 9.1.1.2/8
ASBR-PE 1 Loop0 3.3.3.9/32 ASBR-PE 2 Loop0 4.4.4.9/32
S2/1/0 1.1.1.1/8 S2/1/0 9.1.1.1/8
S2/1/1 11.0.0.2/8 S2/1/1 11.0.0.1/8
CE 1 GE2/1/1 2001::2/64 CE 1 GE2/1/1 2002::2/64
Configuration procedure
1. Configure CE 1:
# Configure an IPv6 address for GigabitEthernet 2/1/1.
<CE1> system-view
[CE1] interface gigabitethernet 2/1/1
[CE1-GigabitEthernet2/1/1] ipv6 address 2001::2 64
[CE1-GigabitEthernet2/1/1] quit
# Establish an EBGP peer relationship with PE 1, and redistribute VPN routes.
[CE1] bgp 65001
[CE1-bgp] peer 2001::1 as-number 100
[CE1-bgp] address-family ipv6 unicast
[CE1-bgp-ipv6] peer 2001::1 enable
[CE1-bgp-ipv6] import-route direct
[CE1-bgp-ipv6] quit
[CE1-bgp] quit
2. Configure PE 1:
# Configure IS-IS on PE 1.