ptpPortDSPortState
ECS4660-28F-MIB ·
.1.3.6.1.4.1.259.10.1.10.1.70.10.1.4
Object
column Enumeration
.
Context
- MIB
- ECS4660-28F-MIB
- OID
.1.3.6.1.4.1.259.10.1.10.1.70.10.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ptpPortDSEntry
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 'ECS4660-28F-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS4660-28F-MIB::ptpPortDSPortState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ECS4660-28F-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS4660-28F-MIB::ptpPortDSPortState.<ptpPortDSPortNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ECS4660-28F-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ECS4660-28F-MIB::ptpPortDSPortState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | initializing |
2 | faulty |
3 | disable |
4 | listening |
5 | preMaster |
6 | master |
7 | passive |
8 | uncalibrated |
9 | slave |