D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 8 VRF
Configuration
8-11
192.168.10.0 network segment as 10.10.10.2, and associate this route with VPNa
instance.
MCE(config)#ip route vrf vpna 192.168.10.0 255.255.255.0 10.10.10.2
Configure static route on PE device
# Specify static routes associated with VPNa instance on PE; specify the next hop
for packets destined to 192.168.10.0 network segment as 10.10.40.1, and specify
the next hop for packets destined to 10.10.10.0 network segment as 10.10.40.1.
PE (config)#ip route vrf vpna 192.168.10.0 255.255.255.0 10.10.40.1
PE (config)#ip route vrf vpna 10.10.10.0 255.255.255.0 10.10.40.1
3) Configure RIP routing bewteen MCE and VPNb site/PE device
Configure RIP routing protocol on SwitchB (access device of VPNb site)
# The address of the interface connecting SwitchB with MCE is 10.10.20.2/24; the
address of interface connecting with VPNb is 192.168.20.1/24. Steps to join
interface into VLAN and configure IP address for interface are omitted here.
SwitchB(config)#router rip
SwitchB(config-router)#version 2
SwitchB(config-router)#no auto-summary
SwitchB(config-router)#network 10.10.20.0 0.0.0.255
SwitchB(config-router)#network 192.168.20.0 0.0.0.255
Configure RIP routing protocol on MCE device
MCE(config)#router rip
MCE(config-router)#address-family ipv4 vrf vpnb
MCE(config-router-af)# version 2
MCE(config-router-af)# no auto-summary
MCE(config-router-af)#network 10.10.20.0 0.0.0.255
MCE(config-router-af)#network 10.10.50.0 0.0.0.255
Configure RIP routing protocol on PE device
PE(config)#router rip
PE(config-router)#address-family ipv4 vrf vpnb
PE(config-router-af)# version 2
PE(config-router-af)# no auto-summary
PE(config-router-af)#network 10.10.50.0 0.0.0.255
4) Configure OSPF routing between MCE and VPNc site/PE device
Configure OSPF routing protocol on SwitchC (access device of VPNc site)
# The address of the interface connecting SwitchC with MCE is 10.10.30.2/24;
the address of interface connecting with VPNb is 192.168.20.1/24. Steps to join