AT-PTP-MIB

File: AT-PTP-MIB.mib (112857 bytes)

Imported modules

AT-SMI-MIB IF-MIB SNMPv2-SMI
SNMPv2-TC SNMPv2-CONF

Imported symbols

modules InterfaceIndexOrZero OBJECT-TYPE
OBJECT-IDENTITY MODULE-IDENTITY Gauge32
Unsigned32 Counter32 Counter64
Integer32 TEXTUAL-CONVENTION TruthValue
DisplayString AutonomousType OBJECT-GROUP
MODULE-COMPLIANCE

Defined Types

PtpClockDomainType  
The Domain is identified by an integer, the domainNumber, in the range of 0 to 255. An integer value that is used to assign each PTP device to a particular domain. The following values define the valid domains. Value Definition --------- ------------------- 0 Default domain 1 Alternate domain 1 2 Alternate domain 2 3 Alternate domain 3 4 - 127 User-defined domains 128 - 255 Reserved
TEXTUAL-CONVENTION    
  Unsigned32 0..255  

PtpClockIdentity  
The clock Identity is an 8-octet array and will be presented in the form of a character array. Network byte order is assumed. The value of the PtpClockIdentity should be taken from the IEEE EUI-64 individual assigned numbers as indicated in Section 7.5.2.2.2 of [IEEE 1588-2008]. It can also be non-EUI-64 address as defined in section 7.5.2.2.3 of [IEEE 1588-2008]. The EUI-64 address is divided into the following fields: OUI bytes (0-2) Extension identifier bytes (3-7) The clock identifier can be constructed from existing EUI-48 assignments and here is an abbreviated example extracted from section 7.5.2.2.2 [IEEE 1588-2008]. Company EUI-48 = 0xACDE4823456716 EUI-64 = ACDE48FFFE23456716 It is important to note the IEEE Registration Authority has deprecated the use of MAC-48 in any new design.
TEXTUAL-CONVENTION    
  OCTET STRING Size(8)  

PtpClockInstanceType  
The instance of the Clock of a given clock type in a given domain.
TEXTUAL-CONVENTION    
  Unsigned32 0..255  

PtpClockIntervalBase2  
The interval included in message types Announce, Sync, Delay_Req, and Pdelay_Req as indicated in section 7.7.2.1 of [IEEE 1588-2008]. The mean time interval between successive messages shall be represented as the logarithm to the base 2 of this time interval measured in seconds on the local clock of the device sending the message. The values of these logarithmic attributes shall be selected from integers in the range -128 to 127 subject to further limits established in an applicable PTP profile.
TEXTUAL-CONVENTION    
  Integer32 -128..127  

PtpClockMechanismType  
The clock type based on whether end-to-end or peer-to-peer mechanisms are used. The mechanism used to calculate the Mean Path Delay as indicated in Table 9 of [IEEE 1588-2008]. Delay mechanism Value(hex) Specification --------------- ---------- ------------- E2E 01 The port is configured to use the delay request-response mechanism. P2P 02 The port is configured to use the peer delay mechanism. DISABLED FE The port does not implement the delay mechanism.
TEXTUAL-CONVENTION    
  INTEGER e2e(1), p2p(2), disabled(254)  

PtpClockPortNumber  
An index identifying a specific Precision Time Protocol (PTP) port on a PTP node.
TEXTUAL-CONVENTION    
  Unsigned32 0..65535  

PtpClockPortState  
This is the value of the current state of the protocol engine associated with this port. Port state Value Description ----------------------------------------------------------- initializing 1 In this state a port initializes its data sets, hardware, and communication facilities. faulty 2 The fault state of the protocol. disabled 3 The port shall not place any messages on its communication path. listening 4 The port is waiting for the announceReceiptTimeout to expire or to receive an Announce message from a master. preMaster 5 The port shall behave in all respects as though it were in the MASTER state except that it shall not place any messages on its communication path except for Pdelay_Req, Pdelay_Resp, Pdelay_Resp_Follow_Up, signaling, or management messages. master 6 The port is behaving as a master port. passive 7 The port shall not place any messages on its communication path except for Pdelay_Req, Pdelay_Resp, Pdelay_Resp_Follow_Up, or signaling messages, or management messages that are a required response to another management message uncalibrated 8 The local port is preparing to synchronize to the master port. slave 9 The port is synchronizing to the selected master port.
TEXTUAL-CONVENTION    
  INTEGER initializing(1), faulty(2), disabled(3), listening(4), preMaster(5), master(6), passive(7), uncalibrated(8), slave(9)  

PtpClockPortTransportTypeAddress  
The Clock port transport protocol address used for this communication between the clock nodes. This is a string corresponding to the address type as specified by the transport type used. The transport types can be defined elsewhere, in addition to the ones defined in this document. This can be an address of type IP version 4, IP version 6, Ethernet, DeviceNET, ControlNET or IEC61158. The OCTET STRING representation of the OID of ptpWellKnownTransportTypes will be used in the values contained in the OCTET STRING.
TEXTUAL-CONVENTION    
  OCTET STRING Size(1..255)  

PtpClockProfileType  
Clock Profile used. A profile is the set of allowed Precision Time Protocol (PTP) features applicable to a device.
TEXTUAL-CONVENTION    
  INTEGER default(1), telecom(2), vendorspecific(3)  

PtpClockQualityAccuracyType  
The ClockQuality as specified in sections 5.3.7, 7.6.2.5 and Table 6 of [IEEE 1588-2008]. The following values are not represented in the enumerated values. 0x01-0x1F Reserved 0x32-0x7F Reserved It is important to note that section 7.1.1 of [RFC 2578] allows for gaps and enumerate values starting at zero when indicated by the protocol.
TEXTUAL-CONVENTION    
  INTEGER nanoSecond25(32), nanoSecond100(33), nanoSecond250(34), microSec1(35), microSec2dot5(36), microSec10(37), microSec25(38), microSec100(39), microSec250(40), milliSec1(41), milliSec2dot5(42), milliSec10(43), milliSec25(44), milliSec100(45), milliSec250(46), second1(47), second10(48), secondGreater10(49), unknown(254)  

