wfOspfNbrState
Wellfleet-OSPF-MIB ·
.1.3.6.1.4.1.18.3.5.3.2.3.7.1.3
Object
column mandatory
Enumeration
'The State of the relationship with this Neighbor.' REFERENCE 'OSPF Version 2, Section 10.1 Neighbor States' down (1), attempt (2), init (3), twoWay (4), exchangeStart (5), exchange (6), loading (7), full (8)
Context
- MIB
- Wellfleet-OSPF-MIB
- OID
.1.3.6.1.4.1.18.3.5.3.2.3.7.1.3- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- wfOspfNbrEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'Wellfleet-OSPF-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Wellfleet-OSPF-MIB::wfOspfNbrState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Wellfleet-OSPF-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Wellfleet-OSPF-MIB::wfOspfNbrState.<wfOspfNbrIpAddr>.<wfOspfNbrAddressLessIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Wellfleet-OSPF-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Wellfleet-OSPF-MIB::wfOspfNbrState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | down |
2 | attempt |
3 | init |
4 | twoway |
5 | exchangstart |
6 | exchange |
7 | loading |
8 | full |