Epsode Four PDF
Epsode Four PDF
SWITCH
CONFIGURATION
Basic Switch Configuration Guide with
Examples
This tutorial explains basic switch
configuration commands in detail with
examples. Configuration and commands
explained in this tutorial are essential
commands to manage a Cisco switch
effectively.
•
Learn how to configure and manage a
Cisco Switch step by step with this basic
switch commands and configuration guide.
them to interfaces.
show interface
show interface command displays information about
interfaces. Without argument it would list all interfaces. To
get information about specific interface we need to pass its
interface number as an argument. For example to view
details about FastEthernet 0/1, use show interface
fastethernet 0/1.
First line from output provides information about the status of interface.
The first up indicates the status of the physical layer,
and the second up indicates to the status of the data
link layer.
Possible interface status
up and up :- Interface is operational.
up and down :- Its data link layer problem.
down and down :- Its physical layer problem.
Administratively down and down :- Interface is
disabled with shutdown command.
Possible values for physical layer status
Up :- Switch is sensing physical layer signal.
Down :- Switch is not sensing physical layer signal.
Possible reasons could be cable is not connected, wrong
cable type is used and remote end device is turned off.
Administratively down :- Interface is disabled by using
shutdown command.
Possible values for data link layer status
Up :- The data link layer is operational.
Down :- The data link layer is not operational. Possible
reasons could be a disabled physical layer, missed keep
alives on a serial link, no clocking or an incorrect
encapsulation type.
how ip interface brief is a extremely useful command to get
quick overview of all interfaces on switch. It lists their status
including IP address and protocol.
THE END OF CHAPTER !!!!!!!!!!