zyAaaAccountingTypeMode
ZYXEL-AAA-MIB ·
.1.3.6.1.4.1.890.1.15.3.94.1.3.2.1.4
Object
column r/w
Enumeration
The switch supports two modes of recording login events. Select 'startStop' to have the switch send information to the accounting server when a user begins a session, during a user's session (if it lasts past the Update Period), and when a user ends a session. Select 'stopOnly' to have the switch send information to the accounting server only when a user ends a session.
Context
- MIB
- ZYXEL-AAA-MIB
- OID
.1.3.6.1.4.1.890.1.15.3.94.1.3.2.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- zyxelAaaAccountingTypeEntry
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 'ZYXEL-AAA-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-AAA-MIB::zyAaaAccountingTypeMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZYXEL-AAA-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-AAA-MIB::zyAaaAccountingTypeMode.<zyAaaAccountingTypeName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZYXEL-AAA-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZYXEL-AAA-MIB::zyAaaAccountingTypeMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | startStop |
2 | stopOnly |
255 | notAvailable |