Welcome to Firewall.cx   Cisco Technical Knowledgebase
Modules
· Home
· Alternative Menu
· Amazon
· Cisco Decrypter
· Cisco Lab Partners
· Feedback
· Forums
· Max Arcade
· Private Messages
· Recommend Us
· Statistics
· Stories Archive
· Submit News
· Surveys
· Topics
· Web Links
· Your Account
 
Cisco Knowledgebase Articles
 
Site Info
Your IP: 38.107.191.112

Welcome, Anonymous
Nickname
Password

· Register
· Lost Password
Server Date/Time
31 July 2010 14:11:46 EEST (GMT +3)
 
Top Downloads
 
Gold Lab Partners


 
Cisco Lab 1 - Tutorial 1

Cisco Lab 1 - Tutorial 1

Share
Basic Switch & Router Configuration

Router: Configure router's hostname, Ethernet interface, BRI interface. Insert a user mode and privilege mode password, enable secret password, encrypt all passwords, configure VTY. Perform basic connectivity tests, check nvram, flash and system IOS version. Create a banner login.

Switch: Configure switch's hostname, Ethernet interface, System name, Switching mode, Broadcast storm control, Port Monitoring, Port configuration, Port Addressing, Network Management, Check Utilisation Report and Switch statistics.

Important Notice

All router and switch configurations should be cleared by our system. If you find lab devices uncleared, please follow our [manual reset] steps and report this to our staff using our forums.

Ensure 'console', 'enable' or 'secret' passwords on all devices are always set to "cisco"

If you choose to use both 'enable' and 'secret' passwords, make sure the 'secret' password is set to 'cisco'

NOTE: It is vital you do this otherwise our automated system will be unable to clear the lab for the next user. All lab access is logged and abusers will be banned from this site .

Please contact us to report any errors or inconsistencies with regards to this lab.

 

Part 1 - Cisco Router Configuration

The first part of this tutorial will help you understand how Cisco routers function and the steps required to perform basic configuration. Concepts and theory examined in our Cisco routers section are fully covered here, so you'll be able to gain some real hands-on experience.

Note that almost all configuration commands and options are the same on most Cisco routers, regardless of their model series and IOS versions. At any point, you can access the Cisco 'Help' function by using the question mark '?' symbol at the command prompt as it will provide you with a list of all supported commands along with their descriptions for the mode and the configuration section you are currently in.

 

Router1 Tasks:

1) Configure Hostname to "r1".

show answer     hide answer

a) Check router's IOS version, uptime, physical memory, flash memory and verify the router model as shown in the diagram. Make sure the router is configured to load nvram's startup-config when restarted or reloaded.

show answer     hide answer

b) List the IOS binary file located in the flash memory and verify its size of 4159154 bytes.

show answer     hide answer

c)Check the router's CPU utilisation and running processors.

show answer     hide answer

3) Set 'secret' password to "cisco". Configure VTY lines 0 to 5 (telnet) password to 'firewall'. Finally, set the 'Message of the day' (motd) banner to: "Welcome to Lab 1, Router1".

The motd banner gives a message to every person connecting to the router via telnet, console or auxiliary port.

show answer     hide answer

4) Disable DNS lookups to stop the router trying to resolve 'unknown commands' (typically typing mistakes) to hostnames or domains. Configure ethernet 0 interface with IP address 192.168.5.1/24, provide an interface description (locally significant) and check the interface to ensure it is not shutdown. Enter "Lan Interface" as the interface's description.

show answer     hide answer

5) Copy the router's configuration running configuration (ram) to nvram and reload the router to ensure the new configuration loads automatically.

show answer     hide answer

 

 

Part 2 - Cisco Switch Configuration

The second part of the tutorial focuses on the 1900 catalyst switch. Here you'll be required to configure specific aspects while also verifing and monitoring some services. Although the 1900 series switch is considered an old and out-dated switch due to the number of units installed world-wide, we will be covering it just for this lab.

Unlike Cisco's new switches, the first generation 1900 series switches work via a menu driven prompt, making them simple and fast to work with. Our tutorial requires you to find your way through the device's menu and perform the selected functions.

Switch1 Tasks:

1) Configure the system's name to "switch1". Enter "Administrator" as the 'Contact name' and "Cisco Lab" as the 'Location' field.

show answer     hide answer

2) Configure the device's IP address to 192.168.5.2/24 and set the default gateway to 192.168.5.1. Optionally enter 192.168.5.1 as the 1st DNS server and 'cisco.com' as the domain name.

show answer     hide answer

3) Change the switching mode to 'Store-and-Forward'. Decrease the Broadcast Storm 'threshold' to 100 broadcasts per second and set the switch to 'block' the offending port.

show answer     hide answer

4) Set the Address aging time to 1000 seconds and set port 1 as an uplink port (Network port).

show answer     hide answer

Other Tasks:

1) From the router, ping 'sw1' to verify connectivity between the two devices. Go back to your router and ping the switch from there.

show answer     hide answer

2) Check the amount of data transmitted and received on your router's ethernet 0 interface.

show answer     hide answer

3) Copy your router's startup-config to the local tftp server 192.168.5.100. You can provide any unique name you wish, just make sure you note it so you can retrieve it later on.

Note: The tftp server is used by all Cisco lab users, so ensure you use unique filenames (e.g username-lab1-r1) so that you don't lose your configuration file by having it overwritten by someone else.

show answer     hide answer

4) Backup your router's IOS image to the local tftp server 192.168.5.100.

 

show answer     hide answer

 

5) It's now time to enable some security measures so we can limit access to our router, while at the same time protecting all passwords entered into the system.

Configure the vty ( 0 to 4) interfaces with the password 'cisco', and encrypt all passwords stored on the router:

show answer     hide answer

 

6) It's now time to save our configuration to the router's NVRAM. This is done by using one simple command:

show answer     hide answer

 

Congratulations! You have successfully completed the first tutorial of Cisco Lab No.1.