Cisco Cisco Web Security Appliance S170 사용자 가이드

다운로드
페이지 606
 
27-5
Cisco IronPort AsyncOS 7.7 for Web User Guide
 
Chapter 27      Command Line Interface
General Purpose CLI Commands
General Purpose CLI Commands
This section describes the some basic commands you might use in a typical CLI session, such as 
committing and clearing changes. For a full list of commands, see 
.
Committing Configuration Changes
The 
commit
 command allows you to change configuration settings while other operations proceed 
normally. Changes are not actually committed until you receive confirmation and a timestamp. Exiting 
the CLI session, system shutdown, reboot, failure, or issuing the 
clear
 command clears changes that 
have not yet been committed.
Entering comments after the commit command is optional.
Note
To successfully commit changes, you must be at the top-level command prompt. Type Return at an empty 
prompt to move up one level in the command line hierarchy.
Clearing Configuration Changes
The 
clear
 command clears any changes made to the appliance configuration since the last 
commit
 or 
clear
 command was issued. 
example.com> commit
Please enter some comments describing your changes:
[]> Changed “psinet” IP Interface to a different IP address
Changes committed: Wed Jan 01 12:00:01 2007
example.com> clear
Are you sure you want to clear all changes since the last commit? [Y]> y
Changes cleared: Wed Jan 01 12:00:01 2007
example.com>