Users Guide

maximum-paths
Enables forwarding of packets over multiple paths.
Syntax
maximumpaths number
Parameters number Enter the number of paths for OSPF, from 1 to 128.
Default 64
Command Mode ROUTER-OSPF
Usage
Information
The no version of this command resets the value to the default.
Example
OS10(config)# router ospf 10
OS10(conf-router-ospf-10)# maximum-paths 1
Supported
Releases
10.2.0E or later
redistribute
Redistributes information from another routing protocol or routing instance to the OSPFv2 process.
Syntax
redistribute {bgp as-number| imported-ospf-routes | connected | static}
[route-map map-name]
Parameters
as-number Enter an autonomous number to redistribute BGP routing information throughout the
OSPF instance, from 1 to 4294967295 (4 Byte) or 0.1 to 65535.65535 (dotted format).
connected Enter the information from the connected active routes on interfaces to redistribute.
static Enter the information from static routes on interfaces to redistribute.
route-map name Enter the name of a configured route-map.
Defaults Not configured
Command Mode ROUTER-OSPF
Usage
Information
The no version of this command disables the redistribute configuration.
Example
OS10(config)# router ospf 10
OS10(conf-router-ospf-10)# redistribute bgp 4 route-map dell1
Example
(Connected)
OS10(config)# router ospf 10
OS10(conf-router-ospf-10)# redistribute connected route-map dell2
Example (AS
number notation
in asdot+ format)
OS10(config)# router ospf 1
OS10(config-router-ospf-1)# redistribute bgp 0.100
Supported
Releases
10.2.0E or later
router-id
Configures a fixed router ID for the OSPF process.
Syntax
router-id ip-address
Parameters ip-address Enter the IP address of the router as the router ID.
Default Not configured
Command Mode ROUTER-OSPF
Layer 3 949