CONFIGURING THE SWITCH

CLI – Specify all the required parameters to enable logon authentication.

Console(config)#authentication login radius

3-94

Console(config)#radius-server host 192.168.1.25

3-95

Console(config)#radius-server port 181

3-96

Console(config)#radius-server key green

3-97

Console(config)#radius-server retransmit 5

3-97

Console(config)#radius-server timeout 10

3-98

Console#show radius-server

3-98

Server IP address: 192.168.1.25

 

Communication key with radius server:

 

Server port number: 181

 

Retransmit times: 5

 

Request timeout: 10

 

Console(config)#authentication login tacacs

3-94

Console(config)#tacacs-server host 10.20.30.40

3-99

Console(config)#tacacs-server port 200

3-100

Console(config)#tacacs-server key green

3-101

Console#show tacacs-server

3-101

Server IP address: 10.20.30.40

 

Communication key with tacacs server: green

 

Server port number: 200

Console(config)#

Configuring HTTPS

You can configure the switch to enable the Secure Hypertext Transfer Protocol (HTTPS) over the Secure Socket Layer (SSL), providing secure access (i.e., an encrypted connection) to the switch’s web interface.

Command Usage

Both the HTTP and HTTPS service can be enabled independently on the switch. However, you cannot configure both services to use the same UDP port.

If you enable HTTPS, you must indicate this in the URL that you specify in your browser: https://device[:port_number]

When you start HTTPS, the connection is established in this way:

-The client authenticates the server using the server’s digital certificate.

-The client and server negotiate a set of security protocols to use for the connection.

-The client and server generate session keys for encrypting and decrypting data.

3-38

Page 86
Image 86
SMC Networks SMC8624/48T manual Configuring Https, Command Usage