
xStack
Routing information source − OSPF and the Static Route table. Routing information will be redistributed to RIP. The following table lists the allowed values for the routing metrics and the types (or forms) of the routing information that will be redistributed.
Route Source | Metric | Type |
OSPF | 0 to 16 | all |
|
| type_1 |
|
| type_2 |
|
| inter+e1 |
|
| inter+e2 |
|
| external |
|
| internal |
|
|
|
Static | 0 to 16 | not applicable |
|
|
|
Entering the Type combination − internal type_1 type_2 is functionally equivalent to all. Entering the combination type_1 type_2 is functionally equivalent to external. Entering the combination internal external is functionally equivalent to all.
Entering the metric 0 specifies transparency.
Example Usage:
To add route redistribution settings:
Command: create route redistribute dst rip src ospf all metric 2
| Success. |
| |
config route redistribute dst ospf src | |
Purpose | Used configure route redistribution settings for the exchange of RIP |
| routes to OSPF routes on the Switch. |
Syntax
Description
config route redistribute dst ospf src [static rip local] {mettype [1 2] metric <value
Route redistribution allows routers on the network − that are running different routing protocols to exchange routing information. This is accomplished by comparing the routes stored in the various router’s routing tables and assigning appropriate metrics. This information is then exchanged among the various routers according to the individual routers current routing protocol. The switch can redistribute routing information between the OSPF and RIP routing protocols to all routers on the network that are running OSPF or RIP. Routing information entered into the Static Routing Table on the local switch is also redistributed.
Parameters | src [static rip local] − Allows the selection of the protocol of the |
| source device. |
| mettype − allows the selection of one of the methods for calculating |
| the metric value. |
273