IPI-SYSTEM
Configure hostname
Use this command to set the network name for the device. OcNOS uses this name in system prompts and default configuration filenames. Setting a host name using this command also sets the host name in the kernel.After giving the hostname command, you must write to memory using the write command. If you do not write to memory, the change made by this command (the new host name) is not set after the device reboots.
Attribute Name: hostname
Attribute Type: string
Attribute Range: 1-63
Netconf edit-config payload
<system-info xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-system">
<config>
<hostname>WORD</hostname> <!-- operation="delete"-->
</config>
</system-info>
Command Syntax
hostname WORD
Configure timezone name
The attribute display timezone name used for the system
Attribute Name: timezone-name
Attribute Type: string
Netconf edit-config payload
<system-info xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-system">
<clock>
<config>
<timezone-name>WORD</timezone-name> <!-- operation="delete"-->
</config>
</clock>
</system-info>
Command Syntax
clock timezone WORD
Last modified date: 08/24/2023