402
[Sysname] acl ipv6 number 3000
[Sysname-acl6-adv-3000] rule 10 permit ipv6 source 2001::1 128 destination
ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff 128
[Sysname-acl6-adv-3000] rule 100 deny ipv6
[Sysname-acl6-adv-3000] quit
[Sysname] isis 1
[Sysname-isis-1] ipv6 filter-policy 3000 import
Related commands
ipv6 filter-policy export
ipv6 import-route
Use
ipv6 import-route
to enable IPv6 IS-IS to redistribute routes from another routing protocol.
Use
undo ipv6 import-route
to disable route redistribution.
Syntax
ipv6 import-route
protocol
[
process-id
] [
allow-ibgp
] [
cost
cost
| [
level-1
|
level-1-2
|
level-2
] |
route-policy
route-policy-name
|
tag
tag
] *
undo ipv6 import-route
protocol
[
process-id
]
Default
IPv6 does not redistribute routes from any other routing protocol.
Views
IS-IS view
Predefined user roles
network-admin
Parameters
protocol
: Redistributes routes from the specified routing protocol, which can be
direct
,
static
,
ripng
,
isisv6
,
bgp4+
, or
ospfv3
.
process-id
: Specifies a process by its ID in the range of 1 to 65535. It is available only when the protocol
is
ripng
,
isisv6
, or
ospfv3
.
cost
cost
: Specifies a cost for redistributed routes, in the range of 0 to 4261412864.
level-1
: Redistributes routes into the Level-1 routing table.
level-1-2
: Redistributes routes into Level-1 and Level-2 routing tables.
level-2
: Redistributes routes into the Level-2 routing table.
route-policy
route-policy-name
: Specifies a routing policy by its name, a case-sensitive string of 1 to 63
characters, to filter redistributed routes.
tag
tag
: Specifies an administrative tag for marking redistributed routes, in the range of 1 to
4294967295.
allow-ibgp
: Allows redistribution of IBGP routes. This keyword is available only when the protocol is
bgp4+
.