Fortinet 100A Router User Manual


 
186 01-28007-0068-20041203 Fortinet Inc.
config router ospf Router
Use this command to summarize external routes for redistribution into OSPF. This
command works only for summarizing external routes on an Autonomous System
Boundary Router (ASBR). For information on summarization between areas, see
“config range” on page 171. By replacing the LSAs for each route with one aggregate
route, you reduce the size of the OSPF link-state database.
config summary-address command syntax pattern
config summary-address
edit <id_integer>
set <keyword> <variable>
end
config summary-address
edit <id_integer>>
unset <keyword>
end
config summary-address
delete <id_integer>
end
get router ospf
show router ospf
Example
This example shows how to summarize routes using the prefix 10.0.0.0 255.0.0.0.
config router ospf
config summary-address
edit 5
set prefix 10.0.0.0 255.0.0.0
end
end
This example shows how to display the OSPF settings.
get router ospf
Note: Only the prefix keyword is required. All other keywords are optional.
summary-address command keywords and variables
Keywords and
variables
Description Default Availability
advertise
{disable | enable}
Advertise or suppress the summary route
that matches the specified prefix.
enable All models.
prefix
<address_ipv4mask>
Enter the prefix (IP address and netmask)
to use for the summary route. The prefix
0.0.0.0 0.0.0.0 is not allowed.
No
default.
All models.
tag <tag_integer> Specify a tag for the summary route.
The valid range for tag_integer is 0 to
4294967295.
0 All models.