IPI-HOST
Configure disable service advanced vty
Use this attribute to enable advanced mode vty interface.
Attribute Name: disable-service-advanced-vty
Attribute Type: uint8
Netconf edit-config payload
<system-host xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-host">
<config>
</disable-service-advanced-vty><!-- operation="delete"-->
</config>
</system-host>
Command Syntax
no service advanced-vty
Configure service passwd encryption
Use this attribute to enable password encryption.
Attribute Name: service-passwd-encryption
Attribute Type: boolean
Netconf edit-config payload
<system-host xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-host">
<config>
<service-passwd-encryption>true</service-passwd-encryption> <!-- operation="delete"-->
</config>
</system-host>
Command Syntax
service password-encryption
Configure passwd encrypted
Use this attribute to provide encrypted password.
Attribute Name: passwd-encrypted
Attribute Type: uint8
Attribute Name: system-enable-passwd
Attribute Type: string
Netconf edit-config payload
<system-host xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-host">
<config>
<system-enable-passwd>LINE</system-enable-passwd> <!-- operation="delete"-->
</passwd-encrypted><!-- operation="delete"-->
</config>
</system-host>
Command Syntax
enable password (8|) LINE
Configure banner motd
Use this attribute to set the login banner for the OcNOS device.
This command is supported when following feature are enabled IMI feature
Attribute Name: banner-motd
Attribute Type: union
Netconf edit-config payload
<system-host xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-host">
<config>
<banner-motd>CML_BANNER_T</banner-motd>
</config>
</system-host>
Command Syntax
banner motd (LINE|default)
Configure service term length
Use this attribute to set system wide terminal length.
This command is supported when following feature are enabled IMI feature
Attribute Name: service-term-length
Attribute Type: uint16
Attribute Range: 0-512
Netconf edit-config payload
<system-host xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-host">
<config>
<service-term-length>0</service-term-length> <!-- operation="delete"-->
</config>
</system-host>
Command Syntax
service terminal-length <0-512>
 
Last modified date: 08/24/2023