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