IPI-SYNCE
Configure enable
Use this command to configure Synchronous Ethernet. This command changes the mode from configure mode to configure Synchronous Ethernet mode and initializes the global Synchronous Ethernet parameters.
This command is supported when following feature are enabled Precision Time Protocol (PTP) feature
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<synce xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-synce">
<globals>
<config>
</enable>
</config>
</globals>
</synce>
Command Syntax
synce
Configure network option
Use this command to set the synchronization option for the internal clock that is locked in frequency to an incoming signal.
This command is supported when following feature are enabled Precision Time Protocol (PTP) feature
Attribute Name: network-option
Attribute Type: enum (1|2)
Default Value: 1
Netconf edit-config payload
<synce xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-synce">
<globals>
<config>
<network-option>1</network-option> <!-- operation="delete"-->
</config>
</globals>
</synce>
Command Syntax
synchronization option (1|2)
Configure clock selection mode
Use this command to determine whether to use the Quality Level (QL) as a criteria when selecting a clock
This command is supported when following feature are enabled Precision Time Protocol (PTP) feature
Attribute Name: clock-selection-mode
Attribute Type: enum (ql-enabled|ql-disabled)
Default Value: ql-enabled
Netconf edit-config payload
<synce xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-synce">
<globals>
<config>
<clock-selection-mode>ql-enabled</clock-selection-mode> <!-- operation="delete"-->
</config>
</globals>
</synce>
Command Syntax
clock-selection mode (ql-enabled|ql-disabled)
Configure dpll3 select 10mhz in
Use this command to select/deselect dpll3 input
This command is supported when following feature are enabled Precision Time Protocol (PTP) feature
Attribute Name: dpll3-select-10mhz-in
Attribute Type: empty
Netconf edit-config payload
<synce xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-synce">
<globals>
<config>
</dpll3-select-10mhz-in><!-- operation="delete"-->
</config>
</globals>
</synce>
Command Syntax
dpll3-select 10mhz-in
Configure holdover timer
set this command to enable synce holdover (default 120 min)
This command is supported when following feature are enabled Precision Time Protocol (PTP) feature
Attribute Name: holdover-timer
Attribute Type: uint16
Default Value: 120
Attribute Range: 0-1440
Netconf edit-config payload
<synce xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-synce">
<globals>
<config>
<holdover-timer>0</holdover-timer> <!-- operation="delete"-->
</config>
</globals>
</synce>
Command Syntax
holdover <0-1440>
Configure name
Use this command to enable Synchronous Ethernet for an interface. This command changes the mode from interface mode to interface Synchronous Ethernet mode. This command does not automatically start synchronization distribution. You must explicitly give the mode command, specifying the synchronous option
This command is supported when following feature are enabled Precision Time Protocol (PTP) feature
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<synce xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-synce">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</enable>
</interface>
</interfaces>
</synce>
Command Syntax
synce
Configure synchronous mode
Use this command to configure the interface as synchronous or non-synchronous
This command is supported when following feature are enabled Precision Time Protocol (PTP) feature
Attribute Name: synchronous-mode
Attribute Type: enum (synchronous|non-synchronous)
Default Value: non-synchronous
Netconf edit-config payload
<synce xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-synce">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<synchronous-mode>non-synchronous</synchronous-mode> <!-- operation="delete"-->
</interface>
</interfaces>
</synce>
Command Syntax
mode (synchronous|non-synchronous)
Configure input source priority
Use this command to set an input timing source. Synchronization packets are received from this source and sent to the clock selection algorithm
This command is supported when following feature are enabled Precision Time Protocol (PTP) feature
Attribute Name: input-source-priority
Attribute Type: uint8
Default Value: 255
Attribute Range: 0-255
Netconf edit-config payload
<synce xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-synce">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<input-source-priority>0</input-source-priority> <!-- operation="delete"-->
</interface>
</interfaces>
</synce>
Command Syntax
input-source <0-255>
Configure is output source
Use this command to configures an Ethernet interface as a timing output interface
This command is supported when following feature are enabled Precision Time Protocol (PTP) feature
Attribute Name: is-output-source
Attribute Type: boolean
Netconf edit-config payload
<synce xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-synce">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<is-output-source>true</is-output-source> <!-- operation="delete"-->
</interface>
</interfaces>
</synce>
Command Syntax
output-source
Configure wait to restore timer
Use this command to set the wait-to-restore timer in minutes. The wait-to-restore time ensures that a synchronization source that previously failed is considered by the selection process again only if it is fault free for a certain time.
This command is supported when following feature are enabled Precision Time Protocol (PTP) feature
Attribute Name: wait-to-restore-timer
Attribute Type: uint8
Default Value: 5
Attribute Range: 0-12
Netconf edit-config payload
<synce xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-synce">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<wait-to-restore-timer>0</wait-to-restore-timer> <!-- operation="delete"-->
</interface>
</interfaces>
</synce>
Command Syntax
wait-to-restore <0-12>
Configure vlan id
use this command to configure and unconfigure the dot1q 1-4095
This command is supported when following feature are enabled Precision Time Protocol (PTP) feature
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4095
Netconf edit-config payload
<synce xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-synce">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<vlan-id>1</vlan-id> <!-- operation="delete"-->
</interface>
</interfaces>
</synce>
Command Syntax
dot1q <1-4095>
Configure hold off timer
Use this command to set the hold-off time in milliseconds. The hold-off time ensures that short activation of signal fail is not passed to the selection process.
This command is supported when following feature are enabled Precision Time Protocol (PTP) feature
Attribute Name: hold-off-timer
Attribute Type: uint16
Default Value: 300
Attribute Range: 300-1800
Netconf edit-config payload
<synce xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-synce">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<hold-off-timer>300</hold-off-timer> <!-- operation="delete"-->
</interface>
</interfaces>
</synce>
Command Syntax
hold-off <300-1800>
Configure quality level
Use this command to set the quality level (QL) for the timing source
This command is supported when following feature are enabled Precision Time Protocol (PTP) feature
Attribute Name: quality-level
Attribute Type: string
Netconf edit-config payload
<synce xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-synce">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<quality-level>QL_VAL</quality-level> <!-- operation="delete"-->
</interface>
</interfaces>
</synce>
Command Syntax
quality-level QL_VAL
Configure clock source id
Configure clock-source-identifier
This command is supported when following feature are enabled Precision Time Protocol (PTP) feature
Attribute Name: clock-source-id
Attribute Type: uint8
Attribute Range: 1-255
Netconf edit-config payload
<synce xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-synce">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<clock-source-id>1</clock-source-id> <!-- operation="delete"-->
</interface>
</interfaces>
</synce>
Command Syntax
clock-source-id <1-255>
Configure auto neg mode
Use this command to configure mode
This command is supported when following feature are enabled Precision Time Protocol (PTP) feature
Attribute Name: auto-neg-mode
Attribute Type: enum (master|slave)
Netconf edit-config payload
<synce xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-synce">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<auto-neg-mode>master</auto-neg-mode> <!-- operation="delete"-->
</interface>
</interfaces>
</synce>
Command Syntax
base-t (master|slave)
Configure external synce interface
synce external interface name
Attribute Name: external-synce-interface
Attribute Type: enum (gps|10mhz-in|ptp|bits-t1|bits-e1|2mhz-in|bits-t1-1|bits-t1-2|bits-t1-3|bits-e1-1|bits-e1-2|bits-e1-3)
Netconf edit-config payload
<synce xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-synce">
<external-interfaces>
<external-interface> <!-- operation="delete"-->
<external-synce-interface>gps</external-synce-interface>
<config>
<external-synce-interface>gps</external-synce-interface>
</config>
</external-interface>
</external-interfaces>
</synce>
Command Syntax
synce-interface (gps|10mhz-in|ptp|2mhz-in)
Configure options
Use this Attribute to set or unset the synce debug related configurations
This command is supported when following feature are enabled Precision Time Protocol (PTP) feature
Attribute Name: options
Attribute Type: bits (event|recvd|trans)
Netconf edit-config payload
<synce xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-synce">
<debug>
<config>
<options>event</options> <!-- operation="delete"-->
</config>
</debug>
</synce>
Command Syntax
synce debug (event|recvd|trans)
clear synce stats (interface IFNAME|)
Attribute Name: interface-name
Attribute Type: string
Netconf RPC payload
<clear-synce-stats xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-synce">
<interface-name>IFNAME</interface-name>
</clear-synce-stats>
Command Syntax
clear synce stats (interface IFNAME|)
synce debug (event|recvd|trans)
Attribute Name: debug-options
Attribute Type: bits (event|recvd|trans)
Netconf RPC payload
<synce-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-synce">
<debug-options>event</debug-options>
</synce-debug-on>
Command Syntax
synce debug (event|recvd|trans)
no synce debug (event|recvd|trans)
Attribute Name: debug-options
Attribute Type: bits (event|recvd|trans)
Netconf RPC payload
<synce-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-synce">
<debug-options>event</debug-options>
</synce-debug-off>
Command Syntax
no synce debug (event|recvd|trans)
Last modified date: 08/22/2023