In non-default VRF instances, BFD for
		OSPFv2 can be configured globally on interfaces where BFD is enabled. 
		 
	 Procedure
- 
				Access global configuration
					mode. 
				
					device# configure terminal 
 
- 
				Access OSPF router configuration
					mode and specify the non-default VRF instance. 
				
					device(config)# router ospf vrf red 
 This example accesses non-default VRF "red."   
- 
				Enable BFD globally. 
				
					device(config-router-ospf-vrf-red)# bfd  
 
- 
				Specify the interval after which
					routes are withdrawn after a BFD session is declared down. 
				
					device(config-router-ospf-vrf-red)# bfd holdover-interval 12    
 This example specifies a holdover interval of 12 seconds.