fsSyncStatsPortState
FS-SYNC-STATS-MIB ·
.1.3.6.1.4.1.52642.1.1.10.2.51.1.2.1.6
Object
column Enumeration
The current operational state of the interface. The init(1) state indicates the port is in the state of trying to come up. It will transition to running(2) once initialization is complete. up(3) indicates the interface is capable of passing packets. down(4) indicates the interface is no longer capable of passing packets.
Context
- MIB
- FS-SYNC-STATS-MIB
- OID
.1.3.6.1.4.1.52642.1.1.10.2.51.1.2.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- fsSyncStatsEntry
- Groups
- 1
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 'FS-SYNC-STATS-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-SYNC-STATS-MIB::fsSyncStatsPortState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FS-SYNC-STATS-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-SYNC-STATS-MIB::fsSyncStatsPortState.<fsSyncStatsSlot>.<fsSyncStatsConn>.<fsSyncStatsChannel>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FS-SYNC-STATS-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FS-SYNC-STATS-MIB::fsSyncStatsPortState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | init |
2 | running |
3 | up |
4 | down |
Conformance
Member of