Cisco Systems 57712 사용자 설명서

다운로드
페이지 288
Purpose
Command or Action
Sets the number of seconds to wait between HTTP
requests before the CIMC times out and terminates the
session.
Server /http # set timeout seconds
Step 6
Enter an integer between 60 and 10,800. The default is
1,800 seconds.
Commits the transaction to the system configuration.
Server /http # commit
Step 7
This example configures HTTP for the CIMC:
Server#
scope http
Server /http #
set enabled yes
Server /http *#
set http-port 80
Server /http *#
set https-port 443
Server /http *#
set http-redirect yes
Server /http *#
set timeout 1800
Server /http *#
commit
Server /http #
show
HTTP Port
HTTPS Port Timeout
Active Sessions Enabled HTTP Redirected
---------- ---------- -------- --------------- ------- ----------------
80
443
1800
0
yes
yes
Server /http #
Configuring SSH
Before You Begin
You must log in as a user with admin privileges to configure SSH.
Procedure
Purpose
Command or Action
Enters the SSH command mode.
Server# scope ssh
Step 1
Enables or disables SSH on the CIMC.
Server /ssh # set enabled {yes no}
Step 2
Sets the port to use for secure shell access. The default
is 22.
Server /ssh # set ssh-port number
Step 3
Sets the number of seconds to wait before the system
considers an SSH request to have timed out.
Server /ssh # set timeout seconds
Step 4
Enter an integer between 60 and 10,800. The default
is 300 seconds.
Commits the transaction to the system configuration.
Server /ssh # commit
Step 5
(Optional) Displays the SSH configuration.
Server /ssh # show [detail]
Step 6
   Cisco UCS C-Series Servers Integrated Management Controller CLI Configuration Guide, Release 1.5
134
OL-28893-01  
Configuring Communication Services
Configuring SSH