Home/Catalog/PACKETFLUX-GNSS-MIB

PACKETFLUX-GNSS-MIB

AI MIB Summary

The PACKETFLUX-GNSS-MIB enables SNMP-based monitoring and management of PacketFlux hardware devices equipped with Global Navigation Satellite System (GNSS) receivers. This module exposes telemetry metrics specific to GNSS signal acquisition, satellite lock status, timing synchronization data, and receiver health diagnostics.

MIB for PacketFlux Devices containing or able to monitor a GNSS receiver
Main OID:
packetfluxGnss.packetfluxFeatureSpecific.4
36
Objects
Active
Status
5
Dependencies

Imported Objects

Objects

36 total
Object Name
packetfluxGnssMIB for PacketFlux Devices containing or able to monitor a GNSS receiver
MODULE-IDENTITY
.packetfluxFeatureSpecific.4
gnssReceiverTableA table holding data for all gnss receivers known to the system. Note that if the same gnss receiver is attached to multiple devices in the system, it may appear in this table multiple times.
SEQUENCE OF GnssReceiverEntry
.packetfluxFeatureSpecific.4.1
gnssReceiverEntryA single row of the gnssReceiverTable
GnssReceiverEntry
.packetfluxFeatureSpecific.4.1.1
gnssReceiverSlotThe slot number the gnss Receiver is attached to.
Unsigned32
.packetfluxFeatureSpecific.4.1.1.1
gnssReceiverPortThe Port Number in the Slot that the GNSS receiver is attached to.
Unsigned32
.packetfluxFeatureSpecific.4.1.1.2
gnssLatitudeThe latitude portion of the position being reported by the GNSS receiver, in decimal degrees.ro
Fixed6DecimalDigits UNITS "degrees"
.packetfluxFeatureSpecific.4.1.1.3
gnssLongitudeThe longitude of the position being reported by the GNSS receiver.ro
Fixed6DecimalDigits UNITS "degrees"
.packetfluxFeatureSpecific.4.1.1.4
gnssAltitudeThe altitude being reported by the gnss receiverro
Fixed2DecimalDigits (PACKETFLUX-TC)
.packetfluxFeatureSpecific.4.1.1.5
gnssDateAndTimeThe date as reported by the gnss receiverro
DateAndTime (SNMPv2-TC)
.packetfluxFeatureSpecific.4.1.1.6
gnssSatellitesInViewThe number of GNSS satellites visible from the GNSS receiver.ro
Gauge32
.packetfluxFeatureSpecific.4.1.1.7
gnssSatellitesUsedThe number of GNS satellites used in the position solution.ro
Gauge32
.packetfluxFeatureSpecific.4.1.1.8
gnssPDOPThis is the GNSS Position Dilution of Precision value. It can be used to help determine how accurate the position is.ro
Fixed2DecimalDigits (PACKETFLUX-TC)
.packetfluxFeatureSpecific.4.1.1.9
gnssHDOPThis is the GNSS Horizontal Dilution of Precision value. It can be used to help determine how accurate the position is.ro
Fixed2DecimalDigits (PACKETFLUX-TC)
.packetfluxFeatureSpecific.4.1.1.10
gnssVDOPThis is the GNSS Vertical Dilution of Precision value. It can be used to help determine how accurate the position is.ro
Fixed2DecimalDigits (PACKETFLUX-TC)
.packetfluxFeatureSpecific.4.1.1.11
gnssFixTypeWhat type of position fix the GNSS receiver is reporting.ro
GnssFixTypeEnum
.packetfluxFeatureSpecific.4.1.1.12
gnss1PPSCorrectPulsesThis counter shows how many pulses were received when expected.ro
Counter32
.packetfluxFeatureSpecific.4.1.1.13
gnss1PPSMissingPulsesThis counter shows how many pulses have been detected as missing since the counters were cleared. Note that this is also labeled as Total Missing Pulses.ro
Counter32
.packetfluxFeatureSpecific.4.1.1.14
gnss1PPSMissingInRowPulsesIn the condition where pulses are being continually missed, i.e., in a GPS receiver failure, it is helpful to know how long it has been since the most recent pulse. This counter counts how many pulses have been missed since the last correct pulse. This is also referred to in the web interface as Current Missing Pulses.ro
Counter32
.packetfluxFeatureSpecific.4.1.1.15
gnss1PPSDoublePulsesThis counter counts how many pulses occur right after another. This counter is intended to show those failures often caused by cabling issues including cross-induction between cables and rf noise.ro
Counter32
.packetfluxFeatureSpecific.4.1.1.16
gnss1PPSVeryEarlyPulsesThis counter shows how many pulses were received a large amount of time before they were expected.ro
Counter32
.packetfluxFeatureSpecific.4.1.1.17
gnss1PPSSlightlyEarlyPulsesThis counter shows how many pulses were received a small amount of time before they were expected.ro
Counter32
.packetfluxFeatureSpecific.4.1.1.18
gnss1PPSSlightlyLatePulsesThis counter shows how many pulses were received a small amount of time after they were expected.ro
Counter32
.packetfluxFeatureSpecific.4.1.1.19
gnss1PPSVeryLatePulsesThis counter shows how many pulses were received a small amount of time after they were expected.ro
Counter32
.packetfluxFeatureSpecific.4.1.1.20
gnss1PPSFailedSecondsThis counter counts the total number of seconds where the 1PPS signal seems to have failed. This counter does not increment upon every missed pulse, but instead only counts those periods where the 1PPS signal appears to be missing for an extended period.ro
Counter32
.packetfluxFeatureSpecific.4.1.1.21
gnss1PPSFailedThe 1PPS signal has not been seen in a while.ro
TruthValue (SNMPv2-TC)
.packetfluxFeatureSpecific.4.1.1.22
gnssSatelliteTableContains data about the satellites visible and used by the gnss system
SEQUENCE OF GnssSatelliteEntry
.packetfluxFeatureSpecific.4.2
gnssSatelliteEntryA single row of the satellite table
GnssSatelliteEntry
.packetfluxFeatureSpecific.4.2.1
gnssSatelliteIndexThis is the index value for the table
Unsigned32
.packetfluxFeatureSpecific.4.2.1.1
gnssSatelliteConstellationWhich constellation this port is part of.ro
GnssConstellationEnum
.packetfluxFeatureSpecific.4.2.1.2
gnssSatelliteNumberThe satellite vehicle number as reported by the GNSS receiverro
Unsigned32
.packetfluxFeatureSpecific.4.2.1.3
gnssSatelliteAzimuthThe bearing to the GNSS satellite in degrees from true north.ro
Unsigned32
.packetfluxFeatureSpecific.4.2.1.4
gnssSatelliteElevationThe number of degrees the GNSS satellite is above the horizon.ro
Unsigned32
.packetfluxFeatureSpecific.4.2.1.5
gnssSatelliteSNRThe strength of the signal received from this satellite as reported by the GNSS receiver.ro
Gauge32
.packetfluxFeatureSpecific.4.2.1.6
gnsSatelliteUsedInSolutionWhether or not this satellite was used in computing the position.ro
TruthValue (SNMPv2-TC)
.packetfluxFeatureSpecific.4.2.1.7
packetfluxGnssConformance
OBJECT IDENTIFIER
.packetfluxFeatureSpecific.4.127
packetfluxGnssGroups
OBJECT IDENTIFIER
.packetfluxFeatureSpecific.4.127.1
PACKETFLUX-GNSS-MIB - SNMP MIB Reference | MIBs Explorer