Management ACL Commands
management access-list
Cisco 220 Series Smart Plus Switches Command Line Interface Reference Guide Release 1.0.0.x
347
23
Example
The following example defines an ACL called mlist as the active management
ACL:
switchxxxxxx(config)#
management access-class mlist
switchxxxxxx(config-macl)#
permit ip 192.168.1.111/0.0.255.255 interfaces gi9
service all
switchxxxxxx(config-macl)#
permit ip 192.168.1.111/0.0.255.255 interfaces
gi11 service all
switchxxxxxx(config-macl)#
exit
switchxxxxxx(config)#
management access-list
To configure a management access control list (ACL) and enter the Management
Access-List Configuration command mode, use the management access-list
Global Configuration mode command.
To delete a management ACL, use the no form of this command.
Syntax
management access-list
name
no management access-list
name
Parameters
•
name
—The ACL name.
Default Configuration
N/A
Command Mode
Global Configuration mode
User Guidelines
Use this command to configure a management ACL. This command enters the
Management Access-List Configuration command mode, where the denied or
permitted access conditions are defined with the deny and permit commands.
If no match criteria is defined, the default value is deny.