Management ACL Commands 1139
Example
The following example shows how all ports are denied in the access-list called

mlist

.
console(config)# management access-list mlist
console(config-macal)# deny

management access-class

Use the management access-class command in Global Configuration mode
to restrict management connections. To disable restriction, use the no form
of this command.
Syntax
management access-class {console-only |
name
}
no management access-class
name
— A valid access-list name. (Range: 1–32 characters)
console-only
— The switch can be managed only from the console.
Default Configuration
This command has no default configuration.
Command Mode
Global Configuration mode
User Guidelines
This command has no user guidelines.
Example
The following example configures an access-list called

mlist

as the
management access-list.
console(config)# management access-class mlist