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. Range: 1 to 8. Default: 4.

Authority

Administrators or local user group members with execution rights for this command.

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