Verifying A Session; Committing A Session; Saving A Session; Discarding A Session - Cisco AJ732A - MDS 9134 Fabric Switch Configuration Manual

Cisco nexus 5000 series switch cli software configuration guide, nx-os 4.0(1a)n1 (ol-16597-01, january 2009)
Hide thumbs Also See for AJ732A - Cisco MDS 9134 Fabric Switch:
Table of Contents

Advertisement

Chapter 23
Configuring Session Manager
S e n d f e e d b a c k t o n x 5 0 0 0 - d o c f e e d b a c k @ c i s c o . c o m

Verifying a Session

To verify a session, use the following command in session mode:
Command
switch(config-s)# verify [verbose]

Committing a Session

To commit a session, use the following command in session mode:
Command
switch(config-s)# commit [verbose]

Saving a Session

To save a session, use the following command in session mode:
Command
switch(config-s)# save location

Discarding a Session

To discard a session, use the following command in session mode:
Command
switch(config-s)# abort

Session Manager Example Configuration

This 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
switch# show configuration session test2
OL-16597-01
Purpose
Verifies the commands in the configuration session.
Purpose
Commits the commands in the configuration session.
Purpose
(Optional) Saves the session to a file. The location can be
in bootflash or volatile.
Purpose
Discards the configuration session without applying the
commands.
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
Configuring Session Manager
23-3

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents