Cisco Nexus 5000 Series Configuration Manual page 93

Nx-os security configuration guide
Hide thumbs Also See for Nexus 5000 Series:
Table of Contents

Advertisement

Configuring Access Control Lists
SUMMARY STEPS
1. configure terminal
2. interface mgmt port
3. Enter one of the following commands:
4. (Optional) show running-config aclmgr
5. (Optional) copy running-config startup-config
DETAILED STEPS
Command or Action
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
interface mgmt port
Example:
switch(config)# interface mgmt0
switch(config-if)#
Step 3
Enter one of the following commands:
• ip access-group access-list {in|out}
• ipv6 traffic-filter access-list {in|out}
Example:
switch(config-if)#ip access-group acl-120 out
Step 4
show running-config aclmgr
Example:
switch(config-if)# show running-config aclmgr
Step 5
copy running-config startup-config
Example:
switch(config-if)# copy running-config startup-config
Related Topics
• Creating an IP ACL
OL-20919-01
• ip access-group access-list {in|out}
• ipv6 traffic-filter access-list {in|out}
Purpose
Enters global configuration mode.
Enters configuration mode for the management
interface.
Appies an IPv4 or IPv6 ACL to the Layer 3 interface
for traffic flowing in the direction specified. You can
apply one router ACL per direction.
(Optional)
Displays the ACL configuration.
(Optional)
Copies the running configuration to the startup
configuration.
Cisco Nexus 5000 Series NX-OS Security Configuration Guide
Configuring IP ACLs
81

Advertisement

Table of Contents
loading

Table of Contents