Configuring PHY Timestamping
The PHY timestamping refers to the timestamping of the IEEE 1588 event packets at the 1-Gigabit Ethernet and 10-Gigabit Ethernet PHY. Timestamping the packet in the PHY results in higher stability of recovered clock. The PHY timestamping on ACX updates the correction field of the packet. ACX supports PHY timestamping in ordinary clock and boundary clock modes.
PHY timestamping is supported only on ACX500 line of routers.
The following points need to be considered while configuring PHY timestamping in ACX routers:
PHY timestamping is enabled or disabled on all the PHYs. You cannot selectively enable or disable PHY timestamping on a particular interface.
When PHY timestamping is enabled, the transparent clock functionality is also enabled.
The PHYs on ACX do not support transparent clock functionality for PTP-over-MPLS. You should not enable transparent clock or PHY timestamping if PTP is transported over MPLS.
In ACX2000 router, the transparent clock operation is not supported on the 10-Gigabit Ethernet port.
To enable PHY timestamping on ACX routers, configure clock-mode (ordinary clock or boundary clock) along with the transparent-clock CLI statement at the [edit protocols ptp] hierarchy.
Starting in Junos OS Release 17.1 onwards, to configure transparent clock, include the e2e-transparent CLI command at the [edit protocols ptp] hierarchy level. Prior to Junos OS Release 17.1, to configure transparent clock, include the transparent-clock CLI command at the [edit protocols ptp] hierarchy level.
Enabling PHY Timestamping for Ordinary Clock Slave
The following procedure enables you to configure PHY timestamping for ordinary clock client in ACX:
- Configure the clock mode as ordinary.[edit protocols ptp]user@host# set clock-mode ordinary
- Configure the transparent clock.[edit protocols ptp]user@host# set e2e-transparent
- Configure the interface for client clock. For information
on configuring PTP client clock interface, see Configuring a PTP Slave Clock.[edit protocols ptp]user@host# set slave interface interface-name...
Enabling PHY Timestamping for Boundary Clock
The following procedure enables you to configure PHY timestamping for boundary clock in ACX:
PHY timestamping is supported only on ACX500 line of routers.
- Configure the clock mode as boundary.[edit protocols ptp]user@host# set clock-mode boundary
- Configure the transparent clock.[edit protocols ptp]user@host# set e2e-transparent
- Configure the interface for client clock. For information
on configuring PTP client clock interface, see Configuring a PTP Slave Clock.[edit protocols ptp]user@host# set slave interface interface-name...
- Configure the interface for master clock. For information
on configuring PTP master boundary clock, see Configuring a PTP Master Boundary Clock.[edit protocols ptp]user@host# set master interface interface-name...
Enabling PHY Timestamping for Grandmaster Clock
The following procedure enables you to configure PHY timestamping for grandmaster clock in ACX:
In ACX Series routers, the grandmaster functionality is supported only on ACX500 router.
- Configure the clock mode as ordinary.[edit protocols ptp]user@host# set clock-mode ordinary
- Configure the transparent clock.[edit protocols ptp]user@host# set e2e-transparent
- Configure the interface for master clock. For information
on configuring PTP master boundary clock, see Configuring a PTP Master Boundary Clock.[edit protocols ptp]user@host# set master interface interface-name...