cnAutoAttachRuleType
CAMBIUM-NETWORKS-AUTO-ATTACH-MIB ·
.1.3.6.1.4.1.17713.24.1.1.11.1.2
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.).
Context
- MIB
- CAMBIUM-NETWORKS-AUTO-ATTACH-MIB
- OID
.1.3.6.1.4.1.17713.24.1.1.11.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cnAutoAttachRuleEntry
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::cnAutoAttachRuleType'
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::cnAutoAttachRuleType.<cnAutoAttachRuleName>'
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::cnAutoAttachRuleType'
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 |
11 | macAddressRange |
12 | lldpIpv4MgmtAddress |
13 | autoVlan |
14 | defaultAnyMac |
15 | ifc8021x |
16 | autoVoip |
17 | macList |