atiL2BeVlanRowStatus
AtiL2-MIB ·
.1.3.6.1.4.1.207.8.33.8.1.1.20
Object
column mandatory
r/w
Enumeration
This object is used to create or modify a vlan. The user should first set this object to under-construction. After the vlan name, the tag Id and the ports belonging to the vlan are configured/modified, this object should be set to operational. If it is not set to operational, the whole row will be lost and the vlan will not be configured in the switch.
Context
- MIB
- AtiL2-MIB
- OID
.1.3.6.1.4.1.207.8.33.8.1.1.20- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- atiL2BasicVlanEntry
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 'AtiL2-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AtiL2-MIB::atiL2BeVlanRowStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AtiL2-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AtiL2-MIB::atiL2BeVlanRowStatus.<atiL2BeVlanIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AtiL2-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AtiL2-MIB::atiL2BeVlanRowStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | idle |
2 | operational |
3 | under-construction |
4 | not-operational |