Context
After creating the MIGP routing table by
, IS-IS performs route calculation.
When the outgoing interface of the next hop calculated is an interface of the TE tunnel enabled
with IGP Shortcut, a router uses the physical interface as the outgoing interface of the next hop
and saves it to the MIGP routing table.
To make the scale of the MIGP routing table reasonable and accelerate the speed for searching
the MIGP routing table, you can configure the filtering policy based on multicast source
addresses. Only the routes to multicast source addresses are added to the MIGP table.
NOTE
You can configure the routing policy before enabling local MT. This prevents the routes that are not sent
to the multicast source address from being added to the MIGP routing table.
Procedure
Step 1
Run:
system-view
The system view is displayed.
Step 2
Run:
isis
[
process-id
]
The IS-IS view is displayed.
Step 3
Run:
local-mt filter-policy
{
acl
{
acl-number
|
acl-name
} |
ip-prefix
ip-prefix-name
}
The local MT routing policy is configured.
Step 4
Run any of the following commands as required:
l
Based on the basic ACL:
1.
Run
local-mt filter-policy
acl
{
acl-number
|
acl-name
}, the local MT routing policy
is configured.
2.
Run
quit
, return to the system view.
3.
Run
acl
{ [
number
]
acl-number1
|
name
acl-name
basic
[
number
acl-number2
] }
[
match-order
{
auto
|
config
} ], the basic ACL view is displayed.
4.
Run
rule
[
rule-id
] {
deny
|
permit
} [
fragment-type
fragment-type-name
|
source
{
source-ip-address source-wildcard
|
any
} |
time-range
time-name
|
vpn-instance
vpn-instance-name
]
*
, a rule is configured for the basic ACL.
When a filtering policy of a routing protocol is used to filter routes:
–
If the action specified in an ACL rule is
permit
, a route that matches the rule will
be received or advertised by the system.
–
If the action specified in an ACL rule is
deny
, a route that matches the rule will not
be received or advertised by the system.
–
If a route has not matched any ACL rules, the route will not be received or advertised
by the system.
–
If an ACL does not contain any rules, all routes matching the
route-policy
that
references the ACL will not be received or advertised by the system.
HUAWEI NetEngine80E/40E Router
Configuration Guide - IP Routing
7 IS-IS Configuration
Issue 02 (2014-09-30)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
631