tmnxPtpPeerUnicastDirection
TIMETRA-PTP-MIB ·
.1.3.6.1.4.1.6527.3.1.2.74.3.4.1.1
Object
column TmnxPtpDirection
The value of tmnxPtpPeerUnicastDirection specifies the direction of packet flow for tmnxPtpPeerUnicastPktType packets (announce, sync, or delay response). Ordinary slave clocks will only have entries in tmnxPtpPeerUnicastTable with a tmnxPtpPeerUnicastDirection of 'rx (1)'. Ordinary master clocks will only have entries with a tmnxPtpPeerUnicastDirection of 'tx (2)'. Boundary clocks may have entries in both directions.
Context
- MIB
- TIMETRA-PTP-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.74.3.4.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- tmnxPtpPeerUnicastEntry
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 'TIMETRA-PTP-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-PTP-MIB::tmnxPtpPeerUnicastDirection'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TIMETRA-PTP-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-PTP-MIB::tmnxPtpPeerUnicastDirection.<vRtrID>.<tmnxPtpPeerIpAddrType>.<tmnxPtpPeerIpAddress>.<tmnxPtpPeerUnicastDirection>.<tmnxPtpPeerUnicastPktType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TIMETRA-PTP-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TIMETRA-PTP-MIB::tmnxPtpPeerUnicastDirection'
Syntax
- Source
- TmnxPtpDirection
- Base type
Enumeration
Values & Constraints
Type Values
1 | rx |
2 | tx |