Você está na página 1de 19

Lovely Professional University

Department of CA

Design Problem: 1 Course Code: CAP553


Course Instructor: Lect. Ginnia Kakkar Course Tutor (if applicable):
NA
Date of Allotment:26-aug-10 Date of submission: 23-sep-10
Student’s Roll Number:RA3902A17 Section No.:A3902

Declaration:
I declare that this assignment is my individual work. I have not copied
from any other student’s work or from any other source except where due
acknowledgement is made explicitly in the text, nor has any part been written for me
by another person.

varunkumar
Student’s Sign:

Evaluator’s Comments:
___________________________________________________

Marks obtained: ____________ out of __________________


Problem
An organization Satco Industries Ltd. has installed a Cisco Router to
set up its network. You are hired as Network Administrator by the
organization and you are allotted certain tasks mentioned as
expectations.

Design a plan indicating how you will be carrying out all the expected
activities.

Note: Implement your plan using a Network Simulator and provide


appropriate screen prints. Choose a router of any series / model for
implementation purpose.

Expectations
1) Prepare a report indicating current configuration of the router
(3M)
2) Change the name of the router, set a banner on the network
(4M)
3) Edit configuration by setting console and auxiliary passwords and
regenerate configuration report
(5M)
4) Generate a report indicating status of the protocols running on this router
(4M)
5) Configure IP addresses for 2 interfaces of the router and save the
configuration of the router

(4M)
1) Prepare a report indicating current configuration of the router

Click on Router
Click on CLI tab
Press enter

Router>enable
Router#show running-config
Building configuration...

Current configuration : 514 bytes


!
version 12.2
no service password-encryption
!
hostname Router
!
!
!
!
!
ip ssh version 1
!
!
ip classless
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
end

Router#
OUTPUT
2) Change the name of the router, set a banner on the network

Change Name Of The Router Or Hostname

Click on Router.
Select config tab.
In Global Setting
Display Name : LPU
Hostname : mca

Router#
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname mca

mca(config)# exit
%SYS-5-CONFIG_I: Configured from console by console
mca#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
mca#
OUTPUT
Set A Banner On The Network

mca#
mca#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
mca(config)#banner motd ! Unauthorized Access Prohibited !
mca(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
mca#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
mca#

OUTPUT
3) Edit configuration by setting console and auxiliary passwords and
regenerate configuration report

Setting Console Password

mca>enable
mca#config t
Enter configuration commands, one per line. End with CNTL/Z.
mca(config)#line console 0
mca(config-line)#password a3902
mca(config-line)#login
mca(config-line)#exit
mca(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
mca#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
mca#

OUTPUT
To Check Console Password And Banner

Press RETURN to get started.

Unauthorized Access Prohibited

User Access Verification

Password:

mca>
4) Generate a report indicating status of the protocols running on this router

Status Of Protocols Running On This Router

mca>enable
mca#show protocols
Global values:
Internet Protocol routing is enabled
FastEthernet0/0 is administratively down, line protocol is down
FastEthernet1/0 is administratively down, line protocol is down
Serial2/0 is administratively down, line protocol is down
Serial3/0 is administratively down, line protocol is down
FastEthernet4/0 is administratively down, line protocol is down
FastEthernet5/0 is administratively down, line protocol is down
mca#

OUTPUT
5) Configure IP addresses for 2 interfaces of the router and save the
configuration of the router

Configure FastEthernet Port

mca>enable
mca#config t
Enter configuration commands, one per line. End with CNTL/Z.
mca(config)#interface FastEthernet 0/0
mca(config-if)ip address 10.0.0.3 255.255.255.240
mca(config-if)#no shutdown
mca(config-if)#exit
mca(config)#exit
mca#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
mca#

Configure Serial Port

mca>enable
mca#config t
Enter configuration commands, one per line. End with CNTL/Z.
mca(config)# interface Serial 2/0
mca(config-if) ip address 10.1.0.1 255.255.255.240
mca(config-if)#no shutdown
mca(config-if)#exit
mca(config)#exit
mca#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
mca#

Configure IP Route

mca>enable
mca#config t
Enter configuration commands, one per line. End with CNTL/Z.
mca(config)#ip route 10.2.0.0 255.255.255.240 10.1.0.2
mca(config)#ip route 10.3.0.0 255.255.255.240 10.1.0.2
mca(config)#ip route 10.4.0.0 255.255.255.240 10.1.0.2
mca(config)#exit
mca#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
mca#

Press RETURN to get started.

Unauthorized Access Prohibited

User Access Verification

Password:

mca>enable
mca#show running-config
Building configuration...

Current configuration : 756 bytes


!
version 12.2
no service password-encryption
!
hostname mca
!
!
!
!
!
ip ssh version 1
!
!
interface FastEthernet0/0
ip address 10.0.0.3 255.255.255.240
duplex auto
speed auto
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface Serial2/0
ip address 10.1.0.1 255.255.255.240
clock rate 128000
!
interface Serial3/0
no ip address
shutdown
!
interface FastEthernet4/0
no ip address
shutdown
!
interface FastEthernet5/0
no ip address
shutdown
!
ip classless
ip route 10.2.0.0 255.255.255.240 10.1.0.2
ip route 10.3.0.0 255.255.255.240 10.1.0.2
ip route 10.4.0.0 255.255.255.240 10.1.0.2
!
!
!
!
!
banner motd ^C Unauthorized Access Prohibited ^C
line con 0
password a3902
login
line vty 0 4
login
!
!
end

mca#
Check That The Router Is Able To Connect To Machines Present In Another
Network.

Check Connectivity

OUTPUT1
OUTPUT2
OUTPUT3
OUTPUT4

Você também pode gostar