bankControlStatus
ATEN-PE-CFG ·
.1.3.6.1.4.1.21317.1.3.2.2.2.3.4.1.2
Object
column r/w
Enumeration
This function is used for outlet control of bank. Set off(1) to turn off for outlet control of bank. Set on(2) to turn on for all outlet control of bank. Set reboot(3) to turn on for outlet control of bank. Get this object always return nostatus(3), because there is no bank status.
Context
- MIB
- ATEN-PE-CFG
- OID
.1.3.6.1.4.1.21317.1.3.2.2.2.3.4.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- bankControlEntry
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 'ATEN-PE-CFG' -M '/opt/observium/mibs/aten:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ATEN-PE-CFG::bankControlStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ATEN-PE-CFG' -M '/opt/observium/mibs/aten:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ATEN-PE-CFG::bankControlStatus.<bankControlIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ATEN-PE-CFG' -M '/opt/observium/mibs/aten:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ATEN-PE-CFG::bankControlStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | off |
2 | on |
3 | reboot |
4 | nostatus |
5 | not-support |