![Cisco Small Business 300 1.1 Series Administration Manual Download Page 138](http://html.mh-extra.com/html/cisco/small-business-300-1-1-series/small-business-300-1-1-series_administration-manual_2609294138.webp)
Management ACL Commands
78-20269-01 Command Line Interface Reference Guide
139
9
Example
Example 1 - The following example creates a management access list called mlist,
configures management
gi
1 and
gi
9, and makes the new access list the active
list.
Console(config)#
management access-list
mlist
Console(config-macl)#
permit
gi1
Console(config-macl)#
permit
gi9
Console(config-macl)#
exit
Console(config)#
management access-class
mlist
Example 2 - The following example creates a management access list called
‘mlist’, configures all interfaces to be management interfaces except
gi1 and 9
,
and makes the new access list the active list.
Console(config)#
management access-list
mlist
Console(config-macl)#
deny
gi1
Console(config-macl)#
deny
gi9
Console(config-macl)#
permit
Console(config-macl)#
exit
Console(config)#
management access-class
mlist
9.2
permit (Management)
The permit Management Access-List Configuration mode command sets permit
rules (ACEs) for the management access list (ACL).
Syntax
permit
[interface-id] [service service]
permit ip-source {
ipv4-address
|
ipv6-address
/
ipv6-prefix-length
}
[mask {mask |
prefix-length}] [interface-id] [service service]