当前位置:网站首页>Huawei ENSP simulator configures ACL access control list
Huawei ENSP simulator configures ACL access control list
2022-07-04 21:13:00 【Python Pegasus】
Catalog
1、acl type ( Here is the basis acl And advanced acl The difference between types ):
3、 stay acl Write rules in ( be based on IP Address to reject )
1、 The interface necessary for entering data :
3、 Check whether the rule is invoked successfully :
Experimental environment :
First, configure the layer 3 switch , It was explained in detail in the last article , Configuring a three-layer switch is to isolate viruses but connect communications . Realize different networks , Different vlan Your machine can communicate , these pc Computers cannot communicate directly through the middle switch , The packet must be transferred to the layer 3 switch , The three-layer switch realizes data forwarding to communicate , That is, when the layer 3 switch pc Gateway of computer .
In this environment ,pc Machine can be different from any gateway vlan Of pc Machine communication . We configure ACL Access control lists are designed to achieve pc The machine can only access vlan 20 Inside pc machine , Give him no access vlan 30 Of pc machine .

pc The gateway of the machine is in the three-layer switch , each vlan Of IP Address .
You can see PC Machine can be different from vlan Different network segments pc Machine communication , It's because of the three-layer switch .
The experimental steps :
Step one : Create an access control rule
Step two : Call this rule
Step one :

1、acl type ( Here is the basis acl And advanced acl The difference between types ):
Basics acl(Basic ACL): When doing access control, only look at the source address , I won't check the target address , Only the source address will be checked
senior acl(Advanced ACL): When doing access control, the target address will be checked .( This experiment needs to check the target address acl)
2、 establish acl:
Create a test Of acl:( It is not recommended to directly create )
acl name testCorrect creation method :
establish acl Name and enter acl type : senior (advance)、 Basics (basic)
# Create a file called test Advanced acl
acl name test advance
# Command usage
acl name name acl type 3、 stay acl Write rules in ( be based on IP Address to reject )
Writing acl The mask needs to be written backwards ,acl Set the rules ( Regulations ) for example :
The original :255.255,255,0
Reverse writing :0.0.0.255 # take 255 Switch to 0,0 Switch to 255
#rule deny ip Reject rule ip agreement
# source source address
#destination Destination
Deny access rules :
# The rejection source address is 192.168.10.0 Network segment 、 Access target ( Destination ) by 192.168.30.0 Communication of network segment
rule deny ip source 192.168.10.0 0.0.0.255 destination 192.168.30.0 0.0.0.255
# Command usage :
rule deny ip source Source address network segment Subnet mask ( Reverse writing ) destination Target geosyncline segment Subnet mask ( Reverse writing )Allow access to rules :
Rules allow ip The source address is arbitrary , Access any packet communication of the target
rule permit ip source any destination anyThat is, reject the network segment as 10 Of pc Machine access network segment is 30 Of pc machine . Other access is not restricted

View customized rules :
dis this
Step two : Call rules
The calling rule needs to be in the interface that the packet must pass , That is, it must be called on the interface , Only in this way can we manage the passage of data .

1、 The interface necessary for entering data :
int g0/0/12、 Call rules :
Filter the incoming data in this interface , according to acl be known as test Rule filtering for .
traffic-filter inbound acl name test
3、 Check whether the rule is invoked successfully :
Discovery use 10 The network segment pc machine ping no 30 The network segment pc machine , Prove that the calling rule swims , Next, check whether the rule affects other network segments pc Machine communication

Discovery visit 20 The network segment pc Machine has no effect , Achieve the final experimental effect .
边栏推荐
猜你喜欢

MySQL - database query - use of aggregate function, aggregate query, grouping query

五子棋 上班摸鱼工具 可局域网/人机

Explication détaillée du mécanisme de distribution des événements d'entrée multimodes
![[1200. Différence absolue minimale]](/img/fa/4ffbedd8f24c75a20d3eaeaf0430ae.png)
[1200. Différence absolue minimale]

FastDfs的快速入门,三分钟带你上传下载文件到云服务器

【optimtool.unconstrain】无约束优化工具箱

PS vertical English and digital text how to change direction (vertical display)

y56.第三章 Kubernetes从入门到精通 -- 业务镜像版本升级及回滚(二九)

Ten years' experience of byte test engineer directly hits the pain point of UI automation test
![[observation] Lenovo: 3x (1+n) smart office solution, releasing the](/img/e4/f660461c42eb81ab8c94fd87503a83.png)
[observation] Lenovo: 3x (1+n) smart office solution, releasing the "multiplier effect" of office productivity
随机推荐
【1200. 最小絕對差】
LeetCode 7. Integer inversion
《动手学深度学习》(三) -- 卷积神经网络 CNN
字节测试工程师十年经验直击UI 自动化测试痛点
admas零件名重复
卷积神经网络在深度学习中新发展的5篇论文推荐
面对同样复杂的测试任务为什么大老很快能梳理解决方案,阿里十年测试工程师道出其中的技巧
Hwinfo hardware detection tool v7.26 green version
HMS Core 统一扫码服务
Idea restore default shortcut key
ApplicationContext 与 BeanFactory 区别(MS)
偷窃他人漏洞报告变卖成副业,漏洞赏金平台出“内鬼”
How to solve the problem that win11 cannot write the value to the registry key?
看腾讯大老如何做接口自动化测试
华为模拟器ensp的路由配置以及连通测试
记一次重复造轮子(Obsidian 插件设置说明汉化)
仿ps样式js网页涂鸦板插件
网件r7000梅林系统虚拟内存创建失败,提示USB磁盘读写速度不满足要求解决办法,有需要创建虚拟内存吗??
Detailed explanation of multi-mode input event distribution mechanism
Vue cleans up the keepalive cache scheme in a timely manner