Command Reference OSPFv3 Commands
3.13 distribute-list out
Use this command to filter routes that are re-distributed. This command has the similar function as the
redistribute command. Use the no form of this command to restore the default setting.
distribute-list { name | prefix-list prefix-list-name } out [ connected | ospf process-id | rip | static ]
no distribute-list { name | prefix-list prefix-list-name } out [ connected | ospf process-id | rip |
static ]
Specifies the ACL filtering rule.
prefix-list prefix-list-name
Specifies the prefix list filtering rule.
connected | ospf process-id
| rip | static
Specifies the source from which the routes are filtered.
Routes are not filtered by default.
Routing process configuration mode
The distribute-list out command has the similar function as the redistribute route-map command.
It can be used to filter the routes that are re-distributed based on other protocols into an OSPFv3
area. It does not directly re-distribute routes but works with the redistribute command to re-distribute
routes. The ACL and prefix list filtering rules cannot be configured at the same time. You can set only
the ACL filtering rule or the prefix list filtering rule to filter the routes from a specific source.
The following example filters static routes that are re-distributed.
Ruijie(config)# ipv6 router ospf 1
Ruijie(config-router)# redistribute static subnets
Ruijie(config-router)# distribute-list prefix-list jjj out static
Re-distributes routes that are carried by other
routing processes.
Use this command to bind MIB to a specific OSPFv3 process. Use the no form of this command to
restore the default setting.