gnNeighborInBandStatus
CERAGON-MIB ·
.1.3.6.1.4.1.2281.2.2.10.1.1.2
Object
column mandatory
Enumeration
This MIB parameter defines the In-band PPP connection status.
If the MIB value is up the PPP connection is up and running
If the MIB value is down the PPP connection is down and is in initialization state.
(Trying to establish a connection)
If the MIB value is closed the PPP connection is down and is not trying open a connection.
Context
- MIB
- CERAGON-MIB
- OID
.1.3.6.1.4.1.2281.2.2.10.1.1.2- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- gnNeighborInBandEntry
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 'CERAGON-MIB' -M '/opt/observium/mibs/ceragon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CERAGON-MIB::gnNeighborInBandStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CERAGON-MIB' -M '/opt/observium/mibs/ceragon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CERAGON-MIB::gnNeighborInBandStatus.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CERAGON-MIB' -M '/opt/observium/mibs/ceragon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CERAGON-MIB::gnNeighborInBandStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
2 | up |
3 | down |
4 | closed |