11-21-2014 12:36 PM - edited 03-07-2019 09:36 PM
What is the command to check all ospf nieghbors in a VRF in a Cisco 6509 switch
11-21-2014 10:01 PM
Try
show ip ospf vrf xxxx neighbor
HTH
11-26-2014 02:05 PM
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
11-26-2014 02:05 PM
Thanks rolf this helped
how to check pim neighbor in a vrf with same cisco 6509 ?
11-26-2014 10:18 PM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide