cLRuleRogueType
CISCO-LWAPP-ROGUE-MIB ·
.1.3.6.1.4.1.9.9.610.1.1.3.1.1.2
Object
column r/w
Enumeration
This object specifies the classification applied
to the rogue AP that matches this rule.
friendly - known and acknowledged rogue AP
malicious - unknown AP that matches user defined
malicious rules
unclassified - an unknown AP that did not match malicious
or friendly rules.
custom - user can configure rogue detection parameters.
Context
- MIB
- CISCO-LWAPP-ROGUE-MIB
- OID
.1.3.6.1.4.1.9.9.610.1.1.3.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cLRuleConfigEntry
- Groups
- 3
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-ROGUE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-ROGUE-MIB::cLRuleRogueType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-LWAPP-ROGUE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-ROGUE-MIB::cLRuleRogueType.<cLRuleName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-LWAPP-ROGUE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-LWAPP-ROGUE-MIB::cLRuleRogueType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | friendly |
2 | malicious |
3 | unclassified |
4 | custom |