A Commands
This chapter describes the system management commands that begin with A.
abort (session)
To discard the current configuration session, use the abort command.
abort
Syntax Description
This command has no arguments or keywords.
Command Default
None
Command Modes
Session configuration mode
Command History
|
|
---|---|
5.2(1)N1(1) |
This command was introduced. |
Examples
This example shows how to abort the current configuration session:
switch# configure session MySession1
switch(config-s)# abort
switch#
Related Commands
|
|
---|---|
commit |
Commits a session. |
configure session |
Creates a configuration session. |
show configuration session |
Displays the contents of the session. |
verify |
Verifies a session. |
acllog match-log-level
To specify the minimum severity level to log ACL matches, use the acllog match-log-level command. To remove the acllog match log level, use the no form of this command.
acllog match-log-level severity-level
no acllog match-log-level severity-level
Syntax Description
Command Default
None
Command Modes
Global configuration mode
Command History
|
|
5.2(1)N1(1) |
This command was introduced. |
Examples
This example shows how to set the acllog match-log-level to 6, informational:
switch(config)# acllog match-log-level 6
switch(config)#
Related Commands