Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Timing and Synchronization Guide
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Configure PHY Timestamping on ACX500 and ACX2K Routers

date_range 20-Dec-24

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. ACX2200 supports PHY timestamping in boundary clock mode.

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.

Note:

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.

To enable PHY timestamping on ACX500, ACX2100 and ACX2200 routers, configure boundary clock along with e2e-transparent CLI statement at the [edit protocols ptp] hierarchy.

content_copy zoom_out_map
[edit protocols ptp]
user@host# set e2e-transparent

Enable PHY Timestamping for Boundary Clock

The following procedure enables you to configure PHY timestamping for boundary clock in ACX2200 routers:

  1. Configure the clock mode as boundary.
    content_copy zoom_out_map
    [edit protocols ptp]
    user@host# set boundary
    
  2. Enable Phy timestamping on boundary clock.
    content_copy zoom_out_map
    [edit protocols ptp]
    user@host# set e2e-transparent
    
  3. Configure the interface for timeReceiver clock. For information on configuring PTP timeReceiver clock interface, see Configure PTP TimeReceiver Clock.
    content_copy zoom_out_map
    [edit protocols ptp]
    user@host# set slave interface interface-name...
    
  4. Configure the interface for timeTransmitter clock. For information on configuring PTP timeTransmitter clock, see Configure PTP TimeTransmitter Clock.
    content_copy zoom_out_map
    [edit protocols ptp]
    user@host# set master interface interface-name...
    
footer-navigation