IPI-PTP
Configure instance type
PTP instance type
This command is supported when following feature are enabled Precision Time Protocol (PTP) feature
Attribute Name: instance-type
Attribute Type: uint8
Attribute Range: 0-1
Attribute Name: profile
Attribute Type: enum (e2e-transparent)
Netconf edit-config payload
<ptp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ptp">
<ptp-instances>
<ptp-instance> <!-- operation="delete"-->
<instance-type>0</instance-type>
<config>
<instance-type>0</instance-type>
<profile>e2e-transparent</profile>
</config>
</ptp-instance>
</ptp-instances>
</ptp>
Command Syntax
ptp clock <0-1> profile (e2e-transparent)
Configure utc date
UTC date when applying leap seconds
This command is supported when following feature are enabled Precision Time Protocol (PTP) feature
Attribute Name: utc-date
Attribute Type: string
Attribute Name: offset-seconds
Attribute Type: uint8
Attribute Range: 0-99
Netconf edit-config payload
<ptp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ptp">
<ptp-instances>
<ptp-instance>
<instance-type>0</instance-type>
<config>
<instance-type>0</instance-type>
</config>
<utc-offset-dates>
<utc-offset-date> <!-- operation="delete"-->
<utc-date>YYYY-MM-DD</utc-date>
<config>
<utc-date>WORD</utc-date>
<offset-seconds>0</offset-seconds>
</config>
</utc-offset-date>
</utc-offset-dates>
</ptp-instance>
</ptp-instances>
</ptp>
Command Syntax
utc-offset date YYYY-MM-DD <0-99>
Configure baseline seconds
UTC leap - baseline in seconds
This command is supported when following feature are enabled Precision Time Protocol (PTP) feature
Attribute Name: baseline-seconds
Attribute Type: uint8
Attribute Range: 0-99
Netconf edit-config payload
<ptp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ptp">
<ptp-instances>
<ptp-instance>
<instance-type>0</instance-type>
<config>
<instance-type>0</instance-type>
</config>
<utc-offset-dates>
<baseline>
<config>
<baseline-seconds>0</baseline-seconds> <!-- operation="delete"-->
</config>
</baseline>
</utc-offset-dates>
</ptp-instance>
</ptp-instances>
</ptp>
Command Syntax
utc-offset baseline <0-99>
Configure enable
Use this attribute to debug the ptp process.
This command is supported when following feature are enabled Precision Time Protocol (PTP) feature
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<ptp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ptp">
<debug>
<config>
</enable><!-- operation="delete"-->
</config>
</debug>
</ptp>
Command Syntax
debug ptp
Last modified date: 08/24/2023