- play_arrow Overview
- play_arrow Precision Time Protocol
- play_arrow Precision Time Protocol Overview
- play_arrow Precision Time Protocol Clocks
- PTP Boundary Clock Overview
- Example: Configure PTP Boundary Clock
- Example: Configure PTP Boundary Clock With Unicast Negotiation
- Configure PTP TimeTransmitter Clock
- Configure PTP TimeReceiver Clock
- Example: Configure Ordinary TimeReceiver Clock With Unicast-Negotiation
- Example: Configure Ordinary TimeReceiver Clock Without Unicast-Negotiation
- PTP Transparent Clocks
- Configure PTP Transparent Clock
- play_arrow Precision Time Protocol Profiles
- play_arrow PHY Timestamping
- play_arrow Precision Time Protocol over Ethernet
- PTP over Ethernet Overview
- Guidelines to Configure PTP over Ethernet
- Configure PTP Dynamic Ports for Ethernet Encapsulation
- Configure PTP Multicast TimeTransmitter and TimeReceiver Ports for Ethernet Encapsulation
- Example: Configure PTP over Ethernet for Multicast TimeTransmitter, TimeReceiver, and Dynamic Ports
- play_arrow Precision Time Protocol Additional Features
- Precision Time Protocol (PTP) over Link Aggregation Group (LAG)
- Precision Time Protocol (PTP) Trace Overview
- Line Card Redundancy for PTP
- Timing Defects and Event Management on Routing Platforms
- SNMP MIB for Timing on Routing Platforms
- PTP Passive Port Performance Monitoring on PTX10004 and PTX10008 Devices
-
- play_arrow Network Time Protocol
- play_arrow NTP Concepts
- play_arrow NTP Configuration Examples
-
- play_arrow Synchronous Ethernet
- play_arrow Synchronous Ethernet Overview
- play_arrow Synchronous Ethernet on 10-Gigabit Ethernet MIC
-
- play_arrow Clock Synchronization
- play_arrow Clock Synchronization Concepts
- play_arrow Clock Synchronization for ACX Series Routers
- play_arrow Clock Synchronization for MX Series Routers
- play_arrow Clock Synchronization for PTX Series Routers
- play_arrow Centralized Clocking
-
- play_arrow Hybrid Mode
- play_arrow Hybrid Mode Overview
- play_arrow Hybrid Mode and ESMC Quality-Level Mapping
- Configure Hybrid Mode and ESMC Quality-Level Mapping Overview
- Configure Hybrid Mode with Mapping of the PTP Clock Class to the ESMC Quality-Level
- Configure Hybrid Mode with a User-Defined Mapping of the PTP Clock Class to the ESMC Quality-Level
- Example: Configure Hybrid Mode and ESMC Quality-Level Mapping on ACX Series Router
- Example: Configure Hybrid Mode and ESMC Quality-Level Mapping on MX240 Router
-
- play_arrow Configuration Statements and Operational Commands
- play_arrow Appendix
Assisted Partial Timing Support on ACX500 Routers
APTS which is a GNSS backed by PTP delivers accurate timing and synchronization in mobile backhaul networks. This topic talks about the APTS support on ACX500 routers.
On the ACX500 router, the APTS feature helps you to configure PTP timeReceiver ports on a GNSS grandmaster clock serving as the PTP timeTransmitter. APTS uses GNSS as the timeTransmitter time reference at cell site locations, or at an aggregation point close to the cell sites. APTS uses network-based timing distribution to assist and maintain the timing during holdover periods when GNSS is unavailable.
To support this feature on ACX500, you need an APTS node with GNSS source configured at the
[edit chassis synchronization
] hierarchy level and PTP boundary clock
configured at the [edit protocols ptp
] hierarchy level as shown below:
GNSS configuration
[edit chassis] synchronization { network-option <option-1 | option-2>; port gnss { client { constellation <constellation-type>; anti-jamming; } } esmc-transmit { interface <interfaces-name>; } }
PTPoE Configuration
[edit protocols] ptp { clock-mode boundary; slave { interface <slave-ptp-ifl> { multicast-mode { transport ieee-802.3 [ link-local ] ; } } } master { interface <master-ptp-ifl> { multicast-mode { transport ieee-802.3 [ link-local ] ; } } }
PTPoIP Configuration
[edit protocols] clock-mode boundary; slave { interface <logical-interface-name> { unicast-mode { transport ipv4; clock-source <remote-master-ip-address> local-ip-address <local-slave-ip-address>; } } } master { interface <logical-interface-name>{ unicast-mode { transport ipv4; clock-client <remote-slave-ip> local-ip-address <local-master-ip>; } } } }
The priority of clock source would be GNSS first and then PTP.
You can use the show ptp lock-status detail
, show chassis
synchronization extensive
, and show chassis synchronization gnss
extensive
show commands to monitor and troubleshoot the configurations.