静态用户绑定和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。

  1. 配置静态用户绑定

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 进行静态绑定。

  1. 配置接口 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。

  1. 配置接口 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。

  1. 退出配置模式并保存配置

plaintext

复制代码

[sw1-GigabitEthernet0/0/2]q

[sw1]q

<sw1>save

q: 退出当前配置视图,返回上一级视图。

<sw1>save: 保存当前配置到设备的启动配置文件中。

总结

通过以上配置,您在华为交换机上设置了两个静态用户绑定,并在两个接口上启用了基于用户绑定的 IP 源检查和报警功能。这样可以确保只有特定的 IP 地址和 MAC 地址组合的设备才能通过这些接口,从而提高网络的安全性。

相关推荐
轩辰~29 分钟前
网络协议入门
linux·服务器·开发语言·网络·arm开发·c++·网络协议
燕雀安知鸿鹄之志哉.1 小时前
攻防世界 web ics-06
网络·经验分享·安全·web安全·网络安全
ProcessOn官方账号1 小时前
如何绘制网络拓扑图?附详细分类解说和用户案例!
网络·职场和发展·流程图·拓扑学
Ven%2 小时前
如何在防火墙上指定ip访问服务器上任何端口呢
linux·服务器·网络·深度学习·tcp/ip
神的孩子都在歌唱2 小时前
TCP/IP 模型中,网络层对 IP 地址的分配与路由选择
网络·tcp/ip·智能路由器
阿雄不会写代码2 小时前
ubuntu安装nginx
linux·服务器·网络
starstarzz3 小时前
计算机网络实验四:Cisco交换机配置VLAN
网络·计算机网络·智能路由器·vlan·虚拟局域网
网安墨雨4 小时前
常用网络协议
网络·网络协议
Tlzns4 小时前
Linux网络——UDP的运用
linux·网络·udp
黑客老陈5 小时前
新手小白如何挖掘cnvd通用漏洞之存储xss漏洞(利用xss钓鱼)
运维·服务器·前端·网络·安全·web3·xss