cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
19730
Views
5
Helpful
4
Replies

OSPF neighbors in VRF

pgyogeshkumar
Level 1
Level 1

What is the command to check all ospf nieghbors in a VRF in a Cisco 6509 switch

 

4 Replies 4

Reza Sharifi
Hall of Fame
Hall of Fame

Try

show ip ospf vrf xxxx  neighbor

HTH
 

Hi,

I believe IOS supports the 'vrf' keyword in show-commands only for OSPFv3 with AFI-support.

But you can use the process ID instead, which also is easier to type:

(config-rtr)# router ospf 5 vrf VRF-5

# show ip ospf 5 neighbor

You can also find out the PID with

# show ip protocol vrf <VRF-Name>

HTH

Rolf

 

Thanks rolf this helped

 

how to check pim neighbor in a vrf with same cisco 6509 ?

Should be show ip pim [ vrf <vrf-name> ] neighbor

(12.2(18)SXE: Support for this command was introduced on the Supervisor Engine 720.)

HTH

Rolf