Users Guide

Table Of Contents
Usage Information Management routes are separate from IP routes and are only used to manage the switch through the
Management port. To display the currently configured IPv4 and IPv6 management routes, use the show ip
management-route and show ipv6 management-route commands.
Example (IPv4)
OS10(config)# management route 10.10.20.0/24 10.1.1.1
OS10(config)# management route 172.16.0.0/16 managementethernet
Example (IPv6)
OS10(config)# management route 10::/64 10::1
Supported
Releases
10.2.2E or later
move
Moves or renames a file in the configuration or home system directories.
Syntax
move [config: | home: | usb:]
Parameters
config: — Move from the configuration directory (config://filepath).
home: — Move from the home directory (home://filepath).
usb: — Move from the USB file system (usb://filepath).
Default Not configured
Command Mode EXEC
Usage Information Use the dir config command to view the directory contents.
Example
OS10# move config://startup.xml config://startup-backup.xml
Example (dir)
OS10# dir config
Directory contents for folder: config
Date (modified) Size (bytes) Name
--------------------- ------------ -----------
2017-04-26T15:23:46Z 26704 startup.xml
Supported
Releases
10.2.0E or later
no
Disables or deletes commands in EXEC mode.
Syntax
no [alias | debug | support-assist-activity | terminal]
Parameters
alias — Remove an alias definition.
debug — Disable debugging.
support-assist-activity — SupportAssist-related activity.
terminal — Reset terminal settings.
Default Not configured
Command Mode EXEC
Usage Information Use this command in EXEC mode to disable or remove a configuration. Use the no ? in CONFIGURATION mode
to view available commands.
Example
OS10# no alias goint
66 CLI Basics