Go to main content

Managing Clock Synchronization in Oracle® Solaris 11.4

Exit Print View

Updated: January 2019
 
 

How to Set Up an Interface as a PTP Slave

  1. Become an administrator.

    For more information, see Using Your Assigned Administrative Rights in Securing Users and Processes in Oracle Solaris 11.4.

  2. Enable an interface to listen to the PTP packets.
    # svccfg -s svc:/network/ptp:default setprop config/listen_ifname=interface-name
  3. Assign the interface as a PTP slave.
    # svccfg -s svc:/network/ptp:default setprop config/node_type=slave
  4. Enable the PTP service on the slave system.
    # svcadm enable svc:/network/ptp:default