Routing Information Protocol V2 (RIPV2) : © 2006 Cisco Systems, Inc. All Rights Reserved. Cisco Public ITE I Chapter 6
Routing Information Protocol V2 (RIPV2) : © 2006 Cisco Systems, Inc. All Rights Reserved. Cisco Public ITE I Chapter 6
V2 (RIPV2)
Chapter 7
ITE I Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1
Objectives
ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 2
Introduction
RIPV2:
Next-hop addresses included in the routing updates
Use of multicast addresses in sending updates
Authentication option available
ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 4
Static Routes and Null Interfaces
R2(config)#ip route 192.168.0.0 255.255.0.0 Null0
The address space represented by the static summary route
192.168.0.0/16 does not actually exist. In order to simulate this
static route, we use a null interface as the exit interface.
null interface is always up but does not forward or receive traffic.
Traffic sent to the null interface is discarded.
Using the null interface will allow R2 to advertise the static route in
RIP even though networks belonging to the summary
192.168.0.0/16 do not actually exist.
7.2.4-1
PT 7.2.4-2
ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 8
One of the goals of Classless Inter-Domain Routing (CIDR) as stated by RFC 1519 is "to provide a
mechanism for the aggregation of routing information.“
On the R2 router, we configured a supernet - a static route to a single network that is used to represent
multiple networks or subnets.
ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 10
Common RIP v2 issues
Network Statements
Another source of problems might be incorrect or missing network
statements. Remember, the network statement does two things:
It enables the routing protocol to send and receive updates on any
local interfaces that belong to that network.
It includes that network in its routing updates to its neighboring
routers.
A missing or incorrect network statement will result in missed
routing updates and routing updates not being sent or received on
an interface.
Automatic Summarization
If there is a need or expectation for sending specific subnets and
not just summarized routes, make sure that automatic
summarization has been disabled.
ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 11
Authentication
Lab 7.5.1-1
PT 7.5.1-2
Lab 7.5.2-1
PT 7.5.2-2
Lab 7.5.3-1
PT 7.5.3-2
ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 13
ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 14