
OSPF Commands
©2008 Allied Telesis Inc. All rights reserved.
Software Version 5.2.1
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
30.5
area filter-list
This command configures filters to advertise summary routes on Area Border Routers (ABR).
This command is used to suppress particular intra-area routes from/to an area to/from the
other areas. You can use this command in conjunction with either the access-list or prefix-list
command.
The
no
form of this command removes the filter configuration.
Syntax
area <area_id> filter-list {access <word>|prefix <word>} [in|out]
Mode
Router mode
Examples
awplus#
configure terminal
awplus(config)#
access-list 1 deny 172.22.0.0
awplus(config)#
router ospf 100
awplus(config-router)#
area 1 filter-list access 1 in
Parameter
Description
<area_id>
The OSPF area that you are configuring the filter for. Use one of the
following formats:
A.B.C.D
OSPF Area ID in IPv4 address format.
<0-4294967295>
OSPF Area ID as 4 octets unsigned integer value.
access
Use access-list to filter summary.
prefix
Use prefix-list to filter summary.
<word>
Name of an access-list or prefix-list.
in
Filter routes from the other areas to this area.
out
Filter routes from this area to the other areas.