cLReapAclApplyMode
CISCO-LWAPP-REAP-MIB ·
.1.3.6.1.4.1.9.9.517.1.4.1.1.2
Object
column Enumeration
This object specifies the apply mode of the ACL on the switch. Mode value 'applied' means the ACL has been applied on the switch. Mode value 'notapplied' means the ACL not applied on the switch.
Context
- MIB
- CISCO-LWAPP-REAP-MIB
- OID
.1.3.6.1.4.1.9.9.517.1.4.1.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cLReapAclEntry
- Groups
- 2
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 'CISCO-LWAPP-REAP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-REAP-MIB::cLReapAclApplyMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-LWAPP-REAP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-REAP-MIB::cLReapAclApplyMode.<cLReapAclName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-LWAPP-REAP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-LWAPP-REAP-MIB::cLReapAclApplyMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | notapplied |
1 | applied |