全网互通
基本acl,拒绝源是pc-4的流量
高级acl,pc-6拒绝pc-5的流量
(0)
最佳答案
#
acl basic 2000
rule 0 deny source 192.168.1.1 0
#
#
acl advanced 3999
rule 0 deny ip source 192.168.1.2 0 destination 192.168.3.1 0
#
分别调用后使用包过滤就行
1https://www.h3c.com/cn/d_202309/1938870_30005_0.htm
(0)
暂无评论
RT1
sys
sysname RT1
int g0/0
ip add 192.168.1.254 24
int g0/1
ip add 192.168.2.1 24
quit
router id 1.1.1.1
ospf 1
area 0
network 192.168.1.254 0.0.0.0
network 192.168.2.1 0.0.0.0
quit
ip route-static 192.168.3.0 255.255.255.0 192.168.2.2
acl basic 2000
rule deny source 192.168.1.1 0.0.0.0
int g0/0
packet-filter 2000 inbound
acl advanced 3000
rule deny ip source 192.168.1.2 0.0.0.0 destination 192.168.3.1 0.0.0.0
int g0/0
packet-filter 3000 inbound
RT2
sys
sysname RT2
int g0/0
ip add 192.168.2.2 24
int g0/1
ip add 192.168.3.254
quit
router id 2.2.2.2
ospf 1
area 0
network 192.168.2.2 0.0.0.0
network 192.168.3.1 0.0.0.0
quit
ip route-static 192.168.1.0 255.255.255.0 192.168.2.1
(0)
暂无评论
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论