maximum-paths
31-8 OSPFv3 Configuration
Usage
When the number of non-default AS-external-LSAs in a router's link-state database reaches the
external LSDB limit, the router enters overflow state. The router never holds more than the
external LSDB limit non-default AS-external-LSAs in it database. The external LSDB limit MUST
be set identically in all routers attached to the OSPFv3 backbone and/or any regular OSPFv3 area.
The no form of this command resets the limit to the default value of -1, meaning no limit.
Example
This example sets the external LSDB limit to 1000.
C3(su)->router(Config-router)# external-lsdb-limit 1000
maximum-paths
This command sets the number of paths that OSPFv3 can report for a given destination.
Syntax
maximum-paths maxpaths
no maximum-paths
Parameters
Defaults
The default value is 4.
Mode
Router OSPFv3 configuration: C3(su)->router(Config-router)#
Usage
Use the no form of this command to reset the maximum number of paths to the default value of 4.
Example
This example sets the maximum number of paths for a given destination to 3.
C3(su)->router(Config-router)# maximum-paths 3
redistribute
This command configures the OSPFv3 protocol to allow redistribution of routes from the specified
source protocol/routers.
Syntax
redistribute {connected | static} [metric value] [metric-type type] [tag tag]
no redistribute {connected | static} [metric] [metric-type] [tag]
maxpaths Specifies the value for maxpaths, which can range from 1 to 4.