0% found this document useful (0 votes)
28 views7 pages

Laporan Praktikum Jaringan Komputer

This document is a lab report on computer networks by Wahyu Misbah Assudur from the Informatics study program at Sebelas Maret University. It discusses configuring basic settings on two Cisco switches using the command line interface, including assigning hostnames, IP addresses, passwords, and banners. It also covers configuring IP addresses on two host devices and verifying connectivity between all devices.

Uploaded by

Salimulhadi
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)
28 views7 pages

Laporan Praktikum Jaringan Komputer

This document is a lab report on computer networks by Wahyu Misbah Assudur from the Informatics study program at Sebelas Maret University. It discusses configuring basic settings on two Cisco switches using the command line interface, including assigning hostnames, IP addresses, passwords, and banners. It also covers configuring IP addresses on two host devices and verifying connectivity between all devices.

Uploaded by

Salimulhadi
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

Laporan Praktikum

Jaringan Komputer

Disusun Oleh:
Wahyu Misbah Assudur M0519082

PROGRAM STUDI INFORMATIKA

FAKULTAS MATEMATIKA DAN ILMU PENGETAHUAN ALAM


UNIVERSITAS SEBELAS MARET
2020
Packet Tracer - Basic Switch and End Device Configuration
Addressing Table
Device Interface IP Address Subnet Mask

VLAN 1 [Link]
VLAN 1 [Link]
NIC [Link]
NIC [Link]

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 and switches.

 Use the password for all lines.

 Use the 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.

Note: Click Check Results to see your progress. Click Reset Activity to generate a new set of
requirements. If you click on this before you complete the activity, all configurations will be lost.
 2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 1
[Link]

Common questions

Powered by AI

Configuring a VLAN allows for segmenting networks into different broadcast domains which improves network management and security. It reduces network congestion by isolating traffic within different VLANs and enhances security by restricting access between different VLANs. This logical division allows more precise control of devices and manages potential threats by ensuring that sensitive data is only accessible to authorized devices within the same VLAN .

An MOTD banner provides a legal warning and notification to all users accessing the network device that their actions may be monitored. It serves as a deterrent to unauthorized access and can remind users of security policies, contributing to organizational security postures and compliance efforts .

Using a console connection provides direct physical access to configure switches, ensuring uninterrupted setup regardless of network conditions. It is secure from remote access attacks and provides a stable interface for initial configurations before network settings establish remote connection abilities. However, it requires physical presence, which might be a constraint in distributed networks .

Not encrypting passwords in network configurations exposes them to unauthorized access, especially if the configuration files are accessed through physical or remote access. This leads to a potential security breach as passwords can be intercepted in their plain text form, allowing unauthorized users to access the network devices and change configurations, resulting in data theft or network disruption .

The primary steps involve accessing the switch via a console connection, entering privileged EXEC mode, and then global configuration mode. Hostnames can be set using the 'hostname [desired_name]' command. IP addresses are configured by accessing the interface configuration mode for the specific interface using the 'interface [interface_id]' command, and then setting the IP address with 'ip address [ip_address] [subnet_mask]'. These configurations need to be saved with the 'write memory' or 'copy running-config startup-config' command .

IP addresses are crucial for network identification and communication between devices. Each device must have a unique IP to avoid network conflicts and ensure reliable data transmission. Missing or incorrect IP configurations prevent devices from communicating, resulting in network isolation for those devices and possible communication errors or failures .

Saving network configurations after setup is crucial as it ensures that any changes made are retained after a device reboot. Unsaved configs can lead to reversion to old settings upon restart, causing network downtime and configuration inconsistencies. It is essential for maintaining stability and consistency across the network .

Possible reasons for failed connectivity include wrong IP address configuration, subnet mask mismatch, unresponsive network interfaces, or network cable issues. These can be resolved by checking and correcting IP address and subnet mask configurations according to the addressing table, ensuring network interfaces are active, and examining physical connections for cable faults or incorrect wiring .

To limit access to device configurations, set up user-level and privilege-level passwords using the 'enable password [password]' and 'enable secret [secret_password]' commands. Define line level passwords with 'line [type] [number]' followed by 'password [password]' and 'login' commands. Access can be restricted via Access Control Lists (ACLs) to allow only certain IP addresses or using role-based access controls (RBAC) to restrict command execution based on user roles .

Encrypting plain text passwords using Cisco IOS commands (such as 'service password-encryption') prevents them from being easily read if accessed through unauthorized methods. It converts passwords into hashed values, safeguarding sensitive information from interception or leaks, thus enhancing overall network security by reducing the risk of unauthorized access .

You might also like