Cisco Systems OL-8241-02 Manual De Usuario

Descargar
Página de 186
 
Chapter 5      Configuring Routing Information Protocol
RIP Configuration Quick Start
5-2
Cisco Content Services Switch Routing and Bridging Configuration Guide
OL-8241-02
RIP Configuration Quick Start
 provides a quick overview of the steps required to configure global RIP 
attributes for the CSS. Each step includes the CLI command required to complete 
the task. For a complete description of each feature and all the options associated 
with the CLI command, see the sections following 
The following running-configuration example shows the results of entering the 
commands in 
.
!*************************** GLOBAL ***************************
  rip advertise 192.168.1.0 255.255.255.0 9 
  rip redistribute static 3 
  rip equal-cost 4 
Table 5-1
RIP Configuration Quick Start
Task and Command Example
1.
Configure the CSS to advertise a route through RIP.
(config)# rip advertise 192.168.1.0/24 9
2.
Configure the CSS to advertise routes from other protocols through RIP 
(such as firewall routes, OSPF routes, and static routes configured for the 
Ethernet interface ports). 
(config)# rip redistribute static 3
3.
Set the maximum number of routes that RIP can insert into the routing table.
(config)# rip equal-cost 4
4.
(Recommended) Display a RIP configuration for one IP address or all IP 
addresses configured in the CSS.
(config)# show rip