2013年10月29日星期二

How to configure Command-Line Access on Cisco 2911 Router?

Cisco 2900 Series Integrated Services Routers (ISR) have modular design that allows for reuse of a broad array of existing modules that meet business requirements while maximizing investment protection. Among all Cisco 2901-SEC, Cisco 2951 router, Cisco 2921 price and Cisco 2911-SEC are best selling models.
      
line [aux | console | tty | vty] line-number
Router(config)# line console 0
Router(config-line)#
Enters line configuration mode, and specifies the type of line.
This example specifies a console terminal for access.
password password
Router(config)# password 5dr4Hepw3
Router(config-line)#
Specifies a unique password for the console terminal line.
Router(config-line)# login
Router(config-line)#
Enables password checking at terminal session login.
Router(config-line)# exec-timeout 5 30
Router(config-line)#
Sets the interval that the EXEC command interpreter waits until user input is detected. The default is 10 minutes. Optionally, add seconds to the interval value.
This example shows a timeout of 5 minutes and 30 seconds. Entering a timeout of 0 0 specifies never to time out.
Router(config-line)# line vty 0 4
Router(config-line)#
Specifies a virtual terminal for remote console access.
Router(config-line)# password aldf2ad1
Router(config-line)#
Specifies a unique password for the virtual terminal line.
Router(config-line)# login
Router(config-line)#
Enables password checking at the virtual terminal session login.
Router(config-line)# end
Router#
Exits line configuration mode, and returns to privileged EXEC mode.


For more Cisco 2921-SEC information please click here

没有评论:

发表评论