cnAutoAttachPolicyRuleType
CAMBIUM-NETWORKS-AUTO-ATTACH-MIB ·
.1.3.6.1.4.1.17713.24.1.1.13.1.5
Object
column r/w
Enumeration
Rule type identifier. The rule type determines
how a device is identified using data associated
with the device (e.g., using exported LLDP TLV
data, device MAC address data, etc.).
Rule name and rule type/device data are
mutually-exclusive and can't be configured
in the same policy.
Context
- MIB
- CAMBIUM-NETWORKS-AUTO-ATTACH-MIB
- OID
.1.3.6.1.4.1.17713.24.1.1.13.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cnAutoAttachPolicyEntry
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 'CAMBIUM-NETWORKS-AUTO-ATTACH-MIB' -M '/opt/observium/mibs/cambium:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CAMBIUM-NETWORKS-AUTO-ATTACH-MIB::cnAutoAttachPolicyRuleType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CAMBIUM-NETWORKS-AUTO-ATTACH-MIB' -M '/opt/observium/mibs/cambium:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CAMBIUM-NETWORKS-AUTO-ATTACH-MIB::cnAutoAttachPolicyRuleType.<cnAutoAttachPolicyName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CAMBIUM-NETWORKS-AUTO-ATTACH-MIB' -M '/opt/observium/mibs/cambium:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CAMBIUM-NETWORKS-AUTO-ATTACH-MIB::cnAutoAttachPolicyRuleType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | lldpAny |
3 | lldpCapabilities |
4 | lldpSystemName |
5 | lldpSystemDescription |
6 | lldpChassisId |
7 | lldpPortId |
8 | lldpPortDescription |
9 | macOui |
10 | macFullAddress |