avGenLoadConnectionState
AVAYA-LOAD-MIB ·
.1.3.6.1.4.1.6889.2.6.5.4.1
Object
scalar r/w
Enumeration
The SAT Connection status. For cases where the agent must log into the CM server via a SAT connection to collect the data. The agent retrieves the data via the SAT and converts it into SNMP MIB data which is accessible via standard SNMP get commands. The current state of the switch connection; this object can be set to 'off' to disable the connection and can be set to 'init' to re-initialize the connection. It can also be set to 'idle'.
Context
- MIB
- AVAYA-LOAD-MIB
- OID
.1.3.6.1.4.1.6889.2.6.5.4.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- avLoadGeneralInformation
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 'AVAYA-LOAD-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AVAYA-LOAD-MIB::avGenLoadConnectionState.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AVAYA-LOAD-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AVAYA-LOAD-MIB::avGenLoadConnectionState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | off |
3 | down |
4 | init |
5 | up |
6 | idle |