iso/org/dod/internet/private/enterprises/.10876/.101/.2/fsPtpMIB/.1/.7/fsPtpPortConfigDataSetTable/fsPtpPortConfigDataSetEntry/fsPtpPortState
fsPtpPortState
OBJECT-TYPE
1.3.6.1.4.1.10876.101.2.45.1.7.1.1.5
Description
This denotes the PTP State of the PTP port as computed by the PTP State event machine. initializing: While a port is in the INITIALIZING state, the port initializes its data sets, hardware, and communication facilities. No port of the clock shall place any PTP messages on its communication path. If one port of a boundary clock is in the INITIALIZING state, then all ports shall be in the INITIALIZING state. faulty: The fault state of the protocol. A port in this state shall not place any PTP messages except for management messages that are a required response to another management message on its communication path. disabled: The port shall not place any messages on its communication path. In a boundary clock, no activity at the port shall be allowed to affect the activity at any other port of the boundary clock. A port in this state shall discard all PTP received messages except for management messages. listening: The port is waiting for the announceReceiptTimeout to expire or to receive an Announce message from a master. The purpose of this state is to allow orderly addition of clocks to a domain. A port in this state shall not place any PTP 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. 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. It will periodically send announce and sync messages. 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: This is a transient state to allow initialization of synchronization servos, updating of data sets when a new master port has been selected, and other implementation-specific activity. slave: The port is synchronizing to the selected master port.
Syntax
INTEGER { faulty (0), disabled (1), initializing (2), listening (3), uncalibrated (4), slave (5), premaster (6), master (7), passive (8) }