0% found this document useful (0 votes)
5 views38 pages

Module 3

This document covers the configuration and troubleshooting of network interfaces and switches, including the roles of NICs, transceivers, and Ethernet switches. It explains the differences between hubs, switches, and bridges, as well as key protocols like Spanning Tree Protocol (STP) for network redundancy. Additionally, it addresses common hardware issues, port status indicators, and troubleshooting steps for network devices.

Uploaded by

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

Module 3

This document covers the configuration and troubleshooting of network interfaces and switches, including the roles of NICs, transceivers, and Ethernet switches. It explains the differences between hubs, switches, and bridges, as well as key protocols like Spanning Tree Protocol (STP) for network redundancy. Additionally, it addresses common hardware issues, port status indicators, and troubleshooting steps for network devices.

Uploaded by

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

Module 3

Configuring Interfaces and Switches

​ opyright © 2024 The Computing Technology Industry Association, Inc.


C 1
All rights reserved.
Learning Objectives
• Deploy networking devices.
• Explain network interfaces.
• Deploy common Ethernet switching features.
• Troubleshoot transceiver switching issues.

​ opyright © 2024 The Computing Technology Industry Association,


C 2
Inc. All rights reserved.
Lesson 3.1
Network Interfaces

​ opyright © 2024 The Computing Technology Industry Association, Inc.


C 3
All rights reserved.
Think About It: Network Interfaces

• What is a network
interface?

​Copyright © 2024 The Computing Technology Industry Association, Inc. All rights reserved. 4
Network Interface Cards

A network interface card (NIC):

• Transceiver component
• Connects the host to a transmission
medium (wired or wireless)
• Can have multiple ports on same card
• Has a unique MAC address
• Operates at the Data Link layer

​ opyright © 2024 The Computing Technology Industry Association,


C 5
Inc. All rights reserved.
Symptoms of NIC Issues

Common symptoms of NIC issues include:

• Network connectivity failure


• Slow network speeds
• Intermittent connectivity
• Device manager error messages
• Network setting error messages

​ opyright © 2024 The Computing Technology Industry Association,


C 6
Inc. All rights reserved.
Modular Transceivers

Modular transceivers
• Terminate multiple types of
cable and connector types
• Operate at the Data Link layer

​ opyright © 2024 The Computing Technology Industry Association,


C 7
Inc. All rights reserved.
Symptoms of Transceiver Issues
Mismatched ports

• No link
• Intermittent connection loss

Signal strength

• Intermittent connections
• Packet loss
• Poor network performance

​ opyright © 2024 The Computing Technology Industry Association,


C 8
Inc. All rights reserved.
Ethernet Frame Format

Preamble SFD Destination Source Ether Type Payload FCS


MAC MAC
Synchronization Signals the Protocol of Data being Error-
sequence start of the Address of Address of the the payload transmitted checking
frame the recipient sending code
device device

​ opyright © 2024 The Computing Technology Industry Association,


C 9
Inc. All rights reserved.
MAC Address Format
Device ID
Organizationally unique identifier (based on device model and
(OUI) manufactured date)

2D:45:19:87:C8:
E2
48-bit alphanumeric identifier;
pairs of hexadecimal digits
separated by colons or hyphens
​ opyright © 2024 The Computing Technology Industry Association,
C 10
Inc. All rights reserved.
MAC Broadcast Address
Preamble SFD Destination Source Ether Type Payload FCS
MAC MAC
Synchronization Signals the Protocol of Data being Error-
sequence start of the Address of Address of the the payload transmitted checking
frame the recipient sending code
device device

Broadcast Address
11:11:11:11:11:11

If MAC address is all 1s, all


hosts on that network will
receive and process the packet

​ opyright © 2024 The Computing Technology Industry Association,


C 11
Inc. All rights reserved.
Lesson 3.2
Ethernet Switches

​ opyright © 2024 The Computing Technology Industry Association, Inc.


C 12
All rights reserved.
Hubs
Hub

To: D
From: A

Not Not Mine!


Mine. Mine.

A B C D

Hubs send transmissions from one port to every other port.


