ptpIfState
FIBERSTORE-MIB ·
.1.3.6.1.4.1.52642.1.85.2.1.15
Object
column Enumeration
Ptp interface state.
Context
- MIB
- FIBERSTORE-MIB
- OID
.1.3.6.1.4.1.52642.1.85.2.1.15- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ptpIfConfigureEntry
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 'FIBERSTORE-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FIBERSTORE-MIB::ptpIfState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FIBERSTORE-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FIBERSTORE-MIB::ptpIfState.<ptpIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FIBERSTORE-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FIBERSTORE-MIB::ptpIfState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | master |
2 | slave |
3 | passive |
4 | listening |
5 | faulty |
6 | initializing |
7 | premaster |
8 | disabled |
9 | uncalibrated |
10 | normal |
11 | unknown |