Chapter 1 Flashcards

1
Q

What is the main objective of the Basic Device Configuration module?

A

Configure devices using security best practices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the five steps in the switch boot sequence after powering on?

A
  • Load POST program stored in ROM
  • Load boot loader software
  • Perform low-level CPU initialization
  • Initialize the flash file system
  • Load default IOS operating system
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the System LED (SYST) indicate on a switch?

A

Shows whether the system is receiving power and functioning properly.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does the Port Status LED (STAT) indicate when it is green?

A

Indicates port status mode is selected.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the purpose of configuring a switch with an IP address and a subnet mask?

A

To prepare the switch for remote management access.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the recommended VLAN for management access on a switch?

A

Use a VLAN other than VLAN 1 for the management VLAN.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Fill in the blank: The command to enter global configuration mode is _______.

A

configure terminal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What command is used to verify the status of both physical and virtual interfaces?

A

show ip interface brief and show ipv6 interface brief.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the definition of full-duplex communication?

A

Allows both ends of a connection to transmit and receive data simultaneously.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the default setting for duplex and speed on Cisco Catalyst switches?

A

Auto.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the IOS commands to configure the duplex and speed for a switch interface?

A
  • duplex full
  • speed 100
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

True or False: Auto-MDIX allows either straight-through or crossover cables to be used.

A

True.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does the command ‘show interfaces’ display?

A

Interface status and configuration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does it mean if the output of ‘show interfaces’ shows ‘FastEthernet0/18 is up’?

A

The hardware layer is operational.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the purpose of the Telnet protocol?

A

To provide remote access to devices using unsecure plaintext transmission.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the TCP port used by Telnet?

A

23.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What kind of communication does half-duplex mode represent?

A

Unidirectional communication.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What is the effect of mismatched duplex settings on switch ports?

A

Can cause connectivity issues.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is the command to save the running configuration to startup configuration?

A

copy running-config startup-config.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Fill in the blank: For IPv6, a switch does not require an IPv6 default gateway because it receives its default gateway information from _______.

A

a router advertisement (RA) message.

21
Q

What command is used to examine the auto-MDIX setting for a specific interface?

A

show controllers ethernet-controller.

22
Q

What does the Port Duplex LED (DUPLX) indicate when it is green?

A

Indicates port duplex mode is selected.

23
Q

What should be done if the line protocol is down but the interface is up?

A

Check for encapsulation type mismatch or hardware problems.

24
Q

What is the significance of the command ‘show mac-address-table’?

A

Displays the MAC address table.

25
What TCP port does Telnet use?
TCP port 23 ## Footnote Telnet operates over this port for unsecure plaintext transmission.
26
What is a major security issue with Telnet?
Unsecure plaintext transmission of login credentials and data ## Footnote This makes it vulnerable to packet monitoring by threat actors.
27
What TCP port does SSH use?
TCP port 22 ## Footnote SSH is a secure protocol designed to replace Telnet.
28
What does SSH provide for remote connections?
Strong encryption for authentication and transmitted data ## Footnote This ensures that usernames and passwords are encrypted.
29
What command is used to verify SSH support on a switch?
show ip ssh ## Footnote This command checks if the switch supports SSH.
30
What must be included in the IOS filename to support SSH?
The combination 'k9' ## Footnote This indicates the IOS includes cryptographic features.
31
What is the first step to configure SSH on a switch?
Verify SSH support using the show ip ssh command ## Footnote If the command is unrecognized, the IOS does not support SSH.
32
What command is used to generate RSA key pairs for SSH?
crypto key generate rsa ## Footnote This command enables the SSH server on the switch.
33
Fill in the blank: To delete the RSA key pair, use the _______ command.
crypto key zeroize rsa ## Footnote This action automatically disables the SSH server.
34
What is required to configure user authentication for SSH?
Create a username and password pair ## Footnote Use the username username secret password command.
35
What command enables the SSH protocol on the vty lines?
transport input ssh ## Footnote This command is used in line configuration mode.
36
What version of SSH should be enabled for improved security?
SSH version 2 ## Footnote This can be enabled using the ip ssh version 2 command.
37
What is the purpose of a loopback interface?
It is a logical interface used for testing and managing a Cisco IOS device ## Footnote It ensures that at least one interface will always be operational.
38
What command is used to display a summary of all interfaces on a router?
show ip interface brief ## Footnote This command shows operational status and IP addresses of interfaces.
39
What does a 'C' code signify in the routing table?
It indicates a directly connected network ## Footnote This is shown when the interface is configured with a global unicast address.
40
What is required for an interface to be operational?
Configured with at least one IP address and activated using no shutdown ## Footnote Interfaces must also be connected to another device.
41
What command reveals the detailed configuration of a specific interface?
show running-config interface interface-id ## Footnote This command displays the commands applied to the specified interface.
42
True or False: A link-local address is automatically added to an IPv6 interface when a global unicast address is assigned.
True ## Footnote Link-local addresses are required for IPv6 interfaces.
43
What command is used to verify the routes in the routing table?
show ip route ## Footnote This command displays the contents of the IPv4 routing table.
44
List three items that need to be configured in a switch for remote management access.
* Unique hostname * Correct network connectivity settings * User authentication configuration ## Footnote These configurations are essential for secure remote access.
45
What does the command copy running-config startup-config do?
Saves the current configuration to NVRAM ## Footnote This ensures that the configuration persists after a reboot.
46
How does full-duplex communication increase bandwidth efficiency?
Allows simultaneous transmission and reception of data ## Footnote This effectively doubles the available bandwidth compared to half-duplex communication.
47
What feature must be enabled for a switch interface to automatically detect the required cable connection type?
Auto-MDI/MDIX ## Footnote This feature allows automatic detection of the cable type.
48
What is the difference between Telnet and SSH?
Telnet transmits data in plaintext while SSH encrypts data ## Footnote SSH provides a secure alternative to Telnet.