sonusEthernetPortPortMonitorStatusState
SONUS-PORT ·
.1.3.6.1.4.1.2879.2.10.4.6.1.7
Object
column SonusPortStateType
The state of the physical port
Context
- MIB
- SONUS-PORT
- OID
.1.3.6.1.4.1.2879.2.10.4.6.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- sonusEthernetPortPortMonitorStatusEntry
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 'SONUS-PORT' -M '/opt/observium/mibs/ribbon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SONUS-PORT::sonusEthernetPortPortMonitorStatusState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SONUS-PORT' -M '/opt/observium/mibs/ribbon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SONUS-PORT::sonusEthernetPortPortMonitorStatusState.<sonusEthernetPortPortMonitorStatusCeName>.<sonusEthernetPortPortMonitorStatusPrgName>.<sonusEthernetPortPortMonitorStatusPmName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SONUS-PORT' -M '/opt/observium/mibs/ribbon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SONUS-PORT::sonusEthernetPortPortMonitorStatusState'
Syntax
- Source
- SonusPortStateType
- Base type
Enumeration
Values & Constraints
Type Values
0 | down |
1 | up |
2 | unknown |