saMtaEndPntStatePhysical
SA-MTA-MIB ·
.1.3.6.1.4.1.1429.78.3.2.1.6
Object
column Enumeration
Returns the physical state of the end point. 1: No phones attached or one or more phones are attached and on-hook 2: One or more phones are attached and off-hook
Context
- MIB
- SA-MTA-MIB
- OID
.1.3.6.1.4.1.1429.78.3.2.1.6- 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::saMtaEndPntStatePhysical'
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::saMtaEndPntStatePhysical.<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::saMtaEndPntStatePhysical'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | onHook |
2 | offHook |