DP1RA3902A17

Embed Size (px)

Citation preview

  • 8/8/2019 DP1RA3902A17

    1/19

    Lovely Professional UniversityDepartment 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

    Students Roll Number:RA3902A17 Section No.:A3902

    Declaration:

    I declare that this assignment is my individual work. I have not copied

    from any other students 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

    Students Sign:

    Evaluators Comments:

    ___________________________________________________

    Marks obtained: ____________ out of __________________

  • 8/8/2019 DP1RA3902A17

    2/19

    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 asexpectations.

    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.

    Expectations1) 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 theconfiguration of the router

    (4M)

  • 8/8/2019 DP1RA3902A17

    3/19

    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.2no service password-encryption

    !

    hostname Router

    !

    !

    !

    !

    !

    ip ssh version 1

    !

    !ip classless

    !

    !

    !

    !

    !

    line con 0

    line vty 0 4

    login

    !

    !end

    Router#

  • 8/8/2019 DP1RA3902A17

    4/19

    OUTPUT

  • 8/8/2019 DP1RA3902A17

    5/19

    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

  • 8/8/2019 DP1RA3902A17

    6/19

    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

  • 8/8/2019 DP1RA3902A17

    7/19

    3) Edit configuration by setting console and auxiliary passwords andregenerate 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

  • 8/8/2019 DP1RA3902A17

    8/19

    To Check Console Password And Banner

    Press RETURN to get started.

    Unauthorized Access Prohibited

    User Access Verification

    Password:

    mca>

  • 8/8/2019 DP1RA3902A17

    9/19

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

    Status Of Protocols Running On This Router

    mca>enablemca#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

  • 8/8/2019 DP1RA3902A17

    10/19

    5) Configure IP addresses for 2 interfaces of the router and save theconfiguration 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)#exitmca#copy run start

  • 8/8/2019 DP1RA3902A17

    11/19

    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.2no service password-encryption

  • 8/8/2019 DP1RA3902A17

    12/19

    !

    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 addressduplex 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 classlessip 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 a3902login

  • 8/8/2019 DP1RA3902A17

    13/19

    line vty 0 4

    login

    !

    !

    end

    mca#

  • 8/8/2019 DP1RA3902A17

    14/19

  • 8/8/2019 DP1RA3902A17

    15/19

  • 8/8/2019 DP1RA3902A17

    16/19

    Check That The Router Is Able To Connect To Machines Present In Another

    Network.

    Check Connectivity

    OUTPUT1

  • 8/8/2019 DP1RA3902A17

    17/19

    OUTPUT2

  • 8/8/2019 DP1RA3902A17

    18/19

    OUTPUT3

  • 8/8/2019 DP1RA3902A17

    19/19

    OUTPUT4