Raisecom
ISCOM2600G-HI (A) Series Configuration Guide
Raisecom Proprietary and Confidential
Copyright © Raisecom Technology Co., Ltd.
Raisecom(config)#access-list
acl-number
Configure the IP ACL rule.
At present, the ISCOM2600G-HI series
switch just supports matching the
address prefix information of the route
by specifying the destination IP address
and subnet mask.
Raisecom(config-ipv4-
basic)#rule [
rule-id
]
{ deny | permit } {
source-
ip-address source-ip-mask
|
any }
Configure basic IP ACL rules.
Raisecom(config)#router ospf
process-id
[ router-id
router-id
]
Enable an OSPF process and enter
OSPF configuration mode.
Raisecom(config-router-
ospf)#distribute-list { ip-
access-list
acl-number
|
prefix-list
list-name
} out
Configure the filtering policy that the
OSPF releases 5 types of LSAs to the
AS.
Raisecom(config-router-
ospf)#distribute-list { ip-
access-list
acl-number
|
prefix-list
list-name
} out
[ static | connected | isis |
bgp]
Configure the OSPF advertising policy.
Raisecom(config-router-
ospf)#distribute-list { ip-
access-list
acl-number
|
prefix-list
list-name
} out
ospf
process-id
Before configuring OSPF global distributing policy, ensure that the IP ACL used by
the OSPF global distributing policy has been created.
You cannot modify the IP ACL unless it is not used by any routing policy.
Different from IP ACL, the IP prefix-list can be modified even it is being used.
After global advertising policy is configured, routes cannot be redistributed to the
local LSDB unless it passes the global advertising policy. After protocol advertising
policy is configured, the route can be redistributed through the protocol advertising
policy.
After protocol advertising policy is configured, the redistributed protocol route can
be redistributed to the local LSDB through the protocol advertising policy. If global
advertising policy is also configured, the route must be redistributed through the
global advertising policy.
Configuring Type3 LSA filtering policy
Configure the Type3 LSA filtering policy for the ISCOM2600G-HI series switch as below.