[go: up one dir, main page]

0% found this document useful (0 votes)
11 views17 pages

Configuring and Verifying Switch Interfaces

Chapter 7 of CCNA 200-301 focuses on configuring and verifying switch interfaces, including setting speed, duplex, and descriptions. It discusses commands for managing interface status, administratively disabling interfaces, and analyzing configuration changes. The chapter also covers IEEE autonegotiation results and conditions leading to duplex mismatches between switches.

Uploaded by

Rooki3
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)
11 views17 pages

Configuring and Verifying Switch Interfaces

Chapter 7 of CCNA 200-301 focuses on configuring and verifying switch interfaces, including setting speed, duplex, and descriptions. It discusses commands for managing interface status, administratively disabling interfaces, and analyzing configuration changes. The chapter also covers IEEE autonegotiation results and conditions leading to duplex mismatches between switches.

Uploaded by

Rooki3
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/ 17

CCNA 200-301, Volume I

Chapter 7 Configuring and


Verifying Switch Interfaces
Objectives
• Configuring Switch Interfaces
• Analyzing Switch Interface Status and Statistics
Configuring speed, duplex, and
description on Switch Emma

Emma#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Emma(config)#interface FastEthernet 0/1
Emma(config-if)#duplex full
Emma(config-if)#speed 100
Emma(config-if)#description Server1 connects here
Emma(config-if)#exit
Emma(config)#interface range FastEthernet 0/11 - 20
Emma(config-if-range)#description end-users connect_here
Emma(config-if-range)#^Z
Emma#
How IOS Expands the Subcommands
Typed After interface range
Emma# show running-config
! Lines omitted for brevity
!
interface FastEthernet0/11
description end-users connect here
!
interface FastEthernet0/12
description end-users connect here
!
! Lines omitted for brevity
Administratively Disabling an Interface
with shutdown
The Different Status Information about
Shutdown in Two Different Show
Commands
SW1# show interfaces f0/1 status

Port Name Status Vlan Duplex Speed Type


Fa0/1 disabled 1 auto 10/100BaseTX
Removing Configuration with the no
Command – Initial Configuration
Removing Configuration with the no
Command – After no Command
IEEE Autonegotiation Results with Both
Nodes Working Correctly
IEEE Autonegotiation Results with
Autonegotiation Disabled on One Side
IEEE Autonegotiation with a LAN Hub
LAN Switch Interface Status Codes
Displaying Speed and Duplex Settings
on Switch Interfaces
Displaying Speed and Duplex Settings
on Switch Interfaces (Continued)
Conditions to Create a Duplex
Mismatch Between SW1 and SW2
Confirming Duplex Mismatch
Interface Counters for Layer 1
Problems

You might also like