rcEapPortRadiusMacStatus
RC-RADIUS-MIB ·
.1.3.6.1.4.1.2272.1.57.6.1.3
Object
column Enumeration
Authentication status of the non EAP host that is authenticated using radius server.
Context
- MIB
- RC-RADIUS-MIB
- OID
.1.3.6.1.4.1.2272.1.57.6.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rcEapPortRadiusMacEntry
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 'RC-RADIUS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-RADIUS-MIB::rcEapPortRadiusMacStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RC-RADIUS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-RADIUS-MIB::rcEapPortRadiusMacStatus.<rcEapPortRadiusMacPort>.<rcEapPortRadiusMacAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RC-RADIUS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RC-RADIUS-MIB::rcEapPortRadiusMacStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | authenticated |
2 | rejected |
3 | pending |
4 | radius-request-dropped |
5 | radius-server-not-reachable |
6 | held |
7 | authenticating |