​ opyright © 2024 The Computing Technology Industry Association,
C 13
Inc. All rights reserved.
Bridges

Bridges separate physical network segments while keeping all nodes in the same
logical network.
​ opyright © 2024 The Computing Technology Industry Association,
C 14
Inc. All rights reserved.
Switches
Switch

To: D
From: A

A B C D

A switch sends transmissions from one port only to the destination port.
​ opyright © 2024 The Computing Technology Industry Association,
C 15
Inc. All rights reserved.
Ethernet Switch Types
Unmanaged Modular vs. Desktop vs.
Stackable
vs. Managed Fixed Rack

Modular can be
Managed configured with Can be
Desktop switches
switches can be different connected
are free standing
configured numbers and together
types of ports

Unmanaged Rack-mounted
Fixed come with
switches have no switches are Can be managed
a set number of
configuration designed fit into as a single unit
ports
options networking racks

​ opyright © 2024 The Computing Technology Industry Association,


C 16
Inc. All rights reserved.
Activity: Matching

Hub Switch Bridge

Improves network efficiency by dividing it into smaller,


manageable sections

​ opyright © 2024 The Computing Technology Industry Association,


C 17
Inc. All rights reserved.
Activity: Matching

Hub Switch Bridge

Operates by creating a single shared communication path


between multiple devices in a network

​ opyright © 2024 The Computing Technology Industry Association,


C 18
Inc. All rights reserved.
Activity: Matching

Hub Switch Bridge

Intelligently directs data to a specific port based on MAC


addresses, reducing network congestion

​ opyright © 2024 The Computing Technology Industry Association,


C 19
Inc. All rights reserved.
Activity: Matching

Hub Switch Bridge

Operates primarily at the physical layer

​ opyright © 2024 The Computing Technology Industry Association,


C 20
Inc. All rights reserved.
Activity: Matching

Hub Switch Bridge

Learns the MAC addresses of devices connected to it and uses


this information to forward data only to the intended recipient

​ opyright © 2024 The Computing Technology Industry Association,


C 21
Inc. All rights reserved.
Lesson 3.3
Switch Port Configuration

​ opyright © 2024 The Computing Technology Industry Association, Inc.


C 22
All rights reserved.
Link Aggregation/NIC Teaming

Link aggregation
• Combining 2+ separate
cabled links into a
single logical channel
• Provides redundancy
• Cost effective

​ opyright © 2024 The Computing Technology Industry Association,


C 23
Inc. All rights reserved.
Maximum Transmission Unit
Standard ethernet frame

• Maximum transmission unit (MTU) is 1,500 bytes

Jumbo frame

• Supports payload up to 9.216 bytes


• Reduces the number of frames transmitted
• Limited because they break Ethernet standards

​ opyright © 2024 The Computing Technology Industry Association,


C 24
Inc. All rights reserved.
Spanning Tree Protocol
Spanning Tree Protocol (STP)

• Layer 2 protocol
• Prevents bridge loops
• Provides fault tolerance

​ opyright © 2024 The Computing Technology Industry Association,


C 25
Inc. All rights reserved.
Power Over Ethernet

Power over Ethernet (PoE)


• Allows 1 cable to transmit
both data and power to
networked devices
• Simplifies network installation
and expansion

​ opyright © 2024 The Computing Technology Industry Association,


C 26
Inc. All rights reserved.
Activity: Scavenger Hunt

Find devices that use Power over


Ethernet (PoE).
• Explore to find any devices that
might be powered through an
Ethernet cable.
• Note the device type, device
location, and how it benefits from
PoE

​Copyright © 2024 The Computing Technology Industry Association, Inc. All rights reserved.
27
Lesson 3.4
Switch Troubleshooting

​ opyright © 2024 The Computing Technology Industry Association, Inc.


C 28
All rights reserved.
Hardware Failure Issues
Hardware Failure Issue Troubleshooting and Mitigation Steps

Power issues • Verify stable power supply


