Reference Guide

ztd cancel
Stops ZTD while in progress. After you cancel ZTD, you can enter CLI commands to congure the switch.
Syntax
ztd cancel
Parameters None
Default ZTD is enabled.
Command Mode EXEC
Usage Information When ZTD is enabled, the command-line interface is locked. You cannot enter OS10 conguration commands. Use
the ztd cancel command to cancel the ZTD process and return to CLI conguration mode. You can enter ztd
cancel only when ZTD is in a waiting state; that is, before it receives an answer from the DHCP server.
Otherwise, the command returns an error message.
Example
OS10# ztd cancel
Supported Releases 10.4.1.0 or later
Remote access
You can remotely access the OS10 command-line interface (CLI) and the Linux shell. When you install OS10 the rst time, connect to the
switch using the serial port.
Congure remote access
Congure the Management port IP address
Congure a default route to the Management port
Congure a user name and password
Remote access OS10 CLI
1 Open an SSH session using the IP address of the device. You can also use PuTTY or a similar tool to access the device remotely.
ssh admin@ip-address
password: admin
2 Enter admin for both the default user name and password to log into OS10. You are automatically placed in EXEC mode.
OS10#
Remote access Linux shell
ssh linuxadmin@ip-address
password: linuxadmin
Congure Management IP address
To remotely access OS10, assign an IP address to the management port. The management interface is used for OOB management
purposes.
1 Congure the management interface from CONFIGURATION mode.
interface mgmt 1/1/1
2 By default, DHCP client is enabled on the Management interface. Disable the DHCP client operations in INTERFACE mode.
no ip address dhcp
34
Getting Started