ip vrf forwarding blueip address 1.0.0.2/24tagged TenGigabitEthernet 3/1no shutdowninterface Vlan 192ip vrf forwarding orangeip address 2.0.0.2/24tagged TenGigabitEthernet 3/1no shutdown!interface Vlan 256ip vrf forwarding greenip address 3.0.0.2/24tagged TenGigabitEthernet 3/1no shutdown!router ospf 1 vrf bluerouter-id 1.0.0.2network 11.0.0.0/24 area 0network 1.0.0.0/24 area 0passive-interface TenGigabitEthernet 2/1!router ospf 2 vrf orangerouter-id 2.0.0.2network 21.0.0.0/24 area 0network 2.0.0.0/24 area 0passive-interface TenGigabitEthernet 2/2!ip route vrf green30.0.0.0/24 3.0.0.1!=======================================================================================The following shows the output of the show commands on Router 1.Router 1Dell#show ip vrfVRF-Name VRF-ID Interfacesdefault-vrf 0 Te 3/1-3/3,Te 1/3-1/47,Te 2/1-2/47,Ma 1/1,Ma 2/1,Nu 0,Vl 1blue 1 Te 1/1,Vl 128orange 2 Te 1/2,Vl 192green 3 Te 1/3,Vl 256Dell#show ip ospf 1 neighborNeighbor ID Pri State Dead Time Address Interface Area1.0.0.2 1 FULL/DR 00:00:32 1.0.0.2 Vl 128 0Dell#sh ip ospf 2 neighborNeighbor ID Pri State Dead Time Address Interface Area2.0.0.2 1 FULL/DR 00:00:37 2.0.0.2 Vl 192 0Dell#show ip route vrf blueCodes: C - connected, S - static, R - RIP,B - BGP, IN - internal BGP, EX - external BGP,LO - Locally Originated,O - OSPF, IA - OSPF inter area, N1 - OSPF NSSA external type 1,N2 - OSPF NSSA external type 2, E1 - OSPF external type 1,Virtual Routing and Forwarding (VRF) 969