Administration
Switch Management Access Control
Cisco Small Business 200E Series Advanced Smart Switch Command Reference 96
2
Default
All users are permitted management access.
Command Modes
Management Access-list Configuration mode
Examples
The following example uses the permit command to allow access only to two
management interfaces, e1 and e2:
switch(config)#management access-list mlist
switch(config-macal)#permit interface e1 priority <1-16>
switch(config-macal)#permit interface e2 priority <1-16>
switch(config-macal)#deny priority <1-16>
switch(config-macal)#exit
switch(config)#management access-class mlist
Related Commands
show management access-list
Use this command to display information about the configured management
access list.
show management access-list
prefix-length The number of bits that comprise the source IP address
prefix. The prefix length must be preceded by a forward
slash (/). The range is 0–32 bits.
username The name of a management user.
Command Description
management
access-class
Restrict management connections.
management
access-list
Defines an access list for management and enters the
access-list configuration mode.
deny Sets conditions for the management access list.
Parameter Description