cnAutoAttachDeviceDataCompare
CAMBIUM-NETWORKS-AUTO-ATTACH-MIB ·
.1.3.6.1.4.1.17713.24.1.1.3
Object
scalar r/w
Enumeration
Specifies the string comparison mode used for device identification. A setting of 'caseSensitive(1)' indicates the character case is taken into account when determining a match. A setting of 'caseInsensitive(2)' indicates that the character case is ignored during string comparison operations.
Context
- MIB
- CAMBIUM-NETWORKS-AUTO-ATTACH-MIB
- OID
.1.3.6.1.4.1.17713.24.1.1.3- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- cnAutoAttachObjects
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar 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::cnAutoAttachDeviceDataCompare.0'
More examples
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::cnAutoAttachDeviceDataCompare'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | caseSensitive |
2 | caseInsensitive |