identStatus
RFC1414-MIB ·
.1.3.6.1.2.1.24.1.1.1.1
Object
column mandatory
Enumeration
Indicates whether user information for the associated TCP connection can be determined. A value of `noError(1)' indicates that user information is available. A value of `unknownError(2)' indicates that user information is not available.
Context
- MIB
- RFC1414-MIB
- OID
.1.3.6.1.2.1.24.1.1.1.1- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- identEntry
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 'RFC1414-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1414-MIB::identStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RFC1414-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1414-MIB::identStatus.<tcpConnLocalAddress>.<tcpConnLocalPort>.<tcpConnRemAddress>.<tcpConnRemPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RFC1414-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RFC1414-MIB::identStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noError |
2 | unknownError |