R Commands
This chapter describes the Cisco NX-OS Routing Information Protocol (RIP) commands that begin with R.
redistribute (RIP)
To redistribute routes from another routing domain into the Routing Information Protocol (RIP), use the redistribute command. To restore the system to its default condition in which the software does not redistribute routes, use the no form of this command.
redistribute { bgp id | direct | eigrp id | ospf id | static } route-map map-name
Syntax Description
Command Default
Command Modes
Router address-family configuration mode
Command History
|
|
---|---|
Usage Guidelines
Cisco Nexus 6000 filters redistributed routing information using a route map. You can configure the route map to set the RIP metric used for redistributed routes. If you do not set the RIP metric with a route map, Cisco Nexus 6000 determines the metric based on the redistributed protocol or by the default-metric command. If Cisco Nexus 6000 cannot determine a valid metric, then it does not redistribute the routes.
Examples
This example shows how to redistribute BGP routes into a RIP process:
Related Commands
restart (RIP)
To restart a Routing Information Protocol (RIP) instance and remove all associated neighbors, use the restart command.
Syntax Description
Name for an RIP routing instance. The name can be a maximum of 20 alphanumeric characters. |
Command Default
Command Modes
Command History
|
|
---|---|
Usage Guidelines
Examples
This example shows how to restart the RIP instance and remove all neighbors:
Related Commands
|
|
---|---|
router rip
To configure the Routing Information Protocol (RIP) routing process, use the router rip command. To turn off the RIP routing process, use the no form of this command.
Syntax Description
Command Default
Command Modes
Command History
|
|
---|---|
Examples
This example shows how to begin the RIP routing process:
Related Commands
|
|