Example, Config range, Config range command syntax pattern – Fortinet 100A User Manual

Page 171

Advertising
background image

Router

config router ospf

FortiGate-100A Administration Guide

01-28007-0068-20041203

171

Example

This example shows how to use an access list named acc_list1 to filter packets

entering area 15.1.1.1.

config router ospf

config area

edit 15.1.1.1

config filter-list

edit 1

set direction in
set list acc_list1

end

end

This example shows how to display the settings for area 15.1.1.1.

config router ospf

config area

edit 15.1.1.1

get
end

This example shows how to display the configuration for area 15.1.1.1.

config router ospf

config area

edit 15.1.1.1

show
end

config range

Access the config range subcommand using the config area command.
Use the area range command to summarize routes at an area boundary. If the
network numbers in an area are contiguous, the ABR advertises a summary route that
includes all the networks within the area that are within the specified range.

config range command syntax pattern

The range id_integer can be 0 to 4294967295.

config range

edit <id_integer>

set <keyword> <variable>

end

config range

edit <id_integer>

unset <keyword>

end

config range

delete <id_integer>
end

Advertising