The following is an example of the CLI commands:

console(config)# management access-listmlist 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-classmlist 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

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.

Configuring System Information

177

Page 177
Image 177
Dell 3548 manual Defining Authentication Profiles, Console# show management access-list mlist