PtpClockQualityClassType  
The ClockQuality as specified in section 5.3.7 ClockQuality, 7.6.2.4 clockClass and Table 5 clockClass specifications of [IEEE 1588-2008]. Value Description -------- ------------------------------------------------ 0 Reserved to enable compatibility with future versions. 1-5 Reserved 6 Shall designate a clock that is synchronized to a primary reference time source. The timescale distributed shall be PTP. A clockClass 6 clock shall not be a slave to another clock in the domain. 7 Shall designate a clock that has previously been designated as clockClass 6 but that has lost the ability to synchronize to a primary reference time source and is in holdover mode and within holdover specifications. The timescale distributed shall be PTP. A clockClass 7 clock shall not be a slave to another clock in the domain. 8 Reserved. 9-10 Reserved to enable compatibility with future versions. 11-12 Reserved. 13 Shall designate a clock that is synchronized to an application-specific source of time. The timescale distributed shall be ARB. A clockClass 13 clock shall not be a slave to another clock in the domain. 14 Shall designate a clock that has previously been designated as clockClass 13 but that has lost the ability to synchronize to an application-specific source of time and is in holdover mode and within holdover specifications. The timescale distributed shall be ARB. A clockClass 14 clock shall not be a slave to another clock in the domain. 15-51 Reserved. 52 Degradation alternative A for a clock of clockClass 7 that is not within holdover specification. A clock of clockClass 52 shall not be a slave to another clock in the domain. 53-57 Reserved. 58 Degradation alternative A for a clock of clockClass 14 that is not within holdover specification. A clock of clockClass 58 shall not be a slave to another clock in the domain. 59-67 Reserved. 68-122 For use by alternate PTP profiles. 123-127 Reserved. 128-132 Reserved. 133-170 For use by alternate PTP profiles. 171-186 Reserved. 187 Degradation alternative B for a clock of clockClass 7 that is not within holdover specification. A clock of clockClass 187 may be a slave to another clock in the domain. 188-192 Reserved. 193 Degradation alternative B for a clock of clockClass 14 that is not within holdover specification. A clock of clockClass 193 may be a slave to another clock in the domain. 194-215 Reserved. 216-232 For use by alternate PTP profiles. 233-247 Reserved. 248 Default. This clockClass shall be used if none of the other clockClass definitions apply. 249-250 Reserved. 251 Reserved for version 1 compatibility; see Clause 18. 252-254 Reserved. 255 Shall be the clockClass of a slave-only clock; see 9.2.2.
TEXTUAL-CONVENTION    
  INTEGER clockclass6(6), clockclass7(7), clockclass13(13), clockclass14(14), clockclass52(52), clockclass58(58)  

PtpClockRoleType  
The Clock Role. The protocol generates a Master Slave relationship among the clocks in the system. Clock Role Value Description -------------------------------------------------------------- Master clock 1 A clock that is the source of time to which all other clocks on that path synchronize. Slave clock 2 A clock which synchronizes to another clock (master).
TEXTUAL-CONVENTION    
  INTEGER master(1), slave(2)  

PtpClockStateType  
The clock state returned by a PTP engine. Clock State Value Description -------------------------------------------------------------- Freerun state 1 Applies to a slave device that is not locked to a master. This is the initial state a slave starts out with when it is not getting any PTP packets from the master or because of some other input error (erroneous packets, etc). Holdover state 2 In this state the slave device is locked to a master but communication with the master has been lost or the timestamps in the PTP packets are incorrect. Since the slave was locked to the master, it can run in this state, with similar accuracy for some time. If communication with the master is not restored for an extended period (dependent on the clock implementation), the device should move to the Freerun state. Acquiring state 3 The slave device is receiving packets from a master and is trying to acquire a lock. Freq_locked state 4 Slave device is locked to the Master with respect to frequency, but not phase aligned Phase_aligned state 5 Locked to the master with respect to frequency and phase.
TEXTUAL-CONVENTION    
  INTEGER freerun(1), holdover(2), acquiring(3), frequencyLocked(4), phaseAligned(5)  

PtpClockTimeInterval  
This textual convention corresponds to the TimeInterval structure indicated in section 5.3.2 of [IEEE 1588-2008]. It will be presented in the form of a character array. Network byte order is assumed. The TimeInterval type represents time intervals. struct TimeInterval { Integer64 scaledNanoseconds; }; The scaledNanoseconds member is the time interval expressed in units of nanoseconds and multiplied by 2**16. Positive or negative time intervals outside the maximum range of this data type shall be encoded as the largest positive and negative values of the data type, respectively. For example, 2.5 ns is expressed as string '0000 0000 0002 8000' in Base16.
TEXTUAL-CONVENTION    
  OCTET STRING Size(1..255)  

PtpClockTimeSourceType  
The ClockQuality as specified in Sections 5.3.7, 7.6.2.6 and Table 7 of [IEEE 1588-2008]. The following values are not represented in the enumerated values. 0xF0-0xFE For use by alternate PTP profiles 0xFF Reserved It is important to note that section 7.1.1 RFC 2578 allows for gaps and enumerate values to start with zero when indicated by the protocol.
TEXTUAL-CONVENTION    
  INTEGER atomicClock(16), gps(32), terrestrialRadio(48), ptp(64), ntp(80), handSet(96), other(144), internalOscillator(160)  

PtpClockTxModeType  
Transmission mode. Unicast: Using unicast communication channel. Multicast: Using Multicast communication channel. multicast-mix: Using multicast-unicast communication channel
TEXTUAL-CONVENTION    
  INTEGER unicast(1), multicast(2), multicastmix(3)  

PtpClockType  
The clock types as defined in the MIB module description.
TEXTUAL-CONVENTION    
  INTEGER ordinaryClock(1), boundaryClock(2), transparentClock(3), boundaryNode(4)  

PtpSystemEntry  
SEQUENCE    
  ptpDomainIndex PtpClockDomainType
  ptpInstanceIndex PtpClockInstanceType
  ptpDomainClockPortsTotal Gauge32

PtpSystemDomainEntry  
SEQUENCE    
  ptpSystemDomainClockTypeIndex PtpClockType
  ptpSystemDomainTotals Unsigned32

PtpClockCurrentDSEntry  
SEQUENCE    
  ptpClockCurrentDSDomainIndex PtpClockDomainType
  ptpClockCurrentDSClockTypeIndex PtpClockType
  ptpClockCurrentDSInstanceIndex PtpClockInstanceType
  ptpClockCurrentDSStepsRemoved Unsigned32
  ptpClockCurrentDSOffsetFromMaster PtpClockTimeInterval
  ptpClockCurrentDSMeanPathDelay PtpClockTimeInterval

PtpClockParentDSEntry  
SEQUENCE    
  ptpClockParentDSDomainIndex PtpClockDomainType
  ptpClockParentDSClockTypeIndex PtpClockType
  ptpClockParentDSInstanceIndex PtpClockInstanceType
  ptpClockParentDSParentPortIdentity OCTET STRING
  ptpClockParentDSParentStats TruthValue
  ptpClockParentDSOffset PtpClockIntervalBase2
  ptpClockParentDSClockPhChRate Integer32
  ptpClockParentDSGMClockIdentity PtpClockIdentity
  ptpClockParentDSGMClockPriority1 Unsigned32
  ptpClockParentDSGMClockPriority2 Unsigned32
  ptpClockParentDSGMClockQualityClass PtpClockQualityClassType
  ptpClockParentDSGMClockQualityAccuracy PtpClockQualityAccuracyType
  ptpClockParentDSGMClockQualityOffset Unsigned32

PtpClockDefaultDSEntry  
SEQUENCE    
  ptpClockDefaultDSDomainIndex PtpClockDomainType
  ptpClockDefaultDSClockTypeIndex PtpClockType
  ptpClockDefaultDSInstanceIndex PtpClockInstanceType
  ptpClockDefaultDSTwoStepFlag TruthValue
  ptpClockDefaultDSClockIdentity PtpClockIdentity
  ptpClockDefaultDSPriority1 Unsigned32
  ptpClockDefaultDSPriority2 Unsigned32
  ptpClockDefaultDSSlaveOnly TruthValue
  ptpClockDefaultDSQualityClass PtpClockQualityClassType
  ptpClockDefaultDSQualityAccuracy PtpClockQualityAccuracyType
  ptpClockDefaultDSQualityOffset Integer32

