当前位置:网站首页>ALC experiment
ALC experiment
2022-08-05 06:22:00 【sologuai】
1. Overview of ALC
Definition of ALC: Access Control List (ACL) is a list of instructions for router and switch interfaces to control the data packets entering and leaving the port.
2. ALC application
There are two applications of ACL:
1. ACL applied on the interface-----filtering data packets (original destination ip address, original destination mac, port quintuple)
2. Applied in routing protocols-------Match the corresponding routing entry
3. NAT, IPSEC VPN, QOS-----match the data flow of interest (match the data flow I set)
3. The working principle of ALC
When the data packet passes through the interface, since the interface has enabled acl, the router will check the packet and then deal with it accordingly.
4. Types of ALC
- No. 2000-2999---Basic ACL---Match data according to the source IP address in the data packet (which IP address the data came from)
- Number 3000-3999---Advanced ACL----Match data according to the source, destination IP, source, destination port, and protocol number in the data packet
- Number 4000-4999---Layer 2 ACL, MAC, VLAN-id, 802.1q
5. Experiment

The first step: set the IP address of client 1, 2 server 1, 2




Step 2: Configure the router

Step 3: Do not allow 192.168.1.1 to access 192.168.2.1

Step 4: Test

边栏推荐
- link 和@improt的区别
- LeetCode Interview Questions
- 网络层协议介绍
- 程序员应该这样理解I/O
- Network wiring and digital-to-system conversion
- 错误类型:反射。ReflectionException:无法设置属性“xxx”的“类”xxx”与价值“xxx”
- Mina disconnects and reconnects
- Spark source code - task submission process - 4-container to start executor
- Complete mysql offline installation in 5 minutes
- Logical volume creation
猜你喜欢
随机推荐
运维的高光时刻,从智能化开始
disabledDate 日期选择器 datePicker
transport layer protocol
Mina's long and short connections
selenium模块的操作之拉钩
Hugo builds a personal blog
Programmers should understand I/O this way
错误类型:反射。ReflectionException:无法设置属性“xxx”的“类”xxx”与价值“xxx”
Browser Storage WebStorage
config.js相关配置汇总
浏览器存储WebStorage
spark source code-RPC communication mechanism
VLAN is introduced with the experiment
LeetCode Interview Questions
RAID disk array
监控系统的内卷,有什么讲究?
教您简单几步实现工业树莓派正确安装RS232转USB驱动
逻辑卷创建
LeetCode面试题
[ingress]-ingress使用tcp端口暴露服务









