![Cisco Nexus 3548 series Command Reference Manual Download Page 276](http://html.mh-extra.com/html/cisco/nexus-3548-series/nexus-3548-series_command-reference-manual_2609162276.webp)
256
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
maximum-paths (RIP)
maximum-paths (RIP)
To configure the maximum number of equal cost parallel routes that the Routing Information Protocol
(RIP) can install into the routing table, use the
maximum-paths
command. To remove the
maximum-paths
command and restore the system to its default condition, use the
no
form of this
command.
maximum-paths
maximum
no maximum-paths
Syntax Description
Command Default
8
paths
Command Modes
Router address-family configuration mode
Command History
Usage Guidelines
This command does not require a license.
Examples
This example shows how to allow a maximum of 16 equal cost paths to a destination:
switch#
configure terminal
switch(config)#
router rip Enterprise
switch(config-router)#
address-family ipv4 unicast
switch(config-router-af)#
maximum-paths 16
switch(config-router-af)#
Related Commands
maximum
Maximum number of parallel routes that RIP can install in a routing table.
The range is from 1 to 32.
Release
Modification
5.0(3)A1(1)
This command was introduced.
Command
Description
address-family
Enters address-family configuration mode.
copy running-config
startup-config
Saves the configuration to the startup configuration file.
show ip rip
Displays a summary of RIP information for all RIP instances.