PtpClockRunningEntry  
SEQUENCE    
  ptpClockRunningDomainIndex PtpClockDomainType
  ptpClockRunningClockTypeIndex PtpClockType
  ptpClockRunningInstanceIndex PtpClockInstanceType
  ptpClockRunningState PtpClockStateType
  ptpClockRunningPacketsSent Counter64
  ptpClockRunningPacketsReceived Counter64

PtpClockTimePropertiesDSEntry  
SEQUENCE    
  ptpClockTimePropertiesDSDomainIndex PtpClockDomainType
  ptpClockTimePropertiesDSClockTypeIndex PtpClockType
  ptpClockTimePropertiesDSInstanceIndex PtpClockInstanceType
  ptpClockTimePropertiesDSCurrentUTCOffsetValid TruthValue
  ptpClockTimePropertiesDSCurrentUTCOffset Integer32
  ptpClockTimePropertiesDSLeap59 TruthValue
  ptpClockTimePropertiesDSLeap61 TruthValue
  ptpClockTimePropertiesDSTimeTraceable TruthValue
  ptpClockTimePropertiesDSFreqTraceable TruthValue
  ptpClockTimePropertiesDSPTPTimescale TruthValue
  ptpClockTimePropertiesDSSource PtpClockTimeSourceType

PtpClockTransDefaultDSEntry  
SEQUENCE    
  ptpClockTransDefaultDSDomainIndex PtpClockDomainType
  ptpClockTransDefaultDSInstanceIndex PtpClockInstanceType
  ptpClockTransDefaultDSClockIdentity PtpClockIdentity
  ptpClockTransDefaultDSNumOfPorts Counter32
  ptpClockTransDefaultDSDelay PtpClockMechanismType
  ptpClockTransDefaultDSPrimaryDomain PtpClockDomainType

PtpClockPortEntry  
SEQUENCE    
  ptpClockPortDomainIndex PtpClockDomainType
  ptpClockPortClockTypeIndex PtpClockType
  ptpClockPortClockInstanceIndex PtpClockInstanceType
  ptpClockPortTablePortNumberIndex PtpClockPortNumber
  ptpClockPortName DisplayString
  ptpClockPortRole PtpClockRoleType
  ptpClockPortSyncTwoStep TruthValue
  ptpClockPortCurrentPeerAddressType AutonomousType
  ptpClockPortCurrentPeerAddress PtpClockPortTransportTypeAddress
  ptpClockPortNumOfAssociatedPorts Gauge32

PtpClockPortDSEntry  
SEQUENCE    
  ptpClockPortDSDomainIndex PtpClockDomainType
  ptpClockPortDSClockTypeIndex PtpClockType
  ptpClockPortDSClockInstanceIndex PtpClockInstanceType
  ptpClockPortDSPortNumberIndex PtpClockPortNumber
  ptpClockPortDSName DisplayString
  ptpClockPortDSPortIdentity OCTET STRING
  ptpClockPortDSlogAnnouncementInterval PtpClockIntervalBase2
  ptpClockPortDSAnnounceRctTimeout Integer32
  ptpClockPortDSlogSyncInterval PtpClockIntervalBase2
  ptpClockPortDSMinDelayReqInterval Integer32
  ptpClockPortDSPeerDelayReqInterval Integer32
  ptpClockPortDSDelayMech PtpClockMechanismType
  ptpClockPortDSPeerMeanPathDelay PtpClockTimeInterval
  ptpClockPortDSGrantDuration Unsigned32
  ptpClockPortDSPTPVersion Unsigned32

PtpClockPortRunningEntry  
SEQUENCE    
  ptpClockPortRunningDomainIndex PtpClockDomainType
  ptpClockPortRunningClockTypeIndex PtpClockType
  ptpClockPortRunningClockInstanceIndex PtpClockInstanceType
  ptpClockPortRunningPortNumberIndex PtpClockPortNumber
  ptpClockPortRunningName DisplayString
  ptpClockPortRunningState PtpClockPortState
  ptpClockPortRunningRole PtpClockRoleType
  ptpClockPortRunningInterfaceIndex InterfaceIndexOrZero
  ptpClockPortRunningTransport AutonomousType
  ptpClockPortRunningEncapsulationType AutonomousType
  ptpClockPortRunningTxMode PtpClockTxModeType
  ptpClockPortRunningRxMode PtpClockTxModeType
  ptpClockPortRunningPacketsReceived Counter64
  ptpClockPortRunningPacketsSent Counter64

PtpClockPortTransDSEntry  
SEQUENCE    
  ptpClockPortTransDSDomainIndex PtpClockDomainType
  ptpClockPortTransDSInstanceIndex PtpClockInstanceType
  ptpClockPortTransDSPortNumberIndex PtpClockPortNumber
  ptpClockPortTransDSPortIdentity PtpClockIdentity
  ptpClockPortTransDSlogMinPdelayReqInt PtpClockIntervalBase2
  ptpClockPortTransDSFaultyFlag TruthValue
  ptpClockPortTransDSPeerMeanPathDelay PtpClockTimeInterval

PtpClockPortAssociateEntry  
SEQUENCE    
  ptpClockPortCurrentDomainIndex PtpClockDomainType
  ptpClockPortCurrentClockTypeIndex PtpClockType
  ptpClockPortCurrentClockInstanceIndex PtpClockInstanceType
  ptpClockPortCurrentPortNumberIndex PtpClockPortNumber
  ptpClockPortAssociatePortIndex Unsigned32
  ptpClockPortAssociateAddressType AutonomousType
  ptpClockPortAssociateAddress PtpClockPortTransportTypeAddress
  ptpClockPortAssociatePacketsSent Counter64
  ptpClockPortAssociatePacketsReceived Counter64
  ptpClockPortAssociateInErrors Counter64
  ptpClockPortAssociateOutErrors Counter64

Defined Values

atPtpMIB 1.3.6.1.4.1.207.8.4.4.4.504
This MIB file contains definitions of managed objects for the IEEE 1588v2 Precision Time Protocol (PTP) module.
MODULE-IDENTITY    

ptpMIBNotifs 1.3.6.1.4.1.207.8.4.4.4.504.0
OBJECT IDENTIFIER    

ptpMIBObjects 1.3.6.1.4.1.207.8.4.4.4.504.1
OBJECT IDENTIFIER    

ptpMIBConformance 1.3.6.1.4.1.207.8.4.4.4.504.2
OBJECT IDENTIFIER    

ptpMIBSystemInfo 1.3.6.1.4.1.207.8.4.4.4.504.1.1
OBJECT IDENTIFIER    

ptpMIBClockInfo 1.3.6.1.4.1.207.8.4.4.4.504.1.2
OBJECT IDENTIFIER    

ptpSystemTable 1.3.6.1.4.1.207.8.4.4.4.504.1.1.1
Table of count information about the PTP system for all domains.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PtpSystemEntry

ptpSystemEntry 1.3.6.1.4.1.207.8.4.4.4.504.1.1.1.1
An entry in the table, containing count information about a single domain. New row entries are added when the PTP clock for this domain is configured, while the unconfiguration of the PTP clock removes it.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpSystemEntry  

ptpDomainIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.1.1.1.1
This object specifies the domain number used to create a logical group of PTP devices. The Clock Domain is a logical group of clocks and devices that synchronize with each other using the PTP protocol. 0 Default domain 1 Alternate domain 1 2 Alternate domain 2 3 Alternate domain 3 4 - 127 User-defined domains 128 - 255 Reserved
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockDomainType  

ptpInstanceIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.1.1.1.2
This object specifies the instance of the Clock for this domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockInstanceType  

ptpDomainClockPortsTotal 1.3.6.1.4.1.207.8.4.4.4.504.1.1.1.1.3
This object specifies the total number of clock ports configured within a domain in the system.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ptpSystemDomainTable 1.3.6.1.4.1.207.8.4.4.4.504.1.1.2
Table of information about the PTP system for all clock modes -- ordinary, boundary or transparent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PtpSystemDomainEntry

ptpSystemDomainEntry 1.3.6.1.4.1.207.8.4.4.4.504.1.1.2.1
An entry in the table, containing information about a single clock mode for the PTP system. A row entry gets added when PTP clocks are configured on the node.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpSystemDomainEntry  

ptpSystemDomainClockTypeIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.1.2.1.1
This object specifies the clock type as defined in the Textual convention description.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockType  

ptpSystemDomainTotals 1.3.6.1.4.1.207.8.4.4.4.504.1.1.2.1.2
This object specifies the total number of PTP domains for this particular clock type configured in this node.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ptpSystemProfile 1.3.6.1.4.1.207.8.4.4.4.504.1.1.3
This object specifies the PTP Profile implemented on the system.
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockProfileType  

ptpClockCurrentDSTable 1.3.6.1.4.1.207.8.4.4.4.504.1.2.1
Table of information about the PTP clock Current Datasets for all domains.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PtpClockCurrentDSEntry

ptpClockCurrentDSEntry 1.3.6.1.4.1.207.8.4.4.4.504.1.2.1.1
An entry in the table, containing information about a single PTP clock Current Datasets for a domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockCurrentDSEntry  

ptpClockCurrentDSDomainIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.1.1.1
This object specifies the domain number used to create a logical group of PTP devices.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockDomainType  

ptpClockCurrentDSClockTypeIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.1.1.2
This object specifies the clock type as defined in the Textual convention description.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockType  

ptpClockCurrentDSInstanceIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.1.1.3
This object specifies the instance of the clock for this clock type in the given domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockInstanceType  

ptpClockCurrentDSStepsRemoved 1.3.6.1.4.1.207.8.4.4.4.504.1.2.1.1.4
The current clock dataset StepsRemoved value. This object specifies the distance measured by the number of Boundary clocks between the local clock and the Foreign master as indicated in the stepsRemoved field of Announce messages.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ptpClockCurrentDSOffsetFromMaster 1.3.6.1.4.1.207.8.4.4.4.504.1.2.1.1.5
This object specifies the current clock dataset ClockOffset value. The value of the computation of the offset in time between a slave and a master clock.
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockTimeInterval  

ptpClockCurrentDSMeanPathDelay 1.3.6.1.4.1.207.8.4.4.4.504.1.2.1.1.6
This object specifies the current clock dataset MeanPathDelay value. The mean path delay between a pair of ports as measured by the delay request-response mechanism.
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockTimeInterval  

ptpClockParentDSTable 1.3.6.1.4.1.207.8.4.4.4.504.1.2.2
Table of information about the PTP clock Parent Datasets for all domains.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PtpClockParentDSEntry

ptpClockParentDSEntry 1.3.6.1.4.1.207.8.4.4.4.504.1.2.2.1
An entry in the table, containing information about a single PTP clock Parent Datasets for a domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockParentDSEntry  

ptpClockParentDSDomainIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.2.1.1
This object specifies the domain number used to create a logical group of PTP devices.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockDomainType  

ptpClockParentDSClockTypeIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.2.1.2
This object specifies the clock type as defined in the Textual convention description.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockType  

ptpClockParentDSInstanceIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.2.1.3
This object specifies the instance of the clock for this clock type in the given domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockInstanceType  

ptpClockParentDSParentPortIdentity 1.3.6.1.4.1.207.8.4.4.4.504.1.2.2.1.4
This object specifies the value of portIdentity of the port on the master that issues the Sync messages used in synchronizing this clock.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..256)  

ptpClockParentDSParentStats 1.3.6.1.4.1.207.8.4.4.4.504.1.2.2.1.5
This object specifies the Parent Dataset ParentStats value. This value indicates whether the values of ParentDSOffset and ParentDSClockPhChRate have been measured and are valid. A TRUE value shall indicate valid data.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ptpClockParentDSOffset 1.3.6.1.4.1.207.8.4.4.4.504.1.2.2.1.6
This object specifies the Parent Dataset ParentOffsetScaledLogVariance value. This value is the variance of the parent clock's phase as measured by the local clock.
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockIntervalBase2 -128..127  

ptpClockParentDSClockPhChRate 1.3.6.1.4.1.207.8.4.4.4.504.1.2.2.1.7
This object specifies the clock's parent dataset ParentClockPhaseChangeRate value. This value is an estimate of the parent clock's phase change rate as measured by the slave clock.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ptpClockParentDSGMClockIdentity 1.3.6.1.4.1.207.8.4.4.4.504.1.2.2.1.8
This object specifies the parent dataset Grandmaster clock identity.
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockIdentity  

ptpClockParentDSGMClockPriority1 1.3.6.1.4.1.207.8.4.4.4.504.1.2.2.1.9
This object specifies the parent dataset Grandmaster clock priority1.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ptpClockParentDSGMClockPriority2 1.3.6.1.4.1.207.8.4.4.4.504.1.2.2.1.10
This object specifies the parent dataset grandmaster clock priority2.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ptpClockParentDSGMClockQualityClass 1.3.6.1.4.1.207.8.4.4.4.504.1.2.2.1.11
This object specifies the parent dataset grandmaster clock quality class.
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockQualityClassType  

ptpClockParentDSGMClockQualityAccuracy 1.3.6.1.4.1.207.8.4.4.4.504.1.2.2.1.12
This object specifies the parent dataset grandmaster clock quality accuracy.
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockQualityAccuracyType  

ptpClockParentDSGMClockQualityOffset 1.3.6.1.4.1.207.8.4.4.4.504.1.2.2.1.13
This object specifies the parent dataset grandmaster clock quality offset.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ptpClockDefaultDSTable 1.3.6.1.4.1.207.8.4.4.4.504.1.2.3
Table of information about the PTP clock Default Datasets for all domains.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PtpClockDefaultDSEntry

ptpClockDefaultDSEntry 1.3.6.1.4.1.207.8.4.4.4.504.1.2.3.1
An entry in the table, containing information about a single PTP clock Default Datasets for a domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockDefaultDSEntry  

ptpClockDefaultDSDomainIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.3.1.1
This object specifies the domain number used to create a logical group of PTP devices.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockDomainType  

ptpClockDefaultDSClockTypeIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.3.1.2
This object specifies the clock type as defined in the Textual convention description.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockType  

ptpClockDefaultDSInstanceIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.3.1.3
This object specifies the instance of the clock for this clock type in the given domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockInstanceType  

ptpClockDefaultDSTwoStepFlag 1.3.6.1.4.1.207.8.4.4.4.504.1.2.3.1.4
This object specifies whether the Two Step process is used.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ptpClockDefaultDSClockIdentity 1.3.6.1.4.1.207.8.4.4.4.504.1.2.3.1.5
This object specifies the default Datasets clock identity.
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockIdentity  

