ipHostAccessClientAdminStatus
BINTEC-HACC-MIB ·
.0.62.2.1.8
Object
column r/w
Enumeration
The client-status is initialised to <pending>. After successful (initial) authentication, it is updated to <active>. Setting it to <delete> kills the related client-entry and triggers the final Radius-account-request. In case that a specific terminate-cause shall be reported, ipHostAccessClientTerminateCause must be set accordingly before triggering the <delete>.
Context
- MIB
- BINTEC-HACC-MIB
- OID
.0.62.2.1.8- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipHostAccessClientEntry
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 'BINTEC-HACC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-HACC-MIB::ipHostAccessClientAdminStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BINTEC-HACC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-HACC-MIB::ipHostAccessClientAdminStatus.<ipHostAccessClientIfIndex>.<ipHostAccessClientAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BINTEC-HACC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BINTEC-HACC-MIB::ipHostAccessClientAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
2 | delete |
3 | pending |