当前位置: 首页 > article >正文

笔记--(5)、acl ACL

1.ppt

在这里插入图片描述

在这里插入图片描述

在这里插入图片描述

在这里插入图片描述

在这里插入图片描述

在这里插入图片描述

2.实验1

在这里插入图片描述

1.配置acl规则

[Huawei]acl 2000

# 精准匹配
[Huawei-acl-basic-2000]rule deny source 192.168.1.1 0.0.0.0

[Huawei-acl-basic-2000]dis this
#
acl number 2000
 rule 5 deny source 192.168.1.1 0
#

此时:pc互相都可以ping通

2.应用acl规则

给 g0/0/1 应用了 inbound 流量过滤

# 给 g0/0/1 应用了 inbound 流量过滤

[Huawei]int g0/0/1

[Huawei-GigabitEthernet0/0/1]traffic-filter inbound acl 2000

[Huawei-GigabitEthernet0/0/1]dis this
#
interface GigabitEthernet0/0/1
 traffic-filter inbound acl 2000
#

此时:会发现pc1无法ping通其他pc,pc2和pc3可以通

这样并不能解决问题,取消刚才的应用:

[Huawei-GigabitEthernet0/0/1]undo traffic-filter inbound acl 2000

给 g0/0/2 应用 outbound 流量过滤

# 给 g0/0/2 应用 outbound 流量过滤

[Huawei]int g 0/0/2
[Huawei-GigabitEthernet0/0/2]traffic-filter outbound acl 2000

[Huawei-GigabitEthernet0/0/2]dis this
#
interface GigabitEthernet0/0/2
 traffic-filter outbound acl 2000

此时:pc1 ping pc2 不通,pc1 ping pc3 通,pc2 ping pc3 通,pc2 ping pc1 不通(有去无回)

3.实验2

在这里插入图片描述

1.交换机配置网关

# 交换机上配置网关的ip

[Huawei]int g0/0/0
[Huawei-GigabitEthernet0/0/0]dis this
[V200R003C00]
#
interface GigabitEthernet0/0/0
 ip address 192.168.1.254 255.255.255.0 
#
return
[Huawei-GigabitEthernet0/0/0]int g0/0/1
[Huawei-GigabitEthernet0/0/1]dis this
[V200R003C00]
#
interface GigabitEthernet0/0/1
 ip address 192.168.3.254 255.255.255.0 
#
return
[Huawei-GigabitEthernet0/0/1]int g0/0/2
[Huawei-GigabitEthernet0/0/2]dis this
[V200R003C00]
#
interface GigabitEthernet0/0/2
 ip address 192.168.2.254 255.255.255.0 
#
return

此时:pc互相都可以ping通

2.配置acl规则

2.1.基本acl

[Huawei]acl 2000
	
[Huawei-acl-basic-2000]rule deny source 192.168.2.0 0.0.0.255

[Huawei-acl-basic-2000]dis this
[V200R003C00]
#
acl number 2000  
 rule 5 deny source 192.168.2.0 0.0.0.255 
#

2.2.高级acl

[Huawei]acl 3000

# 除了ip协议,还可以配置tcp、udp、ospf、icmp等协议,可用 ? 查看,如:rule deny ?
[Huawei-acl-adv-3000]rule deny ip source 192.168.2.0 0.0.0.255 destination 192.168.3.0 0.0.0.255

[Huawei-acl-adv-3000]dis this
[V200R003C00]
#
acl number 3000  
 rule 5 deny ip source 192.168.2.0 0.0.0.255 destination 192.168.3.0 0.0.0.255 
#

此时:acl规则并未生效,所以pc互相都可以ping通

3.应用acl规则

在路由器的g0/0/1进行流量过滤

[Huawei]int g0/0/1

# inbound、outbound
[Huawei-GigabitEthernet0/0/1]traffic-filter outbound acl 2000

[Huawei-GigabitEthernet0/0/1]dis this
[V200R003C00]
#
interface GigabitEthernet0/0/1
 ip address 192.168.3.254 255.255.255.0 
 traffic-filter outbound acl 2000
#

此时:pc1无法ping通pc3,市场部无法访问机房了

4.其他

H3C的配置:禁止一些常见病毒的端口通信

在这里插入图片描述

ddress 192.168.3.254 255.255.255.0
traffic-filter outbound acl 2000


此时:pc1无法ping通pc3,市场部无法访问机房了



# 4.其他



H3C的配置:禁止一些常见病毒的端口通信
![在这里插入图片描述](https://i-blog.csdnimg.cn/direct/91fcdf175cc14a9b94daa4a8f549b247.png#pic_center)






http://www.kler.cn/a/385076.html

相关文章:

  • 06 Oracle性能优化秘籍:AWR、ASH、SQL trace与实时监控的实战指南
  • 如何使用 SSH 连接并管理你的 WordPress 网站
  • 基于IM场景下的Wasm初探:提升Web应用性能|得物技术
  • Android 左右舵镜像支持
  • 微服务day02
  • Ubuntu笔记-auto remove
  • 哈希表(Hash Table)、跳表(Skip List) 和 有序字典(Ordered Dictionary) 的详细介绍
  • 51c大模型~合集17
  • 当RFID技术遇上消防应急管理,智慧响应来袭!
  • node.js实现批量修改git项目的数据源
  • ffmpeg命令——从wireshark包中的rtp包中分离h264
  • 云原生+AI核心技术&最佳实践
  • 外包干了2年,快要废了。。
  • 【Golang】Golang的Map的底层原理
  • ES文档:文档操作_doc(7.9.2)
  • Webpack性能优化指南:从构建到部署的全方位策略
  • SpringBoot在城镇住房保障系统中的应用案例
  • 构建Java教学新生态:SpringBoot应用实例
  • Pyecharts使用本地文件绘制美国地图
  • 智慧商城项目-VUE2
  • 你需要了解的正则表达式相关知识
  • 前端-计算机网络
  • CSS文本样式与浮动
  • oracle 9i 使用dbms_obfuscation_toolkit加密解密
  • 蓝桥杯-Python组(py的哈希表)
  • LangChain Ollama实战文献检索助手(二)少样本提示FewShotPromptTemplate示例选择器