Configuring the PTP Policy Globally

This procedure shows you how to use the APIC REST API to enable PTP globally and for the fabric interfaces. This procedure performs the same operation as the GUI procedure of the same name in the Cisco APIC System Management Configuration Guide.

When PTP is enabled globally, ongoing TEP to TEP latency measurements are enabled automatically.

Procedure

Post with information similar to the following:

POST https://<apic-ip-address>/api/mo/uni/fabric/ptpmode.xml

<latencyPtpMode
    state="enabled"
    systemResolution="11"
    prio1="255"
    prio2="255"
    globalDomain="0"
    fabProfileTemplate="aes67"
    fabAnnounceIntvl="1"
    fabSyncIntvl="-3"
    fabDelayIntvl="-2"
    fabAnnounceTimeout="3"
/>