Module 1 Flashcards

(66 cards)

1
Q

What command is useful for detecting common media issues in switch interfaces?

A

show interfaces

Displays line and data link protocol status.

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

What does ‘FastEthernet0/18 is up’ indicate?

A

The hardware layer is operational, receiving a carrier detect signal.

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

What does ‘line protocol is up’ signify?

A

The data link layer protocol keepalives are being received.

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

If the interface is up but the line protocol is down, what could be the potential issues?

A
  • Encapsulation type mismatch
  • Interface on the other end is error-disabled
  • Hardware problem
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does it mean if both the line protocol and the interface are down?

A

A cable is not attached or another interface problem exists.

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

What does an administratively down interface indicate?

A

It has been manually disabled using the shutdown command.

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

Which command verifies that the switch has been correctly configured?

A

show running-config

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

What command displays the interface status and configuration?

A

show interfaces [interface-id]

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

What does auto-MDIX do?

A

Automatically detects required cable connection type and configures it.

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

What types of cables are used when auto-MDIX is not available?

A
  • Straight-through cables for servers, workstations, or routers
  • Crossover cables for switches or repeaters
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What command enables auto-MDIX on a newer Cisco switch?

A

mdix auto

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

What must be set for the auto-MDIX feature to operate correctly?

A

Interface speed and duplex must be set to auto.

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

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

A

show controllers ethernet-controller [phy] with include Auto-MDIX

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

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

A

auto

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

What is the maximum mode for 10/100/1000 ports when set to 1000 Mbps?

A

Only full-duplex mode.

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

What should be done when troubleshooting switch port issues?

A

Check duplex and speed settings.

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

What is the consequence of mismatched duplex settings?

A

Connectivity issues may arise.

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

What is full-duplex communication?

A

Allows both ends to transmit and receive data simultaneously.

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

What does a microsegmented LAN require?

A

A switch port with only one device connected and operating in full-duplex mode.

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

What is the effect of half-duplex communication?

A

Creates performance issues due to unidirectional data flow.

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

What command shows the summary of all interfaces and their status?

A

show ip interface brief

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

What command is used to verify that SSH is operational?

A

show ip ssh

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

What does the boot system command do?

A

Reboots all modules in switch and allows user to specify what image to use.

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

What are the steps in the boot sequence of a Cisco switch?

A
  • Load POST program
  • Load boot loader software
  • Initialize CPU
  • Initialize flash file system
  • Load IOS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What is the purpose of the VLAN interface configuration?
To create a virtual network segment within a physical network.
26
What does the System LED (SYST) indicate?
Whether the system is receiving power and functioning properly.
27
What does a green Port Speed LED (SPEED) indicate?
Port speed mode is selected.
28
What does a green LED indicate on a switch?
Port speed mode is selected ## Footnote The light associated with each port shows the port speed.
29
What does a blinking amber LED indicate on a switch?
Port blocked preventing loop ## Footnote This indicates a network issue that prevents data transmission.
30
What is the purpose of the Mode button on a switch?
To move between different modes – STAT, DUPLX, SPEED, and PoE ## Footnote Each mode provides different operational information.
31
What is indicated by the amber LED under the PoE status?
PoE off due to fault ## Footnote This indicates that there is an issue with the Power over Ethernet functionality.
32
What command provides access to the boot loader on a switch?
Press and hold the Mode button while reconnecting power ## Footnote This allows access to recover from system crashes.
33
What is the first step in recovering from a system crash on a switch?
Connect a PC by console cable to the switch console port ## Footnote Terminal emulation software must be configured to connect.
34
What command is used to configure the default gateway on a switch?
ip default-gateway 172.17.99.1 ## Footnote This command sets the gateway for remote management access.
35
What is the purpose of the switch virtual interface (SVI)?
To manage the switch from a remote network ## Footnote The SVI allows for IP address assignment separate from physical ports.
36
What must be configured for the management VLAN to be secure?
Use a VLAN other than VLAN 1 for management ## Footnote VLAN 1 is the default and is considered less secure.
37
What command displays the command history in a switch?
show history ## Footnote Displays previously executed commands for easy recall.
38
True or False: SSH uses TCP port 23.
False ## Footnote SSH uses TCP port 22 for secure connections.
39
What command verifies that the switch supports SSH?
show ip ssh ## Footnote This command checks for SSH capability on the switch.
40
Fill in the blank: To enable SSH, the switch must be configured with a unique _______.
[hostname] ## Footnote A unique hostname is necessary for SSH configuration.
41
What does the command 'crypto key generate rsa' do?
Enables SSH and generates an RSA key pair ## Footnote This is a crucial step in setting up SSH on the switch.
42
What type of errors does 'Input Errors' include?
* Runts * Giants * CRC errors * No buffer * Frame * Overrun * Ignored counts ## Footnote These errors indicate issues with incoming packets.
43
What is a 'runt' frame?
An Ethernet frame smaller than 64 bytes ## Footnote Typically caused by malfunctioning NICs or collisions.
44
What indicates a 'giant' frame?
An Ethernet frame larger than 1518 bytes ## Footnote Giants are discarded due to exceeding the maximum size.
45
What command displays interface information and packet flow count?
show interfaces ## Footnote This command provides statistics for all interfaces on the device.
46
What is the administrative distance of a local host route?
0 ## Footnote Local host routes are prioritized due to their administrative distance.
47
What command displays the IPv4 and IPv6 related information for all interfaces on a router?
show ip interface and show ipv6 interface
48
What command reveals the three directly connected network entries and the three local host route interface entries?
show ip route and show ipv6 route
49
What is the administrative distance of the local host route?
0
50
What masks are associated with the local host route for IPv4 and IPv6?
/32 for IPv4 and /128 for IPv6
51
What does a 'C' next to a route in the routing table indicate?
It indicates a directly connected network
52
What determines if an IPv6 prefix is added to the IPv6 routing table as a connected route?
The router interface must be configured with a global unicast address and be in the 'up/up' state
53
What command allows you to specify the number of lines to be displayed in the output?
terminal length
54
What does the pipe (|) character do when used with show commands?
It enables filtering of the command output
55
List the four filtering parameters that can be configured after the pipe.
* section * include * exclude * begin
56
What type of address is automatically added to an interface whenever a global unicast address is assigned?
Link-local address
57
What command displays the interface status and all IPv6 addresses belonging to the interface?
show ipv6 interface gigabitethernet 0/0/0
58
What commands can be used to quickly reveal the status of all interfaces on a router?
show ip interface brief and show ipv6 interface brief
59
What indicates a problem with the router configuration or cabling?
A status of 'down' or protocol of 'down'
60
What command displays the commands applied to a specified interface?
show running-config interface interface-id
61
What is required for an interface to be available on a router?
* Configured with at least one IP address * Activated using the no shutdown command * Connected to another device
62
What is a loopback interface?
A logical interface internal to the router, not assigned to a physical port
63
What state is the loopback interface automatically placed in as long as the router is functioning?
up
64
What is a common use for loopback interfaces?
Testing and managing a Cisco IOS device
65
How do you enable and assign a loopback address?
Router(config)# interface loopback number Router(config-if)# ip address ip-address subnet-mask
66
What command shows counters and statistics for a specific interface?
show interfaces