HP MSR2000/3000/4000 Router Series MPLS Configuration Guide
215
{ Configure the VPN instance of VPN 1 on PE 1 to allow CE 1 to access the network.
{ Configure BGP between PE 1 and CE 1, and between PE 2 and CE 2, and redistribute routes of
CEs into PEs.
After completing the configurations, execute the display ip routing-table command on CE 2. The
output shows that CE 2 has learned the route to network 10.1.1.0/24, where the interface used
by CE 1 to access PE 1 resides, but it has not learned the route to the VPN (100.1.1.0/24) behind
CE 1. The situation on CE 1 is similar.
<CE2> display ip routing-table
Destinations : 17 Routes : 17
Destination/Mask Proto Pre Cost NextHop Interface
0.0.0.0/32 Direct 0 0 127.0.0.1 InLoop0
10.1.1.0/24 BGP 255 0 10.2.1.2 Eth1/1
10.2.1.0/24 Direct 0 0 10.2.1.1 Eth1/1
10.2.1.0/32 Direct 0 0 10.2.1.1 Eth1/1
10.2.1.1/32 Direct 0 0 127.0.0.1 InLoop0
10.2.1.255/32 Direct 0 0 10.2.1.1 Eth1/1
127.0.0.0/8 Direct 0 0 127.0.0.1 InLoop0
127.0.0.0/32 Direct 0 0 127.0.0.1 InLoop0
127.0.0.1/32 Direct 0 0 127.0.0.1 InLoop0
127.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0
200.1.1.0/24 Direct 0 0 200.1.1.1 Eth1/2
200.1.1.0/32 Direct 0 0 200.1.1.1 Eth1/2
200.1.1.1/32 Direct 0 0 127.0.0.1 InLoop0
200.1.1.255/24 Direct 0 0 200.1.1.1 Eth1/2
224.0.0.0/4 Direct 0 0 0.0.0.0 NULL0
224.0.0.0/24 Direct 0 0 0.0.0.0 NULL0
255.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0
# Execute the display ip routing-table vpn-instance command on the PEs. You can see the route to
the VPN behind the peer CE. Take PE 2 as an example:
<PE2> display ip routing-table vpn-instance vpn1
Destinations : 15 Routes : 15
Destination/Mask Proto Pre Cost NextHop Interface
0.0.0.0/32 Direct 0 0 127.0.0.1 InLoop0
10.1.1.0/24 BGP 255 0 1.1.1.9 Eth1/2
10.2.1.0/24 Direct 0 0 10.2.1.2 Eth1/1
10.2.1.0/32 Direct 0 0 10.2.1.2 Eth1/1
10.2.1.2/32 Direct 0 0 127.0.0.1 InLoop0
10.2.1.255/32 Direct 0 0 10.2.1.2 Eth1/1
100.1.1.0/24 BGP 255 0 1.1.1.9 Eth1/2
127.0.0.0/8 Direct 0 0 127.0.0.1 InLoop0
127.0.0.0/32 Direct 0 0 127.0.0.1 InLoop0
127.0.0.1/32 Direct 0 0 127.0.0.1 InLoop0
127.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0
200.1.1.0/24 BGP 255 0 10.2.1.1 Eth1/1