jnxUserAAAAccessProfileStatType
JUNIPER-USER-AAA-MIB ·
.1.3.6.1.4.1.2636.3.51.1.1.6.1.1.1.11
Object
column Enumeration
The type of statistics are collected. These are the configured types: time - the option to report only uptime volume-time - the option to report both volume and uptime
Context
- MIB
- JUNIPER-USER-AAA-MIB
- OID
.1.3.6.1.4.1.2636.3.51.1.1.6.1.1.1.11- Type
- column
- Access
- readonly
- Status
- current
- Parent
- jnxUserAAAAccessProfileEntry
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 'JUNIPER-USER-AAA-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-USER-AAA-MIB::jnxUserAAAAccessProfileStatType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'JUNIPER-USER-AAA-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-USER-AAA-MIB::jnxUserAAAAccessProfileStatType.<jnxUserAAAAccessProfileName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'JUNIPER-USER-AAA-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'JUNIPER-USER-AAA-MIB::jnxUserAAAAccessProfileStatType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | time |
1 | volume-time |