Dynamic Routing Protocols: ROUTE v7 Chapter 1
Dynamic Routing Protocols: ROUTE v7 Chapter 1
Protocols
ROUTE v7 Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 1
Objectives
Differentiating Between Dynamic Routing Protocols
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 2
Differentiating
Between
Dynamic Routing
Protocols
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 3
Enterprise network infrastructure
Enterprise Campus
An enterprise campus provides access to
the network communications services and
resources to end users and devices.
It is spread over a single geographic
location, spanning a single floor, building, or
several buildings in the same locality.
The campus is commonly designed using a
hierarchical model — comprising the core,
distribution, and access layers—creating a
scalable infrastructure.
Enterprise Edge
An enterprise edge provides users at
geographically disperse remote sites with
access to the same network services as
users at the main site.
The network edge aggregates private WAN
links that are rented from service providers,
and it enables individual users to establish
VPN connections.
In addition, the network edge also provides
Internet connectivity for campus and branch
users.
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 4
Dynamic Routing Protocols in the Enterprise Network
Infrastructure
It is a best practice that you use
one IP routing protocol throughout
the enterprise, if possible.
One common example of when
multiple routing protocols are used
is when the organization is
multihomed.
In this scenario, the most
commonly used protocol to
exchange routes with the service
provider is Border Gateway
Protocol (BGP), whereas within the
organization, Open Shortest Path
First (OSPF) or Enhanced Interior
Gateway Routing Protocol (EIGRP)
is typically used.
In a single-homed infrastructures
static routes are commonly used
between the customer and the ISP.
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 5
Choosing a of Dynamic Routing Protocols
Input requirements :
Size of network
Multivendor support
Knowledge level of specific protocol
Protocol characteristics :
Type of routing algorithm
Speed of convergence
Scalability
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 6
IGP and EGP Routing Protocols
An autonomous system (AS) represents a collection of network devices
under a common administrator.
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 7
Types of Routing Protocols
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 8
Importance of Convergence
The process of when
routers notice change in
the network, exchange
the information about
the change, and
perform necessary
calculations to
reevaluate the best
routes.
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 11
Understanding Network Technologies
Differentiate traffic types
Differentiate IPv6 address types
Describe ICMPv6 neighbor discovery
Network Types
NBMA Networks
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 12
Differentiate traffic types
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 13
Differentiate traffic types
Unicast
Unicast addresses are used in a one-to-one context. Unicast traffic is exchanged
only between one sender and one receiver.
Multicast
Multicast addresses identify a group of interfaces across different devices. Traffic
that is sent to a multicast address is sent to multiple destinations at the same time.
IPv6 reserved multicast addresses 224.0.0.0–239.255.255.255.
IPv6 reserved multicast addresses have the prefix FF00::/8.
Anycast
An anycast address is assigned to an interface on more than one node. When a
packet is sent to an anycast address, it is routed to the nearest interface that has
this address. The nearest interface is found according to the measure of distance of
the particular routing protocol.
Broadcast
IPv4 broadcast addresses are used when sending traffic to all devices in the subnet.
Local broadcast address 255.255.255.255.
IPv6 does not use a broadcast address, but uses multicast addresses instead
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 14
Well-known IPv4 and Assigned IPv6 Multicast
Addresses
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 15
Differentiate IPv6 address types
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 16
Network Types
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 17
Network Types
Point-to-point network
A network that connects a single pair of routers.
A serial link is an example of a point-to-point connection.
Broadcast network
A network that can connect many routers along with the
capability to address a single message to all of the attached
routers.
Ethernet is an example of a broadcast network.
Nonbroadcast Multiaccess (NBMA) network
A network that can support many routers but does not have
broadcast capability.
The sender needs to create an individual copy of the same
packet for each recipient if it wishes to inform all connected
packet can be transmitted.
Frame Relay and Asynchronous Transfer Mode (ATM) are
examples of an NBMA network type.
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 18
NBMA Networks Issues
Split horizon
Prevents a routing update that is received on an interface
from being forwarded out of the same interface.
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 19
Connecting Remote
Locations with
Headquarters
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 20
Principles of Static Routing
A static route can be used in the following circumstances
When it is undesirable to have dynamic routing updates
forwarded across slow bandwidth links, such as a dialup link.
When the administrator needs total control over the routes used
by the router.
When a backup to a dynamically recognized route is necessary.
When it is necessary to reach a network accessible by only one
path (a stub network).
When a router connects to its ISP and needs to have only a
default route.
When a router is underpowered and does not have the CPU or
memory resources necessary to handle a dynamic routing
protocol.
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 21
Configuring an IPv4 Static Route
ip route prefix mask { address | interface [ address ]} [ dhcp ] [ distance ] [
name next-hop-name ] [ permanent | track number ] [ tag tag ]
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 22
Configuring a Static Default Route
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 23
Basic PPP Overview
Point-to-Point Protocol (PPP) has several advantages over
its predecessor High-Level Data Link Control (HDLC).
• Authentication
• Multi-link
• Compression
• Quality
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 24
PPP Authentication Overview
Router(config-if)# ppp authentication { chap | chap pap |
pap chap | pap } [ if-needed ][ list-name | default ] [ callin ]
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 25
PPP Configuration Example
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 26
Routing and
TCP/IP
Operations
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 27
RIP Overview
RIP is an IGP that is used in smaller networks.
It is a distance vector routing protocol that uses hop count
as a routing metric.
There are three versions of RIP: RIPv1, RIPv2, and RIPng.
RIPv1 and RIPv2 route in IPv4 networks.
RIPng routes in IPv6 networks.
RIP is a standardized IGP routing protocol that works in a
mixed-vendor router environment.
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 28
RIP Overview
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 30
Comparing Features in RIPv2 and RIPng
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 31
RIPv2 Configuration
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 32
RIPv2 Configuration
By default, RIPv2 automatically summarizes networks at
major network boundaries, summarizing routes to the
classful network address
When route summarization is disabled, the software sends
subnet routing information across classful network
boundaries.
Router(config-router)# no auto-summary
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 33
Configuring RIPng
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 34
Verify RIPng Configuration
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 35
RIPng Summarization
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 36
Propagating a Default Route
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 37
RIPng Verification Commands
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 38
RIPng Verification Commands
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 39
Summary
The role of static routes and dynamic routing protocols in
enterprise networks.
The differences between IGP and EGP routing protocols.
The three types of routing protocols: distance vector, link-state
and path vector.
The importance of convergence time and how route
summarization reduced convergence time and improves
scalability.
The four traffic types: unicast, multicast, anycast, and broadcast.
The differences between point-to-point, broadcast, and NBMA
networks.
How point-to-point subinterfaces are used to overcome the
limitations of NBMA networks.
The differences and similarities between RIPv2 and RIPng.
How to configure RIPng.
How to propagate a default route in RIPng.
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 40
Chapter 1
© 2007 – 2016, Cisco Systems, Inc. All rights reserved. Cisco Public 41