Reference Guide

Example
OS10(config)# router ospf 10
OS10(conf-router-ospf-10)# log-adjacency-changes
Supported Releases 10.2.0E or later
max-metric router-lsa
Congures OSPF to advertise a maximum metric on a router so that it is not desired as an intermediate hop from other routers.
Syntax
max-metric router-lsa
Parameters None
Default Not congured
Command Mode ROUTER-OSPF
Usage Information Routers in the network do not prefer other routers as the next intermediate hop after they calculate the shortest
path. The no version of this command disables maximum metric advertisement conguration.
Example
OS10(conf-router-ospf-10)# max-metric router-lsa
Supported Releases 10.2.0E or later
maximum-paths
Enables forwarding of packets over multiple paths.
Syntax
maximum—paths number
Parameters number —Enter the number of paths for OSPF (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| connected | static} [route-map map-name]
Parameters
as-number — Enter an autonomous number to redistribute BGP routing information throughout the OSPF
instance (1 to 4294967295).
connected — Enter the information from connected (active) routes on interfaces to redistribute.
static — Enter the information from static routes on interfaces redistribute.
route-map name — Enter the name of a congured route-map.
Defaults Not congured
Command Mode ROUTER-OSPF
Layer 3 363