Show ip ospf interface brief

    show ip ospf neighbor output
    show ip ospf neighbor no output
    show ip ospf neighbor not showing
    show ip ospf neighbor command example
  • Show ip ospf neighbor output
  • Show ip ospf neighbor not showing.

     

    Basic configuration:

    R1:

    ipv uni

    !

    interface Serial1/0

     ip address 12.0.0.1 255.255.255.0

     ip ospf 1 area 0

     ipv6 address 12::1/64

     ipv6 ospf 1 area 0

    !

    router ospf 1

     router-id 0.0.0.1

    !

    ipv6 router ospf 1

     router-id 0.0.0.1

     

    R2:

    ipv uni

    !

    interface Serial1/0

     ip address 12.0.0.2 255.255.255.0

     ip ospf 1 area 0

     ipv6 address 12::2/64

     ipv6 ospf 1 area 0

     no sh

    !

    interface Serial1/1

     ip address 23.0.0.2 255.255.255.0

     ip ospf 1 area 0

     ipv6 address 23::2/64

     ipv6 ospf 1 area 0

     no sh

    !

    router ospf 1

     router-id 0.0.0.2

    !

    ipv6 router ospf 1

     router-id 0.0.0.2

     

    R3:

    ipv uni

    !

    interface Serial1/0

     ip address 23.0.0.3 255.255.255.0

     ip ospf 1 area 0

     ipv6 address 23::3/64

     ipv6 ospf 1 area 0

     no sh

    !

    router ospf 1

     router-id 0.0.0.3

    !

    ipv6 router ospf 1

     router-id 0.0.0.3

     

    In OSPFv2 the sh ip ospf neighbor command has some informations that indicate:

     

    The

      show ip ospf neighbor detail
      show ip ospf neighbors