hwCliClientAdminStatus
HUAWEI-MNGT-MIB ·
.1.3.6.1.4.1.2011.6.3.10.2.1.6
Object
column r/w
Enumeration
Admin status of client, can disconnect client.
Options:
1. disconnect(1) -indicates the user who logs in to the system in the modes
except serial port mode can be forced to go offline when
the object value is set to disconnect(1).
2. connect(-1) -indicates the user is online.
Context
- MIB
- HUAWEI-MNGT-MIB
- OID
.1.3.6.1.4.1.2011.6.3.10.2.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hwCliClientEntry
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 'HUAWEI-MNGT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-MNGT-MIB::hwCliClientAdminStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-MNGT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-MNGT-MIB::hwCliClientAdminStatus.<hwCliClientID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-MNGT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-MNGT-MIB::hwCliClientAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | connect |
1 | disconnect |