Command Reference RIPng Commands
Ruijie(config)# ipv6 router rip
Ruijie(config-router)# distance 160
Use this command to filter the in/out route in the prefix list. Use the no form of this command to
remove route filtering.
distribute-list prefix-list prefix-list-name { in | out } [ interface-type interface-name ]
no distribute-list prefix-list prefix-list-name { in | out } [ interface-type interface-name ]
prefix-list prefix-list-name
Name of the prefix list which is used to filter the route.
Filters the in or out route in the distribute list.
interface-type
interface-name
(Optional) Applies the distribute list to the specified interface.
By default, no distribute list is defined.
Routing process configuration mode.
This command is used to configure the route distribution control list to filter all update routes for the
purpose of refusing to receive or send the specified routes. If the interface is not specified, the update
routes on all interfaces are filtered.
The following example shows how to filter the received update route on the interface eth0 (only those
update routes within the prefix-list allowpre prefix list range can be received)
Ruijie(config)# ipv6 router rip
Ruijie(config-router)# distribute-list prefix-list allowpre in eth0
Sets route redistribution.