FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
ssriswadpong
Staff
Staff
Article Id 209216
Description

This article describes OSPF OIDs for neighbor states and neighbor events.

Solution

The related OID:

 

OSPF-MIB:ospf.ospfNbrTable.ospfNbrEntry.ospfNbrState 1.3.6.1.2.1.14.10.1.6

 

DESCRIPTION : The State of the relationship with this Neighbor.

 

down (1),
attempt (2),
init (3),
twoWay (4),
exchangeStart (5),
exchange (6),
loading (7),
full (8)


The result comes from the output of the command.

 

# get router info ospf neighbor


EXAMPLE:


# get router info ospf neighbor
OSPF process 0, VRF 0:
Neighbor ID Pri State Dead Time Address Interface
10.47.1.234 1 Full/DR 00:00:36 10.177.1.234 port3

 

OSPF-MIB:ospf.ospfNbrTable.ospfNbrEntry.ospfNbrEvents 1.3.6.1.2.1.14.10.1.7

 

DESCRIPTION: 

 

The number of times this neighbor relationship has changed state, or an error has occurred.


The result comes from the output of the command.

 

# get router info ospf neighbor detail


EXAMPLE:

 

# get router info ospf neighbor detail
Neighbor 10.47.1.234, interface address 10.177.1.234
In the area 1.0.0.1 via interface port3
Neighbor priority is 1, State is Full, 6 state changes <---
DR is 10.177.1.234, BDR is 10.177.1.188
Options is 0x42 (*|O|-|-|-|-|E|-)

 

 

 

Contributors