Cisco Systems CISCO881SECK9 Router User Manual


 
3-20
Cisco 880 Series Integrated Services Router Software Configuration Guide
OL-22206-01
Chapter 3 Basic Router Configuration
Configuring Dynamic Routes
Configuring Dynamic Routes
In dynamic routing, the network protocol adjusts the path automatically, based on network traffic or
topology. Changes in dynamic routes are shared with other routers in the network.
The Cisco routers can use IP routing protocols, such as Routing Information Protocol (RIP) or Enhanced
Interior Gateway Routing Protocol (EIGRP), to learn routes dynamically. You can configure either of
these routing protocols on your router.
Configuring Routing Information Protocol, page 3-20
Configuring Enhanced Interior Gateway Routing Protocol, page 3-22
Configuring Routing Information Protocol
To configure the RIP routing protocol on the router, perform these steps, beginning in global
configuration mode:
SUMMARY STEPS
1. router rip
2. version {1 | 2}
3. network ip-address
4. no auto-summary
5. end
DETAILED STEPS
Command Task
Step 1
router rip
Example:
Router> configure terminal
Router(config)# router rip
Router(config-router)#
Enters router configuration mode, and enables RIP
on the router.
Step 2
version {1 | 2}
Example:
Router(config-router)# version 2
Router(config-router)#
Specifies use of RIP version 1 or 2.
Step 3
network ip-address
Example:
Router(config-router)# network 192.168.1.1
Router(config-router)# network 10.10.7.1
Router(config-router)#
Specifies a list of networks on which RIP is to be
applied, using the address of the network of each
directly connected network.