Ccna2 Cramnotes
Ccna2 Cramnotes
0™) - CramNotes
Switches have the same basic functionality as bridges but usually have more ports.
Each switch port is a separate collision domain, and each port provides dedicated
bandwidth.
Virtual local area networks (VLANs) can be used to make a group of switch ports into
a separate, isolated LAN. Routing is required for communication between VLANs.
VLANs can function across multiple switches when they are connected by a trunk
connection. Inter-switch linking (ISL) is used to create a trunk connection between
Fast Ethernet ports on Cisco switches.
Encapsulation, or tunneling, takes frames from one network system and places them
inside frames from another network system.
The presentation layer concerns itself with data representation, data encryption, and
data compression. It supports different protocols for text, data, sound, video,
graphics, and images such as ASCII, MIDI, MPEG, GIF, and JPEG.
The transport layer sits between the upper and lower layers of the OSI model. The
transport layer performs flow control by buffering, multiplexing, and parallelization.
The primary functions of the data link layer of the OSI model are:
● Allows the upper layers of the OSI model to work independently of the physical
media
● Performs physical hardware addressing
● Provides optional flow control
● Generates error notification
ROUTER BASIS
Examine the status of a router with the following commands: show version, show
memory, show protocols, show running-config (or write terminal), show
startup-config (or show configuration), show interfaces, and show flash.
The Cisco Discovery Protocol (CDP) displays summary information about directly
connected devices and operates at the data link layer. The show cdp neighbors
command displays ID, local and remote port, holdtime, platform, and capability
information. The show cdp entry <device id> command displays information
about a specific device including all layer 3 addresses and Internetwork Operating
System (IOS) versions.
ROUTER CONFIGURATION
The command to back up a router configuration file (copy a configuration file from a
router to a Trivial File Transfer Protocol [TFTP] server) is copy running-config
tftp. The command to restore a configuration file (copy a configuration file from a
TFTP server to a router) is copy tftp running-config.
The commands to set the enable, enable secret, console, and auxiliary passwords on
a router are as follows:
● Router(config)#enable password
● Router(config)#enable secret password
● Router(config)#line aux 0 and Router(config-line)# login and
Router(config-line)#password password
● Router(config)#line con 0 and Router(config-line)#login and
Router(config-line)#password password
● Router(config)#line vty 0 4 and Router(config-line)#login and
Router(config-line)#password password
To create a banner for a router and a description for an interface, use the banner
motd (message of the day) and description commands.
ROUTING PROTOCOLS
Distance vector routing protocols send all of their route tables to their neighbors.
Link state protocols send the state of their own interfaces to every router in the
internetwork.
Routing Information Protocol (RIP) can be configured on a router with the following
commands:
● Router (config)# router rip
● Router (config-router)# network <network>
Interior Gateway Routing Protocol (IGRP) can be configured on a router with the
following commands:
● Router (config)# router igrp <autonomous system number>
● Router (config-router)# network <network>
PROTOCOL (TCP/IP)
File Transfer Protocol (FTP) 21
Telnet 23
Simple Mail Transfer Protocol (SMTP) 25
Domain Name System (DNS) 53
TFTP 69
TCP provides a connection-oriented and reliable service to the applications that use
its services with the use of acknowledgements, sequence number checking, error
and duplication checking, and the TCP three-way handshake. User Datagram
Protocol (UDP) provides a connectionless and best-effort service to the applications
that use its services.
The most important basic commands used to monitor IP with Cisco routers are
show ip interface, show ip protocol, and show ip route.
The network number and broadcast address for a given subnet are the first and last
IP addresses, respectively. The range of usable IP addresses is all addresses
between the network number and broadcast address. In binary format, the network
number has all of the host of the address set to 0. The broadcast address has all of
the host bits set to 1.
IPX addresses consist of a network number and a node number. The node number
is the node's MAC address.
● IPX can be configured on a router with the following commands:
● Router (config)# ipx routing
● Router (config)# interface ethernet 0
● Router (config-if)# ipx network <network> encapsulation sap
Recognize the common commands used to monitor IPX activity on a router: show
ipx interface, show ipx route, show ipx servers, show ipx traffic, debug ipx
routing activity, and debug ipx sap activity.
ACCESS LISTS
The interface between the customer network and the WAN provider network occurs
between the data terminal equipment (DTE) and the data communication equipment
(DCE), DTE devices are usually routers. DCE devices are usually modems, channel
service units/data service units (CSUs/DSUs), and terminal adapter/network
terminations 1 (TA/NT1s).
Data link connection identifier (DLCI) servers as the addressing scheme within a
Frame Relay network. Local Management Information (LMI) is a set of
enhancements to Frame Relay that was developed by Cisco, StrataCom, Northern
Telecom, and DEC, Cisco routers support LMI variations for American National
Standards Institute (ANSI), Q933a, and Cisco.
DLCIs are mapped to network layer addresses through inverse ARP or by using the
frame-relay map command.
Committed Information Rate (CIR) is the rate, in bits per second, at which data is
transferred across the Frame Relay network.
A single physical interface can be configured with several virtual subinterfaces. Each
subinterface can be configured with different addressing information. Subinterfaces
can be created and accessed using the serial interface number followed by a period
and a number (such as serial 0.78).
The basic commands to monitor Frame Relay activity on a router are show
frame-relay pvc, show frame-relay lmi, show frame-relay map, and debug
frame-relay lmi.
The basic commands to monitor PPP actively on a router are show interface and
debug ppp chap.
Integrated services digital network (ISDN) can be ordered as either basic rate
interface (BRI) or primary rate interface (PRI). ISDN functions represent devices or
hardware functions within ISDN. Reference points describe the logical interfaces
between functions.
The basic commands to monitor ISDN and DDR activity on a router are show
controller bri, show interface bri, and show dialer.
This CramNotes is provided by Coriolis. To read further details on this subject we suggest you to
consider purchasing the book below.