ipHostAccessSessionTimeReporting
BINTEC-HACC-MIB ·
.0.62.1.1.14
Object
column r/w
Enumeration
Toggles calculation of session-time (RFC 2866, section 5.7). For with-idle-time(1), the session-start is subtracted from the current time. For without-idle-time(2), it is subtracted from time of the latest sent/received accounting-relevant data.
Context
- MIB
- BINTEC-HACC-MIB
- OID
.0.62.1.1.14- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipHostAccessEntry
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::ipHostAccessSessionTimeReporting'
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::ipHostAccessSessionTimeReporting.<ipHostAccessIfIndex>'
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::ipHostAccessSessionTimeReporting'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | with-idle-time |
2 | without-idle-time |