Kamis, 05 November 2020 0 komentar

Basic Device Configuration

 Topology




Adressing Table



Objectives
Configure hostnames and IP addresses on two Cisco Internetwork Operating System (IOS) switches using the command-line interface (CLI).
·         Use Cisco IOS commands to specify or limit access to the device configurations.
·         Use IOS commands to save the running configuration.
·         Configure two host devices with IP addresses.
·         Verify connectivity between the two PC end devices.


Scenario
As a recently hired LAN technician, your network manager has asked you to demonstrate your ability to configure a small LAN. Your tasks include configuring initial settings on two switches using the Cisco IOS and configuring IP address parameters on host devices to provide end-to-end connectivity. You are to use two switches and two hosts/PCs on a cabled and powered network.



Instructions
Configure the devices to fulfill the requirements below. 
Requirements
·         Use a console connection to access each switch.
·         Name Class-A and Class-B switches.
·         Use the R4Xe3 password for all lines.
·         Use the C4aJa secret password.
·         Encrypt all clear text passwords.
·         Configure an appropriate message-of-the-day (MOTD) banner.
·         Configure addressing for all devices according to the Addressing Table.
·         Save your configurations.
·         Verify connectivity between all devices.



Class-A Router Configuration
Switch>en
Switch#conf t
S1(config)#line con 0
S1(config-line)#password R4Xe3
S1(config-line)#login
S1(config-line)#exit
S1(config)#
S1(config)#                     
S1(config)#line vty 0 15
S1(config-line)#password R4Xe3
S1(config-line)#login
S1(config-line)#exit
S1(config)#
S1(config)#int vlan 1
S1(config-if)#ip address 128.107.20.10 255.255.255.0
S1(config-if)#no shut
S1(config-if)#
%LINK-5-CHANGED: Interface Vlan1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to up
S1(config-if)#exit
S1(config)#banner motd #SWITCH  S1#
S1(config)#hostname Class-A
Class-A(config)#service pass
Class-A(config)#exit
Class-A#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]



Class-B Router Configuration
S2>en
S2#conf t
S2(config)#line con 0
S2(config-line)#password R4Xe3
S2(config-line)#login
S2(config-line)#exit
S2(config)#
S2(config)#                     
S2(config)#line vty 0 15
S2(config-line)#password R4Xe3
S2(config-line)#login
S2(config-line)#exit
S2(config)#
S2(config)#int vlan 1
S2(config-if)#ip address 128.107.20.15 255.255.255.0
S2(config-if)#no shut
S2(config-if)#
%LINK-5-CHANGED: Interface Vlan1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to up
S2(config-if)#exit
S2(config)#banner motd #SWITCH  S2#
S2(config)#hostname Class-B
Class-B(config)#service pass
Class-B(config)#exit
Class-B#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]



Student-1 PC Configuration



Student-2 PC Configuration



Verify Connectivity Between All Devices.

    Ping From Student-1 To Student-2



Ping From Student-2 To Student-1




»»  READMORE...
 
;