For beginners, refer to the CISCO router tutorial (1)

Source: Internet
Author: User

Initial installation of the CISCO router tutorial

During the first installation, the system automatically enters the Dialog Setup, as prompted on the screen, answer the router name, encrypted super login password, super login password, remote login password, dynamic routing protocol, and the configuration of each interface, and save the configuration. After the vro name appears, run the enable command and enter the super logon password. If the vro name appears, the name is Cisco2620. After the Cisco2620 # prompt is displayed, the vro mode is enabled, now you can configure the vro.

How to configure a vro in the CISCO router tutorial

Type config terminal. The prompt Cisco2620 (config) # appears to enter the configuration mode.

Password setting for the CISCO router tutorial

 
 
  1. Cisco2620 (config) # enable secret 123123: Set the privileged mode password to 123123
  2.  
  3. Cisco2620 (config) # line console 0: Enter the Console port configuration mode
  4.  
  5. Cisco2620 (config-line) # password 123123: Set the Console port password to 123123
  6.  
  7. Cisco2620 (config-line) # login: Make the console port configuration take effect
  8.  
  9. Cisco2620 (config-line) # line vty 0 5: Switch to remote logon Port
  10.  
  11. Cisco2620 (config-line) # password 123123: Set the remote logon password to 123123
  12.  
  13. Cisco2620 (config-line) # login: Make the configuration take effect

How to Set up a fast Ethernet port in a CISCO router tutorial

 
 
  1. Cisco2620 (config) # interface fastFastethernet 0/0: enter the port configuration mode
  2.  
  3. Cisco2620 (config-if) # ip address 192.168.1.6 255.255.255.0: Set the ip address and mask
  4.  
  5. Cisco2620 (config-if) # no shutdown: Enable the port
  6.  
  7. Cisco2620 (config-if) # exit: exit from Port Configuration Mode
  8.  
  9. Configure synchronous serial port in the CISCO router tutorial
  10.  
  11. Cisco2620 (config) # interface serial 0/0: Enter Synchronous serial Port Settings
  12.  
  13. Cisco2620 (config-if) # ip unnumbered fastFastethernet 0/0: Synchronous Serial Port uses the same ip address as the fast Ethernet port
  14.  
  15. Cisco2620 (config-if) # encapsulation ppp: sets the data link layer protocol as PPP.


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.