Configuring Dynamic Routes; Configuring Rip - Cisco 520-T1 - Small Business Pro SR Secure Router Software Configuration Manual

Software guide
Table of Contents

Advertisement

Chapter 1
Basic Router Configuration
Gateway of last resort is not set
C
S* 0.0.0.0/0 is directly connected, FastEthernet0

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), to learn
routes dynamically. You can configure either of these routing protocols on your router.

Configuring RIP

Perform these steps to configure the RIP routing protocol on the router, beginning in global
configuration mode:
Command
Step 1
router rip
Example:
Router# configure terminal
Router(config)# router rip
Router(config-router)#
Step 2
version {1 | 2}
Example:
Router(config-router)# version 2
Router(config-router)#
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)#
OL-14210-01
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
10.0.0.0/24 is subnetted, 1 subnets
10.108.1.0 is directly connected, Loopback0
Task
Enters router configuration mode, and enables RIP
on the router.
Specifies use of RIP version 1 or 2.
Specifies a list of networks on which RIP is to be
applied, using the address of the network of
directly connected networks.
Cisco Secure Router 520 Series Software Configuration Guide
Configuring Dynamic Routes
1-11

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents