To display information about configuration sessions, use the show configuration session command.
show configuration session [session-name | status | summary]
session-name |
(Optional) Configuration session name. The name can be a maximum of 64 alphanumeric characters. |
status |
(Optional) Displays the status of the configuration session. |
summary |
(Optional) Displays summary information of the active configuration sessions. |
None
EXEC mode
Release |
Modification |
---|---|
4.0(0)N1(1) |
This command was introduced. |
This example shows how to display information about a specific configuration session:
switch# show configuration session mySession1
config session name mySession1
0001 ip access-list myACL
0002 permit icmp any any
0003 statistics per-entry
switch#
This example shows how to display the status of the active configuration session:
switch# show configuration session status
=============================================================================
Session Name : mySession1
Last Action : Validate
Last Action Status : Success
Last Action Reason : -NA-
Last Action Timestamp : 19:03:49 UTC Sep 06 2009
=============================================================================
switch#
This example shows how to display the summary information of the active configuration sessions:
switch# show configuration session summary
Session Manager Database:
--------------------------------------------------------------------
Name Session Owner Creation Time
--------------------------------------------------------------------
mySession1 root 18:09:03 UTC Sep 06 2009
Number of active configuration sessions = 1
switch#
Command |
Description |
---|---|
configure session |
Creates a configuration session. |