Console(config-line)#Console(config-line)#Console(config-line)#
Console(config-line)#Console(config-line)#Console(config-line)#

Initial Configuration

Advanced Configuration

Configuring an Initial Telnet Password

To configure an initial Telnet password, enter the following commands:

Console(config)# aaa authentication login default line Console(config)# aaa authentication enable default line Console(config)# line telnet

login authentication default enable authentication default password bob

When initially logging onto a device through a Telnet session, enter bob at the password prompt. When changing a device mode to enable, enter bob.

Configuring an Initial SSH password

To configure an initial SSH password, enter the following commands:

Console(config)# aaa authentication login default line Console(config)# aaa authentication enable default line Console(config)# line ssh

login authentication default enable authentication default password jones

When initially logging onto a device through a SSH session, enter ”jones” at the password prompt. When changing a device mode to enable, enter “jones”.

Configuring an Initial HTTP Password

To configure an initial HTTP password, enter the following commands:

Console(config)# ip http authentication local

Console(config)# username admin password user1 level 15

Configuring an initial HTTPS Password

To configure an initial HTTPS password, enter the following commands:

Console(config)# ip https authentication local

Console(config)# username admin password user1 level 15

Enter the following commands once when configuring to use a console, a Telnet, or an SSH session in order to use an HTTPS session.

In the Web browser enable SSL 2.0 or greater for the content of the page to appear.

Console(config)# ip https server

Console(config)# crypto certificate 1 generate key-generate

Generating RSA private key, 1024 bit long modulus

Console(config)# ip https certificate 1

When initially enabling an http or https session, enter admin for user name and user1 for password.

Note

HTTP and HTTPS services require level 15 access and connect directly to the configuration level access.

Page 41

Page 42
Image 42
D-Link DWS/DXS-3200 manual Configuring an Initial Telnet Password, Configuring an Initial SSH password