bsAdacOperEnable
BAY-STACK-ADAC-MIB ·
.1.3.6.1.4.1.45.5.9.1.1.9
Object
scalar SNMPv2-TCTruthValue
This object indicates whether ADAC is operationally enabled. A value of true(1) indicates that it is enabled, while a value of false(2) indicates that it is disabled. Note a value of false(2) for this object and a value of true(1) for bsAdacAdminEnable indicates that ADAC is not operational due to some condition such as missing Uplink and Call Server ports.
Context
- MIB
- BAY-STACK-ADAC-MIB
- OID
.1.3.6.1.4.1.45.5.9.1.1.9- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- bsAdacScalars
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 'BAY-STACK-ADAC-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BAY-STACK-ADAC-MIB::bsAdacOperEnable.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BAY-STACK-ADAC-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BAY-STACK-ADAC-MIB::bsAdacOperEnable'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |