Cisco Nexus 5000 Series Switch CLI Software Configuration Guide, NX-OS 4.0(1a)N1 (OL-16597-01, January 2009)

Send feedback to nx5000-docfeedback@cisco.com
23-2
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
OL-16597-01
Chapter 23 Configuring Session Manager
Configuring Session Manager
Configuring Session Manager
This section includes the following topics:
Creating a Session, page 23-2
Configuring ACLs in a Session, page 23-2
Verifying a Session, page 23-3
Committing a Session, page 23-3
Saving a Session, page 23-3
Discarding a Session, page 23-3
Session Manager Example Configuration, page 23-3
Creating a Session
You can create up to 32 configuration sessions. To create a configuration session, perform this task:
Configuring ACLs in a Session
You can configure ACLs within a configuration session. To configure ACLs within a configuration
session, perform this task:
Command Purpose
Step 1
switch# configure session name
Creates a configuration session and enters session
configuration mode. The name can be any alphanumeric
string.
Step 2
switch(config-s)# show configuration
session [name]
(Optional) Displays the contents of the session.
Step 3
switch(config-s)# save location
(Optional) Saves the session to a file. The location can be
in bootflash or volatile.
Command Purpose
Step 1
switch# configure session name
Creates a configuration session and enters session
configuration mode. The name can be any alphanumeric
string.
Step 2
switch(config-s)# ip access-list name
Creates an ACL.
Step 3
switch(config-s-acl)# permit protocol
source destination
(Optional) Adds a permit statement to the ACL.
Step 4
switch(config-s-acl)# interface
interface-type number
Enters interface configuration mode.
Step 5
switch(config-s-if)# ip port
access-group name in
Adds a port access group to the interface.
Step 6
switch# show configuration session
[name]
(Optional) Displays the contents of the session.