ICND1 Exam Cram Guide Overview
ICND1 Exam Cram Guide Overview
The complete contents of this guide MUST be committed to memory before attempting the exam.
This cram guide is NOT a brain dump, so there is no way of knowing what exactly you are going to be
asked about in the exam. We have done our best to condense down everything you need to know in
the CCNA syllabus.
OSI Model
Layer Encapsulation Function Services Device
Layers: All People Seem To Need Data Processing. Data formats: Don’t Some People Fry Bacon.
7. Application Layer
Provides services to lower layers. Enables program-to-program communication and determines
whether sufficient resources exist for communication. Examples are e-mail gateways (SMTP), TFTP,
FTP, and SNMP.
6. Presentation Layer
5. Session Layer
Establishes and maintains communication ‘sessions’ between applications (dialogue control). Sessions
can be simplex (one direction only), half duplex (one direction at a time), or full duplex (both ways
simultaneously). Session Layer keeps different applications data separate from other applications.
Protocols include NFS, SQL, X Window, RPC, ASP, and NetBios Names.
4. Transport Layer
Responsible for end-to-end integrity of data transmissions and establishes a logical connection
between sending and receiving hosts via ‘virtual circuits.’ Windowing works at this level to control
how much information is transferred before acknowledgement is required. Data is segmented and
reassembled at this layer. Port numbers are used to keep track of different conversations crossing the
network at the same time. Supports TCP, UDP, SPX, and NBP. Segmentation works here (Segments)
and error correction (not detection).
3. Network Layer
Routes data from one node to another and determines the best path to take. Routers operate at this
level. Network addresses are used here, which are used for routing (Packets). Routing tables,
subnetting, and control of network congestion occur here. Routing protocols, regardless of which
protocol they run over, reside here: IP, IPX, ARP, IGRP, and Appletalk.
Logical Link Control sublayer (LLC) 802.2: Manages communications between devices over a single link
on a network. Uses Service Access Points (SAPs) to help lower layers talk to the Network Layer.
Media Access Control sublayer (MAC) 802.3: Builds frames from the 1s and 0s that the Physical Layer
(address = 6 byte/48 bit) picks up from the wire as a digital signal and runs a Cyclic Redundancy Check
(CRC) to assure no bits were lost or corrupted.
1. Physical Layer
Puts data onto the wire and takes it off. Physical Layer specifications, such as the connectors, voltage,
physical data rates, and DTE/DCE interfaces. Some common implementations include Ethernet/IEEE
802.3, FastEthernet, and Token Ring/IEEE 802.5.
Distribution Layer – Time-sensitive manipulation, such as routing, filtering, and WAN access.
Broadcast/multicast, media translations, security.
TCP/IP
Port Numbers
These are used to connect to various services and applications, and piggyback onto IP addresses.
Common port numbers are as follows:
22 - SSH (TCP)
23 - Telnet (TCP)
80 - HTTP/WWW (TCP)
UDP – (Protocol 17) Connectionless, unsequenced, best-effort delivery, 8-byte header. Sends data but
does not check to see whether it is received.
Telnet – Used to connect to a remote device (TCP). A password and username is required to connect.
Telnet tests all seven layers of the OSI model.
ICMP – Supports packets containing error, control, and informational messages. Ping uses ICMP to
test network connectivity.
DNS – Resolves hostnames to IP addresses (not the other way around). To configure the router to use
a host on the network, use the command ROUTER(config)#ip name-server [Link], and
to configure DNS, use the command ip name-server (usually already turned on for the router
configuration by default). If you want hosts on the network to use the router as a proxy DNS server,
put the command Router(config)#ip dns server onto the router.
DHCP – Involves a central server, or devices, which relays TCP information to hosts on a network. You
can configure a router to be a DHCP server with the configuration below. You must have hosts on the
same LAN as the router interface:
Cisco IOS
Six Modes
User EXEC: Router>
RXBoot: Router<boot>
Editing Commands
Ctrl+W – Erases a word
Router#copy ?
[truncated]
…or the commands beginning with the letters you have typed:
Router#a?
Router Elements
DRAM – Working area for router. Contains routing tables, ARP cache, packet buffers, IOS, and running
configuration. Some routers run the IOS from DRAM.
show version – Shows information about IOS in RAM and displays how much physical memory is
installed. Also shows the configuration register setting.
NVRAM – Stores router’s startup configuration. Does not lose data when powered off due to a battery
power source:
show startup-configuration
Configuration register 0x2142 skips startup configuration file in NVRAM (for password recovery).
Flash – EEPROM or PCMCIA card holds the compressed operating system image (IOS). This is where
software upgrades are stored:
show flash
dir flash:
ROM – Contains power on diagnostics, a bootstrap program, and a mini-IOS (rommon). You can specify
which file the routers boots from if you have more than one in flash memory:
Or you can specify that it boots from a TFTP server if, for example, the image is too large to fit in flash:
You can also backup the flash image for emergency use:
Cabling
Hub Switch Router Workstation
Pinouts
Crossover Straight Console
1 3 1 1 1 8
2 6 2 2 2 7
3 1 3 3 3 6
4 4 4 4 4 5
6 2 6 6 6 3
7 7 7 7 7 2
8 8 8 8 8 1
Router Management
Console port – A PC connected to the console port via a rollover cable. Used for initial configuration
or disaster recovery.
Virtual terminals – Normally accessed by telnetting to the router. Five lines available, numbered 0 to
4 (more lines possible, depending on the Router/Switch model).
TFTP server – The router can get its configurations or IOS from a server (a PC, for example) running
TFTP software and holding the necessary files.
NMS – Network management station. Uses SNMP to manage the router normally via a web-style
interface.
CDP
Cisco Discovery Protocol (proprietary) runs only on Cisco devices; it allows you to gather information
about other routers and switches. It is enabled by default. It can also be a very useful command to use
while troubleshooting to see which devices are directly connected to the device you are connected
to.
This command displays the neighbouring router or switch’s hostname, hardware platform, port
identifier, and capabilities list:
This command displays more detail than the previous one. You can view the IP address, the IOS
release, and the duplex setting.
To turn off CDP on your entire router or switch, use the following command:
1. Address learning – Maintains a table (CAM – Content Addressable Memory) of addresses and
on which port they can be reached.
2. Forward/filter decision – Forwards frames only out of the relevant port.
3. Loop avoidance – STP.
Broadcast frames are forwarded out of all ports. Because all Ethernet hosts can transmit at the same
time, this can lead to collisions, thus slowing down the network considerably.
Cut-through – Reads only the destination address (first 6 bytes after preamble), looks up address, and
forwards frame. Lower latency.
Fragment-free – The switch reads the first 64 bytes before forwarding the frame. Collisions normally
occur within the first 64 bytes.
Bridging/Switching
Bridges are primarily software-based and have one Spanning Tree instance per bridge. Normally 16
ports per bridge. LAN switches are primarily hardware-based. There are many Spanning Tree instances
per switch and up to 100 ports.
The switch must be in transparent mode to add higher numbered VLANs (1006 to 4096).
N.H.H.H
A 0 0 to 126 126 16,777,214
[Link]
N.N.H.H
B 10 128 to 191 16,384 65,534
[Link]
N.N.N.H
C 110 192 to 223 2,097,152 254
[Link]
Network number 127 is reserved for Loopback testing ([Link] local Loopback)
Subnetting
Max # of Subnets = 2(to the power of masked bits)
Easy Subnetting
What network is host [Link] [Link] in?
256 - 240 = 16, so you have the subnets going up in increments of 16, starting with zero (if subnet zero
is permitted in the exam). Each subnet will need to have a subnet and a broadcast number, so this
leaves 14 hosts per subnet. The subnets start at 0,16,32,48, 64, 80…224, 240 (the 0 and 240 are valid
only if subnet zero is allowed).
[Link] 1 14 15
[Link] 17 30 31
[Link] 33 62 63
[Link]* 65 78 79
Looking at the [Link] host address, you are clearly looking to find the host on the fourth octet
because this is where the non-zero mask is ([Link]). Just keep adding 16 until you find the
range that the host number 68 is in. In this case, [Link], as indicated by the asterisk (*).
Bits 128 64 32 16 8 4 2 1
Subnets √ √ √ √
128 √
192 √
224 √
240 √
248
252
254
255
16
32
64
128
256
Super Subnetting Chart™ © Paul Browning 2005-2012
If you see a slash address, such as [Link]/26, then you simply have to convert that 26 into a
subnet mask. Using the Super Subnetting Chart™ is the easiest way, or you can simply count up in
octets, remembering that 255 is 8 in binary bits. To reach 26 binary bits, you know that [Link]
is 8 + 8 + 8 binary bits, giving you 24. To get to 26, you need to add another 2 binary bits, which is a
tick in the 128 and 192 (128 + 64 = 192) boxes in the left column.
Bits 128 64 32 16 8 4 2 1
Subnets √ √
128 √
192 √
224
240
248
252
254
255
16
32
64
128
Super Subnetting Chart™ © Paul Browning 2005-2012
128 + 64 gives you 192, so the /26 mask gives you [Link], which is 26 binary bits. You can
tick two across the top row to reveal the subnet increments (i.e., multiples of 64).
Working out how many subnets is also a simple process. If you have the IP address [Link] with
the default /24 mask ,and the client wants five subnets created out of that, you simply tick down the
Powers of Two numbers until you get to the required amount of subnets.
Bits 128 64 32 16 8 4 2 1
Subnets
128 √
192 √
224 √
240
248
252
254
255
2 √ √
4 √ √
8 √ √
16 √
32 √
64
128
Super Subnetting Chart™ © Paul Browning 2005-2012
Ticking down three rows gives you 8. I know that the requirement is five subnets, but this is the closest
you can get for the client. Taking 3 bits from the hosts leaves 5 remaining host bits (8 - 3 = 5). Tick
down five boxes in the Hosts-2 column and take two away (for the subnet and broadcast) to give you
30 hosts per subnet. Voila!
To view several free subnetting videos on YouTube, visit the link below:
[Link]/user/paulwbrowning
IP Routing
Routers must have some means of learning networks to which they are not directly connected.
Static routing:
for RIP v2
Router(config)#router rip
Router(config-router)#version 2
Router(config-router)#network [Link]
Facts
RIP v2
Uses UDP port 520
Classless
Max hop count is 15
Multicasts route updates to [Link]
Supports authentication
Update timer, 30 seconds
Invalid, 90 seconds
Hold down, 180 seconds
Flush, 270 seconds
Distance Vector
Distance Vector protocols understand the direction and distance to any given network connections.
Algorithms calculate the cost to reach the connection and pass this information to every neighbour
router. Examples are RIP and IGRP. Problems with Distance Vector protocols include routing loops and
counting to infinity. To overcome these problems, the following can be implemented:
Define a maximum number of hops – 15 for RIP and 255 for IGRP.
Link State
These have a picture of the entire network from Link State Advertisements (LSAs) and Link State
Packets (LSPs). Once these have all been passed, only changes to the network are sent out, reducing
network traffic.
Link State protocols do require a lot of CPU time and bandwidth when LSAs are flooded out. Examples
are OSPF and ISIS.
Routers use administrative distances to determine how believable the route learned is depending
upon the protocol it learns from the router.
Default
Source
Distance
EIGRP Summary 5
External BGP 20
EIGRP (Internal) 90
OSPF 110
IS-IS 115
RIP 120
Unknown 255
An administrative distance of 0 is most preferred. For example, a router running RIP and OSPF will
prefer the OSPF routes most and install these in the routing table.
Routed protocols are used to transport traffic from source to destination. Examples: IP, IPX, and
Appletalk.
When a packet traverses the network from device to device (hop to hop), the IP address remains
constant, but the hardware (MAC) address changes.
NAT
Network Address Translation will convert an address from the inside of your network to another
address on the outside of your network, and vice versa. It is most commonly used to convert a non-
routable address to a routable address.
For all configurations, you must specify which interfaces are internal for NAT and which are external:
Static NAT – Maps one address to one address, such as [Link] to [Link]:
Dynamic NAT – Maps a number of internal addresses to a pool of external addresses. The
configuration below creates a pool of 10 addresses with a mask (prefix length) of [Link] and
the name ‘ad_team.’ The hosts that will go through NAT are on the [Link] network. The access
list (source list) tells the router which addresses to translate:
Overload NAT (or PAT) – Maps private internal addresses to one or more external addresses using port
numbers. The configuration below creates a pool of 10 addresses (more are possible), and the
command overload tells the router to use port address translation (PAT):
Wireless Networking
Wireless Basics
Wireless clients connect to access points. The two wireless modes are ad-hoc and infrastructure. Ad
hoc is similar to peer-to-peer networking, where nodes connect directly to each other. They must have
the same SSID and channel for this to work. In infrastructure mode, the clients connect to the access
Wireless Security
The two methods for wireless authentication are open system and shared key. In the open-system
method, the host sends an association request to the wireless access point and it will be sent a success
or failure message. With the shared-key method, a key or pass phrase is configured on both the host
and the access point. There are three types of shared-key authentication – WEP, WPA, and WPA2.
WEP is an encryption algorithm built in the 802.11 standard. It uses RC4 40-bit or 104-bit keys and a
24-bit initialisation vector.
WPA uses dynamic key management, adds a stronger encryption cipher, and is built on the
EAP/802.1X mechanism. It uses Temporal Key Integrity Protocol (TKIP), and the Initialization Vector is
increased to 48-bit (more than 500 trillion key combinations). It is used with RADIUS in the enterprise.
WPA2 is the next generation in wireless security. It uses even stronger encryption than WPA and this
is achieved by using the Advanced Encryption Standard (AES). In addition, WPA2 creates a new key for
every new association. This is a benefit over WPA in that the client’s keys are unique and specific to
that client.
Enable – Used to get from User Exec mode to Privileged Exec mode. Not encrypted.
Enable secret – Encrypts password (only use enable or enable secret, not both):
Router(config)#line vty 0 4
Router(config-line)#password cisco
Router(config-line)#login
If you want to permit SSH into the router or switch Telnet lines, then you need to add the command
transport input ssh to the VTY lines.
Router(config)#line aux 0
Router(config-line)#password cisco
Router(config-line)#login
Router(config-line)#password cisco
Router(config-line)#login
Violation action
VTP Password:
A VPN allows information to be sent securely over an insecure medium (e.g., the Internet). A VPN can
be site-to-site (e.g., WAN) or access (e.g., home worker).
Subnets
128
192
224
240
248
252
255
16
32
64
128
256
512
1024
2048
4096
8192
16384
Super Subnetting Chart™ © Paul Browning 2005-2012
Network Security
Access Lists
Access lists are a set of conditions that permit or deny access to or through a router’s interface.
Range Usage
1 to 99 IP Standard
Access lists applied to inbound interfaces save the router from having to process the packet; denied
packets will be dropped at the interface. Outbound access lists will be processed by the router and
then dropped at the outbound interface if they match the access list.
Access lists can be applied to multiple interfaces, but there can be only one access list per protocol
per direction per interface.
show ip access-lists
show access-list 1
Wildcard Masks
Wildcard masks tell the router which parts of the address to look at and which to disregard.
The above would permit any host on network 172.16.5.x. In order to work out a wildcard mask, simply
write out the mask in full and then take that number away from 255.
Enable – Used to get from User Exec mode to Privileged Exec mode. Not encrypted:
Enable Secret – Encrypts password (use only enable or enable secret, not both):
Router(config)#line vty 0 4
Router(config-line)#password cisco
Router(config-line)#login
Router(config)#line aux 0
Router(config-line)#password cisco
Router(config-line)#login
Router(config)#line console 0
Router(config-line)#password cisco
Router(config-line)#login
You may have spotted a few problems with the addressing scheme above. The most important issue
is the breach of the conservation of IP addresses. If you are using RFC 1918 addresses (non-routable,
such as 10.x.x.x), then perhaps you may not be worried about address wastage, but this is very bad
practise, and for Cisco exams, you will be expected to conserve IP addresses.
With a /28 mask, or [Link], you have 14 hosts per subnet. This may be fine for your LAN
on either end but for your WAN connection, you only need two IP addresses, meaning you are
wasting 12 addresses! You could change the masks to /30, or [Link], but then for your
LANs, you will obviously need more than two hosts.
The first workaround is to buy a separate network address for each network (two LANs and one
WAN), but this would prove expensive and unnecessary. The other alternative is to break down your
subnet further using VLSM, which is actually what it was designed to do!
In Figure B.3 above, you can see that ACME has now grown and has added a remote office. Because
you have taken the time to plan and allocate a carefully thought out VLSM scheme, you can simply
allocate the next block of IP addresses.
But won’t the IP addresses clash? This is a very common question and it’s very valid. Let’s say you
have address [Link]/28 for one of your LANs; you will not, therefore, be able to use the IP
address [Link] with any other subnet mask. The IP address can be used only once, no matter
which subnet mask is attached to it.
It is a bit of a head scratcher for people who are new to networking or subnetting, but it does work.
Feel free to think on it some more, or just accept that with VLSM (RFC 950), it is not possible to reuse
IP addresses.
In Figure B.4, ACME II company has been allocated the network 200.100.100.x, with a default mask
of [Link]. If you keep the standard mask, you are left with one network with 254 usable
hosts. If you want to check this for yourself, please use the Subnetting Secrets Chart©. Visit the book
updates page to download.
If you use the bottom part of the Subnetting Secrets Chart©, you can tick down eight places in the
left column and see that you have one subnet with 256 - 2 hosts, giving you 254. I don’t want to
dwell on that part of the calculations because that is covered very well earlier in this book.
Your challenge is this then. You have three Serial connections and each requires only two usable
host addresses. You have four LANs that need anything from 20 to 100 hosts. If you just design a
mask to give you anything from 20 to 100 hosts, you are going to be wasting a lot of addresses. To
get 100 hosts (using the Subnetting Secrets Chart©), tick down seven places in the Hosts-2 column,
giving you a mask of [Link] (because you only have 1 bit left to tick down for the subnets
portion). This gives you 126 hosts (128 - 2). You would then have two networks, one starting
[Link] and one starting [Link]. Not great, to be honest. You need seven subnets
(three WAN and four LAN) and some only require 20 hosts, so why waste 108 addresses? What you
need to do is refer to the Subnetting Secrets Chart©.
If you use the upper portion of the Subnetting Secrets Chart©, then you will tick down one place to
reveal the subnet mask of 128.
Subnets
128 √
192
224
240
248
252
254
255
When we use the 128 subnet with ACME II company’s IP address, you get subnet [Link] and
subnet [Link], both with a mask of /25, or [Link]. For your network needing
100 hosts, you can use the [Link] subnet. For the first host, you will use [Link]
and so on, up to [Link]. So now you have the following:
You need to allocate hosts to three remaining LAN networks and three WANs. The other three LANs
all need anything from 20 to 30 hosts. If you tick down five in the Hosts-2 column, you will get to 32,
and taking 2 away gives you 30 hosts. If you steal 5 bits from the host portion, you are left with 3
bits for the subnet (because there are 8 bits in every octet).
Tick down three places on the lower Subnet section to reveal a subnet mask of 224. This mask will
give you eight subnets (you only need three for the LANs), and each subnet will have up to 30
available host addresses. Can you see how this will fit ACME II’s requirements?
Subnets
128 √
192 √
224 √
240
248
252
254
255
If you tick across three places on the top row, you will see that your subnets go up in increments of
32. Your subnets will be 0, 32, 64, and 96, and you can’t use 128 because this is used for the large
LAN.
Bits 128 64 32 16 8 4 2 1
√ √ √
LAN Hosts
[Link]/27 – (Let’s reserve this for the WAN links)
[Link]/27 – LAN 1 (hosts 33 to 62)
[Link]/27 – LAN 2 (hosts 65 to 94)
[Link]/27 – LAN 3 (hosts 96 to 126)
Tick down six places on the lower Subnets column to get 252 as your subnet mask.
Subnets
128 √
192 √
224 √
240 √
248 √
252 √
254
255
As a network administrator, you would keep a record of used IP addresses and subnets. So far, you
will have allocated the addresses as follows:
WAN Links
[Link] /30 – WAN link 1 (hosts 1 to 2)
[Link] /30 – WAN link 2 (hosts 5 to 6)
[Link]/30 – WAN link 3 (hosts 9 to 10)
LAN Hosts
[Link]/27 – LAN 1 (hosts 33 to 62)
[Link]/27 – LAN 2 (hosts 65 to 94)
[Link]/27 – LAN 3 (hosts 96 to 126)
Let’s take network [Link]/24, for example. If you change the mask from /24 to /25, the
following happens:
Now you have two subnets. If you take the new Subnet 2 of [Link] and break it down
further by changing the mask from /25 to /26, you get the following:
If you take the second subnet and break it down further by changing the mask from /26 to /28
(for example), you get the following:
Summary
I hope this has helped you to understand a bit more about VLSM. It is no mystery really. Please
take time to go over the examples above again, and then have a go at the challenge illustrated in
Figure B.5 below:
LAN Switching
You can force a particular switch to become a Root Bridge by manually configuring the priority (in
increments of 4096) as follows:
Bridging/Switching
Bridges are primarily software-based and have one Spanning Tree instance per bridge, normally, 16
ports per bridge. LAN switches are primarily hardware-based. There are many Spanning Tree instances
per switch and up to 100 ports.
The switch must be in transparent mode to add higher numbered VLANs (1006-4096).
IPv6
An IPv6 address consists of 128 bits represented in hexadecimal format and separated into eight parts
(e.g., EEDE:AC89:4323:5445:FE32:BB78:7856:2022). There are no broadcast packets, only anycast,
multicast, and unicast.
The two methods of migrating from IPv4 to IPv6 are dual stack and tunneling. Cisco IOS supports IPv6
commands in version 12.2(2)T and later.
Configure IPv6:
Router#config t
Router(config)#ipv6 unicast-routing
Router(config)#interface fast ethernet 0/0
Router(config-if)#ip address 192.1681.1 [Link]
Router(config-if)#ipv6 address 2eef:c001:b14:2::c12/125
Router(config-if)#exit
Router#show IPv6 interface
Route Summarisation
You need to be able to work this out for the exam. It is basically advertising out on as few routes as
possible from your network. You can only work out a summary route by converting the IP address into
binary (sorry). If you don’t do this, then you have no way of knowing if you are advertising the correct
summary route, which will lead to problems on your network.
Firstly, write out all of the network addresses in full, and then the binary versions to the right of that:
I have italicised the bits in each address which match. You can see that the first 19 bits match on every
address, so your summarised route can reflect these 21 bits:
[Link] [Link]
IP Routing
Routers must have some means of learning networks to which they are not directly connected.
Static routing:
Router(config)#ip route {destination network}{mask}{next hop
address}
(e.g., IP route [Link] [Link] [Link])
For EIGRP:
Router(config)# router eigrp 20
Router(config-router)#network [Link]
Router(config-router)#no auto-summary optional
For OSPF:
Router(config)#router ospf 20
Router(config-router)#network [Link] [Link] area 0
Facts
EIGRP:
Uses IP protocol 88
Classless
Hybrid of Distance Vector and Link State
Multicasts updates to [Link]
Uses feasible successors to determine alternative routes to networks
The feasible successor is a backup route based upon the Topology Table
OSPF:
Uses IP protocol 89
Classless
Uses Dijkstra’s shortest path algorithm (SFP)
HSSI (45Mbps) 2
10Mbps Ethernet 10
T1 (1.544 Mbps)* 64
56k 1785
PPP – Data link. Uses PAP (clear text) and CHAP (secure hash) authentication. Authentication is
optional. Use PPP if connecting a Cisco router to a non-Cisco router:
Frame Relay
Based upon x.25 protocol, but with less error checking so it’s quicker. Normally 56k to 2Mb, so it’s
ideal for SMEs. Works at the Physical and Data Link Layers. DLCIs are used to identify the circuit. Each
router uses LMIs for keepalives on the line between the Router and Frame Relay switch. LMI type is
Cisco by default. You must use another type, such as ANSI, if connecting to a non-Cisco router.
Router(config-if)#encapsulation frame-relay
Router(config-if)#frame-relay map ip [Link] 100
In the output above, the router is told to get to IP address [Link] (use DLCI 100).
Frame Relay uses backwards explicit congestion notification (BECN) on returning frames to warn of
congestion, and forward explicit congestion notification (FECN) is set by the DCE end to warn of
congestion from the sending end.
Troubleshooting
Always use a systematic and methodical approach to troubleshooting.
The first command to issue is show ip interface brief to establish whether the interfaces
are down or up. There are only a handful of ways to break any network in the exam.
Layer 1
Ensure that there is a clock rate on the DCE interface (use the show controllers serial X
command – where X is the Serial interface number – to see what type of cable is attached).
Ensure that the no shut command has been applied to the interface.
Layer 2
Ensure that the correct encapsulation type is on the interface (i.e., HDLC, PPP, etc.) (use the show
interface serial X command to check).
If it is not the correct encapsulation type, then go into Interface Configuration mode and change it.
Layer 3
Ensure that the correct IP address AND subnet mask is applied to the interface.
Ensure that the correct networks are being advertised by the routing protocol (show ip
protocols).
Always ensure that you can ping across directly connected router interfaces BEFORE applying routing
protocols and access lists. You have been warned.
[Link]