C613-50170-01 Rev B
Command Reference for x510 Series
1110
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
OSPF
V
3
FOR
IP
V
6 C
OMMANDS
DISTRIBUTE
-
LIST
(IP
V
6 OSPF)
There are
in
and
out
distribute-lists, which carry out different route filtering
activities:
•
The
in
distribute list is applied to the process of installing OSPFv3 routes into
the IPv6 route table. The SPF calculation generate a set of routes calculated
from the LSA database. By default, all of these routes become OSPFv3
candidate routes for inclusion into the IPv6 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 IPv6 route table.
•
The
out
distribute-list applies the process of redistributing non-OSPFv3
routes into OSPFv3. If OSPFv3 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 OSPFv3.
Example
The below commands redistribute incoming route updates from networks defined
with the standard named access-list called
myacl
:
awplus#
configure terminal
awplus(config)#
ipv6 access-list standard myacl permit
2001:db8:1::/64
awplus(config)#
router ipv6 ospf
awplus(config-router)#
distribute-list myacl in
The below commands redistribute outgoing connected route updates from
networks defined with the standard named access-list called
myacl
:
awplus#
configure terminal
awplus(config)#
ipv6 access-list standard myacl permit
2001:db8:1::/64
awplus(config)#
router ipv6 ospf
awplus(config-router)#
distribute-list myacl out connected
The below commands disable incoming route updates from networks defined
with the standard named access-list called
myacl
:
awplus#
configure terminal
awplus(config)#
router ipv6 ospf
awplus(config-router)#
no distribute-list myacl in
The below commands disable outgoing connected route updates from networks
defined with the standard named access-list called
myacl
:
awplus#
configure terminal
awplus(config)#
router ipv6 ospf
awplus(config-router)#
no distribute-list myacl out connected
Related
Commands