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
Route redistribution is disabled.
Command Modes
Router address-family configuration mode
Command History
|
|
---|---|
5.0(3)N1(1) |
This command was introduced. |
Usage Guidelines
Cisco NX-OS 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 NX-OS determines the metric based on the redistributed protocol or by the default-metric command. If Cisco NX-OS 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:
switch(config)# router rip Enterprise
switch(config-router)# address-family ipv4 unicast
switch(config-router-af)# redistribute bgp 64496
switch(config-router-af)#
Related Commands
restart (RIP)
To restart a Routing Information Protocol (RIP) instance and remove all associated neighbors, use the restart command.
restart eigrp instance-tag
Syntax Description
instance-tag |
Name for an RIP routing instance. The name can be a maximum of 20 alphanumeric characters. |
Command Default
None
Command Modes
Global configuration mode
Command History
|
|
---|---|
5.0(3)N1(1) |
This command was introduced. |
Usage Guidelines
This command requires the LAN Base Services license.
Examples
This example shows how to restart the RIP instance and remove all neighbors:
switch(config)# restart rip Enterprise
switch(config)#
Related Commands
|
|
---|---|
copy running-config startup-config |
Saves the configuration in the startup configuration file. |
show ip eigrp interfaces |
Displays information about EIGRP interfaces. |
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.
router rip instance-tag
no router rip
Syntax Description
instance-tag |
Name for this RIP instance. |
Command Default
No RIP routing process is defined.
Command Modes
Global configuration mode
Command History
|
|
---|---|
5.0(3)N1(1) |
This command was introduced. |
Examples
This example shows how to begin the RIP routing process:
switch(config)# router rip Enterprise
Related Commands
|
|
ip router rip |
Specifies a RIP instance for an interface. |