ptpClockDefaultDSPriority1 1.3.6.1.4.1.207.8.4.4.4.504.1.2.3.1.6
This object specifies the default Datasets clock Priority1.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ptpClockDefaultDSPriority2 1.3.6.1.4.1.207.8.4.4.4.504.1.2.3.1.7
This object specifies the default Datasets clock Priority2.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ptpClockDefaultDSSlaveOnly 1.3.6.1.4.1.207.8.4.4.4.504.1.2.3.1.8
Whether the SlaveOnly flag is set.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ptpClockDefaultDSQualityClass 1.3.6.1.4.1.207.8.4.4.4.504.1.2.3.1.9
This object specifies the default dataset Quality Class.
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockQualityClassType  

ptpClockDefaultDSQualityAccuracy 1.3.6.1.4.1.207.8.4.4.4.504.1.2.3.1.10
This object specifies the default dataset Quality Accuracy.
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockQualityAccuracyType  

ptpClockDefaultDSQualityOffset 1.3.6.1.4.1.207.8.4.4.4.504.1.2.3.1.11
This object specifies the default dataset Quality offset.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ptpClockRunningTable 1.3.6.1.4.1.207.8.4.4.4.504.1.2.4
Table of information about the PTP clock Running Datasets for all domains.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PtpClockRunningEntry

ptpClockRunningEntry 1.3.6.1.4.1.207.8.4.4.4.504.1.2.4.1
An entry in the table, containing information about a single PTP clock running Datasets for a domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockRunningEntry  

ptpClockRunningDomainIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.4.1.1
This object specifies the domain number used to create a Logical group of PTP devices.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockDomainType  

ptpClockRunningClockTypeIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.4.1.2
This object specifies the clock type as defined in the Textual convention description.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockType  

ptpClockRunningInstanceIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.4.1.3
This object specifies the instance of the clock for this clock type in the given domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockInstanceType  

ptpClockRunningState 1.3.6.1.4.1.207.8.4.4.4.504.1.2.4.1.4
This object specifies the Clock state returned by a PTP engine which was described earlier. Freerun state. Applies to a slave device that is not locked to a master. This is the initial state a slave starts out with when it is not getting any PTP packets from the master, or because of some other input error (erroneous packets, etc). Holdover state. In this state the slave device is locked to a master but communication with the master has been lost or the timestamps in the PTP packets are incorrect. Since the slave was previously locked to the master, it can run in this state, with similar accuracy for some time. If communication with the master is not restored for an extended period (dependent on the clock implementation), the device should move to the FREERUN state. Acquiring state. The slave device is receiving packets from a master and is trying to acquire a lock. Freq_locked state. Slave device is locked to the Master with respect to frequency, but not phase aligned. Phase_aligned state. Locked to the master with respect to frequency and phase.
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockStateType  

ptpClockRunningPacketsSent 1.3.6.1.4.1.207.8.4.4.4.504.1.2.4.1.5
This object specifies the total number of all unicast and multicast packets that have been sent out for this clock in this domain for this type. These counters are discontinuous.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ptpClockRunningPacketsReceived 1.3.6.1.4.1.207.8.4.4.4.504.1.2.4.1.6
This object specifies the total number of all unicast and multicast packets that have been received for this clock in this domain for this type. These counters are discontinuous.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ptpClockTimePropertiesDSTable 1.3.6.1.4.1.207.8.4.4.4.504.1.2.5
Table of information about the PTP clock time properties datasets for all domains.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PtpClockTimePropertiesDSEntry

ptpClockTimePropertiesDSEntry 1.3.6.1.4.1.207.8.4.4.4.504.1.2.5.1
An entry in the table, containing information about a single PTP clock timeproperties Datasets for a domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockTimePropertiesDSEntry  

ptpClockTimePropertiesDSDomainIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.5.1.1
This object specifies the domain number used to create a logical group of PTP devices.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockDomainType  

ptpClockTimePropertiesDSClockTypeIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.5.1.2
This object specifies the clock type as defined in the Textual convention description.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockType  

ptpClockTimePropertiesDSInstanceIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.5.1.3
This object specifies the instance of the clock for this clock type in the given domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockInstanceType  

ptpClockTimePropertiesDSCurrentUTCOffsetValid 1.3.6.1.4.1.207.8.4.4.4.504.1.2.5.1.4
This object specifies the timeproperties dataset value of whether the current UTC offset is valid.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ptpClockTimePropertiesDSCurrentUTCOffset 1.3.6.1.4.1.207.8.4.4.4.504.1.2.5.1.5
This object specifies the timeproperties dataset value of the current UTC offset. In PTP systems whose epoch is the PTP epoch, the value of timePropertiesDS.currentUtcOffset is the offset between TAI and UTC; otherwise the value has no meaning. The value shall be in units of seconds. The initialization value shall be selected as follows: a) If the timePropertiesDS.ptpTimescale (see 8.2.4.8) is TRUE, the value is the value obtained from a primary reference if the value is known at the time of initialization, else, b) The value shall be the current number of leap seconds (7.2.3) when the node is designed.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ptpClockTimePropertiesDSLeap59 1.3.6.1.4.1.207.8.4.4.4.504.1.2.5.1.6
This object specifies the Leap59 value in the clock Current Dataset.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ptpClockTimePropertiesDSLeap61 1.3.6.1.4.1.207.8.4.4.4.504.1.2.5.1.7
This object specifies the Leap61 value in the clock Current Dataset.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ptpClockTimePropertiesDSTimeTraceable 1.3.6.1.4.1.207.8.4.4.4.504.1.2.5.1.8
This object specifies the Time Traceable value in the clock Current Dataset.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ptpClockTimePropertiesDSFreqTraceable 1.3.6.1.4.1.207.8.4.4.4.504.1.2.5.1.9
This object specifies the Frequency Traceable value in the clock Current Dataset.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ptpClockTimePropertiesDSPTPTimescale 1.3.6.1.4.1.207.8.4.4.4.504.1.2.5.1.10
This object specifies the PTP Timescale value in the clock Current Dataset.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ptpClockTimePropertiesDSSource 1.3.6.1.4.1.207.8.4.4.4.504.1.2.5.1.11
This object specifies the Timesource value in the clock Current Dataset.
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockTimeSourceType  

ptpClockTransDefaultDSTable 1.3.6.1.4.1.207.8.4.4.4.504.1.2.6
Table of information about the PTP Transparent clock Default Datasets for all domains.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PtpClockTransDefaultDSEntry

ptpClockTransDefaultDSEntry 1.3.6.1.4.1.207.8.4.4.4.504.1.2.6.1
An entry in the table, containing information about a single PTP Transparent clock Default Datasets for a domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockTransDefaultDSEntry  

ptpClockTransDefaultDSDomainIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.6.1.1
This object specifies the domain number used to create a logical group of PTP devices.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockDomainType  

ptpClockTransDefaultDSInstanceIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.6.1.2
This object specifies the instance of the clock for this clock type in the given domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockInstanceType  

ptpClockTransDefaultDSClockIdentity 1.3.6.1.4.1.207.8.4.4.4.504.1.2.6.1.3
This object specifies the value of the clockIdentity attribute of the local clock.
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockIdentity  

