Configuring Session Manager
Creating a Session
You can create up to 32 configuration sessions.
Procedure
PurposeCommand or Action
Creates a configuration session and enters
session configuration mode. The name can be
any alphanumeric string.
switch# configure session name
Step 1
Displays the contents of the session.
Displays the contents of the session.(Optional) switch(config-s)# show
configuration session [name]
Step 2
Saves the session to a file. The location can be
in bootflash or volatile.
(Optional) switch(config-s)# save location
Step 3
Configuring ACLs in a Session
You can configure ACLs within a configuration session.
Procedure
PurposeCommand or Action
Creates a configuration session and enters
session configuration mode. The name can be
any alphanumeric string.
switch# configure session name
Step 1
Creates an ACL.
switch(config-s)# ip access-list name
Step 2
Adds a permit statement to the ACL.(Optional) switch(config-s-acl)# permit
protocol source destination
Step 3
Enters interface configuration mode.
switch(config-s-acl)# interface interface-type
number
Step 4
Adds a port access group to the interface.
switch(config-s-if)# ip port access-group name
in
Step 5
Displays the contents of the session.(Optional) switch# show configuration session
[name]
Step 6
Cisco Nexus 3548 Switch NX-OS System Management Configuration Guide, Release 7.x
76
Configuring Session Manager
Configuring Session Manager