Dell 3548 Switch User Manual


 
Configuring System Information 177
The following is an example of the CLI commands:
Defining Authentication Profiles
The Authentication Profiles page contains fields for selecting the user authentication method on the
device. User authentication occurs:
•Locally
Via an external server
User authentication can also be set to None.
User authentication occurs in the order the methods are selected. For example, if both the Local and
RADIUS options are selected, the user is authenticated first locally. If the local user database is empty,
the user is then authenticated via the RADIUS server. If the authentication fails using the first method,
the authentication process ends.
console(config)# management access-list mlist
console(config-macl)# permit ethernet 1/e1
console(config-macl)# permit ethernet 1/e2
console(config-macl)# deny ethernet 1/e3
console(config-macl)# deny ethernet 1/e4
console(config-macl)# exit
console(config)# management access-class mlist
console(config)# exit
console# show management access-list
mlist
-----
permit ethernet 1/e1
permit ethernet 1/e2
deny ethernet 1/e3
deny ethernet 1/e4
! (Note: all other access implicitly denied)
Console# show management access-class
Management access-class is enabled, using access list mlist