ptpClockTransDefaultDSNumOfPorts 1.3.6.1.4.1.207.8.4.4.4.504.1.2.6.1.4
This object specifies the number of PTP ports of the device. These counters are discontinuous.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ptpClockTransDefaultDSDelay 1.3.6.1.4.1.207.8.4.4.4.504.1.2.6.1.5
This object, if the transparent clock is an end-to-end transparent clock, has the value of E2E; if the transparent clock is a peer-to-peer transparent clock, the value shall be P2P.
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockMechanismType  

ptpClockTransDefaultDSPrimaryDomain 1.3.6.1.4.1.207.8.4.4.4.504.1.2.6.1.6
This object specifies the value of the primary syntonization domain. The initialization value shall be 0.
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockDomainType  

ptpClockPortTable 1.3.6.1.4.1.207.8.4.4.4.504.1.2.7
Table of information about the clock ports for a particular domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PtpClockPortEntry

ptpClockPortEntry 1.3.6.1.4.1.207.8.4.4.4.504.1.2.7.1
An entry in the table, containing information about a single clock port.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockPortEntry  

ptpClockPortDomainIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.7.1.1
This object specifies the domain number used to create a logical group of PTP devices.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockDomainType  

ptpClockPortClockTypeIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.7.1.2
This object specifies the clock type as defined in the Textual convention description.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockType  

ptpClockPortClockInstanceIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.7.1.3
This object specifies the instance of the clock for this clock type in the given domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockInstanceType  

ptpClockPortTablePortNumberIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.7.1.4
This object specifies the PTP Portnumber for this port.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockPortNumber  

ptpClockPortName 1.3.6.1.4.1.207.8.4.4.4.504.1.2.7.1.5
This object specifies the PTP clock port name configured on the node.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..64)  

ptpClockPortRole 1.3.6.1.4.1.207.8.4.4.4.504.1.2.7.1.6
This object describes the current role (slave/master) of the port.
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockRoleType  

ptpClockPortSyncTwoStep 1.3.6.1.4.1.207.8.4.4.4.504.1.2.7.1.7
This object specifies that two-step clock operation between the PTP master and slave device is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ptpClockPortCurrentPeerAddressType 1.3.6.1.4.1.207.8.4.4.4.504.1.2.7.1.8
This object specifies the current peer's network address type used for PTP communication.
Status: current Access: read-only
OBJECT-TYPE    
  AutonomousType  

ptpClockPortCurrentPeerAddress 1.3.6.1.4.1.207.8.4.4.4.504.1.2.7.1.9
This object specifies the current peer's network address used for PTP communication.
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockPortTransportTypeAddress  

ptpClockPortNumOfAssociatedPorts 1.3.6.1.4.1.207.8.4.4.4.504.1.2.7.1.10
This object specifies - For a master port - the number of PTP slave sessions (peers) associated with this PTP port. For a slave port - the number of masters available to this slave port (might or might not be peered).
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ptpClockPortDSTable 1.3.6.1.4.1.207.8.4.4.4.504.1.2.8
Table of information about the clock ports dataset for a particular domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PtpClockPortDSEntry

ptpClockPortDSEntry 1.3.6.1.4.1.207.8.4.4.4.504.1.2.8.1
An entry in the table, containing port dataset information for a single clock port.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockPortDSEntry  

ptpClockPortDSDomainIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.8.1.1
This object specifies the domain number used to create a logical group of PTP devices.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockDomainType  

ptpClockPortDSClockTypeIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.8.1.2
This object specifies the clock type as defined in the Textual convention description.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockType  

ptpClockPortDSClockInstanceIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.8.1.3
This object specifies the instance of the clock for this clock type in the given domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockInstanceType  

ptpClockPortDSPortNumberIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.8.1.4
This object specifies the PTP portnumber associated with this PTP port.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockPortNumber  

ptpClockPortDSName 1.3.6.1.4.1.207.8.4.4.4.504.1.2.8.1.5
This object specifies the PTP clock port dataset name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..64)  

ptpClockPortDSPortIdentity 1.3.6.1.4.1.207.8.4.4.4.504.1.2.8.1.6
This object specifies the PTP clock port Identity.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..256)  

ptpClockPortDSlogAnnouncementInterval 1.3.6.1.4.1.207.8.4.4.4.504.1.2.8.1.7
This object specifies the Announce message transmission interval associated with this clock port.
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockIntervalBase2  

ptpClockPortDSAnnounceRctTimeout 1.3.6.1.4.1.207.8.4.4.4.504.1.2.8.1.8
This object specifies the Announce receipt timeout associated with this clock port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ptpClockPortDSlogSyncInterval 1.3.6.1.4.1.207.8.4.4.4.504.1.2.8.1.9
This object specifies the Sync message transmission interval.
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockIntervalBase2  

ptpClockPortDSMinDelayReqInterval 1.3.6.1.4.1.207.8.4.4.4.504.1.2.8.1.10
This object specifies the Delay_Req message transmission interval.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ptpClockPortDSPeerDelayReqInterval 1.3.6.1.4.1.207.8.4.4.4.504.1.2.8.1.11
This object specifies the Pdelay_Req message transmission interval.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ptpClockPortDSDelayMech 1.3.6.1.4.1.207.8.4.4.4.504.1.2.8.1.12
This object specifies the delay mechanism used. If the clock is an end-to-end clock, the value of the is e2e, else if the clock is a peer to-peer clock, the value shall be p2p.
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockMechanismType  

ptpClockPortDSPeerMeanPathDelay 1.3.6.1.4.1.207.8.4.4.4.504.1.2.8.1.13
This object specifies the peer meanPathDelay.
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockTimeInterval  

ptpClockPortDSGrantDuration 1.3.6.1.4.1.207.8.4.4.4.504.1.2.8.1.14
This object specifies the grant duration allocated by the master.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ptpClockPortDSPTPVersion 1.3.6.1.4.1.207.8.4.4.4.504.1.2.8.1.15
This object specifies the PTP version being used.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ptpClockPortRunningTable 1.3.6.1.4.1.207.8.4.4.4.504.1.2.9
Table of information about the clock ports running datasets for a particular domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PtpClockPortRunningEntry

ptpClockPortRunningEntry 1.3.6.1.4.1.207.8.4.4.4.504.1.2.9.1
An entry in the table, containing running dataset information about a single clock port.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockPortRunningEntry  

ptpClockPortRunningDomainIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.9.1.1
This object specifies the domain number used to create a logical group of PTP devices.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockDomainType  

ptpClockPortRunningClockTypeIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.9.1.2
This object specifies the clock type as defined in the Textual convention description.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockType  

ptpClockPortRunningClockInstanceIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.9.1.3
This object specifies the instance of the clock for this clock type in the given domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockInstanceType  

ptpClockPortRunningPortNumberIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.9.1.4
This object specifies the PTP portnumber associated with this clock port.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockPortNumber  

ptpClockPortRunningName 1.3.6.1.4.1.207.8.4.4.4.504.1.2.9.1.5
This object specifies the PTP clock port name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..64)  

