![HP FlexNetwork HSR6600 Configuration Manual Download Page 534](http://html.mh-extra.com/html/hp/flexnetwork-hsr6600/flexnetwork-hsr6600_configuration-manual_163069534.webp)
524
Destination/Mask Proto Pre Cost NextHop Interface
0.0.0.0/32 Direct 0 0 127.0.0.1 InLoop0
10.214.10.0/24 Direct 0 0 10.214.10.3 GE1/1/1
10.214.10.0/32 Direct 0 0 10.214.10.3 GE1/1/1
10.214.10.3/32 Direct 0 0 127.0.0.1 InLoop0
10.214.10.255/32 Direct 0 0 10.214.10.3 GE1/1/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
192.168.0.0/24 Static 60 0 10.214.10.2 GE1/1/1
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
[MCE] display ip routing-table vpn-instance vpn2
Destinations : 13 Routes : 13
Destination/Mask Proto Pre Cost NextHop Interface
0.0.0.0/32 Direct 0 0 127.0.0.1 InLoop0
10.214.20.0/24 Direct 0 0 10.214.20.3 GE1/1/2
10.214.20.0/32 Direct 0 0 10.214.20.3 GE1/1/2
10.214.20.3/32 Direct 0 0 127.0.0.1 InLoop0
10.214.20.255/32 Direct 0 0 10.214.20.3 GE1/1/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
192.168.10.0/24 RIP 100 1 10.214.20.2 GE1/1/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
The output shows that the MCE has learned the private route of VPN 2 through RIP. MCE
maintains the routes of VPN 1 and those of VPN 2 in two different routing tables. In this way,
routes from different VPNs are separated.
3.
Configure routing between the MCE and PE 1:
# The MCE is connected to PE 1 through subinterfaces. On MCE, bind subinterface
GigabitEthernet 1/1/3.1 to the VPN instance
vpn1
.
[MCE] interface gigabitethernet 1/1/3.1
[MCE-GigabitEthernet1/1/3.1] ip binding vpn-instance vpn1
# Configure the subinterface to terminate VLAN 10.
[MCE-GigabitEthernet1/1/3.1] vlan-type dot1q vid 10
# Configure an IP address for the subinterface.
[MCE-GigabitEthernet1/1/3.1] ip address 20.1.1.1 24
[MCE-GigabitEthernet1/1/3.1] quit
# On the MCE, bind subinterface GigabitEthernet 1/1/3.2 to the VPN instance
vpn2
.
[MCE] interface gigabitethernet 1/1/3.2
[MCE-GigabitEthernet1/1/3.2] ip binding vpn-instance vpn2