rlRadiusServAcctLogTerminationReason
NETGEAR-RADLAN-RADIUSSRV ·
.1.3.6.1.4.1.4526.17.226.18.1.12
Object
User Session termination reason.
Context
- MIB
- NETGEAR-RADLAN-RADIUSSRV
- OID
.1.3.6.1.4.1.4526.17.226.18.1.12- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rlRadiusServAcctLogEntry
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 'NETGEAR-RADLAN-RADIUSSRV' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-RADLAN-RADIUSSRV::rlRadiusServAcctLogTerminationReason'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETGEAR-RADLAN-RADIUSSRV' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-RADLAN-RADIUSSRV::rlRadiusServAcctLogTerminationReason.<rlRadiusServAcctLogIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETGEAR-RADLAN-RADIUSSRV' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETGEAR-RADLAN-RADIUSSRV::rlRadiusServAcctLogTerminationReason'
Syntax
- Source
- RlRadiusServAcctLogTerminationReasonType
- Base type
Enumeration
Values & Constraints
Type Values
0 | noError |
1 | userRequest |
2 | lostCarrier |
3 | lostService |
4 | idleTimeout |
5 | sessionTimeout |
6 | adminReset |
7 | adminReboot |
8 | portError |
9 | nasError |
10 | nasRequest |
11 | nasReboot |
12 | portUnneeded |
13 | portPreempted |
14 | portSuspended |
15 | serviceUnavailable |
16 | callback |
17 | userError |
18 | hostRequest |