awcVlanAnyEnabled
AWC-VLAN-CFG-MIB ·
.1.3.6.1.4.1.522.3.21.1.5
Object
When this attribute is true, VLAN operation of the system is enabled when any awcVlanEnabled value is true. When this attribute is false, VLAN operation is disabled. The awcVlanAnyEnabled thus acts as a master switch to enable or disable VLAN operation.
Context
- MIB
- AWC-VLAN-CFG-MIB
- OID
.1.3.6.1.4.1.522.3.21.1.5- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- awcVlanCfgObjects
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 'AWC-VLAN-CFG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AWC-VLAN-CFG-MIB::awcVlanAnyEnabled.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AWC-VLAN-CFG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AWC-VLAN-CFG-MIB::awcVlanAnyEnabled'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |