CLI Quick
Configuration
set ptp clock-mode ordinary
set ptp domain 110
set ptp unicast-negotiation
set ptp slave delay-request -6
set ptp slave announce-timeout 2
set ptp slave announce-interval 3
set ptp slave sync-interval -5
set ptp slave grant-duration 7200
set ptp slave interface ge-0/1/0.0 unicast-mode transport ipv4
set ptp slave interface ge-0/1/0.0 unicast-mode clock-source 10.10.10.50
local-ip-address 10.10.10.75 asymmetry -4500
Configuring an ordinary slave clock with unicast-negotiation
Step-by-Step
Procedure
Configure the clock mode, domain, and unicast-negotiation:
[edit protocols ptp]
1.
user@host# set clock-mode ordinary domain 110 unicast-negotiation
2. Configure the announce timeout and the announce interval:
[edit protocols ptp]
user@host# set slave announce-timeout 2 announce-interval 3
3. Configure the synchronization interval and the grant duration:
[edit protocols ptp]
user@host# set slave sync-interval -5 grant-duration 7200
4. Configure the slave interface:
[edit protocols ptp]
user@host# edit slave interface ge-0/1/0.0
5. Configure the unicast transport mode:
[edit protocols ptp slave interface ge-0/1/0.0]
user@host# set unicast-mode transport ipv4
6. Configure the clock source:
[edit protocols ptp slave interface ge-0/1/0.0]
user@host# edit unicast-mode clock-source 10.10.10.50 local-ip-address 10.10.10.75
7. Configure the asymmetric path:
[edit protocols ptp slave interface ge-0/1/0.0 unicast-mode clock-source 10.10.10.50
local-ip-address 10.10.10.75]
user@host# set asymmetry -4500
8. Verify the configuration:
259Copyright © 2017, Juniper Networks, Inc.
Chapter 9: Configuring Timing and Synchronization