• Install UPS and secondary power sources
Network adapters • Check for damaged ports or connectors
• Test with alternative adapter if possible
• Update or reinstall drivers
Switches/routers/modems • Visually inspect for damage
• Inspect indicator lights
• Verify power supply and cabling connections
• Restart the device following proper protocols
Overheating • Check for proper ventilation around the device
• Clean dust from intake or exhaust vents
• Ensure cooling systems are operational
​ opyright © 2024 The Computing Technology Industry Association,
C 29
Inc. All rights reserved.
Port Status Indicators
Solid green The link is connected, but there is no traffic

Flickering green The link is operating normally (with traffic). The


blink rate indicates the link speed

No light The link is not working, or the port is shut down

Solid amber The port is blocked by the spanning tree algorithm

Blinking amber A fault has been detected


​ opyright © 2024 The Computing Technology Industry Association,
C 30
Inc. All rights reserved.
Switch Show Commands
Show config • Device's current configuration

• Configuration device will use


Show startup-config upon the next restart

• Active configuration currently


Show running-config used by the device

• Detailed information about the


Show interface device's network interfaces

​ opyright © 2024 The Computing Technology Industry Association,


C 31
Inc. All rights reserved.
Switch Show Command Status
Down/down Both the layer 1 (physical) and layer 2 (data link)
connections are inactive.
Administratively down/down The interface has been manually disabled by an
administrator using the shutdown command
Down/error disabled The interface has been automatically disabled due
to a network error or policy violation
Up/down (suspended) The physical layer is operational, but the data link
layer is inactive due to administrative settings or
errors

​ opyright © 2024 The Computing Technology Industry Association,


C 32
Inc. All rights reserved.
Interface Error Counters
Link state
• Checks if interface is up or down
• Immediate alert for downtime

Resets
• Count of manual and automatic restarts
• High frequency of resets should be monitored

Discards/drops
• Causes by checksum errors, mismatched MTUs, size
anomalies, high load, ACL or VLAN configuration
errors
• Used for troubleshooting

​ opyright © 2024 The Computing Technology Industry Association,


C 33
Inc. All rights reserved.
Common Interface Errors
Cyclic Redundancy
Runt Frame Errors Giant Frame Errors
Check (CRC) Errors

Frame's calculated
checksum does not Frames are smaller Frames exceed the
match the than the minimum maximum allowed
transmitted frame size. size.
checksum

Indicative of noise, Caused by


Results from
interference, or misconfiguration or
collisions or
equipment malfunctioning
damaged hardware.
malfunctions network devices

​Copyright © 2024 The Computing Technology Industry Association, 34


Network Loop and Broadcast Storm

Network Loops: Network Loops: Broadcast Storms: Broadcast Storms:


Causes Solutions Causes Solutions
• Redundant • Proper • DHCP issues • Monitor DHCP
connections redundant • Very large traffic
• End-device side connection broadcast • Segment the
configuration domains network
• Implement
spanning tree
protocol (STP)
• Educate users

​ opyright © 2024 The Computing Technology Industry Association,


C 35
Inc. All rights reserved.
Power Over Ethernet Issues
Cabling Standard Power Budget
Considerations Compatibility Management
• Must use Cat 5e or • Devices must • Switches have a
better, recommend negotiate the limited power
Cat 6A correct PoE mode budget (300–400W)
• Importance of (Alternative A, B, or • Use "show power
conductor thickness Four-pair) inline" command for
(23 AWG > 24 AWG • Challenges with monitoring
for better devices only
performance) supporting the first
• Shielded cabling PoE standard
helps disperse heat
efficiently

​Copyright © 2024 The Computing Technology Industry Association, 36


Activity: What Would You Do?

The switch won’t power on.


What troubleshooting steps
would you take?

​Copyright © 2024 The Computing Technology Industry Association, Inc. All rights reserved.
37
Summary
• NIC vs. Transceiver: NIC connects host to network (cable),
transceiver adapts cable types
• Hub vs. Switch: Hub broadcasts to all devices, switch directs
traffic to specific devices; bridge connects networks, keeps them
logically unified
• STP: Prevents bridge loops and ensures network redundancy
(Layer 2 protocol)

​ opyright © 2024 The Computing Technology Industry Association, Inc.


C 38
All rights reserved.

You might also like