Chapter One

Cisco Devices
The chapter walks you through the requisite information and commands needed to connect rollover cables to the switch or router. The chapter also spans around the determination of the terminal settings and setup of LAN connections. I have explained different categories in bullets to give you a clear understanding.
Cable Types
You must ensure that the cabling is properly done or you might trigger problems before you even start. See the following pattern.
Different cables have different pinout systems. See the following patterns.
Crossover Cable: Pin 1 – Pin 3, Pin 2 – Pin 6, Pin 3 – Pin 1, Pin 4 – Pin 4, Pin 5 – Pin 5, Pin 6 – Pin 2, Pin 7 – Pin 7, Pin 8 – Pin 8
Straight-Through Cable: Pin 1 – Pin 1, Pin 2 – Pin 2, Pin 3 – Pin 3, Pin 4 – Pin 4, Pin 5 – Pin 5, Pin 6– Pin 6, Pin 7 – Pin 7, Pin 8 – Pin 8
Rollover Cable: Pin 1 – Pin 8, Pin 2 – Pin 7, Pin 3 – Pin 6, Pin 4 – Pin 5, Pin 5 – Pin 4, Pin 6 – Pin 3, Pin 7 – Pin 2, Pin 8 – Pin
LAN Connections
The Difference Between 568A and 568B Cables
Two standards have been released by EIA/TIS group about the UTP wiring. These are dubbed as 568A and 568B. 568B is a bit newer and it is the standard. The difference between the two standards is due to the pin assignments and not based on the type of colors. The 568A standard is greatly compatible with the United States’ Universal Service Order Codes (USOC) standards for the telephonic infrastructure and the voice connections. In both standards, the orange and blue pairs are at the center four pins therefore these colors tend to match closely with the 568A. It is best practice to use 568A for new installations and 568B for the existing installations. Now let us analyze the 568A and 568B standards.
568A Standard
568B Standard
The odd pin numbers always belong to the striped wires.
Command Line Interface
To enhance efficiency, Cisco IOS software has provided the users with some shortcuts to enter the most used commands.
The question mark plays an important role in executing commands. You can use the question mark to see what you can do with the command and its parameters.
Question Mark
Router#c?
clear clock
will list all the available choices that tend to start with c.
Router#c1?
clear clock
will list all the available choices that will start with cl.
Router#clock ?
set
will list all the available choices that reveal all the subcommands that are linked to this command. It also sets the date and time of the system.
Miscellaneous Commands
Keyboard Usages
You can use different keyboard commands during the editing process. There will be many tasks that you will repeatedly be using. To make it possible, the Cisco IOS Software allows you to use different keyboard combinations to make the process highly efficient.
You can scroll through the history by the following commands.
You can apply some show command to scan the information about the command line interface and the systems.
The last line of output from the show version tells us what the configuration register has been set up to.