IPI-PLATFORM-TERMINAL-DEVICE
Configure slot index
Index to select a optical module slot.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: slot-index
Attribute Type: uint8
Attribute Range: 1-255
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-modules>
<coherent-module> <!-- operation="delete"-->
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
</coherent-module>
</coherent-modules>
</terminal-device>
Command Syntax
coherent-module <1-255>
Configure service enable
Use this attribute to enable or disable service for controller optical module
This command is supported when following feature are enabled Coherent Optics
Attribute Name: service-enable
Attribute Type: empty
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-modules>
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
</service-enable><!-- operation="delete"-->
</coherent-module>
</coherent-modules>
</terminal-device>
Command Syntax
enable
Configure description
Use this attribute to describe a coherent optical slot.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: description
Attribute Type: string
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-modules>
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<description>LINE</description> <!-- operation="delete"-->
</coherent-module>
</coherent-modules>
</terminal-device>
Command Syntax
description LINE
Configure network interface loopback type
Use this attribute to set all the network interfaces loopback type.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: network-interface-loopback-type
Attribute Type: enum (none|shallow|deep)
Default Value: none
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-modules>
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interface-loopback-type>none</network-interface-loopback-type> <!-- operation="delete"-->
</coherent-module>
</coherent-modules>
</terminal-device>
Command Syntax
loopback-type network (shallow|deep)
Configure host interface loopback type
Use this attribute to set all the host interfaces loopback type.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: host-interface-loopback-type
Attribute Type: enum (none|shallow|deep)
Default Value: none
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-modules>
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<host-interface-loopback-type>none</host-interface-loopback-type> <!-- operation="delete"-->
</coherent-module>
</coherent-modules>
</terminal-device>
Command Syntax
loopback-type host (shallow|deep)
Configure shutdown
Indicates if coherent optical module is shutdown or not.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: shutdown
Attribute Type: empty
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-modules>
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<optical-port>
<config>
</shutdown><!-- operation="delete"-->
</config>
</optical-port>
</coherent-module>
</coherent-modules>
</terminal-device>
Command Syntax
shutdown
Configure net index
Index of network interface in a coherent optical module.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: net-index
Attribute Type: uint8
Attribute Range: 0-15
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-modules>
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface> <!-- operation="delete"-->
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
</interface>
</network-interfaces>
</coherent-module>
</coherent-modules>
</terminal-device>
Command Syntax
network-interface <0-15>
Configure link down
Configure the link to go down when it exceeds threshold values.
Attribute Name: link-down
Attribute Type: bits (pre-fec-ber|q-margin|snr|chromatic-dispersion|rx-power)
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-modules>
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
<link-down>31</link-down> <!-- operation="delete"-->
</interface>
</network-interfaces>
</coherent-module>
</coherent-modules>
</terminal-device>
Command Syntax
link-down-policy all
Configure differential encoding
Enable differential encoding on a optical network interface.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: differential-encoding
Attribute Type: empty
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-modules>
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
</differential-encoding><!-- operation="delete"-->
</interface>
</network-interfaces>
</coherent-module>
</coherent-modules>
</terminal-device>
Command Syntax
differential-encoding
Configure fec mode
FEC mode for network interface. Default is 15per-denali.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: fec-mode
Attribute Type: enum (15per-everest|15per-denali|otu4-g709|otu4-7per-staircase|25per-hc-sd2)
Default Value: 15per-denali
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-modules>
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
<fec-mode>15per-denali</fec-mode> <!-- operation="delete"-->
</interface>
</network-interfaces>
</coherent-module>
</coherent-modules>
</terminal-device>
Command Syntax
fec-mode (15per-everest|15per-denali|otu4-g709|otu4-7per-staircase|25per-hc-sd2)
Configure frequency
Specifies the output laser frequency for the optical network interface in terms of Hz, MHz, GHz or THz.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: frequency
Attribute Type: string
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-modules>
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
<frequency>FREQUENCY</frequency> <!-- operation="delete"-->
</interface>
</network-interfaces>
</coherent-module>
</coherent-modules>
</terminal-device>
Command Syntax
tx-laser-freq FREQUENCY
Configure loopback type
Specifies the loopback type of the optical network interface. Default is none.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: loopback-type
Attribute Type: enum (none|shallow|deep)
Default Value: none
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-modules>
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
<loopback-type>none</loopback-type> <!-- operation="delete"-->
</interface>
</network-interfaces>
</coherent-module>
</coherent-modules>
</terminal-device>
Command Syntax
loopback-type (shallow|deep)
Configure losi enabled
Enable loss of signal alarm on a network interface.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: losi-enabled
Attribute Type: empty
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-modules>
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
</losi-enabled><!-- operation="delete"-->
</interface>
</network-interfaces>
</coherent-module>
</coherent-modules>
</terminal-device>
Command Syntax
losi-enable
Configure modulation format
Specifies the modulation format of the optical signal. Default is dp-16-qam.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: modulation-format
Attribute Type: enum (bpsk|dp-bpsk|qpsk|dp-qpsk|8-qam|dp-8-qam|16-qam|dp-16-qam|32-qam|dp-32-qam|64-qam|dp-64-qam|dp-qpsk-200g)
Default Value: dp-16-qam
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-modules>
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
<modulation-format>dp-16-qam</modulation-format> <!-- operation="delete"-->
</interface>
</network-interfaces>
</coherent-module>
</coherent-modules>
</terminal-device>
Command Syntax
modulation-format (bpsk|dp-bpsk|qpsk|dp-qpsk|8-qam|dp-8-qam|16-qam|dp-16-qam|32-qam|dp-32-qam|64-qam|dp-64-qam|dp-qpsk-200g)
Configure operational mode
Specifies the operational mode. The specified operational mode must exist in the list of supported operational modes supplied by the device
This command is supported when following feature are enabled Coherent Optics
Attribute Name: operational-mode
Attribute Type: uint16
Attribute Range: 1-9
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-modules>
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
<operational-mode>1</operational-mode> <!-- operation="delete"-->
</interface>
</network-interfaces>
</coherent-module>
</coherent-modules>
</terminal-device>
Command Syntax
operational-mode <1-9>
Configure prbs type
Simulate random data for transmission across the network interface if set. Default is none.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: prbs-type
Attribute Type: enum (none|prbs7|prbs9|prbs11|prbs15|prbs20|prbs23|prbs31)
Default Value: none
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-modules>
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
<prbs-type>none</prbs-type> <!-- operation="delete"-->
</interface>
</network-interfaces>
</coherent-module>
</coherent-modules>
</terminal-device>
Command Syntax
prbs-type (prbs7|prbs9|prbs11|prbs15|prbs20|prbs23|prbs31)
Configure pulse shaping rx
Enable or disable rx pulse shaping of the signal.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: pulse-shaping-rx
Attribute Type: empty
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-modules>
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
</pulse-shaping-rx><!-- operation="delete"-->
</interface>
</network-interfaces>
</coherent-module>
</coherent-modules>
</terminal-device>
Command Syntax
pulse-shaping rx
Configure pulse shaping tx
Use this attribute to to enable or disable pulse shaping
This command is supported when following feature are enabled Coherent Optics
Attribute Name: pulse-shaping-tx
Attribute Type: empty
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-modules>
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
</pulse-shaping-tx><!-- operation="delete"-->
</interface>
</network-interfaces>
</coherent-module>
</coherent-modules>
</terminal-device>
Command Syntax
pulse-shaping tx
Configure soft tx disable
Disable transmission of data on a network interface.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: soft-tx-disable
Attribute Type: empty
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-modules>
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
</soft-tx-disable><!-- operation="delete"-->
</interface>
</network-interfaces>
</coherent-module>
</coherent-modules>
</terminal-device>
Command Syntax
soft-tx-disable
Configure target output power
Specifies the output power of the optical network interface.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: target-output-power
Attribute Type: decimal64
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-modules>
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
<target-output-power>POWER</target-output-power> <!-- operation="delete"-->
</interface>
</network-interfaces>
</coherent-module>
</coherent-modules>
</terminal-device>
Command Syntax
tx-output-power POWER
Configure rx chromatic dispersion
Set rx chromatic-dispersion threshold.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: rx-chromatic-dispersion
Attribute Type: string
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-modules>
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
<monitor-thresholds>
<config>
<rx-chromatic-dispersion>VALUE</rx-chromatic-dispersion> <!-- operation="delete"-->
</config>
</monitor-thresholds>
</interface>
</network-interfaces>
</coherent-module>
</coherent-modules>
</terminal-device>
Command Syntax
threshold chromatic-dispersion VALUE
Configure rx q margin
Set rx q-margin threshold.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: rx-q-margin
Attribute Type: decimal64
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-modules>
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
<monitor-thresholds>
<config>
<rx-q-margin>VALUE</rx-q-margin> <!-- operation="delete"-->
</config>
</monitor-thresholds>
</interface>
</network-interfaces>
</coherent-module>
</coherent-modules>
</terminal-device>
Command Syntax
threshold q-margin VALUE
Configure rx snr
Set rx snr threshold.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: rx-snr
Attribute Type: decimal64
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-modules>
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
<monitor-thresholds>
<config>
<rx-snr>VALUE</rx-snr> <!-- operation="delete"-->
</config>
</monitor-thresholds>
</interface>
</network-interfaces>
</coherent-module>
</coherent-modules>
</terminal-device>
Command Syntax
threshold snr VALUE
Configure clear
Set pre fec ber threshold value for clear.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: clear
Attribute Type: string
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-modules>
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
<monitor-thresholds>
<pre-fec-ber-thresholds>
<pre-fec-ber-threshold> <!-- operation="delete"-->
<clear>VALUE</clear>
<config>
<clear>TERMINAL_DEVICE_SCIENTIFIC_NOTATION_STRING</clear>
<signal-degrade>TERMINAL_DEVICE_SCIENTIFIC_NOTATION_STRING</signal-degrade>
<signal-failure>TERMINAL_DEVICE_SCIENTIFIC_NOTATION_STRING</signal-failure>
</config>
<signal-degrade>VALUE</signal-degrade>
<signal-failure>VALUE</signal-failure>
</pre-fec-ber-threshold>
</pre-fec-ber-thresholds>
</monitor-thresholds>
</interface>
</network-interfaces>
</coherent-module>
</coherent-modules>
</terminal-device>
Command Syntax
threshold pre-fec-ber signal-failure VALUE signal-degrade VALUE clear VALUE
Configure low alarm
Set input power threshold value for low alarm.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: low-alarm
Attribute Type: decimal64
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-modules>
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
<monitor-thresholds>
<rx-power-thresholds>
<rx-power-threshold> <!-- operation="delete"-->
<low-alarm>VALUE</low-alarm>
<config>
<low-alarm>CML_FLOAT_PRECISION_2_T</low-alarm>
<low-warning>CML_FLOAT_PRECISION_2_T</low-warning>
<high-warning>CML_FLOAT_PRECISION_2_T</high-warning>
<high-alarm>CML_FLOAT_PRECISION_2_T</high-alarm>
</config>
<low-warning>VALUE</low-warning>
<high-warning>VALUE</high-warning>
<high-alarm>VALUE</high-alarm>
</rx-power-threshold>
</rx-power-thresholds>
</monitor-thresholds>
</interface>
</network-interfaces>
</coherent-module>
</coherent-modules>
</terminal-device>
Command Syntax
threshold rx-power high-alarm VALUE high-warning VALUE low-warning VALUE low-alarm VALUE
Configure host index
Index of host interface in a coherent optical module.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: host-index
Attribute Type: uint8
Attribute Range: 0-15
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-modules>
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<host-interfaces>
<interface> <!-- operation="delete"-->
<host-index>0</host-index>
<config>
<host-index>0</host-index>
</config>
</interface>
</host-interfaces>
</coherent-module>
</coherent-modules>
</terminal-device>
Command Syntax
host-interface <0-15>
Configure fec type
Fec type for host-interface. The default value is none.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: fec-type
Attribute Type: enum (none|rs|fc)
Default Value: none
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-modules>
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<host-interfaces>
<interface>
<host-index>0</host-index>
<config>
<host-index>0</host-index>
</config>
<fec-type>none</fec-type> <!-- operation="delete"-->
</interface>
</host-interfaces>
</coherent-module>
</coherent-modules>
</terminal-device>
Command Syntax
fec-type (rs|fc)
Configure options
Set TAI debug for Module/Netif/Hostif in config mode.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: options
Attribute Type: bits (module|netif|hostif|all)
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<debug>
<config>
<options>module</options> <!-- operation="delete"-->
</config>
</debug>
</terminal-device>
Command Syntax
debug tai (module|netif|hostif|all)
debug tai (module|netif|hostif|all)
Attribute Name: terminal-debug-options
Attribute Type: bits (module|netif|hostif|all)
Netconf RPC payload
<tai-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<terminal-debug-options>module</terminal-debug-options>
</tai-terminal-debug-on>
Command Syntax
debug tai (module|netif|hostif|all)
no debug tai (module|netif|hostif|all)
Attribute Name: terminal-debug-options
Attribute Type: bits (module|netif|hostif|all)
Netconf RPC payload
<tai-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<terminal-debug-options>module</terminal-debug-options>
</tai-terminal-debug-off>
Command Syntax
no debug tai (module|netif|hostif|all)
clear coherent-module (<1-255>|) event-counters
Attribute Name: slot-index
Attribute Type: uint8
Attribute Range: 1-255
Netconf RPC payload
<clear-coherent-module-event-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<slot-index>1</slot-index>
</clear-coherent-module-event-counters>
Command Syntax
clear coherent-module (<1-255>|) event-counters
clear coherent-module (<1-255>|) error-counters
Attribute Name: slot-index
Attribute Type: uint8
Attribute Range: 1-255
Netconf RPC payload
<clear-coherent-module-error-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<slot-index>1</slot-index>
</clear-coherent-module-error-counters>
Command Syntax
clear coherent-module (<1-255>|) error-counters
Last modified date: 07-14-2023