rcEapPortRadiusMacClear
RC-RADIUS-MIB ·
.1.3.6.1.4.1.2272.1.57.6.1.5
Object
Clears the Non-EAP MAC entry associated with this Index. The value should be set to true to clear the Non-EAP MAC entry. This MIB always return false.
Context
- MIB
- RC-RADIUS-MIB
- OID
.1.3.6.1.4.1.2272.1.57.6.1.5- Type
- column
- Access
- readwrite
- 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::rcEapPortRadiusMacClear'
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::rcEapPortRadiusMacClear.<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::rcEapPortRadiusMacClear'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |