2.9.1 Packet Tracer - Basic Switch and End Device Configuration

Tech Acad
30 Dec 201914:57

Summary

TLDRIn this video, the host walks viewers through configuring a small LAN using Cisco's Packet Tracer, focusing on basic switch and end device configuration. The video covers key tasks such as setting hostnames, configuring IP addresses, using console connections, and applying security settings like passwords and encrypted services. The tutorial also highlights how to verify connectivity between devices and save configurations. Viewers are encouraged to subscribe for more technical content, and to reach out for support or packet tracer files via the provided website link.

Takeaways

  • 📺 The video is a tutorial focused on CCNA version 7, specifically covering Packet Tracer activity for basic switch and router device configuration.
  • 🔔 Viewers are encouraged to subscribe to the channel for more technical videos and to enable notifications for new uploads.
  • 💻 Technical support and resources like the Packet Tracer activity file can be accessed by contacting the team through a provided website link.
  • 🌐 The tutorial involves configuring hostnames and IP addresses on Cisco devices using the command-line interface.
  • 🔐 It also covers setting up access control to device configurations using Cisco IOS commands.
  • 💾 The video demonstrates how to save the running configuration using IOS commands.
  • 🖥️ Students are tasked with configuring initial settings on two switches and setting IP addresses on two host devices to establish connectivity.
  • 🔌 The process starts with establishing console connections to access each switch for basic configuration.
  • 🛠️ Passwords are set for console and VTY lines for security purposes, and service password encryption is enabled.
  • 🌐 IP addresses are configured for all devices according to an addressing table, ensuring correct subnet masks are applied.
  • 💾 Configurations are saved using the 'copy running-config startup-config' command to ensure they persist after reboot.
  • 📡 The final step is to verify connectivity between devices using ping commands, confirming successful configuration.

Q & A

  • What is the main focus of the video?

    -The video focuses on CCNA version 7, specifically demonstrating basic switch and end-device configuration using Cisco Packet Tracer.

  • What initial setup is required to access the switches?

    -The setup involves using a console connection to access each switch from a PC through the console port on the switch and the RS-232 port on the PC.

  • What are the key tasks involved in this Packet Tracer activity?

    -The key tasks include configuring hostnames and IP addresses on Cisco switches, setting passwords for console and VTY lines, encrypting passwords, and configuring a message of the day (MOTD) banner.

  • How is the hostname set on a switch?

    -To set the hostname, the user enters privileged EXEC mode using the command 'enable,' then goes into global configuration mode with 'configure terminal.' The command 'hostname <name>' is used to set the hostname.

  • What is the purpose of setting passwords for console and VTY lines?

    -Setting passwords for console and VTY lines ensures secure access to the switch, both locally (console) and remotely (VTY).

  • How is password encryption applied on the switch?

    -The command 'service password-encryption' is used to encrypt plain-text passwords to enhance security.

  • What is the function of the MOTD banner, and how is it configured?

    -The Message of the Day (MOTD) banner is used to display a warning or informational message to anyone accessing the switch. It is configured using the command 'banner motd' followed by the message text.

  • How are IP addresses assigned to the devices in this activity?

    -IP addresses are assigned by accessing the device's terminal, going into interface VLAN1 configuration, and using the 'ip address <address> <subnet mask>' command, followed by the 'no shutdown' command to activate the interface.

  • How is the switch configuration saved?

    -The configuration is saved by using the command 'copy running-config startup-config' in privileged EXEC mode, ensuring that settings persist after a reboot.

  • How is connectivity verified between the devices?

    -Connectivity is verified by using the 'ping' command from one PC to another, testing if the IP addresses assigned to each device can communicate successfully.

Outlines

00:00

👋 Welcome to CCNA Packet Tracer Activity

The video introduces a packet tracer activity focusing on basic switch and end device configuration for CCNA version 7. The host encourages viewers to subscribe for more technical videos and mentions how to obtain the packet tracer activity file. The activity involves configuring IP addresses and hostnames on Cisco IOS switches and ensuring connectivity between devices. A scenario is provided where a new LAN technician must demonstrate their skills by setting up two switches and two PCs.

05:01

🔑 Setting Hostnames and Configuring Passwords on Switches

The second section dives into the hands-on configuration. The host demonstrates connecting switches to PCs via console cables for basic configuration. The process starts with setting hostnames for two switches, 'Class A' and 'Class B.' The video continues by configuring passwords for console access and VTY (remote access) lines. Both switches are configured similarly, with a password set for each mode to secure access to the devices.

10:02

🔒 Enabling Secret Password and Message of the Day

In this part, the host shows how to enable a secret password for added security and encrypts all passwords using the `service password-encryption` command. Additionally, a message of the day (MOTD) banner is configured on both switches to display a warning about unauthorized access. This reinforces best security practices in network device configurations.

🌐 Configuring IP Addresses for Devices and VLANs

The video now focuses on IP addressing for the devices and VLANs. The IP addresses are set based on an addressing table for the two end devices and the switches' VLAN1 interfaces. The process involves accessing each device’s terminal to configure IP addresses and subnet masks, ensuring they match the provided table for proper network communication.

💾 Saving Configurations and Verifying Connectivity

Once all configurations are complete, the video guides the viewer on saving the running configurations to ensure they persist after a reboot. After saving, the host verifies connectivity between the devices by pinging from one PC to another, confirming that the setup is functioning correctly. The activity finishes with a completion status of 100%, indicating that the configurations were successful.

👍 Final Thoughts and Encouragement

In the closing section, the host wraps up the activity by encouraging viewers to comment with any questions or suggestions. They also invite viewers to like, share the video, and visit their website for additional resources. The video promises more technical content in future episodes, leaving viewers with a sense of accomplishment after successfully completing the packet tracer activity.

Mindmap

Keywords

💡CCNA version 7

CCNA (Cisco Certified Network Associate) version 7 refers to the certification program offered by Cisco for network professionals. This version focuses on providing foundational networking knowledge and practical skills using Cisco hardware. In the video, it is introduced as the focus of the packet tracer activity, where learners will configure basic network settings.

💡Packet Tracer

Packet Tracer is a simulation software developed by Cisco that allows users to create virtual networks and practice configuration. In the video, the narrator explains how to use Packet Tracer to perform network activities such as configuring switches and host devices, an essential skill for CCNA certification.

💡Basic Switch Configuration

Basic switch configuration refers to setting up a network switch with essential settings like hostname, passwords, and IP addressing. The video walks through configuring two switches, demonstrating steps like accessing the console, setting the hostname, and creating security measures using Cisco's IOS commands.

💡Cisco IOS

Cisco IOS (Internetwork Operating System) is the software used on Cisco devices such as routers and switches for network management. The video shows how to use IOS commands to configure switches, set IP addresses, manage device access, and encrypt passwords, showcasing its importance in managing Cisco devices.

💡Hostname

A hostname is a label assigned to a network device to identify it within a network. In the video, the switches are given specific hostnames like 'Class-A' and 'Class-B,' helping distinguish them during configuration and management.

💡IP Address

An IP address is a unique identifier assigned to each device in a network, allowing it to communicate with other devices. The video discusses setting IP addresses for switches and host devices to enable communication between them, showing the importance of addressing in network configuration.

💡Console Connection

A console connection allows direct access to a network device's command-line interface for configuration. In the video, console connections are made between the technician’s PC and the switches to perform initial setup, highlighting the importance of physical access in early stages of configuration.

💡VLAN1

VLAN1 is the default virtual local area network (VLAN) on Cisco switches used for network management. The video shows how to assign IP addresses to VLAN1, illustrating how VLANs are used to logically separate networks for management and traffic segmentation.

💡Service Password Encryption

Service password encryption is a command in Cisco IOS that encrypts plain-text passwords to enhance network security. In the video, this command is used to ensure that sensitive information, such as device access passwords, is not stored in readable form in the configuration.

💡Ping

Ping is a command used to test the connectivity between devices in a network. In the video, the narrator uses ping to verify communication between two PCs, demonstrating how it can be used to troubleshoot network issues and ensure proper configuration.

Highlights

Introduction to CCNA version 7 packet tracer activity on basic switch and end device configuration.

Encouragement to subscribe and enable notifications for more technical videos in the future.

The video covers configuring hostnames and IP addresses on Cisco IOS switches using the command-line interface.

Commands for limiting access to device configurations, including saving running configurations, are demonstrated.

The task involves configuring two switches and two PCs to provide end-to-end connectivity for a small LAN.

Step-by-step instructions on connecting the switch to the PC using console connections for basic configuration.

Setting up hostnames for switches 'Class A' and 'Class B' using the 'enable' and 'configure terminal' commands.

Setting passwords for console and VTY (virtual terminal) lines using specific commands for both switches.

Use of 'enable secret' command for configuring encrypted passwords and applying service password encryption.

Adding a Message of the Day (MOTD) banner to warn unauthorized users of restricted access.

Configuration of IP addresses and subnet masks for all devices as per the addressing table.

Configuring IP address on VLAN1 interface for switches to enable network communication.

Saving configurations on both switches using 'copy running-config startup-config' command.

Verifying connectivity between devices using ping commands to ensure successful network configuration.

Completion of the packet tracer activity with a 100% status, demonstrating successful basic switch and device configuration.

Transcripts

play00:00

hi friends welcome to war in this video

play00:03

we are going to discuss CCNA version 7

play00:05

packet tracer activity basic switch and

play00:09

anti device configuration before coming

play00:12

to this activity first if you are

play00:14

watching our channel first time or if

play00:17

you like to get this type of technical

play00:18

videos in future considered subscribing

play00:21

also don't forget to enable that bill

play00:24

icon near the subscribe button so that

play00:26

you will get notification message

play00:28

whenever we upload a new video also if

play00:32

you need any technical support or any

play00:34

help or if you like to get this packet

play00:36

tracer activity file you can contact our

play00:39

team using our website link I given in

play00:42

the description now coming back to our

play00:45

packet tracer activity here we can see

play00:48

our a dressing-table devices such as

play00:51

Class A Class B here we can see those

play00:55

two switches also we can see two anti

play00:58

devices to ten to one and their student

play01:01

two here we can see IP address and

play01:06

subnet to mask for each devices okay in

play01:12

this activity we will configure house

play01:14

names and IP addresses on to cisco

play01:18

internetwork operating system switches

play01:20

using the command-line interface then we

play01:23

will use the Cisco IOS commands to

play01:25

specify or a limit access to device

play01:28

configurations also we will use iOS

play01:32

commands to save the running

play01:34

configuration then we will configure to

play01:36

host devices with IP addresses and

play01:39

finally we will verify connectivity

play01:41

between these two pieces I mean with

play01:45

these NT devices pure a recently hired

play01:48

land technician your network manager has

play01:51

asked you to demonstrate your ability to

play01:54

configure a small land our tasks include

play01:58

configuring initial settings on two

play02:01

switches using the cisco is and

play02:03

configuring IP address parameters on

play02:06

house devices to provide end-to-end

play02:08

connectivity so you are to use two

play02:12

switches and two

play02:13

house two pcs on a cable and pervert

play02:17

network yes this is what we are going to

play02:20

do in this packet tracer activity here

play02:24

we can see the instructions configure

play02:26

the devices to fulfill the requirements

play02:28

below here we can see the requirements

play02:31

use a console connection to access each

play02:33

switch yes only we done basic

play02:38

configurations also cancel connection

play02:40

with our previous a packet tracer

play02:42

activities

play02:43

hence this packet tracer activity will

play02:46

be more easy for us okay first of all we

play02:51

will connect our switch using console

play02:55

connection so coming to connections sure

play03:00

we can see console we will let's select

play03:03

the console then from switch class a we

play03:09

will select console port to this student

play03:14

PC student - 1 you will connect to

play03:18

rs-232 same way we can connect class - B

play03:25

switch to our PC student - - sure is our

play03:29

console cable coming to class - B we

play03:33

will connect to console port then in

play03:37

student - - we will connect to rs-232

play03:42

this connection is obviously for the

play03:44

basic configuration of these network

play03:47

devices so next is we are going to set

play03:50

the hostname class - a and class - B -

play03:56

these switches now we will access so

play04:00

this switch class - a using this ng

play04:04

device piece student - one so we will go

play04:07

to student - one then we will go to the

play04:11

stop and here we can see terminal then

play04:14

click ok and here we can see now we are

play04:19

in switch class - a we will set the

play04:24

hostname we'll go to

play04:28

privileged exit more and then we'll go

play04:30

to global configuration mode enable

play04:34

configure terminal press enter so here

play04:38

we are going to set the hostname as

play04:42

class - a then press Enter

play04:46

and here we can see that change in this

play04:48

prompt next we will go to a class -

play04:55

beasts which we can access using this

play04:57

entry device to run - - we'll go to

play05:01

desktop terminal then ok let's enter

play05:08

enable configure terminal here we are

play05:13

going to set the hostname as + - b press

play05:18

enter and here we can see that change it

play05:20

is prompt next is a use the r4 xe3 so

play05:30

this is the password for all lines that

play05:33

means for a console as well as for VG

play05:36

vine we will do that we will copy this

play05:40

password we will let do in this class -

play05:46

be okay sure first of all we will go to

play05:51

line console 0 then we will set the

play05:54

password here as specified it's here we

play05:58

already copied that then we have to give

play06:01

a login command now we will exit then we

play06:05

will go to line vty 0 - we will give all

play06:10

the lines from 0 to 15 we will give you

play06:15

the password it's here also we will give

play06:22

login

play06:26

now we will go to class - a will go to

play06:32

the center device or we close that

play06:34

window so again we will go to terminal

play06:36

ok here we will go to line console 0

play06:45

then we will set the password it's here

play06:49

you will exit and we will go to line vty

play06:53

all the lines 0 to 15 password it's here

play07:03

let's it next is they use this password

play07:10

see for a J a a secret password okay so

play07:15

we will copy this password we can see

play07:19

it's the case sensitive it's for scoring

play07:21

purpose first of all we will do it for

play07:26

our switch class - a sure we will give

play07:31

an enable secret and a hurry sort

play07:34

password press enter now we will go to

play07:39

you configure in a class - B enable

play07:49

secret and here is the password know it

play07:57

gripped all clear text passwords so we

play08:01

know the command service password

play08:03

encryption so we will give that here

play08:05

Servais password encryption then press

play08:07

enter now we will go to student to one

play08:14

service password encryption then

play08:20

configure an appropriate message of the

play08:23

day that is M or TD banner okay that can

play08:27

be done we have the commands BA in an ER

play08:32

banner message of the day M our TD then

play08:36

we have to give our

play08:38

banner we will start with the delimiter

play08:42

and authorized access is strictly

play08:50

prohibited

play08:55

presenter no we will do it on glass - be

play09:01

coming to int device how terminal here

play09:06

we will give banner motd then our

play09:11

message warning and authorized access is

play09:22

strictly prohibited any message right

play09:32

next is configure addressing for all

play09:35

devices for these four devices according

play09:39

to our addressing table so here we can

play09:41

see our addressing table so as per our

play09:44

addressing table we are going to set IP

play09:46

address for these devices first of all

play09:49

may be the same IP address for this int

play09:52

devices 2 n - 1

play09:54

no addressing table we can see IP

play09:57

address for this NT device we will copy

play10:01

this address also we can see it's a SATA

play10:05

mask coming to student 2 1 we will close

play10:09

this terminal and we will go to IP

play10:12

configuration and here in this IP

play10:15

configuration we will give the IP

play10:16

address then it's a subjective mask so

play10:23

it's correct here we can see it took the

play10:26

default something to mask but here we

play10:29

can we can see they given something to

play10:32

mask a slash 24 just you will copy this

play10:36

and we will paste here so it's done now

play10:43

we will have seen IP address for our

play10:45

next gen 2 device so that is 2 n - 2 we

play10:50

will close this a terminal then coming

play10:52

to

play10:52

IP configuration in our addressing table

play10:55

here we can see IP address for this

play10:58

device will copy and paste here and it's

play11:02

something to mask it's done next we are

play11:10

going to and say an IP address for these

play11:13

devices class - a and class - B for the

play11:17

interface vlan1 we will copy the IP

play11:20

address of class - a then we will go to

play11:24

a student - one terminal ok now we are

play11:32

in a global configuration mode we have

play11:34

to go to interface vlan1

play11:38

and the here we are going to set the IP

play11:40

address here is the IP address then be

play11:43

something to mask then we have to give

play11:50

an ocean command next we will do it on

play11:56

class - be sure we can see IP address

play12:00

coming to student - - we'll go to

play12:04

terminal

play12:05

ok and here we will go to the interface

play12:10

vlan1

play12:11

then we have to set the IP address as

play12:15

per our dressing table it's here then

play12:18

it's something to mask then we have to

play12:23

give an ocean command so we are saying

play12:28

IP address for all the devices next to

play12:34

be able to save our configurations we

play12:37

can do that we will press control sir

play12:42

the so that we can go to privileged x ik

play12:44

mode then press Enter here we are going

play12:47

to copy our u n tab st tab press ENTER

play12:53

ok now we will go to student that - to

play13:01

control third presenter copy

play13:05

running-config startup-config okay

play13:12

finally we are going to verify a

play13:14

connectivity between all devices okay we

play13:17

will ping from student - one - this in

play13:20

device - run - - you will get the IP

play13:24

address of a student - - it's your we

play13:27

will copy that

play13:29

coming to student - one we will go to

play13:32

command prompt it's working

play13:46

sure they're given and not click check

play13:50

results to see your progress click reset

play13:53

activity to generate a new set of

play13:55

requirements if you click on this before

play13:57

you complete the activity all

play13:59

configurations will be lost so whenever

play14:02

you open you may get different

play14:05

requirements maybe this hostname made

play14:09

changes or password changes there will

play14:12

be some number of devices we have to do

play14:14

all these basic configurations nothing

play14:16

else here in this activity we can see

play14:19

our completion status is hundred

play14:22

percentage and in this activity we have

play14:27

seen a basic switch and the entry device

play14:31

configuration now dear friends if you

play14:34

have any doubt any suggestions please

play14:37

comment below also if you liked our

play14:39

video give it thumb and share with all

play14:42

your friends and if you like to contact

play14:45

our team you can restore website a link

play14:49

I given the description so stay tuned

play14:52

and we will meet again with the next

play14:54

video thank you

Rate This

5.0 / 5 (0 votes)

Related Tags
CCNA tutorialCisco IOSPacket TracerNetwork configurationIP addressingSwitch setupConsole connectionDevice configurationLAN setupTechnical training