2002, Cisco Systems, Inc. All rights reserved.
Enabling RIP
2002, Cisco Systems, Inc. All rights reserved. 2002, Cisco Systems, Inc. All rights reserved.
ICND v2.05-2
Objectives
Upon completing this lesson, you will be able to:
Describe the features and operation of RIP Use Cisco IOS commands to configure dynamic routing using RIP, given a functioning router Use show and debug commands to identify anomalies in dynamic routing operation using RIP, given an operational router
2002, Cisco Systems, Inc. All rights reserved.
ICND v2.05-3
RIP Overview
Maximum is 6 paths (default = 4) Hop-count metric selects the path (Max=15) Routes update are broadcast every 30 seconds
2002, Cisco Systems, Inc. All rights reserved. ICND v2.05-4
Load balancing with RIP
56K 64K
GAD
1.544M
3
BHM
155M
4
RIP is capable of load balancing over as many as six equal-cost paths, with four paths being default. RIP performs what is referred to as round robin load balancing. Router(config-router)#maximum-paths [number]
ICND v2.05-5
2002, Cisco Systems, Inc. All rights reserved.
IP Routing Configuration Tasks
Router configuration
Select routing protocols. Specify networks or interfaces.
2002, Cisco Systems, Inc. All rights reserved.
ICND v2.05-6
Dynamic Routing Configuration
Router(config)#router protocol [keyword]
Defines an IP routing protocol
Router(config-router)#network network-number
Mandatory configuration command for each IP routing process Identifies the physically connected network that routing updates are forwarded to
2002, Cisco Systems, Inc. All rights reserved.
ICND v2.05-7
RIP Configuration
Router(config)#router rip
Starts the RIP routing process
Router(config-router)#network network-number
Selects participating attached networks Requires a major classful network number
2002, Cisco Systems, Inc. All rights reserved.
ICND v2.05-8
RIP Configuration Example
2002, Cisco Systems, Inc. All rights reserved.
ICND v2.05-9
RIP Configuration (Cont.)
To disable split horizon:
Router(config-if)#no ip split-horizon
To change the holddown timer:
Router(config-router)#timers basic update invalid
holddown flush [sleeptime]
To change the update internal:
Router(config-router)#update-timer seconds
Disable the sending of routing updates on specified interfaces:
Router(config-router)#passive-interface interface
To disable RIP
2002, Cisco Systems, Inc. All rights reserved.
Router(config)#no router rip
ICND v2.05-10
Verifying the RIP Configuration
2002, Cisco Systems, Inc. All rights reserved.
ICND v2.05-11
Displaying the IP Routing Table
2002, Cisco Systems, Inc. All rights reserved.
ICND v2.05-12
debug ip rip Command
2002, Cisco Systems, Inc. All rights reserved.
ICND v2.05-13
Summary
RIP is a distance vector routing protocol that uses hop count as the metric for route selection and broadcasts routing updates every 30 seconds. To enable a dynamic routing protocol, you will select the routing protocol and then assign IP network numbers.
The router rip command specifies RIP as the routing protocol. The network command identifies a participating attached network.
The show ip commands display information about routing protocols and the routing table. Use the debug ip rip command to display information on RIP routing transactions.
2002, Cisco Systems, Inc. All rights reserved. ICND v2.05-14