422
Default:
8192 bytes
Command Mode:
Router mode
Example:
Switch# config terminal
Switch(config)# router rip
Switch(config-router)# recv-buffer-size 23456789
14.4.3.28 redistribute
Command:redistribute {kernel |connected| static| ospf| isis| bgp} [metric<value>]
[route-map<word>]
no redistribute {kernel |connected| static| ospf| isis| bgp} [metric<value>]
[route-map<word>]
Function:
Introduce the routes learnt from other routing protocols into RIP
Parameter: kernel
introduce from kernel routes
connected
introduce from direct routes
static
introduce from static routes
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
14.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.