Hi ITPro!
Wondering if you can help confirm something for me in regard to the NX OS, VRF Lite, and ospf processes.
It seems I am able to use the same OSPF processes ID for multiple VRFs.. For example..
Router ospf 1
vrf LAN1
router-id 1.1.1.1
!
vrf LAN2
router-id 2.2.2.2
!
int vlan 1
vrf member LAN1
ip router ospf 1 area 0.0.0.0
!
int vlan 2
vrf member LAN2
ip router ospf 1 area 0.0.0.0
From what I can tell, these two “area 0” statements on each interface are completely isolated. Even though they are using the same ospf process number of 1? So it isn’t necessary to create a separate ospf process for each vrf?
-Adam