ptpClockPortRunningState 1.3.6.1.4.1.207.8.4.4.4.504.1.2.9.1.6
This object specifies the port state returned by PTP engine. initializing - In this state a port initializes its data sets, hardware, and communication facilities. faulty - The fault state of the protocol. disabled - The port shall not place any messages on its communication path. listening - The port is waiting for the announceReceiptTimeout to expire or to receive an Announce message from a master. preMaster - The port shall behave in all respects as though it were in the MASTER state except that it shall not place any messages on its communication path except for Pdelay_Req, Pdelay_Resp, Pdelay_Resp_Follow_Up, signaling, or management messages. master - The port is behaving as a master port. passive - The port shall not place any messages on its communication path except for Pdelay_Req, Pdelay_Resp, Pdelay_Resp_Follow_Up, or signaling messages, or management messages that are a required response to another management message uncalibrated - The local port is preparing to synchronize to the master port. slave - The port is synchronizing to the selected master port.
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockPortState  

ptpClockPortRunningRole 1.3.6.1.4.1.207.8.4.4.4.504.1.2.9.1.7
This object specifies the Clock Role.
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockRoleType  

ptpClockPortRunningInterfaceIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.9.1.8
This object specifies the interface on the node being used by the PTP Clock for PTP communication.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

ptpClockPortRunningTransport 1.3.6.1.4.1.207.8.4.4.4.504.1.2.9.1.9
This object specifies the transport protocol being used for PTP communication (the mapping used).
Status: current Access: read-only
OBJECT-TYPE    
  AutonomousType  

ptpClockPortRunningEncapsulationType 1.3.6.1.4.1.207.8.4.4.4.504.1.2.9.1.10
This object specifies the type of encapsulation if the interface is adding extra layers (e.g., VLAN, Pseudowire encapsulation...) for the PTP messages.
Status: current Access: read-only
OBJECT-TYPE    
  AutonomousType  

ptpClockPortRunningTxMode 1.3.6.1.4.1.207.8.4.4.4.504.1.2.9.1.11
This object specifies the clock transmission mode as unicast: Using unicast communication channel. multicast: Using Multicast communication channel. multicast-mix: Using multicast-unicast communication channel
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockTxModeType  

ptpClockPortRunningRxMode 1.3.6.1.4.1.207.8.4.4.4.504.1.2.9.1.12
This object specifies the clock receive mode as unicast: Using unicast communication channel. multicast: Using Multicast communication channel. multicast-mix: Using multicast-unicast communication channel
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockTxModeType  

ptpClockPortRunningPacketsReceived 1.3.6.1.4.1.207.8.4.4.4.504.1.2.9.1.13
This object specifies the packets received on the clock port (cumulative). These counters are discontinuous.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ptpClockPortRunningPacketsSent 1.3.6.1.4.1.207.8.4.4.4.504.1.2.9.1.14
This object specifies the packets sent on the clock port (cumulative). These counters are discontinuous.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ptpClockPortTransDSTable 1.3.6.1.4.1.207.8.4.4.4.504.1.2.10
Table of information about the Transparent clock ports running dataset for a particular domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PtpClockPortTransDSEntry

ptpClockPortTransDSEntry 1.3.6.1.4.1.207.8.4.4.4.504.1.2.10.1
An entry in the table, containing clock port Transparent dataset information about a single clock port
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockPortTransDSEntry  

ptpClockPortTransDSDomainIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.10.1.1
This object specifies the domain number used to create a Logical group of PTP devices.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockDomainType  

ptpClockPortTransDSInstanceIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.10.1.2
This object specifies the instance of the clock for this clock type in the given domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockInstanceType  

ptpClockPortTransDSPortNumberIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.10.1.3
This object specifies the PTP port number associated with this port.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockPortNumber  

ptpClockPortTransDSPortIdentity 1.3.6.1.4.1.207.8.4.4.4.504.1.2.10.1.4
This object specifies the value of the PortIdentity attribute of the local port.
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockIdentity  

ptpClockPortTransDSlogMinPdelayReqInt 1.3.6.1.4.1.207.8.4.4.4.504.1.2.10.1.5
This object specifies the value of the logarithm to the base 2 of the minPdelayReqInterval.
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockIntervalBase2  

ptpClockPortTransDSFaultyFlag 1.3.6.1.4.1.207.8.4.4.4.504.1.2.10.1.6
This object specifies the value TRUE if the port is faulty and FALSE if the port is operating normally.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ptpClockPortTransDSPeerMeanPathDelay 1.3.6.1.4.1.207.8.4.4.4.504.1.2.10.1.7
This object specifies, if the delayMechanism used is P2P, the value of the estimate of the current one-way propagation delay, i.e., on the link attached to this port, computed using the peer delay mechanism. If the value of the delayMechanism used is E2E, then the value will be zero.
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockTimeInterval  

ptpClockPortAssociateTable 1.3.6.1.4.1.207.8.4.4.4.504.1.2.11
Table of information about a given port's associated ports. For a master port: multiple slave ports that have established sessions with the current master port. For a slave port: the list of masters available for a given slave port. Session information (packets, errors) to be displayed based on availability and scenario.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PtpClockPortAssociateEntry

ptpWellKnownTransportTypes 1.3.6.1.4.1.207.8.4.4.4.504.1.2.12
OBJECT IDENTIFIER    

ptpTransportTypeIPversion4 1.3.6.1.4.1.207.8.4.4.4.504.1.2.12.1
IP version 4
Status: current Access: not-accessible
OBJECT-IDENTITY    

ptpTransportTypeIPversion6 1.3.6.1.4.1.207.8.4.4.4.504.1.2.12.2
IP version 6
Status: current Access: not-accessible
OBJECT-IDENTITY    

ptpTransportTypeEthernet 1.3.6.1.4.1.207.8.4.4.4.504.1.2.12.3
Ethernet
Status: current Access: not-accessible
OBJECT-IDENTITY    

ptpTransportTypeDeviceNET 1.3.6.1.4.1.207.8.4.4.4.504.1.2.12.4
Device NET
Status: current Access: not-accessible
OBJECT-IDENTITY    

ptpTransportTypeControlNET 1.3.6.1.4.1.207.8.4.4.4.504.1.2.12.5
Control NET
Status: current Access: not-accessible
OBJECT-IDENTITY    

ptpTransportTypeIEC61158 1.3.6.1.4.1.207.8.4.4.4.504.1.2.12.6
IEC61158
Status: current Access: not-accessible
OBJECT-IDENTITY    

ptpWellKnownEncapsulationTypes 1.3.6.1.4.1.207.8.4.4.4.504.1.2.13
OBJECT IDENTIFIER    

ptpEncapsulationTypeEthernet 1.3.6.1.4.1.207.8.4.4.4.504.1.2.13.1
Ethernet Encapsulation type.
Status: current Access: not-accessible
OBJECT-IDENTITY    

ptpEncapsulationTypeVLAN 1.3.6.1.4.1.207.8.4.4.4.504.1.2.13.2
VLAN Encapsulation type.
Status: current Access: not-accessible
OBJECT-IDENTITY    

ptpEncapsulationTypeUDPIPLSP 1.3.6.1.4.1.207.8.4.4.4.504.1.2.13.3
UDP/IP over MPLS Encapsulation type.
Status: current Access: not-accessible
OBJECT-IDENTITY    

ptpEncapsulationTypePWUDPIPLSP 1.3.6.1.4.1.207.8.4.4.4.504.1.2.13.4
UDP/IP Pseudowire over MPLS Encapsulation type.
Status: current Access: not-accessible
OBJECT-IDENTITY    

