distribute-list route-map in

Use this command to assign an OSPFv3 route filter route-map assigned to the distribute-list for the purpose of filtering routes being installed into the route table.

Syntax

distribute-list route-map name in
no distribute-list route-map name in

Parameters

name Specifies the OSPFv3 route filter route-map to associate with this distribute-list.

Defaults

None.

Mode

OSPFv3 router configuration.

Usage

See Filter-Based Route-Map Commands for a detailed discussion of OSPFv3 filter-based route-map commands.

The “no” form of this command clears the specified route-map from the distribute-list.

Example

This example shows how to configure the OSPFv3 redistribution route map for ACLs 3, 6, 11, 14, and 15 and assign the ospf1 filter route-map to the distribute-list for this OSPFv3 router:

System(rw-config)->route-map redistribution ospf1
System(rw-config-route-map)->match ipv6 address 3 6 11 14 15
System(rw-config-route-map)->exit
System(rw-config)->ipv6 router ospf 1
System(rw-config-ospfv3)->distribute-list route-map ospf1 in