0% found this document useful (0 votes)
22 views5 pages

Lab Manual 3

This document outlines tasks for configuring multiple routers. It involves: 1. Configuring IP addresses on router interfaces and enabling routing protocols. 2. Setting hostnames on each router to identify their locations. 3. Configuring interface descriptions to indicate office connections. 4. Setting a message of the day banner on all routers restricting unauthorized access.

Uploaded by

Ahmed Hussain
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views5 pages

Lab Manual 3

This document outlines tasks for configuring multiple routers. It involves: 1. Configuring IP addresses on router interfaces and enabling routing protocols. 2. Setting hostnames on each router to identify their locations. 3. Configuring interface descriptions to indicate office connections. 4. Setting a message of the day banner on all routers restricting unauthorized access.

Uploaded by

Ahmed Hussain
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Lab Task 1

1. Access router via console connection


2. Set interface fast ethernet 0/0 to 192.128.1.1 255.255.255.0
3. Set interface fast ethernet describtion to BRANCH OFFICE INTERFACE
4. Set MOTD as ---- UNAUTHORIZED ACCESS IS NOT ALLOWED ----
5. Set telnet password to cisco

Lab Configuration

Task 1

Click on pc2 > click desktop tab > click on terminal > click ok

(you should be able to access router now)

Task 2

Router>

Router>enable

Router#configure terminal

Router(config)#interface fastEthernet 0/0

Router(config-if)#ip address 192.168.1.1 255.255.255.0


Router(config-if)#no shutdown

Task 3

Router(config)#interface fastEthernet 0/0

Router(config-if)#description BRANCH OFFICE INTERFACE

Task 4

Router(config)#banner motd / ---- UNAUTHORIZED ACCESS IS NOT ALLOWED ---- /

Task 5

Router(config)#line vty 0 15

Router(config-line)#password cisco

Router(config-line)#login

Lab Task 2

1. assign ip address the router interfaces


2. enable rip protocol and disable auto summarization
3. set router 0 name as arizona, router 1 as virginia, router 2 as NY
4. Set describtion of the interfaces as follow

fa 0/0 interface of router 0 - connection to headquater

fa 0/0 of router 1 - connection to branch 1

se 2/0 of router 1 - connection to branch 2

se 2/0 of router 2 - connection to headquater

5. Set MOTD on all routers to ---- UNAUTHORIZED ACCESS IS NOT ALLOWED ----
Lab Configuration

Task 1

router 0

Router(config)#in fa 0/0
Router(config-if)#ip add 192.168.1.1 255.255.255.0
Router(config-if)#no sh

router 1

Router(config)#in fa 0/0
Router(config-if)#ip add 192.168.1.2 255.255.255.0
Router(config-if)#no sh

Router(config-if)#in se 2/0
Router(config-if)#ip add 192.168.2.1 255.255.255.0
Router(config-if)#no sh
Router(config-if)#clock rate 56000

router 2

Router(config)#in se 2/0
Router(config-if)#ip add 192.168.2.2 255.255.255.0
Router(config-if)# no sh

Task 2

router 0

Router(config)#router rip
Router(config-router)#ver 2
Router(config-router)#network 192.168.1.0
Router(config-router)#no auto-summary

Router 1

Router(config)#router rip
Router(config-router)#ver 2
Router(config-router)#network 192.168.1.0
Router(config-router)#network 192.168.2.0
Router(config-router)#no auto-summary
router 2

Router(config)#router rip
Router(config-router)#ver 2
Router(config-router)#network 192.168.2.0
Router(config-router)#no auto-summary

Router(config)#interface fastEthernet 0/0

Router(config-if)#ip address 192.168.1.1 255.255.255.0

Router(config-if)#no shutdown

Task 3

router 0

Router(config)#hostname arizona

router 1

Router(config)#hostname virginia

router 2

Router(config)#hostname NY

Task 4

router 0

Router(config)#in fa 0/0

Router(config-if)#description connection to headquater

router 1

Router(config)#in fa 0/0

Router(config-if)#description connection to branch 1

Router(config)#in se 2/0

Router(config-if)#description connection to branch 2


router 2

Router(config)#in se 2/0

Router(config-if)#description connection to headquater

Task 5

On all routers

Router(config)#banner motd / ---- UNAUTHORIZED ACCESS IS NOT ALLOWED ---- /

Router> enable

Router# config

Router(config)# in Fa 0/0

Router (config-if)#exit

You might also like