Allied Telesis AT-x510-28GTX Command Reference Manual page 924

Stackable gigabit edge switches
Hide thumbs Also See for AT-x510-28GTX:
Table of Contents

Advertisement

OSPF C
OMMANDS
-
(OSPF)
DISTRIBUTE
LIST
Examples
The following example shows the installation of OSPF routes into the IP route table
with route map mymap1 applied, which will process routes that have been tagged
100:
awplus#
awplus(config)#
awplus(config-route-map)#
awplus(config-route-map)#
awplus(config)#
awplus(config-router)#
Use the following commands to configure a route-map to specifically prevent
OSPF from offering 192.168.1.0/24 as a candidate for inclusion into the IP route
table:
awplus#
awplus(config)#
awplus(config)#
awplus(config-route-map)#
awplus(config-route-map)#
awplus(config)#
awplus(config-router)#
awplus(config-router)#
Related
match interface
Commands
redistribute (OSPF)
route-map
C613-50102-01 REV C
from the LSA database. By default, all of these routes become OSPF's
candidate routes for inclusion into the IP route table.
An in distribute-list can be used to control whether or not certain routes
generated by the SPF calculation are included into the set of candidates for
inclusion into the IP route table. Those routes that match deny entries in the
distribute-list will not be considered for inclusion into the IP route table.
The out distribute-list applies the process of redistributing non-OSPF routes
into OSPF. If OSPF redistribution is configured, and an out distribute-list is
also configured, then routes that match deny entries in the distribute-list will
not be redistributed into OSPF.
configure terminal
route-map mymap1 permit 10
router ospf 100
configure terminal
ip prefix-list 100 seq 5 permit 192.168.1.0/24
route-map 100 deny 10
route-map 100 permit 20
Command Reference for x510 Series
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
match tag 100
exit
distribute-list route-map mymap1 in
match ip address prefix-list 100
exit
router ospf 1
distribute-list route-map 100 in
924

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents