gpsZonePointALongCard
BINTEC-GPS-MIB ·
.0.68.3.1.5
Object
column r/w
Enumeration
Represents the cardinal point to the longitude where the point is found. This can take the values East and West. Default is West.
Context
- MIB
- BINTEC-GPS-MIB
- OID
.0.68.3.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- gpsZoneEntry
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 'BINTEC-GPS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-GPS-MIB::gpsZonePointALongCard'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BINTEC-GPS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-GPS-MIB::gpsZonePointALongCard.<gpsZoneIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BINTEC-GPS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BINTEC-GPS-MIB::gpsZonePointALongCard'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | east |
2 | west |