CCENT Concepts Pt. 9 Flashcards
Line status
Location - First status code.
General Meaning - Refers to the Layer 1 status - for example, is the cable
installed, is it the right/wrong cable, is the device on the other end powered
on?
Protocol status
Location - Second status code
General Meaning - Refers generally to the Layer 2 status. It is always down if
the line status is down. If the line status is up, a protocol status of down
usually is caused by mismatched data link layer configuration.
Administratively down, down
The interface has a shutdown
command configured on it.
down, down
The interface has a no shutdown command configured, but the physical layer
has a problem. For example, no cable has been attached to the interface, or
with Ethernet, the switch interface on the other end of the cable is shut down,
or the switch is powered off.
up, down
Almost always refers to data link layer problems, most often configuration
problems. For example, serial links have this combination when one router
was configured to use PPP, and the other defaults to use HDLC.
up, up
All is well, interface is functioning.
Router powers on steps
- The router performs a power-on self-test (POST) to discover the hardware
components and verify that all components work properly. - The router copies a bootstrap program from ROM into RAM, and runs the
bootstrap program. - The bootstrap program decides which IOS image (or other OS) to load into
RAM, and loads that OS. After loading the IOS image, the bootstrap program
hands over control of the router hardware to the newly loaded OS. - If the bootstrap program loaded IOS, IOS finds the configuration file
ROM Monitor
Common Name - ROMMON
Stored In - ROM
Used in … Old and new routers
Boot ROM
Common Name - RxBoot, boot helper
Stored In - ROM
Used in… Only in older routers
boot field in the configuration
register
- If boot field = 0, use the ROMMON OS.
- If boot field =1, load the first IOS file found in Flash memory.
- If boot field = 2-F:
a. Try each boot system command in the startup-config file, in order, until
one works.
b. If none of the system commands work, load the first IOS file found in
Flash memory.
show version information
The IOS version, the uptime (the length of the that has passed since the last
reload), The reason for the last reload of IOS, the time of the last loading of
IOS, the source from which the router loaded the current IOS, the amount of
RAM memory, the number and types of interfaces, the amount of NVRAM
memory, The amount of Flash memory, the configuration register’s current
and future setting (if different)
Interior Gateway Protocol
A routing protocol that was designed
and intended for use inside a single
autonomous system.
Exterior Gateway Protocol
A routing protocol that was designed
and intended for use between different
autonomous system.
Distance Vectors
RIP-1, RIP-2, IGRP
Link-state
OSPF, Integrated IS-IS
Balanced hybrid (also called advanced distance vector)
EIGRP
Classless vs Classful routing
protocols
Classless - Supports VLSM, Sends subnet mask in
routing updates, Supports manual route
summarization.
Classful supports none of these.
RIP-2 Configuration
router rip
version 2
network /net-number
(Optional) passive-interface /type
show ip protocols
Lists information about the RIP
configuration, plus the IP addresses of
neighboring RIP routers from which the
local router has learned routes.
DSL key features
DSL allows analog voice signals and digital data signals to be sent over the
same local loop wiring at the same time.
The local loop must be connected to something besides a traditional voice
switch at the local CO, in this case a device called a DSL access multiplexer
(DSLAM).
DSL allows for a concurrent voice call to be up at the same time as the data
connection.
Unlike modems, DSL’s data component is always on; in other words, you do
Compare circuits and packet
switching
Circuits - Service implemented as OSI Layer 1.
Point-to-Point
Packet Switching - Service implemented as OSI
Layer 2. Multipoint (more than two)
Inside host
Refers to a host in the enterprise
network.
Inside local
Refers to an IP address in an IP header, with that address representing a local
host as the packet passes over the local enterprise network (not the Internet).
In this case, 192.168.1.101 and .102 are inside local IP addresses.
Inside global
Refers to an IP address in an IP address in an IP header, with that address
representing a local host as the packet passes over the global Internet (not
the enterprise). In this case 64.100.1.1 is the one inside global IP address,
Inside interface
The router interface connected to
the same LAN as the inside hosts.
Outside interface
The router interface connected to
the Internet.