Vous êtes sur la page 1sur 13

Homework Title/No: DP#1 Course Code: CAP553

Course Instructor: Lect.Ginnia kakkar Course Tutor (if applicable): -


Date of Allotment: 24-07-10 Date of submission:23/09/2010
Student’s Roll number: RA3902A08 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.

Student’sSign: TARUN GUPTA

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.

Solution for the problem:-


As a network administrator I have to setup a network using
Cisco router for the Satco Industries.
Industries can have different floor or adjacent buildings so I
have used 4 router for different areas. It can be costly to put 3
router but we don’t have given the required output

A router can have multiple VLANS using switches, but to


understand the concept I used 1 HUB (Switches can also be
used) with each router. Each hub is attached to 3 PCs it can be
more then 3.
Below shown an example of network using simulator in a
screen shot as an example.
I have used static IP routing for all the terminals. A CLASS B
address is used i.e. 172.16.0.0 with CIDR /27
No. of subnet=211=2048
No. of hosts=27=128
Block size 1=256-255=1
Block size 2=256-224=32

0-0 1-1, 2-2, 3-3............................................ 255-


255
0-31, 32-63, 64-95, 96-
127..............................., 224-255
SUBNETS
Network 172.16.0.0 172.16.0.3 172.16.0.22
address 2 4

Valid host 172.16.0.1 . .


address . . ……………….. .
172.16.0.3
0
Broadcast 172.16.0.3 172.16.0.6 172.16.0.25
address 1 3 5
172.16.1.0 172.16.1.3 172.16.1.22
. 2 ……………….. 4
. . .
172.16.1.3 . .
1 172.16.1.6 172.16.1.25
3 5
. . . .
. . . .
. . . .
172.16.255 172.16.255 172.16.255.
.0 .32 ……………….. 224
. . .
. . .
172.16.255 172.16.255 172.16.255.
.31 .63 224
Expectation 1

Router output Description


Router#sh run To show current configuration of
Building configuration... router
Current configuration : 514 Here router is building its
bytes configuration data
! Size that configuration holds i.e
version 12.2 514 bytes
no service password- !-start of first configuration
encryption Shows version is 12.2
! And no service password is set
hostname Router !-shows end of this configuration
! Shows host name of router i.e
! Router
!
!
!
ip ssh version 1
!
! Shows that secure shell version 1
interface FastEthernet0/0 is used
no ip address
duplex auto
speed auto Indicates interface=FastEthernet,
shutdown port=0/0
! No IP address is assigned yet
interface FastEthernet1/0 Duplex Mode= auto(half/full)
no ip address Speed= auto
duplex auto Status= disable
speed auto
shutdown Indicates interface=FastEthernet,
! port=1/0
interface Serial2/0 No IP address is assigned yet
no ip address Duplex Mode= auto(half/full)
shutdown Speed= auto Status= disable
!
Indicates interface=Serial,
port=2/0
interface Serial3/0 No IP address is assigned yet
no ip address Status= disable
shutdown
! Indicates interface=Serial,
interface FastEthernet4/0 port=3/0
no ip address No IP address is assigned yet
shutdown Status= disable

Indicates interface=FastEthernet,
port=1/0
No IP address is assigned yet
Status= disable

Router ouput Description


Router#sh protocol Show the protocols
Global values: Global values of router
Internet Protocol routing is Status of IP routing
enabled
FastEthernet0/0 is Type –Fast Ethernet (host)
administratively down, line port-0/0 status-disable
protocol is down
FastEthernet1/0 is Type –Fast Ethernet(host)
administratively down, line port-0/1 status-disable
protocol is down
Serial2/0 is administratively Type –Serial (router-router)
down, line protocol is down port-2/0 status-disable
Serial3/0 is administratively Type –Serial (router-router)
down, line protocol is down port-2/0 status-disable
FastEthernet4/0 is
administratively down, line Type –Fast Ethernet(full
protocol is down duplex)
FastEthernet5/0 is port-4/0 status-disable
administratively down, line
protocol is down Type –Fast Ethernet(full
duplex)
port-4/0 status-disable
Expectation 2

Setting host name and banners


Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname satco
satco(config)#banner login !welcome to satco network!
satco(config)#banner motd !you are in admin level!
satco(config)#enable login 12345
satco(config)#exit
satco#
%SYS-5-CONFIG_I: Configured from console by console
satco#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
satco#exit
Output:-
Expectation 3

To set Consol password


satco#config t
Enter configuration commands, one per line. End with
CNTL/Z.
satco(config)#line consol 0
satco(config-line)#password tarun
satco(config-line)#login
satco(config)#line aux 0
satco(config-line)#password tarun
satco(config-line)#login

satco(config-line)#exit
satco(config)#exit
satco#
%SYS-5-CONFIG_I: Configured from console by console
satco#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
satco#
Report in snapshot
Expectation 4

Report in table showing exactly what it


says

Output on router CLI Description of Output


satco#sh protocol Shows current configuration of
Global values: protocol
Internet Protocol routing is
enabled Indicates that IP routing is enable now
FastEthernet0/0 is up, line
protocol is up Interface=FastEthernet port=0/0 is
Internet address is enable
172.16.0.161/28 With IP address=172.16.0.161/28
FastEthernet1/0 is up, line /28 is CIDR i.e. 255.255.255.240
protocol is up
Internet address is Interface=FastEthernet port=0/0 is
172.16.1.1/28 enable
Serial2/0 is up, line protocol With IP address=172.16.1.1/28
is up /28 is CIDR i.e. 255.255.255.240
Internet address is Interface=Serial port=2/0 is enable
172.16.0.130/27 With IP address=172.16.0.130/27
Serial3/0 is administratively /27 is CIDR i.e. 255.255.255.224
down, line protocol is down
FastEthernet4/0 is Interface=Serial port=3/0 is disabled
administratively down, line With IP address=no IP address
protocol is down Interface=FastEthernet port=4/0 is
FastEthernet5/0 is disable
administratively down, line With IP address=No IP address
protocol is down Interface=FastEthernet port=0/0 is
disable
With IP address=No IP address
Expectation 5

Configure ip address to interfaces


satco(config)#interface FastEthernet0/0
satco(config)#ip address 172.16.0.161 255.255.255.240
satco(config)#interface FastEthernet1/0
satco(config)# ip address 172.16.1.1 255.255.255.240
satco(config)#interface serial2/0
satco(config)# ip address 172.16.0.130 255.255.255.224
satco(config)#clock rate128000
satco(config)#exit

To save configurations
satco#copy run start

Vous aimerez peut-être aussi