Users Guide

NOTE: The Dell EMC Networking OS supports route leaking only for transit trac. If the system receives a packet on one VRF
which is destined to another VRF, the packet is routed to that destination. If the system receives a packet on one VRF which is
destined to the same device (such as a ping), they system drops the packet.
The following example illustrates how route leaking between two VRFs can be performed:
interface TenGigabitEthernet 0/9
ip vrf forwarding VRF1
ip address 120.0.0.1/24
interface TenGigabitEthernet 0/10
ip vrf forwarding VRF2
ip address 140.0.0.1/24
ip route vrf VRF1 20.0.0.0/16 140.0.0.2 vrf VRF2
ip route vrf VRF2 40.0.0.0/16 120.0.0.2 vrf VRF1
Sample VRF Conguration
The following conguration illustrates a typical VRF set-up.
Figure 149. Setup OSPF and Static Routes
Virtual Routing and Forwarding (VRF)
1075