Chapter 5 Basic Router Configuration
Configuring Dynamic Routes
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 |
| |
| 4. no |
| |
| 5. | end |
|
DETAILED STEPS |
|
|
|
|
|
| |
| Command | Task | |
Step 1 |
|
| |
router rip | Enters router configuration mode and enables RIP | ||
| Example: | on the router. | |
|
| ||
| Router> configure terminal |
| |
| Router(config)# router rip |
| |
|
| ||
Step 2 |
|
| |
version {1 2} | Specifies use of RIP version 1 or 2. | ||
| Example: |
| |
|
| ||
|
| ||
Step 3 |
|
| |
network | Specifies a list of networks on which RIP is to be | ||
| Example: | applied, using the address of the network of each | |
| directly connected network. | ||
|
| ||
|
| ||
|
| ||
Step 4 |
|
| |
no | Disables automatic summarization of subnet routes | ||
| Example: | into | |
| routing information to pass across classfull | ||
| network boundaries. | ||
|
| ||
Step 5 |
|
|
|
end |
| Exits router configuration mode and enters | |
| Example: | privileged EXEC mode. | |
|
| ||
|
| ||
| Router# |
| |
|
|
|
|
For general information on RIP, see the “RIP” section on page
|
| Cisco 819 Series Integrated Services Router Software Configuration Guide |
|
| |
|
|
| |||
|
|
|
| ||
|
|
|
|