1_Basic Device Configuration

5.0(1)
studied byStudied by 5 people
5.0(1)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/166

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

167 Terms

1
New cards

IP address, subnet mask

To prepare a switch for remote management access, the switch must be configured with an _____ and a _____.

2
New cards

default gateway

To manage the switch from a remote network, the switch must be configured with a _____.

3
New cards

switch virtual interface (SVI)

the _____ on S1 should be assigned an IP address.

<p>the _____ on S1 should be assigned an <strong>IP address</strong>.</p>
4
New cards

console cable

is used to connect to a PC so that the switch can be initially configured.

5
New cards

VLAN 1

By default, the switch is configured to have its management controlled through _____

6
New cards

VLAN 1

All ports are assigned to _____ by default.

7
New cards

management VLAN

For security purposes, it is considered a best practice to use a VLAN other than VLAN 1 for the _____.

8
New cards

configure the management interface,

configure the default gateway,

verify configuration

3 steps for switch svi configuration

9
New cards

VLAN interface configuration mode,
management SVI

Step 1: Configure the Management Interface: From _____, an IPv4 address and subnet mask is applied to the _____ of the switch.

10
New cards

SVI for VLAN 99

The _____ will not appear as “up/up” until VLAN 99 is created and there is a device connected to a switch port associated with VLAN 99.

11
New cards

IPv6

The switch may need to be configured for _____.

12
New cards

S1(config)# interface vlan 99

Enter interface configuration mode for the SVI.

13
New cards

S1(config-if)# ip address ip address subnet mask

Configure the management interface IPv4/IPV6 address.

14
New cards

S1(config-if)# no shutdown

Enable the management interface

15
New cards

S1(config-if)# end

Return to the privileged EXEC mode.

16
New cards

S1# copy running-config startup-config

Save the running config to the startup config.

17
New cards

router advertisement (RA) message

A switch will receive its default gateway information from a _____.

18
New cards

IPv6 default gateway

the switch does not require an _____.

19
New cards

show ip interface brief, show ipv6 interface brief

2 commands that are useful for determining the status of both physical and virtual interfaces.

20
New cards

route Layer 3 packets

An IP address applied to the SVI is only for remote management access to the switch; this does not allow the switch to _____.

21
New cards

Full-duplex communication

increases bandwidth efficiency by allowing both ends of a connection to transmit and receive data simultaneously.

22
New cards

bidirectional communication

Full-duplex communication is also known as _____.

23
New cards

microsegmentation

Full-duplex communication requires _____.

24
New cards

microsegmented LAN

is created when a switch port has only one device connected and is operating in full-duplex mode.

25
New cards

no collision domain

There is _____ associated with a switch port operating in full-duplex mode.

26
New cards

half-duplex communication

is unidirectional.

27
New cards

half-duplex communication

creates performance issues because data can flow in only one direction at a time, often resulting in collisions.

28
New cards

Gigabit Ethernet and 10 Gb NICs

require full-duplex connections to operate

29
New cards

collision detection circuit

In full-duplex mode, the _____ on the NIC is disabled.

30
New cards

Full-duplex

offers 100 percent efficiency in both directions (transmitting and receiving).

This results in a doubling of the potential use of the stated bandwidth.

31
New cards

Switch ports

____ can be manually configured with specific duplex and speed settings.

32
New cards

10 or 100 Mbps

The 10/100/1000 ports operate in either half- or full-duplex mode when they are set to _____.

33
New cards

1000 Mbps (1 Gbps)

The 10/100/1000 ports operate only in full-duplex mode when it is set to _____.

34
New cards

Autonegotiation

is useful when the speed and duplex settings of the device connecting to the port are unknown or may change.

35
New cards

manually,
speed and duplex settings

When connecting to known devices such as servers, dedicated workstations, or network devices, a best practice is to _____ set the _____.

36
New cards

troubleshooting switch port issues

When _____, it is important that the duplex and speed settings are checked.

37
New cards

connectivity issues

Mismatched settings for the duplex mode and speed of switch ports can cause ______.

38
New cards

mismatched settings

Autonegotiation failure creates _____.

39
New cards

All fiber-optic ports

_____, such as 1000BASE-SX ports, operate only at one preset speed and are always full-duplex

40
New cards

automatic medium-dependent interface crossover (auto-MDIX)

When ____ is enabled, the switch interface automatically detects the required cable connection type (straight-through or crossover) and configures the connection appropriately.

41
New cards

straight-through cables

When connecting to switches without the auto-MDIX feature, _____ must be used to connect to devices such as servers, workstations, or routers

42
New cards

Crossover cables

When connecting to switches without the auto-MDIX feature, _____ must be used to connect to other switches or repeaters.

43
New cards

auto-MDIX enabled

With ____, either type of cable can be used to connect to other devices, and the interface automatically adjusts to communicate successfully.

44
New cards

mdix auto interface configuration mode

On newer Cisco switches, the ____ command enables the feature auto-mdix

45
New cards

interface speed and duplex

When using auto-MDIX on an interface, the _____ must be set to auto so that the feature operates correctly.

46
New cards

show controllers ethernet-controller, phy