ptpEncapsulationTypePWEthernetLSP 1.3.6.1.4.1.207.8.4.4.4.504.1.2.13.5
Ethernet Pseudowire over MPLS Encapsulation type.
Status: current Access: not-accessible
OBJECT-IDENTITY    

ptpClockPortAssociateEntry 1.3.6.1.4.1.207.8.4.4.4.504.1.2.11.1
An entry in the table, containing information about a single associated port for the given clockport.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockPortAssociateEntry  

ptpClockPortCurrentDomainIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.11.1.1
This object specifies the given port's domain number.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockDomainType  

ptpClockPortCurrentClockTypeIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.11.1.2
This object specifies the given port's clock type.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockType  

ptpClockPortCurrentClockInstanceIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.11.1.3
This object specifies the instance of the clock for this clock type in the given domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockInstanceType  

ptpClockPortCurrentPortNumberIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.11.1.4
This object specifies the PTP Port Number for the given port.
Status: current Access: not-accessible
OBJECT-TYPE    
  PtpClockPortNumber  

ptpClockPortAssociatePortIndex 1.3.6.1.4.1.207.8.4.4.4.504.1.2.11.1.5
This object specifies the associated port's serial number in the current port's context.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

ptpClockPortAssociateAddressType 1.3.6.1.4.1.207.8.4.4.4.504.1.2.11.1.6
This object specifies the peer port's network address type used for PTP communication. The OCTET STRING representation of the OID of ptpWellKnownTransportTypes will be used in the values contained in the OCTET STRING.
Status: current Access: read-only
OBJECT-TYPE    
  AutonomousType  

ptpClockPortAssociateAddress 1.3.6.1.4.1.207.8.4.4.4.504.1.2.11.1.7
This object specifies the peer port's network address used for PTP communication.
Status: current Access: read-only
OBJECT-TYPE    
  PtpClockPortTransportTypeAddress  

ptpClockPortAssociatePacketsSent 1.3.6.1.4.1.207.8.4.4.4.504.1.2.11.1.8
The number of packets sent to this peer port from the current port. These counters are discontinuous.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ptpClockPortAssociatePacketsReceived 1.3.6.1.4.1.207.8.4.4.4.504.1.2.11.1.9
The number of packets received from this peer port by the current port. These counters are discontinuous.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ptpClockPortAssociateInErrors 1.3.6.1.4.1.207.8.4.4.4.504.1.2.11.1.10
This object specifies the input errors associated with the peer port. These counters are discontinuous.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ptpClockPortAssociateOutErrors 1.3.6.1.4.1.207.8.4.4.4.504.1.2.11.1.11
This object specifies the output errors associated with the peer port. These counters are discontinuous.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ptpMIBCompliances 1.3.6.1.4.1.207.8.4.4.4.504.2.1
OBJECT IDENTIFIER    

ptpMIBGroups 1.3.6.1.4.1.207.8.4.4.4.504.2.2
OBJECT IDENTIFIER    

ptpMIBCompliancesSystemInfo 1.3.6.1.4.1.207.8.4.4.4.504.2.1.1
Compliance statement for agents that provide read-only support for PTPBASE-MIB to provide system level information of clock devices. Such devices can only be monitored using this MIB module. The Module is implemented with support for read-only. In other words, only monitoring is available by implementing this MODULE-COMPLIANCE.
Status: current Access: read-only
MODULE-COMPLIANCE    

ptpMIBCompliancesClockInfo 1.3.6.1.4.1.207.8.4.4.4.504.2.1.2
Compliance statement for agents that provide read-only support for PTPBASE-MIB to provide clock related information. Such devices can only be monitored using this MIB module. The Module is implemented with support for read-only. In other words, only monitoring is available by implementing this MODULE-COMPLIANCE.
Status: current Access: read-only
MODULE-COMPLIANCE    

ptpMIBCompliancesClockPortInfo 1.3.6.1.4.1.207.8.4.4.4.504.2.1.3
Compliance statement for agents that provide read-only support for PTPBASE-MIB to provide clock port related information. Such devices can only be monitored using this MIB module. The Module is implemented with support for read-only. In other words, only monitoring is available by implementing this MODULE-COMPLIANCE.
Status: current Access: read-only
MODULE-COMPLIANCE    

ptpMIBCompliancesTransparentClockInfo 1.3.6.1.4.1.207.8.4.4.4.504.2.1.4
Compliance statement for agents that provide read-only support for PTPBASE-MIB to provide Transparent clock related information. Such devices can only be monitored using this MIB module. The Module is implemented with support for read-only. In other words, only monitoring is available by implementing this MODULE-COMPLIANCE.
Status: current Access: read-only
MODULE-COMPLIANCE    

ptpMIBSystemInfoGroup 1.3.6.1.4.1.207.8.4.4.4.504.2.2.1
Group which aggregates objects describing system-wide information
Status: current Access: read-only
OBJECT-GROUP    

ptpMIBClockCurrentDSGroup 1.3.6.1.4.1.207.8.4.4.4.504.2.2.2
Group which aggregates objects describing PTP Current Dataset information
Status: current Access: read-only
OBJECT-GROUP    

ptpMIBClockParentDSGroup 1.3.6.1.4.1.207.8.4.4.4.504.2.2.3
Group which aggregates objects describing PTP Parent Dataset information
Status: current Access: read-only
OBJECT-GROUP    

ptpMIBClockDefaultDSGroup 1.3.6.1.4.1.207.8.4.4.4.504.2.2.4
Group which aggregates objects describing PTP Default Dataset information
Status: current Access: read-only
OBJECT-GROUP    

ptpMIBClockRunningGroup 1.3.6.1.4.1.207.8.4.4.4.504.2.2.5
Group which aggregates objects describing PTP running state information
Status: current Access: read-only
OBJECT-GROUP    

ptpMIBClockTimepropertiesGroup 1.3.6.1.4.1.207.8.4.4.4.504.2.2.6
Group which aggregates objects describing PTP Time Properties information
Status: current Access: read-only
OBJECT-GROUP    

ptpMIBClockTranparentDSGroup 1.3.6.1.4.1.207.8.4.4.4.504.2.2.7
Group which aggregates objects describing PTP Transparent Dataset information
Status: current Access: read-only
OBJECT-GROUP    

ptpMIBClockPortGroup 1.3.6.1.4.1.207.8.4.4.4.504.2.2.8
Group which aggregates objects describing information for a given PTP Port.
Status: current Access: read-only
OBJECT-GROUP    

ptpMIBClockPortDSGroup 1.3.6.1.4.1.207.8.4.4.4.504.2.2.9
Group which aggregates objects describing PTP Port Dataset information
Status: current Access: read-only
OBJECT-GROUP    

ptpMIBClockPortRunningGroup 1.3.6.1.4.1.207.8.4.4.4.504.2.2.10
Group which aggregates objects describing PTP running interface information
Status: current Access: read-only
OBJECT-GROUP    

ptpMIBClockPortTransDSGroup 1.3.6.1.4.1.207.8.4.4.4.504.2.2.11
Group which aggregates objects describing PTP TransparentDS information
Status: current Access: read-only
OBJECT-GROUP    

ptpMIBClockPortAssociateGroup 1.3.6.1.4.1.207.8.4.4.4.504.2.2.12
Group which aggregates objects describing information on peer PTP ports for a given PTP clock-port.
Status: current Access: read-only
OBJECT-GROUP