saMtaEndPntStateLogical
SA-MTA-MIB ·
.1.3.6.1.4.1.1429.78.3.2.1.7
Object
column Enumeration
Returns the logical state of the end point. 1: endpoint is connected to CMS and not in call 2: endpoint is not connected to CMS 3: endpoint is in voice mode call 4: endpoint is in data mode (fax/modem) call
Context
- MIB
- SA-MTA-MIB
- OID
.1.3.6.1.4.1.1429.78.3.2.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- saMtaEndPointEntry
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 'SA-MTA-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SA-MTA-MIB::saMtaEndPntStateLogical'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SA-MTA-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SA-MTA-MIB::saMtaEndPntStateLogical.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SA-MTA-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SA-MTA-MIB::saMtaEndPntStateLogical'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | connectedIdle |
2 | disconnected |
3 | inCallVoice |
4 | inCallData |