Users Guide

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 Configuration
The following configuration illustrates a typical VRF set-up.
Figure 137. Setup OSPF and Static Routes
Virtual Routing and Forwarding (VRF)
1059