Chapter 1 Basic Router Configuration

Configuring Dynamic Routes

Configuring RIP

Perform these steps to configure the RIP routing protocol on the router, beginning in global configuration mode:

 

Command

Task

Step 1

 

 

router rip

Enters router configuration mode, and enables RIP

 

 

on the router.

 

Example:

 

 

Router> configure terminal

 

 

Router(config)# router rip

 

 

Router(config-router)#

 

Step 2

 

 

version {1 2}

Specifies use of RIP version 1 or 2.

 

Example:

 

 

Router(config-router)# version 2

 

 

Router(config-router)#

 

Step 3

 

 

network ip-address

Specifies a list of networks on which RIP is to be

 

 

applied, using the address of the network of

 

Example:

directly connected networks.

 

Router(config-router)# network 192.168.1.1

 

 

Router(config-router)# network 10.10.7.1

 

 

Router(config-router)#

 

Step 4

 

 

no auto-summary

Disables automatic summarization of subnet routes

 

 

into network-level routes. This allows subprefix

 

Example:

routing information to pass across classful network

 

Router(config-router)# no auto-summary

boundaries.

 

Router(config-router)#

 

Step 5

 

 

end

Exits router configuration mode, and enters

 

 

privileged EXEC mode.

 

Example:

 

 

Router(config-router)# end

 

 

Router#

 

 

 

 

For complete information on the dynamic routing commands, see the Cisco IOS Release 12.3 documentation set. For more general information on RIP, see Appendix B, “Concepts.”

Cisco 1800 Series Integrated Services Routers (Fixed) Software Configuration Guide

1-14

OL-6426-02

 

 

Page 34
Image 34
Cisco Systems OL-6426-02 manual Configuring RIP, Command Task, Router rip, Version 1, No auto-summary