当前位置:网站首页>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 .
边栏推荐
猜你喜欢

What if the win11 shared file cannot be opened? The solution of win11 shared file cannot be opened
![[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

Four traversal methods of binary tree, as well as the creation of binary tree from middle order to post order, pre order to middle order, pre order to post order, and sequence [specially created for t

Day24:文件系统

Alibaba testers use UI automated testing to achieve element positioning

The concept and application of hash table

js 3D爆炸碎片图片切换js特效

Jmeter 之压测入门

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

【服务器数据恢复】某品牌服务器存储raid5数据恢复案例
随机推荐
uniapp 富文本编辑器使用
D3.js+Three.js数据可视化3d地球js特效
__init__() missing 2 required positional arguments 不易查明的继承错误
ACM组合计数入门
Explication détaillée du mécanisme de distribution des événements d'entrée multimodes
heatmap.js图片热点热力图插件
MySQL --- 数据库查询 - 聚合函数的使用、聚合查询、分组查询
华为模拟器ensp常用命令
杰理之AD 系列 MIDI 功能说明【篇】
Pytorch---使用Pytorch实现LinkNet进行语义分割
JS closure
HMS Core 机器学习服务
Idea configuration standard notes
软件开发过中的采购
PS vertical English and digital text how to change direction (vertical display)
网络命名空间
How to solve the problem that win11 cannot write the value to the registry key?
B站视频 声音很小——解决办法
Advantages of semantic tags and block level inline elements
黄金k线图中的三角形有几种?