rcEapPortStatus
RC-RADIUS-MIB ·
.1.3.6.1.4.1.2272.1.57.2.1.10
Object
column r/w
Enumeration
This object allows enabling EAPoL on the port. If status is forceUnauthorized(2), then EAPoL is enabled on the port but it doesn't allow any traffic on the port. If status is auto(2), EAPoL is enabled and based on the 802.1x authentication, traffic is allowed. If status is forceAuthorized(3), EAPoL is disabled on the port and the port allows all traffic irrespective of 802.1x authentication.
Context
- MIB
- RC-RADIUS-MIB
- OID
.1.3.6.1.4.1.2272.1.57.2.1.10- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rcEapPortEntry
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::rcEapPortStatus'
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::rcEapPortStatus.<rcEapPortIndex>'
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::rcEapPortStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | forceUnauthorized |
2 | auto |
3 | forceAuthorized |