374
ospf
introduce from OSPF routes
isis
introduce from ISIS routes
bgp
introduce from BGP routes
<value>
is the metric value assigned to the introduced route, ranging between 0-16
<word>
is the probe pointing to the route map for introducing routes.
Command Mode: Router mode and address-family mode.
Usage Guide:
Under the address-family mode, the parameter kernel and isis is
unavailable
Example:
Switch# config terminal
Switch(config)# router rip
Switch(config-router)# redistribute kernel route-map ipi
13.4.3.29 route
Command: route <A.B.C.D/M>
no route <A.B.C.D/M>
Function:
This command configures a static RIP route. The “
no route
<A.B.C.D/M>
“ command deletes this route.
Parameter:
Specifies this destination IP address prefix and its length.
Command Mode:
Router mode
Usage Guide:
The command add a static RIP route, and is mainly used for debugging.
Routes configured by this command will not appear in kernel route table but in the RIP
route database.
Example:
Switch# config terminal
Switch(config)# router rip
Switch(config-router)# route 1.0.0.0/8
13.4.3.30 router rip
Command: router rip
no router rip
Function:
Enable the RIP routing process and enter the RIP mode; the “
no router rip
”
command closes the RIP routing protocol
Default:
Not running RIP route
Command Mode:
Global mode
Usage Guide:
This command is the switch for starting the RIP routing protocol which is
required to be open before configuring other RIP protocol commands.
Example: