Operation Manual – MCE
H3C S3610&S5510 Series Ethernet Switches
Chapter 2 MCE Configuration
2-18
10.214.10.0/24 Direct 0
0 10.214.10.3 Vlan10
10.214.10.3/32 Direct 0
0 127.0.0.1 InLoop0
192.168.0.0/16 Static 60 0 10.214.10.2 Vlan10
As shown in the displayed information above, a static route has been specified for
VPN1.
# RIP is running within VPN2, so you can configure RIP on MCE and involve the RIP on
MCE in the routing computation in the site to update the routing information
automatically. Create RIP process 20 and bind it VPN2.
[MCE] rip 20 vpn-instance vpn2
# Advertise the network segment 10.214.10.0.
[MCE-rip-20] network 10.0.0.0
# On VR2, configure IP address 10.214.20.2/24 for the interface connecting to MCE
(configuration procedures omitted), enable RIP and advertise the network segments
192.168.10.0 and 10.214.20.0.
<VR2> system-view
[VR2] rip 20
[VR2-rip-20] network 192.168.10.0
[VR2-rip-20] network 10.0.0.0
# Display the information about the routes of VPN2 on MCE.
[MCE-rip-20] display ip routing-table vpn-instance vpn2
Routing Tables: vpn2
Destinations : 5 Routes : 5
Destination/Mask Proto Pre Cost NextHop Interface
127.0.0.0/8 Direct 0 0 127.0.0.1 InLoop0
127.0.0.1/32 Direct 0 0 127.0.0.1 InLoop0
10.214.20.0/24 Direct 0 0 10.214.20.3 Vlan20
10.214.20.3/32 Direct 0 0 127.0.0.1 InLoop0
192.168.10.0/24 RIP 100 1 10.214.20.2 Vlan20
As shown in the displayed information above, MCE has obtained the routes of VPN2
through RIP, and maintains these routes in a routing table different from the routing
table for routing information of VPN1 to the network segment 192.168.0.0, thus
isolating the routes of VPN1 from the routes of VPN2.
z
Configure the routing protocol running between the MCE and a PE
# MCE uses Ethernet 1/0/3 to connect to Ethernet 1/0/18 of PE. Configure the two ports
to be trunk ports and permit tagged packets of VLAN 10 and VLAN 20.
[MCE-rip-20] quit
[MCE] interface Ethernet 1/0/3