The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
This chapter describes the Cisco NX-OS Routing Information Protocol (RIP) commands that begin with M.
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
maximum |
Maximum number of parallel routes that RIP can install in a routing table. The range is from 1 to 16. |
8 paths
Router address-family configuration mode
|
|
---|---|
5.0(3)N1(1) |
This command was introduced. |
This example shows how to allow a maximum of 16 equal cost paths to a destination:
switch(config)# router rip Enterprise
switch(config-router)# address-family ipv4 unicast
switch(config-router-af)# maximum-paths 16