Configure a Cisco Router

Configuring a Cisco Router should not be a problem if one has had a bit of computer experience. GUI setup programs are included with the smaller routers. For the purposes of this article we will discuss using a terminal window to configure the Cisco Router. Windows XP users will use Hyperterminal; Windows Vista or Windows 7 users may use the open-source Tera Term or Putty. A Hyperterminal emulator for Linux is Minicom.

Steps

  1. Determine what type of network, WAN or VPN you need to configure. Gather IP addresses, the network protocol, subnet mask, and any addresses of gateways that may be needed, and write this information down. These are all bits of information that may be required for proper setup of a Cisco Router.
  2. Connect the Cisco Router and the PC together with the cable provided. Turn the PC on.
  3. Navigate to Hyperterminal if you are running Windows XP, this is done by going to Start >> Programs >> Accessories >> Communications >> Hyperterminal. For any other operating system, navigate to the appropriate Hyperterminal emulation program.
  4. Configure the new connection by naming it Cisco and use the default Com 1 Port, set the baud rate to 9600. You will do this by filling out the appropriate boxes that appear.
  5. Click OK and you are in the routers console. Power up the router and it will show the boot up screen in the console window. This is set up mode. You may use this set up mode to configure the router, or continue on to configure the router with a terminal window.
  6. If you want to use the terminal window interface, type n and press enter. You will now see a screen with router shown. This is user mode which will not allow you to make changes. If a router name has been previously assigned, it will be shown. “Router” will be used in place of “router name” in these instructions.
  7. Type enable and hit enter. You should now see router#, this means you are in privileged mode; however, you can only view information in this mode. You cannot change how the router works or what information it uses in this mode.
  8. Type configure terminal and press enter, router(config)# should now be seen on your screen. This is Global Configuration Mode, you will use it to change the information the router operates with.
  9. Type ? at the prompt and a list of commands will be shown. Type the name of the command ?, and a description of what the command does will appear. The first command typed should probably be show ?, this will show a list of show commands such as IP protocols and ARP.
  10. You may now enter commands at this point to configure different aspects of the interface between the router and its components. It is beyond the scope of this article to explore all possible network scenarios and their configurations.

Tips

  • Ctrl+Z will enable and save all of the configuration changes you have made and also will return you to privileged mode. If you do not hit ctrl+Z, your changes will not be saved.
  • Hyperterminal program can be copied from a Windows XP computer to Windows Vista or Windows 7 if you wish. Find hypertrm.dll, it should be in the C:\Windows\System32 folder, and hypertrm.exe. should be in C:\Program Files\Windows. Copy these files into any directory on your Windows Vista or Windows 7 computer and hyperterminal should be functional.

Related Articles