Chapter 5 Basic Router Configuration
Configuring Dynamic Routes
Example
The following configuration example shows RIP version 2 enabled in IP network 10.0.0.0 and 192.168.1.0.
To see this configuration, use the show
!
Router# show
router rip version 2 network 10.0.0.0 network 192.168.1.0 no
!
Verifying Configuration
To verify that you have properly configured RIP, enter the show ip route command and look for RIP routes signified by “R.” You should see a verification output like the following example:
Router# show ip route |
|
|
|
|
|
|
|
| |||
Codes: C - connected, | S - | static, R | - RIP, | M - mobile, B - BGP | |||||||
D - EIGRP, EX - EIGRP external, | O - | OSPF, | IA - | OSPF inter area | |||||||
N1 | - | OSPF | NSSA | external | type | 1, | N2 - | OSPF | NSSA | external type 2 | |
E1 | - | OSPF | external | type | 1, E2 - | OSPF | external type 2 |
i-
Gateway of last resort is not set
10.0.0.0/24 is subnetted, 1 subnets
C 10.108.1.0 is directly connected, Loopback0
R 3.0.0.0/8 [120/1] via 2.2.2.1, 00:00:02, Ethernet0/0
Configuring Enhanced Interior Gateway Routing Protocol
To configure Enhanced Interior Gateway Routing Protocol (EIGRP), perform these steps, beginning in global configuration mode:
SUMMARY STEPS
1.router eigrp as-number
2.network
3.end
| Cisco 819 Series Integrated Services Router Software Configuration Guide |