0% found this document useful (0 votes)
5 views

Networking Question And Answers

The document provides answers and explanations for various networking questions related to Cisco switches, VLANs, and IP addressing. It includes a lab exercise for configuring a Cisco Catalyst 2960 switch, detailing steps for console and Telnet access, setting IP addresses, and testing connectivity. Key configurations include setting passwords, enabling encryption, and defining the message of the day.

Uploaded by

0mikel.andrew
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

Networking Question And Answers

The document provides answers and explanations for various networking questions related to Cisco switches, VLANs, and IP addressing. It includes a lab exercise for configuring a Cisco Catalyst 2960 switch, detailing steps for console and Telnet access, setting IP addresses, and testing connectivity. Key configurations include setting passwords, enabling encryption, and defining the message of the day.

Uploaded by

0mikel.andrew
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

ChatGPT

Great! I can help you with the questions from the images you uploaded. Here are the answers
and explanations for each of the questions:

Image 1

1. How can you check VLANs in a Cisco switch?


o A) Switch# show vlan
2. LAN is commonly used for?
o B) Local Network
3. How to put enable password on a Cisco Switch?
o B) Switch(config)# enable secret password
4. At which layer router operates?
o C) Layer 3
5. At which layer UDP is most likely to be used?
o D) Transport Layer
6. Which statement correctly defines VLANs?
o D) Both A and B

Image 2

7. You are a datacenter engineer in a local datacenter. You want to get access to a
switch in HUIB Douala and you are in HUIB Buea. Which is the best method to
use in accessing HUIB Douala’s Cisco Switch?
o D) By using Telnet
8. What are the eight decimal values found in a single octet of an IP address?
o B) 254 62 30 14 6 4 0
9. If the sender feels that a sent packet is lost or corrupted, the packet needs to be.
o C) Retransmit
10. Which layer of the OSI model works with packets?
o C) Layer 3
11. You need to create a crossover cable. What wires would you cross on one of the
ends?
o D) 1 and 2 with 3 and 6
12. What is the default subnet mask of class C address?
o D) 255.255.255.0
13. What are the three phases of the TCP three-way handshake?
o B) SYN, ACK/SYN, ACK
14. Which TCP/IP protocol is responsible for unreliable delivery?
o D) UDP
15. What type of cable is used to connect to the console port?
o D) Rollover

Image 3

This image describes a lab exercise for configuring a new Cisco Catalyst 2960 switch. The
tasks include:

1. To connect to the switch console and configure the right parameters for console
access to the Cisco 2960 Catalyst switch:

enable
configure terminal
line console 0
password <password>
login

2. To configure Switch hostname as LOCAL-SWITCH:


hostname LOCAL-SWITCH

3. To configure the message of the day as "Unauthorized access is forbidden":

banner motd #Unauthorized access is forbidden#

4. To configure the password for privileged mode access as "huibbuea". The


password must be MD5 encrypted:

enable secret huibbuea

5. To configure password encryption on the switch using the global configuration


command:

service password-encryption

ChatGPT
To configure the console and Telnet access on a switch, as well as setting up the IP address
and testing Telnet connectivity, you can follow these steps:

Step 6: Configure Console Access

1. Enter Global Configuration Mode:

Switch> enable
Switch# configure terminal

2. Configure Console Access:

Switch(config)# line console 0


Switch(config-line)# login
Switch(config-line)# password huibconsole
Switch(config-line)# history size 15
Switch(config-line)# exec-timeout 645 0
Switch(config-line)# logging synchronous
Switch(config-line)# end

Step 7: Configure Telnet Access

1. Enter Global Configuration Mode (if not already in):

Switch> enable
Switch# configure terminal

2. Configure Telnet Access:

Switch(config)# line vty 0 4


Switch(config-line)# login
Switch(config-line)# password huibtelnet
Switch(config-line)# history size 15
Switch(config-line)# exec-timeout 820 0
Switch(config-line)# logging synchronous
Switch(config-line)# end

Step 8: Configure IP Address of the Switch

1. Enter Global Configuration Mode (if not already in):

Switch> enable
Switch# configure terminal

2. Configure the IP Address:

Switch(config)# interface vlan 1


Switch(config-if)# ip address 192.168.1.2 255.255.255.0
Switch(config-if)# exit
Switch(config)# ip default-gateway 192.168.1.1
Switch(config)# end

Step 9: Test Telnet Connectivity


1. From the remote laptop, open a command prompt or terminal and type:

Copy code
telnet 192.168.1.2

2. Enter the Telnet password (huibtelnet) when prompted to log in.

This process will configure the console and Telnet access according to the settings provided
in your document, set the switch's IP address, and allow you to test the Telnet connection
from a remote laptop.

4o

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy