RIP CheatSheet

Some of this taken from CCIE Routing and Switching Certification Guide
Table of Contents

RIPv1

Timers

Timer Comparison

 Hello(RIP-Invalid)
(OSPF-Suspicious)
Dead
(RIP-Flush)
Holddown
RIP30180 (6x)240 (8x)180
OSPF10 BMA
30 NBMA
90 (3x)120 (4x)5 second delay +
10 seconds Hold
EIGRP5
60 WAN < 1.544Mbps
15 (3x)
STP220 blocking
15 listening
15 learning
forwarding

Cisco Config lines

hostname darouter
!
interface Ethernet0
  ip addr 192.168.0.1 255.255.255.0
!
interface Serial0
  ip address 172.16.1.1 255.255.255.0
!
router rip
  network 192.168.0.1
  network 172.16.1.1

show ip route
show ip rip database

RIPv2

Cisco Config lines

hostname darouter
!
key chain dakeychain
  key 1
    key-string dakeystring
!
interface Ethernet0
  ip address 192.168.0.1 255.255.255.0
  ip rip authentication key-chain dakeychain
!
interface Serial0
  ip address 192.168.1.1 255.255.255.252
!
router rip
  version 2
  network 192.168.0.0   (what networks connected to me that
                        I'm going to advertise)


show ip route
show ip protocols
debug ip rip