336
Field Description
G–Garbage-collect
The route is in Garbage-collect state.
Peer
Neighbor connected to the interface.
Destination
IPv6 destination address.
via
Next hop IPv6 address.
cost Routing
metric
value.
tag Route
tag.
secs
Time a route entry has stayed in the current state.
filter-policy export
Use
filter-policy
export
to configure RIPng to filter redistributed routes. Only routes not filtered can be
advertised in update messages.
Use
undo filter-policy
export
to remove the configuration.
Syntax
filter-policy
{
acl6-number
|
prefix-list
prefix-list-name
}
export
[
protocol
[
process-id
] ]
undo filter-policy
export
[
protocol
[
process-id
] ]
Default
RIPng does not filter redistributed routes.
Views
RIPng view
Predefined user roles
network-admin
Parameters
acl-number
: Specifies an ACL by its number in the range of 2000 to 3999 to filter redistributed routes.
prefix-list
prefix-list-name
: Specifies an IPv6 prefix list by its name, a string of 1 to 63 characters, to filter
redistributed routes.
protocol
: Filters routes redistributed from a routing protocol, including
bgp4+
,
direct
,
isisv6
,
ospfv3
,
ripng
, and
static
.
process-id
: Specifies the process ID of the specified routing protocol, in the range of 1 to 65535. This
argument is available only when the routing protocol is
ripng
,
ospfv3
, or
isisv6
. The default is 1.
Usage guidelines
If the
protocol
argument is specified, RIPng filters only redistributed routes redistributed from the specified
routing protocol. Otherwise, RIPng filters all redistributed routes.
To use an advanced ACL (with a number from 3000 to 3999) in the command, configure the ACL in one
of the following ways:
•
To deny/permit a route with the specified destination, use the
rule
[
rule-id
] {
deny
|
permit
}
ipv6
source
sour sour-prefix
command.