28 redistribute, 29 route, 30 router rip – Accton Technology ES4626 User Manual
Page 409

409
13.4.3.28 redistribute
Command: redistribute {kernel |connected| static| ospf| isis| bgp} [metric<value>]
[route-map
no redistribute {kernel |connected| static| ospf| isis| bgp} [metric<value>]
[route-map
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
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
no route
Function:
This command configures a static RIP route. The “no route
“ 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