EasyManua.ls Logo

Cisco Nexus 3548 series - Verifying a Session; Committing a Session; Saving a Session; Discarding a Session

Cisco Nexus 3548 series
230 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Verifying a Session
To verify a session, use the following command in session mode:
PurposeCommand
Verifies the commands in the configuration session.switch(config-s)# verify [verbose]
Committing a Session
To commit a session, use the following command in session mode:
PurposeCommand
Commits the commands in the configuration session.switch(config-s)# commit [verbose]
Saving a Session
To save a session, use the following command in session mode:
PurposeCommand
(Optional) Saves the session to a file. The location can be in bootflash or
volatile.
switch(config-s)# save location
Discarding a Session
To discard a session, use the following command in session mode:
PurposeCommand
Discards the configuration session without applying the commands.switch(config-s)# abort
Configuration Example for Session Manager
The following example shows how to create a configuration session for ACLs:
switch# configure session name test2
switch(config-s)# ip access-list acl2
switch(config-s-acl)# permit tcp any any
switch(config-s-acl)# exit
switch(config-s)# interface Ethernet 1/4
switch(config-s-ip)# ip port access-group acl2 in
switch(config-s-ip)# exit
switch(config-s)# verify
switch(config-s)# exit
Cisco Nexus 3548 Switch NX-OS System Management Configuration Guide, Release 7.x
77
Configuring Session Manager
Verifying a Session

Table of Contents

Related product manuals