Примечания к выпуску для Cisco Cisco Smart CallConnector Server and Advanced Client

Скачать
Страница из 38
Cisco Smart CallConnector Server®, 2.1.010 Version 
Release Notes for Cisco Smart CallConnector Server®, 2.1.010 Version 
Page 16 
 
DETAILED STEPS: 
 
Command 
Purpose 
Step 1 
configure terminal  
Example:  
Router# configure terminal 
 
Enters global configuration mode.  
Step 2 
(Not required on UC 500 when 
configured through CCA) 
ip http server 
Example:  
Router(config)# ip http server  
Enables the Cisco web browser user interface on 
the local Cisco router. 
Step 3 
(Not required on UC 500 when 
configured through CCA) 
ip http authentication local 
Example:  
Router(config)# ip http 
authentication local
 
Sets http server authentication method to local 
user authentication. 
Step 4 
(Not required on UC 500 when 
configured through CCA) 
ip http timeout-policy idle 180 life 
180 requests 86400 
Example:  
Router(config)# ip http timeout-
policy idle 180 life 180 requests 
86400
 
Sets http server time-out policy parameters. 
Step 5 
(Not required on UC 500 when configured 
through CCA)
aaa new-model 
Example:  
Router(config)# aaa new-model 
Enables the AAA access control system. 
Step 6 
(Not required on UC 500 when 
configured through CCA) 
username username privilege 15 
password 0 
password 
Example:  
Router(config)# username cisco 
privilege 15 password 0 cisco  
Creates a local user account with enough 
privilege to be used to access Cisco router http 
service. 
Step 7 
(Not required on UC 500 when configured 
through CCA)
line vty 0 4 
Example:  
Router(config)# line vty 0 4 
Required for Telnet session. 
Step 8 
(Not required on UC 500 when configured 
through CCA)
transport input all 
Example:  
Router(config-line)# transport 
input all
 
 
Allow all protocols when connecting  to the 
terminal server. 
Step 9 
transport preferred none 
Example:  
Router(config-line)# transport 
preferred none
 
 
No preferred protocol to use. 
Step 10 
(Not required on UC 500 when 
configured through CCA) 
**privilege level 15 
 
** This setting is required if the command 
prompt after logging in to the telnet session 
shows Router#. However, it’s not necessary 
with User EXEC mode which shows Router>