API Guide

display-xml Displays output in XML format.
except Displays only text that does not match a pattern.
find Searches for the first occurrence of a pattern and displays all further configurations.
grep Displays only the text that matches a specified pattern. Special characters in regular expressions, such as ^
(matches the beginning of a text string), $ (matches the end of a string), and .. (matches any character in the string) are
supported.
no-more Does not paginate output.
save Saves the output to a file.
Display all output
OS10# show running-configuration | no-more
Common OS10 commands
boot
Configures the OS10 image to use the next time the system boots up.
Syntax
boot system [active | standby]
Parameters
active Reset the running partition as the next boot partition.
standby Set the standby partition as the next boot partition.
Default Not configured
Command Mode EXEC
Usage
Information
Use this command to configure the OS10 image that is reloaded at boot time. Use the show boot
command to verify the next boot image. The boot system command applies immediately.
Example
OS10# boot system standby
Supported
Releases
10.2.0E or later
commit
Commits changes in the candidate configuration to the running configuration.
Syntax
commit
Parameters None
Default Not configured
Command Mode EXEC
Usage
Information
Use this command to save changes to the running configuration. Use the do commit command to save
changes in CONFIGURATION mode.
Example
OS10# commit
Example
(configuration)
OS10(config)# do commit
Supported
Releases
10.2.0E or later
CLI Basics 69