Reference Guide

116 Configuring System Information
Guide\Plasma_UGSystemConfig.fm
DELL CONFIDENTIAL – PRELIMINARY 3/6/14 - FOR PROOF ONLY
The following is an example of the CLI commands:
Authentication Profiles
In addition to access profiles, you can configure authentication for
management access methods, such as SSH, console, Telnet, HTTP, and
HTTPS.
User authentication can occur:
•Locally
Via an external server,
such as a TACACS+ or a RADIUS server
console(config)# management access-list mlist
console(config-macl)# permit gi0/1
console(config-macl)# permit gi0/2
console(config-macl)# deny gi0/3
console(config-macl)# deny gi0/4
console(config-macl)# exit
console(config)# management access-class mlist
console(config)# exit
console# show management access-list
mlist
-----
permit gi0/1
permit gi0/2
deny gi0/3
deny gi0/4
! (Note: all other access implicitly denied)
console# show management access-class
Management access-class is enabled, using access
list mlist