bsAdacAdminEnable
BAY-STACK-ADAC-MIB ·
.1.3.6.1.4.1.45.5.9.1.1.2
Object
This object is used to administratively enable or disable ADAC. A value of true(1) means ADAC should be enabled, while a value of false(2) means ADAC should be disabled. Note that ADAC might remain operationally disabled due to other conditions (such as missing Uplink and Call Server ports). To determine whether ADAC is operationally enabled, see bsAdacOperEnable.
Context
- MIB
- BAY-STACK-ADAC-MIB
- OID
.1.3.6.1.4.1.45.5.9.1.1.2- Type
- scalar
- Access
- readwrite
- 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::bsAdacAdminEnable.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::bsAdacAdminEnable'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |