Commands
|
Descriptions
|
Router(config)#router rip
|
Enables RIP as a routing protocol
|
Router(config-router)#network w.x.y.z
|
w.x.y.z is the network number of the
directly connected network you want to advertise.
|
Router(config)#no router rip
|
Turns off the RIP routing process
|
Router(config-router)#no network w.x.y.z
|
Removes network w.x.y.z from the RIP
routing process.
|
Router(config-router)#version 2
|
RIP will now send and receive RIPv2
packets globally.
|
Router(config-router)#version 1
|
RIP will now send and receive RIPv1
packets only
|
Router(config-router)#no auto-summary
|
RIPv2 summarizes networks at the classful
boundary. This command turns autosummarization off.
|
Router(config-router)#passive-interface
s0/0/0
|
RIP updates will not be sent out this
interface.
|
Router(config-router)#no ip split-horizon
|
Turns off split horizon (on by default).
|
Router(config-router)#ip split-horizon
|
Re-enables split horizon
|
Router(config-router)#timers basic 30 90
180 270 360
|
Changes timers in RIP: 30 = Update timer
(in seconds) 90 = Invalid timer (in seconds) 180 = Hold-down timer (in
seconds) 270 = Flush timer (in seconds) 360 = Sleep time (in milliseconds)
|
Router#debug ip rip
|
Displays all RIP activity in real time
|
Router#show ip rip database
|
Displays contents of the RIP database
|
Wednesday, February 13, 2013
RIP Routing Configuration Commands
RIP
Routing Configuration
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment