For beginners! Featured CISCO router tutorials

Source: Internet
Author: User

Many people are not very familiar with the installation and configuration of CISCO routers. It does not matter. Here we will introduce the classic section of the CISCO router tutorial, this gives you a better understanding of vro configurations. This document uses Cisco2620 as an example to describe the configuration and remote access configuration methods in the CISCO router tutorial, this article discusses how to use the DHCP service function of the internal network to allocate address information for users who remotely dial in and how to eliminate common router faults. Basic configuration of Cisco2620 vro:

CISCO router tutorial 1. Initial installation

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.

CISCO router tutorial 2. configuring a router

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

(1) set the password
Cisco2620 (config) # enable secret 123123: Set the privileged mode password to 123123
Cisco2620 (config) # line console 0: Enter the Console port configuration mode
Cisco2620 (config-line) # password 123123: Set the Console port password to 123123
Cisco2620 (config-line) # login: Make the console port configuration take effect
Cisco2620 (config-line) # line vty 0 5: Switch to remote logon Port
Cisco2620 (config-line) # password 123123: Set the remote logon password to 123123
Cisco2620 (config-line) # login: Make the configuration take effect

(2) Set a Fast Ethernet port
Cisco2620 (config) # interface fastFastethernet 0/0: enter the port configuration mode
Cisco2620 (config-if) # ip address 192.168.1.6 255.255.255.0: Set the ip address and mask
Cisco2620 (config-if) # no shutdown: Enable the port
Cisco2620 (config-if) # exit: exit from Port Configuration Mode

(3) set Synchronous Serial Port
Cisco2620 (config) # interface serial 0/0: Enter Synchronous serial Port Settings
Cisco2620 (config-if) # ip unnumbered fastFastethernet 0/0: Synchronous Serial Port uses the same ip address as the fast Ethernet port
Cisco2620 (config-if) # encapsulation ppp: sets the data link layer protocol as PPP.

(4) set up the 16-port Modem dialing module and use the internal DHCP service to assign addresses to the dial-in users.
Cisco2620 (config) # interface Group-Async1
Cisco2620 (config-if) # ip unnumbered FastEthernet0/0
Cisco2620 (config-if) # encapsulation ppp
Cisco2620 (config-if) # ip tcp header-compression passive: Enable passive IP header compression
Cisco2620 (config-if) # async mode dedicated: works only in asynchronous mode
Cisco2620 (config-if) # peer default ip address dhcp: Forward ip address requests to the DHCP server
Cisco2620 (config-if) # ppp authentication chap: sets authentication as CHAP.
Cisco2620 (config-if) # group-range 33 48: the dial-up group contains 16 ports.

The 16 AM module of Cisco provides a high-density Analog Circuit Access Mode. employees not in the office building can use Modem to dial up the LAN and log on to the server for remote office. The peer default ip address dhcp command allows the dial-in workstation to dynamically obtain the ip address through the DHCP server in the LAN, saving ip address Resources and receiving parameters configured on the DHCP server, for example, if the IP address of the DNS server is configured with a static route pointing to the firewall in global mode, the workstation can also access the Internet through the firewall. Cisco2620 (config) # ip route 0.0.0.0 0.0.0.0 192.168.1.4: Set the static route to the firewall

(5) setting the physical characteristics of the 16 AM Module
Cisco2620 (config) # line 33 48: Enter the Modem port Mode
Cisco2620 (config-line) # session-timeout 30: The timeout value is set to 30 minutes.
Cisco2620 (config-line) # autoselect during-login: Automatic Logon
Cisco2620 (config-line) # autoselect ppp: automatically selects the PPP protocol
Cisco2620 (config-line) # login local: Allow local Password check
Cisco2620 (config-line) # modem InOut: Allow dial-in and dial-out
Cisco2620 (config-line) # transport input all: Specify the transmission protocol
Cisco2620 (config-line) # stopbits 1: Set a stop bit
Cisco2620 (config-line) # flowcontrol hardware: sets the hardware traffic control.
 

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.