Home Blog Certs Knowledge Base About

Cisco RIP โ€” Configuration Reference

Cisco IOS cheat sheet for RIP v2 โ€” distance-vector routing protocol. Simple to configure but limited to 15 hops. Covers configuration, timers, passive interfaces, summarization, and redistribution.

Configuration

RIP Setup
CommandDescription
router ripEnter RIP configuration context
network 192.168.0.0Advertise network (mask is taken from the interface)
version 2Enable RIP version 2 (supports VLSM, multicast updates)
no auto-summaryDisable automatic classful summarization
passive-interface fa8/0Suppress updates on interface (toward end users)
timers basic 10 150 150 200Set RIP timers: update / invalid / holddown / flush (seconds)
no ip split-horizonDisable split-horizon on the interface
ip rip triggeredSend full routing table once; then only on changes (triggered updates)

Summarization and Redistribution

Summarization and Redistribution
CommandDescription
ip summary-address rip 192.168.0.0 255.255.0.0Advertise summarized 192.168.0.0/16 to neighbors
default-information originateAdvertise default route 0.0.0.0/0 to all neighbors
redistribute ospf 1 metric 10Inject OSPF process 1 routes into RIP with metric 10

Diagnostics

show / debug
CommandDescription
show ip rip databaseRIP route database
show ip protocolsRIP configuration: version, networks, timers, neighbors
show ip route ripRIP routes installed in the routing table
debug ip ripReal-time RIP update output

Cisco IOS Command Reference | RIP