Area range – LevelOne GTL-2690 User Manual

Page 736

Advertising
background image

Open Shortest Path First (OSPF)

42-23

42

Example

area range

This command summarizes the routes advertised by an Area Border Router (ABR).
Use the no form to disable this function.

Syntax

[no] area area-id range ip-address netmask [advertise | not-advertise]

area-id - Identifies an area for which the routes are summarized.

(The area ID must be in the form of an IPv4 address.)

ip-address - Base address for the routes to summarize.
netmask - Network mask for the summary route.
advertise - Advertises the specified address range.
not-advertise - The summary is not sent, and the routes remain hidden

from the rest of the network.

Command Mode

Router Configuration

Default Setting

Disabled

Command Usage

• This command can be used to summarize intra-area routes and advertise this

information to other areas through Area Border Routers (ABRs).

• If the network addresses within an area are assigned in a contiguous manner,

the ABRs can advertise a summary route that covers all of the individual
networks within the area that fall into the specified range using a single area
range command.

• If routes are set to be advertised, the router will issue a Type 3 summary LSA

for each address range specified with this command.

• This router supports up 64 summary routes for area ranges.

Example
This example creates a summary address for all area routes in the range of 10.2.x.x.

Console(config-router)#timers spf 20
Console(config-router)#

Console(config-router)#area 10.2.0.0 range 10.2.0.0 255.255.0.0 advertise
Console(config-router)#

Advertising