220
The two routes are leaked from the global route table into the Red VR and the connected subnet 8.0.0.0/24 is
leaked from the Red VR to the global route table.
The following commands also add a non-leaked static route for the 56.6.6.0/24 subnetwork scoped to the
domain of Red VR.
(Switch) (Config)#ip routing (Switch) (Config)#interface 0/27 (Switch) (Interface
0/27)#routing
(Switch) (Interface 0/27)#ip vrf forwarding Red
Warning: routing interface moved from Default router instance to "Red" router in stance.
(Switch) (Interface 0/27)#ip address 8.0.0.1 /24
(Switch) (Interface 0/27)#interface 0/26
(Switch) (Interface 0/26)#routing
(Switch) (Interface 0/26)#ip address 9.0.0.1 /24
(Switch) (Interface 0/26)#exit
(Switch) (Config)#ip route 56.6.6.0 255.255.255.0 9.0.0.2
4. To leak routes from the global routing table to the VRF route table, use the following
example:
(Switch) (Config)#ip route vrf Red 9.0.0.2 255.255.255.255 9.0.0.2 0/26 (Switch) (Config)#ip
route vrf Red 56.6.6.0 255.255.255.0 9.0.0.2 0/26
To leak routes from the VRF's routing table to the global routing table, use the following example:
(Switch) (Config)#ip route 8.0.0.2 255.255.255.255 0/27
To leak routes (non-leaked) internal to the VRF's route table, use the following example:
(Switch) (Config)#ip route vrf Red 66.6.6.0 255.255.255.0 8.0.0.2