cnAutoAttachActionExcludeVlans
CAMBIUM-NETWORKS-AUTO-ATTACH-MIB ·
.1.3.6.1.4.1.17713.24.1.1.12.1.18
Object
column r/w
Enumeration
VLAN update modifier setting. When 'enabled(1)',
current VLAN memberships will be cleared when a
policy is applied. If 'disabled(2)', current VLAN
memberships will not be explicitly cleared.
Setting is ignored (treated as 'disabled(2)') if
the switch port mode isn't Hybrid. Operations that
would cause a port settings inconsistency (such
as the port PVID VLAN membership being cleared)
are silently skipped as well.
Context
- MIB
- CAMBIUM-NETWORKS-AUTO-ATTACH-MIB
- OID
.1.3.6.1.4.1.17713.24.1.1.12.1.18- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cnAutoAttachActionEntry
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::cnAutoAttachActionExcludeVlans'
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::cnAutoAttachActionExcludeVlans.<cnAutoAttachActionName>'
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::cnAutoAttachActionExcludeVlans'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enabled |
2 | disabled |