Version 7.2 721 Mediant MSBR
Reference Guide 75. Layer-3 Commands
Example
This example sets RIP Version 2.
(conf-router) # version 2
75.2.2.81.2.5 redistribute kernel
This command redistributes routing information from kernel route entries into the RIP tables.
The no redistribute kernel disables the routes.
Syntax
redistribute kernel
redistribute kernel metric <0-16>
redistribute kernel route-map [route-map]
no redistribute kernel
Command Description
metric Defines the Metric value (0 -16).
route-map Defines the pointer to route-map entries.
Default
NA
Command Mode
Privileged User
Example
This example redistributes IPv4 routing information from kernel route entries.
# configure data
(config-data)# router rip
(conf-router)# redistribute kernel
75.2.2.81.2.6 redistribute static
This command redistributes routing information from static route entries into the RIP tables.
The no redistribute static command disables the routes.
Syntax
redistribute static
redistribute static metric <metric value>
redistribute static route-map [route-map]
no redistribute static