PTP-MIB: View SNMP OID List / Download MIB
VENDOR: D-LINK
Home | MIB: PTP-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
swPTPMIB | 1.3.6.1.4.1.171.12.94 |
The structure of Precision Time Protocol for the proprietary enterprise. |
||
swPTPNotifications | 1.3.6.1.4.1.171.12.94.0 | |||
swPTPMIBObjects | 1.3.6.1.4.1.171.12.94.1 | |||
swPTPGeneralGroup | 1.3.6.1.4.1.171.12.94.1.1 | |||
swPTPState | 1.3.6.1.4.1.171.12.94.1.1.1 | integer | read-write |
This indicates the global state of PTP. Enumeration: 'disabled': 2, 'enabled': 1. |
swPTPMode | 1.3.6.1.4.1.171.12.94.1.1.2 | integer | read-write |
This indicates the switch's PTP device type. Enumeration: 'e2e-transparent': 3, 'boundary': 1, 'p2p-transparent': 2. |
swPTPTransportProtocol | 1.3.6.1.4.1.171.12.94.1.1.3 | integer | read-write |
This indicates the transport protocol that will be used for the communication path. Enumeration: 'ethernet': 2, 'udp': 1. |
swPTPBoundaryPriority1 | 1.3.6.1.4.1.171.12.94.1.1.4 | integer | read-write |
This indicates the PTP boundary clock attributes. The priority 1 attribute is used in the execution of the best master clock algorithm. Lower values take precedence. |
swPTPBoundaryPriority2 | 1.3.6.1.4.1.171.12.94.1.1.5 | integer | read-write |
This indicates the PTP boundary clock attributes. The priority 2 attribute is used in the execution of the best master clock algorithm. Lower values take precedence. In the event that the operation of the BMC algorithm fails to order the clocks based on the values of priority1, the clock's class, and the clock's accuracy; the priority2 attribute will allow the creation of lower values compared to the other devices. |
swPTPClockDomainTable | 1.3.6.1.4.1.171.12.94.1.1.6 | no-access |
This table contains the per unit domain of the PTP clock. |
|
1.3.6.1.4.1.171.12.94.1.1.6.1 | no-access |
This is an entry of the swPTPClockDomainTable. |
||
swPTPUnit | 1.3.6.1.4.1.171.12.94.1.1.6.1.1 | integer | no-access |
This indicates the PTP unit number. |
swPTPClockDomainNumber | 1.3.6.1.4.1.171.12.94.1.1.6.1.2 | integer | read-write |
This indicates the PTP clock common attribute of the domain number. |
swPTPClockDomainName | 1.3.6.1.4.1.171.12.94.1.1.6.1.3 | displaystring | read-write |
This indicates the domain name of swPTPClockDomainNumber. |
swPTPPortCFG | 1.3.6.1.4.1.171.12.94.1.2 | |||
swPTPPortTable | 1.3.6.1.4.1.171.12.94.1.2.1 | no-access |
This table contains the per port state of the PTP clock. |
|
1.3.6.1.4.1.171.12.94.1.2.1.1 | no-access |
This is an entry of the swPTPPortTable. |
||
swPTPPort | 1.3.6.1.4.1.171.12.94.1.2.1.1.1 | integer | no-access |
This indicates the PTP port number. |
swPTPPortState | 1.3.6.1.4.1.171.12.94.1.2.1.1.2 | integer | read-write |
This indicates the port state of the PTP clock. Enumeration: 'disabled': 2, 'enabled': 1. |
swPTPBoundaryPortCFGTable | 1.3.6.1.4.1.171.12.94.1.2.2 | no-access |
This table contains the per port attributes of the PTP boundary clock. These attributes takes effect when the PTP device type is boundary. |
|
1.3.6.1.4.1.171.12.94.1.2.2.1 | no-access |
This is an entry of the swPTPBoundaryPortTable. |
||
swPTPBoundaryPortAnnounceInterval | 1.3.6.1.4.1.171.12.94.1.2.2.1.1 | integer | read-write |
This indicates the mean time interval between successive announce messages. In line with the IEEE1588 protocol, the value of the announce interval will be represented as the logarithm to base 2 of this time measured in seconds. The range is 1-16, so the import value must either be 1, 2, 4, 8, or 16. If the input is not allowed, then the input should be automatically adjusted to allow the biggest and closest value. |
swPTPBoundaryPortAnnounceTimeout | 1.3.6.1.4.1.171.12.94.1.2.2.1.2 | integer | read-write |
This indicates the announce interval number that has to pass without receipt of an Announce message before the occurrence of the ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES event. This value multiplied by the announce interval value is equal to the interval time of the announce receipt timeout. |
swPTPBoundaryPortSyncInterval | 1.3.6.1.4.1.171.12.94.1.2.2.1.3 | integer | read-write |
This indicates the mean time interval between successive Sync messages. In line with the IEEE1588 protocol, the value of the sync interval shall be represented as the logarithm to base 2 of this time measured in seconds. So the import value must either be 0.5, 1 or 2. Enumeration: 'half-second': 1, 'one-second': 2, 'two-second': 3. |
swPTPBoundaryPortDelayReqInterval | 1.3.6.1.4.1.171.12.94.1.2.2.1.4 | integer | read-write |
This indicates the permitted mean time interval between successive delay request messages which are sent by a slave to a specific port on the master. In line with the IEEE1588 protocol, the value of delay req interval shall be an exponent of 2. In addition, this interval shall be an integer with the minimum value being sync interval, and the maximum value being 32 times the sync interval value. The actual range of the allowed exponent of the interval delay request is [logSyncInterval+0, logSyncInterval+5]. If the sync interval is half a second and the delay req interval is 0, then the permitted time interval between successive delay request messages will be automatically adjusted to one second. |
swPTPBoundaryPortPDelayReqInterval | 1.3.6.1.4.1.171.12.94.1.2.2.1.5 | integer | read-write |
This indicates the permitted mean time interval between successive pdelay request messages. In line with the IEEE1588 protocol, the value of pdelay req interval shall be represented as the logarithm to base 2 of this time measured in seconds. The range is 1-32, so the import value must be either 1, 2, 4, 8, 16 or 32. If the input is not allowed, then the input will be automatically adjusted to allow for the bigger and closest value. |
swPTPBoundaryPortDelayMechanism | 1.3.6.1.4.1.171.12.94.1.2.2.1.6 | integer | read-write |
This indicates the mechanism for measuring the propagation delay time of an event message. e2e: End-to-End indicates that the port is configured to use the delay request-response mechanism. p2p: Peer-to-Peer is the peer delay mechanism Enumeration: 'e2e': 1, 'p2p': 2. |
swPTPp2pTransparentPortCFGTable | 1.3.6.1.4.1.171.12.94.1.2.3 | no-access |
This table contains the per port attribute for the P2P transparent clock. |
|
1.3.6.1.4.1.171.12.94.1.2.3.1 | no-access |
This is an entry of the swPTPPortTable. |
||
swPTPp2pTransparentPortPDelayReqInterval | 1.3.6.1.4.1.171.12.94.1.2.3.1.1 | integer | read-write |
This indicates the permitted mean time interval between successive pdelay request messages. In line with the IEEE1588 protocol, the value of the pdelay req interval shall be represented as the logarithm to base 2 of this time measured in seconds. The range is 1-32, so the import value must be either 1, 2, 4, 8, 16 or 32. If the input is not allowed, then the input will be automatically adjusted to allow the biggest and closest value. |
swPTPPortInfo | 1.3.6.1.4.1.171.12.94.1.3 | |||
swPTPBoundaryPortInfoTable | 1.3.6.1.4.1.171.12.94.1.3.1 | no-access |
This table contains the per port active attributes of the PTP boundary clock. This table will display when the PTP device type is boundary. |
|
1.3.6.1.4.1.171.12.94.1.3.1.1 | no-access |
This is an entry of the swPTPBoundaryPortTable. |
||
swPTPBoundaryPortRole | 1.3.6.1.4.1.171.12.94.1.3.1.1.1 | integer | read-only |
This indicates the port role. Enumeration: 'uncalibrated': 8, 'disabled': 3, 'slave': 9, 'passive': 7, 'master': 6, 'listening': 4, 'initializing': 1, 'pre-master': 5, 'faulty': 2. |
swPTPBoundaryPortDM | 1.3.6.1.4.1.171.12.94.1.3.1.1.2 | integer | read-only |
This indicates the propagation delay measuring mechanism. Enumeration: 'e2e': 1, 'p2p': 2. |
swPTPBoundaryPortAI | 1.3.6.1.4.1.171.12.94.1.3.1.1.3 | integer | read-only |
This indicates the mean time interval between successive announce messages. |
swPTPBoundaryPortART | 1.3.6.1.4.1.171.12.94.1.3.1.1.4 | integer | read-only |
This indicates the timeout that has to pass without the receipt of an announce message. |
swPTPBoundaryPortSI | 1.3.6.1.4.1.171.12.94.1.3.1.1.5 | integer | read-only |
This indicates the mean time interval between successive synchronization messages. Enumeration: 'half-second': 1, 'one-second': 2, 'two-second': 3. |
swPTPBoundaryPortDRIM | 1.3.6.1.4.1.171.12.94.1.3.1.1.6 | integer | read-only |
This indicates the master clock. This value is used by the slave clock to specify the mean time interval between successive delay request messages. |
swPTPBoundaryPortDRIS | 1.3.6.1.4.1.171.12.94.1.3.1.1.7 | integer | read-only |
This indicates the slave clock. This value specifies the mean time interval between successive delay request messages sent by a slave. |
swPTPBoundaryPortPDRI | 1.3.6.1.4.1.171.12.94.1.3.1.1.8 | integer | read-only |
This indicates the mean time interval between successive pdelay request messages. |
swPTPBoundaryPortPMPD | 1.3.6.1.4.1.171.12.94.1.3.1.1.9 | integer | read-only |
This indicates the estimate of the current one-way propagation delays on the link. |
swPTPBoundaryPortState | 1.3.6.1.4.1.171.12.94.1.3.1.1.10 | integer | read-only |
This indicates the port active state. Enumeration: 'disabled': 2, 'enabled': 1. |
swPTPp2pTransparentPortInfoTable | 1.3.6.1.4.1.171.12.94.1.3.2 | no-access |
This table contains the per port active attributes of PTP p2p-transparent clock. This table will display when the PTP device type is p2p-transparent. |
|
1.3.6.1.4.1.171.12.94.1.3.2.1 | no-access |
This is an entry of the swPTPp2pTransparentPortTable. |
||
swPTPp2pTransparentPortPDRI | 1.3.6.1.4.1.171.12.94.1.3.2.1.1 | integer | read-only |
This indicates the mean time interval between successive pdelay request messages. |
swPTPp2pTransparentPortPMPD | 1.3.6.1.4.1.171.12.94.1.3.2.1.2 | integer | read-only |
This indicates the estimated number of current one-way propagation delays on the link. |
swPTPp2pTransparentPortState | 1.3.6.1.4.1.171.12.94.1.3.2.1.3 | integer | read-only |
This indicates the port active state. Enumeration: 'disabled': 2, 'enabled': 1. |
swPTPe2eTransparentPortInfoTable | 1.3.6.1.4.1.171.12.94.1.3.3 | no-access |
This table contains the per port active attributes of the PTP e2e-transparent clock. This table will display when the PTP device type is e2e-transparent. |
|
1.3.6.1.4.1.171.12.94.1.3.3.1 | no-access |
This is an entry of the swPTPe2eTransparentPortTable. |
||
swPTPe2eTransparentPortState | 1.3.6.1.4.1.171.12.94.1.3.3.1.3 | integer | read-only |
This indicates the port active state. Enumeration: 'disabled': 2, 'enabled': 1. |
swPTPClock | 1.3.6.1.4.1.171.12.94.1.4 | |||
swPTPBoundaryClockTable | 1.3.6.1.4.1.171.12.94.1.4.1 | no-access |
This table contains the per unit information of PTP boundary clock. |
|
1.3.6.1.4.1.171.12.94.1.4.1.1 | no-access |
This is an entry of the swPTPBoundaryClockTable. |
||
swPTPBoundaryClockIdentity | 1.3.6.1.4.1.171.12.94.1.4.1.1.1 | octet string | read-only |
This indicates the PTP boundary clock identity. 8-octet array, The first 3 octets of the MAC address are assigned in order to the first 3 octets of the clockIdentity. Octets with index 3 and 4 are respectively assigned hex values FF and FE. The remaining 3 octets of the MAC address are assigned in order to the last 3 octets of the clockIdentity. |
swPTPBoundaryClockClass | 1.3.6.1.4.1.171.12.94.1.4.1.1.2 | integer | read-only |
This indicates the PTP boundary clock class. |
swPTPBoundaryClockStepsRemoved | 1.3.6.1.4.1.171.12.94.1.4.1.1.3 | integer | read-only |
This indicates the number of communication paths traversed between the local clock and the grandmaster clock. |
swPTPBoundaryClockLastOffset | 1.3.6.1.4.1.171.12.94.1.4.1.1.4 | displaystring | read-only |
This indicates the time offset between a master and a slave as computed by the slave. |
swPTPBoundaryClockMeanPathDelay | 1.3.6.1.4.1.171.12.94.1.4.1.1.5 | displaystring | read-only |
This indicates the mean propagation time between a master and a slave clock as computed by the slave. |
swPTPBoundaryClockEnabledPorts | 1.3.6.1.4.1.171.12.94.1.4.1.1.6 | portlist | read-only |
This indicates the PTP boundary clock enabled ports. |
swPTPTransparentClockTable | 1.3.6.1.4.1.171.12.94.1.4.2 | no-access |
This table contains the per unit information of PTP transparent clock. |
|
1.3.6.1.4.1.171.12.94.1.4.2.1 | no-access |
This is an entry of the swPTPTransparentClockTable. |
||
swPTPTransparentClockDelayMechanism | 1.3.6.1.4.1.171.12.94.1.4.2.1.1 | integer | read-only |
This indicates the PTP transparent clock mode. Enumeration: 'e2e': 1, 'p2p': 2. |
swPTPTransparentClockIdentity | 1.3.6.1.4.1.171.12.94.1.4.2.1.2 | octet string | read-only |
This indicates the PTP clock identity. 8-octet array, The first 3 octets of the MAC address are assigned in order to the first 3 octets of the clockIdentity. Octets with index 3 and 4 are respectively assigned hex values FF and FE. The remaining 3 octets of the MAC address are assigned in order to the last 3 octets of the clockIdentity. |
swPTPTransparentClockEnabledPorts | 1.3.6.1.4.1.171.12.94.1.4.2.1.3 | portlist | read-only |
This indicates the PTP transparent clock enabled ports. |
swPTPClockParent | 1.3.6.1.4.1.171.12.94.1.5 | |||
swPTPBoundaryClockParentTable | 1.3.6.1.4.1.171.12.94.1.5.1 | no-access |
This table contains the per unit information of PTP boundary clock parent. |
|
1.3.6.1.4.1.171.12.94.1.5.1.1 | no-access |
This is an entry of the swPTPBoundaryClockParentTable. |
||
swPTPParentPortIdentity | 1.3.6.1.4.1.171.12.94.1.5.1.1.1 | octet string | read-only |
This indicates the PTP parent port identity. |
swPTPParentPortNumber | 1.3.6.1.4.1.171.12.94.1.5.1.1.2 | integer | read-only |
This indicates the PTP parent port number. |
swPTPGrandmasterIdentity | 1.3.6.1.4.1.171.12.94.1.5.1.1.3 | octet string | read-only |
This indicates the PTP grandmaster identity. |
swPTPGrandmasterClockClass | 1.3.6.1.4.1.171.12.94.1.5.1.1.4 | integer | read-only |
This indicates the PTP grandmaster clock class. |
swPTPGrandmasterClockAccuracy | 1.3.6.1.4.1.171.12.94.1.5.1.1.5 | integer | read-only |
This indicates the PTP grandmaster clock accuracy. |
swPTPGrandmasterPriority1 | 1.3.6.1.4.1.171.12.94.1.5.1.1.6 | integer | read-only |
This indicates the PTP grandmaster priority 1. |
swPTPGrandmasterPriority2 | 1.3.6.1.4.1.171.12.94.1.5.1.1.7 | integer | read-only |
This indicates the PTP grandmaster priority 2. |
swPTPForeignMaster | 1.3.6.1.4.1.171.12.94.1.6 | |||
swPTPForeignMasterTable | 1.3.6.1.4.1.171.12.94.1.6.1 | no-access |
This table contains the current records of the foreign master data set of the boundary clock's special ports. |
|
1.3.6.1.4.1.171.12.94.1.6.1.1 | no-access |
This is an entry of the swPTPForeignMasterTable. |
||
swPTPFMPortIdentity | 1.3.6.1.4.1.171.12.94.1.6.1.1.1 | octet string | no-access |
This indicates the identity of the foreign master port. |
swPTPFMPortNumber | 1.3.6.1.4.1.171.12.94.1.6.1.1.2 | integer | no-access |
This indicates the number of the foreign master port. |
swPTPFMAnnounceMsg | 1.3.6.1.4.1.171.12.94.1.6.1.1.3 | integer | read-only |
This indicates the number of foreign master announce messages. |