静态用户绑定和IP源检查功能

复制代码
<Huawei>sys
[Huawei]un in e
[Huawei]sysname sw1
[sw1]user-bind static ip-address 10.1.1.1 mac-address 5489-98B9-5285
Info: 1 static user-bind item(s) added.
[sw1]user-bind static ip-address 10.1.1.10 mac-address 5489-989B-2D10
Info: 1 static user-bind item(s) added.
[sw1]interface GigabitEthernet 0/0/1
[sw1-GigabitEthernet0/0/1]ip source check user-bind enable 
Info: Add permit rule for dynamic snooping bind-table, please wait a minute!done
.
[sw1-GigabitEthernet0/0/1]ip source check user-bind alarm enable 
[sw1-GigabitEthernet0/0/1]ip source check user-bind alarm threshold 100
[sw1-GigabitEthernet0/0/1]interface GigabitEthernet 0/0/2
[sw1-GigabitEthernet0/0/2]ip source check user-bind enable
Info: Add permit rule for dynamic snooping bind-table, please wait a minute!done
.
[sw1-GigabitEthernet0/0/2]ip source check user-bind alarm enable
[sw1-GigabitEthernet0/0/2]ip source check user-bind alarm threshold 100
[sw1-GigabitEthernet0/0/2]q
[sw1]q
<sw1>save
  1. 进入系统视图并设置设备名称

plaintext

复制代码

Huawei\]un in e \[Huawei\]sysname sw1 un in e: 进入用户视图。 sysname sw1: 将设备的名称设置为 sw1。 2. 配置静态用户绑定 plaintext 复制代码 \[sw1\]user-bind static ip-address 10.1.1.1 mac-address 5489-98B9-5285 Info: 1 static user-bind item(s) added. \[sw1\]user-bind static ip-address 10.1.1.10 mac-address 5489-989B-2D10 Info: 1 static user-bind item(s) added. user-bind static ip-address 10.1.1.1 mac-address 5489-98B9-5285: 将 IP 地址 10.1.1.1 与 MAC 地址 5489-98B9-5285 进行静态绑定。 user-bind static ip-address 10.1.1.10 mac-address 5489-989B-2D10: 将 IP 地址 10.1.1.10 与 MAC 地址 5489-989B-2D10 进行静态绑定。 3. 配置接口 GigabitEthernet 0/0/1 的 IP 源检查 plaintext 复制代码 \[sw1\]interface GigabitEthernet 0/0/1 \[sw1-GigabitEthernet0/0/1\]ip source check user-bind enable Info: Add permit rule for dynamic snooping bind-table, please wait a minute!done . \[sw1-GigabitEthernet0/0/1\]ip source check user-bind alarm enable \[sw1-GigabitEthernet0/0/1\]ip source check user-bind alarm threshold 100 interface GigabitEthernet 0/0/1: 进入接口 GigabitEthernet 0/0/1 的配置视图。 ip source check user-bind enable: 启用基于用户绑定的 IP 源检查。 ip source check user-bind alarm enable: 启用基于用户绑定的 IP 源检查报警功能。 ip source check user-bind alarm threshold 100: 设置报警阈值为 100。 4. 配置接口 GigabitEthernet 0/0/2 的 IP 源检查 plaintext 复制代码 \[sw1\]interface GigabitEthernet 0/0/2 \[sw1-GigabitEthernet0/0/2\]ip source check user-bind enable Info: Add permit rule for dynamic snooping bind-table, please wait a minute!done . \[sw1-GigabitEthernet0/0/2\]ip source check user-bind alarm enable \[sw1-GigabitEthernet0/0/2\]ip source check user-bind alarm threshold 100 interface GigabitEthernet 0/0/2: 进入接口 GigabitEthernet 0/0/2 的配置视图。 ip source check user-bind enable: 启用基于用户绑定的 IP 源检查。 ip source check user-bind alarm enable: 启用基于用户绑定的 IP 源检查报警功能。 ip source check user-bind alarm threshold 100: 设置报警阈值为 100。 5. 退出配置模式并保存配置 plaintext 复制代码 \[sw1-GigabitEthernet0/0/2\]q \[sw1\]q \save q: 退出当前配置视图,返回上一级视图。 \save: 保存当前配置到设备的启动配置文件中。 总结 通过以上配置,您在华为交换机上设置了两个静态用户绑定,并在两个接口上启用了基于用户绑定的 IP 源检查和报警功能。这样可以确保只有特定的 IP 地址和 MAC 地址组合的设备才能通过这些接口,从而提高网络的安全性。

相关推荐
在路上看风景28 分钟前
5.1 路由选择算法
网络
xiaoxiongip6661 小时前
假设两个设备在不同网段,网关怎么设置才能通呢
网络·爬虫·python·https·智能路由器
Li zlun2 小时前
TCP/IP协议:互联网的基石与通信灵魂
网络·网络协议·tcp/ip
SSL店小二2 小时前
IP SSL证书申请全过程及注意事项
服务器·网络·网络协议·https·ssl
NewCarRen2 小时前
自动驾驶与联网车辆网络安全:系统级威胁分析与韧性框架
网络·网络安全·自动驾驶
Broken Arrows4 小时前
排查网络问题的一些工具的作用和常用使用方法
linux·网络·学习
塔能物联运维5 小时前
物联网异构协议自适应转换与网络集成优化
网络·物联网
Fanmeang5 小时前
华为SRv6技术:引领IP网络进入新时代的智能导航系统
运维·网络·华为·vpn·ipv6·srv6
亚远景aspice6 小时前
亚远景-ISO 26262与ISO 21434:未来汽车安全标准的发展趋势
网络
xrkhy7 小时前
websocket(即时通讯)
网络·websocket·网络协议