To examine the auto-MDIX setting for a specific interface, use the _____ command with the _____ keyword.

47
New cards

include Auto-MDIX filter

To limit the output to lines referencing auto-MDIX, use the _____.

48
New cards

show interfaces [interface-id]

Display interface status and configuration.

49
New cards

show startup-config

Display current startup configuration.

50
New cards

show running-config

Display current running configuration.

51
New cards

show flash

Display information about flash file system.

52
New cards

show version

Display system hardware and software status.

53
New cards

show history

Display history of command entered.

54
New cards

show ip interface [interface-id], show ipv6 interface [interface-id]

Display IP information about an interface.

55
New cards

show mac-address-table, show mac address-table

Display the MAC address table.

56
New cards

show running-config

this command can be used to verify that the switch has been correctly configured

57
New cards

show interfaces

this command displays status and statistics information on the network interfaces of the switch

58
New cards

show interfaces

is frequently used when configuring and monitoring network devices.

59
New cards

show interfaces

is useful for detecting common media issues

60
New cards

show interfaces

One of the most important parts of this output is the display of the line and data link protocol status

61
New cards

first parameter

refers to the hardware layer and indicates whether the interface is receiving a carrier detect signal

62
New cards

second parameter

refers to the data link layer and indicates whether the data link layer protocol keepalives are being received.

63
New cards

interface is up and the line protocol is down

Network Access Layer Issues:

encapsulation type mismatch,
the interface on the other end could be error-disabled, there could be a hardware problem.

64
New cards

line protocol and the interface are both down

Network Access Layer Issues:

a cable is not attached,
some other interface problem exists

65
New cards

interface is administratively down

Network Access Layer Issues:

it has been manually disabled (the shutdown command has been issued) in the active configuration.

66
New cards

Input Errors,

Runts,

Giants,

CRC,

Output Errors,

Collisions,

Late Collisions

7 Error Types

67
New cards

Input Errors

Total number of errors.

68
New cards

Input errors

is the sum of all errors in datagrams that were received on the interface being examined.

69
New cards

Runts,

Giants,

Cyclic Redundancy Check error,

no buffer,

frame,

overrun,

ignored counts

7 Input errors

70
New cards

Runt Frames,

Giants,

CRC errors

The reported input errors from the show interfaces command include the following (3)

71
New cards

Runts

Packets that are discarded because they are smaller than the minimum packet size for the medium.

72
New cards

Runts

Ethernet frames that are shorter than the 64-byte minimum allowed length

73
New cards

Malfunctioning NICs

are the usual cause of excessive runt frames

74
New cards

collisions

can also cause of excessive runt frames

75
New cards

Giants

Packets that are discarded because they exceed the maximum packet size for the medium.

76
New cards

Giants

Ethernet frames that are larger than the maximum allowed size

77
New cards

Cyclic Redundancy Check error

are generated when the calculated checksum is not the same as the checksum received

78
New cards

Cyclic Redundancy Check error

usually indicate a media or cable error

79
New cards

electrical interference,

loose or damaged connections,

incorrect cabling

3 causes of CRC errors

80
New cards

too much noise on the link,

cable,

noise sources

If you see many CRC errors, there is _____ and you should inspect the _____. You should also search for and eliminate ____.

81
New cards

Output Errors

Sum of all errors that prevented the final transmission of datagrams out of the interface that is being examined.

82
New cards

Collisions,
Late collisions

The reported output errors from the show interfaces command include the following (2)

83
New cards

Collisions

Number of messages retransmitted because of an Ethernet collision.

84
New cards

Collisions

____ in half-duplex operations are normal.

85
New cards

Collisions

you should never see ____ on an interface configured for full-duplex communication.

86
New cards

Late Collisions

A collision that occurs after 512 bits of the frame have been transmitted

87
New cards

Excessive cable lengths

are the most common cause of late collisions.

88
New cards

duplex misconfiguration

Another common cause of late collisions.

89
New cards

TCP port 23

Telnet uses ____.

90
New cards

Telnet

It is an older protocol that uses unsecure plaintext transmission of both the login authentication (username and password) and the data transmitted between the communicating devices.

91
New cards

Wireshark

A threat actor can monitor packets using ____.

92
New cards

TCP port 22

Secure Shell (SSH) uses _____.

93
New cards

Secure Shell (SSH)

It provides a secure (encrypted) management connection to a remote device.

94
New cards

Secure Shell (SSH)

should replace Telnet for management connections.

95
New cards

Secure Shell (SSH)

provides security for remote connections by providing strong encryption when a device is authenticated (username and password) and also for the transmitted data between the communicating devices.

96
New cards

show version

command on the switch to see which IOS the switch is currently running

97
New cards

k9

An IOS filename that includes the combination “_____” supports cryptographic (encrypted) features and capabilities.

98
New cards

Verify SSH support,

Configure the IP domain,

Generate RSA key pairs,

Configure user authentication,

Configure the vty lines,

Enable SSH version 2

6 steps to configure ssh

99
New cards

show ip ssh

command to display the version and configuration data for SSH on the device that you configured as an SSH server

100
New cards

show ip ssh

If the switch is not running an IOS that supports cryptographic features, this command is unrecognized.