Hi ITPro, wondering if someone can clear up my confusion over VRF Lite on IOS and this use of the "address-family" command when using eigrp with VRF Lite.
Below I've found an eigrp and ospf config example using VRFs and I notice that ospf isn't using the address-family command. To confirm, address-family is only used with eigrp or...?
router eigrp VRFS
address-family ipv4 unicast vrf SALES autonomous-system 116
network 192.168.16.0
exit-address-family
address-family ipv4 unicast vrf HR autonomous-system 132
network 10.16.10.2 0.0.0.1
exit-address-family
router ospf 1 vrf SALES
network 192.168.16.0 0.0.0.255 area 0
exit
router ospf 2 vrf HR
network 10.16.10.2 0.0.0.1 area 0
exit