CCNA3 CH 1
CCNA3 CH 1
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 2
1
1/11/2021
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 3
2
1/11/2021
3
1/11/2021
4
1/11/2021
5
1/11/2021
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 11
OSPF supports a two-layer hierarchical design, referred to as Although the configuring EIGRP is
multiarea OSPF. simple, the underlying features and
options of EIGRP are extensive and
Multiarea OSPF requires an Area 0 (backbone area) robust.
Non-backbone areas must be directly connected to Area 0.
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 12
6
1/11/2021
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 13
Switch Hardware
Selecting the proper hardware to meet
Switch Platforms the current network requirements is
critical when designing a network.
7
1/11/2021
Switch Hardware
The port density of a switch refers to
Port Density the number of ports on a single switch.
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 15
Switch Hardware
Entry-level switches have lower
Forwarding Rates forwarding rates than enterprise-
level switches.
8
1/11/2021
Switch Hardware
Multilayer Switching Multilayer switches are typically deployed
in the core and distribution layer.
9
1/11/2021
Switch Hardware
Packet Tracer – Comparing 2960 and 3560 Switches
This Packet Tracer
activity will allow you to
use various commands
to compare and
examine three different
switching topologies
and compare the 2960
and 3560 switches.
You will also compare
the routing table of a
1941 router and a
3560 switch.
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 19
Router Hardware
Router Requirements Routing is required within the
distribution layer of an enterprise
network. Without routing, packets
could not leave the local network.
Routers are critical networking devices
because they are responsible for:
• Connecting businesses and homes to
the Internet
• Interconnecting multiple sites within an
enterprise network
• Connecting ISPs on the Internet
• Translating between different media
types and protocols
• Finding alternate paths if a link or path
goes down
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 20
10
1/11/2021
Router Hardware
Router Requirements (Cont.)
Routers also serve other important
functions:
• Provide broadcast containment by
limiting broadcasts to the local
network
• Group users logically by application or
department
• Provide enhanced security through
the use of access control lists in order
to filter unwanted traffic.
• Interconnect geographically separated
locations.
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 21
Router Hardware
Selecting the proper router or routers is an
Cisco Routers important task for the network administrator
in order to accommodate a growing
network. There are three categories of
routers:
• Branch routers – Branch routers optimize
branch services on a single platform while
delivering an optimal application experience
across branch and WAN infrastructures.
• Network edge routers – Network edge
routers enable the network edge to deliver
high-performance, highly secure, and
reliable services that unite campus, data
center, and branch networks.
• Service provider routers – Service provider
routers differentiate the service portfolio and
increase revenues by delivering end-to-end
scalable solutions and subscriber-aware
services.
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 22
11
1/11/2021
Router Hardware
Router Hardware Routers come in many forms:
• They range in size from a
small desktop router to a rack-
mounted or blade model
router.
• They can be categorized as
fixed configuration or modular.
• They come with a variety of
interfaces such as Fast
Ethernet, Gigabit Ethernet,
Serial, and fiber-optic.
As an example, the Cisco
1941 router comes with two
Gigabit Ethernet RJ-45
interfaces built-in and two slots
that can accommodate many
different network interface
modules.
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 23
Managing Devices
Managing IOS Files and Licensing
When selecting or upgrading a Cisco
IOS device, it is important to choose
the proper IOS image with the correct
feature set and version.
IOS refers to the package of routing,
switching, security, and other
internetworking technologies
integrated into a single multitasking
operating system.
When a new device is shipped, it
comes preinstalled with the software
For routers beginning with Cisco IOS Software release 15.0, image and corresponding permanent
Cisco modified the process to enable new technologies licenses for the customer-specified
within the IOS feature sets.
packages and features.
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 24
12
1/11/2021
Managing Devices
In-band versus Out-of-band Management
There are two methods for connecting a
PC to a network device for
configuration and monitoring tasks:
• Out-of-band management through the
use of the console or AUX port is used
for the initial configuration or when a
network connection is not available.
• In-band management is used to
configure or monitor the device remotely
through a network connection using
either SSH or HTTPs.
• A reachable and operational network interface
is required.
• For security reasons, the use of Telnet and
HTTP are not recommended.
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 25
Managing Devices
Basic Router CLI Commands
As shown in the figure to the left, a
basic router configuration includes as
follows:
• Hostname for identification
• Passwords for security
• Assignment of IP addresses to
interfaces for connectivity
• Basic routing
Verify and save configuration
changes with the copy running-
config startup-config command
To clear the router configuration, use
the erase startup-config and reload
commands.
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 26
13
1/11/2021
Managing Devices
Basic Router Show Commands
The following are some of the most common
show commands:
Routing Related:
• show ip protocols –Displays information
about the routing protocols configured
• show ip route – Displays detailed routing
table information including routing codes,
known networks, administrative distance and
metrics, how routes were learned, next hop,
static routes, and default routes
Interface Related:
• show interfaces – Displays interfaces with
line status, bandwidth, delay, reliability,
encapsulation, duplex, and I/O statistics
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 27
Managing Devices
Basic Router Show Commands (Cont.)
• show ip interfaces – Displays interface
information including protocol status, IPv4
address, if a helper address is configured, and
whether an ACL is enabled on the interface
• show ip interface brief –Displays all
interfaces with IPv4 addressing information
and interface and line protocol status
• show protocols – Displays information about
the routed protocol that is enabled, and the
protocol status of the interfaces
Other connectivity related commands include
show cdp neighbors. This command displays
information on directly connected Cisco devices
including Device ID, the local interface the device
is connected to, capability, the platform, and Port
ID of the remote device. The details option
provides the IP address.
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 28
14
1/11/2021
Managing Devices
Basic Switch CLI Commands Basic switch configuration includes
these:
• Hostname for identification
• Passwords for security
• Assignment of IP addresses for
connectivity. In band-access requires
the switch to have an IP address.
See the figure on the left for the
commands used to enable and
configure the switch.
Managing Devices
Basic Switch Show Commands
Switches make use of common IOS commands for
configuration, to check for connectivity, and to display current
switch status. Here are some very useful commands:
• show port-security – Displays any ports with security activated.
Include the interface ID to examine a specific interface.
• show port-security address – Displays all secure MAC
addresses configured on all switch interfaces.
• show interfaces – Displays one or all interfaces with line
protocol status, bandwidth, delay, reliability, encapsulation,
duplex, and I/O statistics.
• show mac-address-table – Displays all MAC addresses that
the switch has learned, how they were learned, port number,
and the VLAN assigned to the port.
Cisco switches also support the show cdp neighbors
command.
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 30
15
1/11/2021
1.3 Summary
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 31
Summary
Packet Tracer – Skills Integration Challenge
This Packet Tracer activity
will require you to practice
many of the skills that you
have acquired so far during
your CCNA studies.
You will first complete the
documentation for the
network before implementing
various requirements.
Finally, you will be required to
use your documentation to
verify your implementation by
testing end-to-end
connectivity.
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 32
16
1/11/2021
Summary
Chapter 1: LAN Design
• Explain why it is important to design a scalable hierarchical network.
• Select network devices based on feature compatibility and network requirements.
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 33
Chapter 1
New Terms and Commands
• Mission-critical services • Failure domain
• Enterprise network • Wireless access point (AP)
• Mission-critical services • Building switch block
• Network operations center (NOC) • Departmental switch block
• Hierarchical design model • EtherChannel
• Access layer • Port channel interface
• Distribution layer • Load balancing
• Core layer • Open Shortest Path First (OSPF)
• Collapsed core design • Enhanced Interior Gateway Routing
• Multilayer switch Protocol (EIGRP)
• Link aggregation • Link-state routing protocol
• Redundancy • Single area OSPF
• Spanning Tree Protocol (STP) • Multiarea OSPF
• Distance vector routing protocol
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 34
17
1/11/2021
Chapter 1
New Terms and Commands (Cont.)
• Form factor • Small form-factor pluggable (SFP)
• Power Over Ethernet (PoE) • Forwarding rates
• Campus LAN switch • Wire speed
• Cloud-managed switch • Application-specific integrated circuits
• Data center switch (ASICs)
• Service provider switch • Branch router
• Virtual networking switch • Network edge router
• Fixed configuration • Service provider router
• Modular configuration • Cisco Internetwork Operating System (IOS)
• Stackable configuration • IOS image
• Rack unit • Out-of-band management
• Supervisor engine • In-band management
• Port density • PuTTY
• TeraTerm
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 35
18