rlSshClientPasswordChangeStatus
HPE-SSH-MIB ·
.1.3.6.1.4.1.11.2.78.3.7.1.6
Object
column Enumeration
Specifies the status of last password change operation on remote server identified by rlSshClientPasswordChangeInetAddress. In case this data was erased (3 or more password change operations have been performed since the operation on this server), the status will be 'noData'.
Context
- MIB
- HPE-SSH-MIB
- OID
.1.3.6.1.4.1.11.2.78.3.7.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rlSshClientPasswordChangeEntry
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 'HPE-SSH-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPE-SSH-MIB::rlSshClientPasswordChangeStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HPE-SSH-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPE-SSH-MIB::rlSshClientPasswordChangeStatus.<rlSshClientPasswordChangeInetAddrType>.<rlSshClientPasswordChangeInetAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HPE-SSH-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HPE-SSH-MIB::rlSshClientPasswordChangeStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | inProgress |
2 | succeeded |
3 | failed |
4 | noData |