maximum-paths
Syntax
maximum-paths <MAXIMUM>
no maximum-paths
Description
Sets the maximum number of ECMP routes that OSPFv3 can support.
The
no
form of this command sets the maximum number of ECMP routes that OSPFv3 can support to the default value of 4.
Command context
config-ospfv3
Parameters
<MAXIMUM>
Specifies the maximum number of ECMP routes. Default: 4. Range: 1-8.
Authority
Administrators
Examples
Setting maximum number of parallel routes:
switch(config)# router ospfv3 1 switch(config-ospfv3-1)# maximum-paths 3
Setting maximum number of parallel paths to the default value of 4:
switch(config)# router ospfv3 1 switch(config-ospfv3-1)# no maximum-paths