解决IP地址冲突的方法--DHCP SNOOPING

简介:
使用的方法是采用DHCP方式为用户分配IP,然后限定这些用户只能使用动态IP的方式,如果改成静态IP的方式则不能连接上网络;也就是使用了DHCP SNOOPING功能。 
例子: 
version 12.1 
no service pad 

service timestamps debug uptime 
service timestamps log uptime 
no service p assword-encryption 
service compress-config 

hostname C4-2_4506 

enable password xxxxxxx! 
clock timezone GMT 8 
ip subnet-zero 


no ip domain-lookup 

ip dhcp snooping vlan 180-181 // 对哪些VLAN 进行限制 
ip dhcp snooping 
ip arp inspection vlan 180-181 
ip arp inspection validate src-mac dst-mac ip 

errdisable recovery cause udld 
errdisable recovery cause bpduguard 
errdisable recovery cause security-violation 
errdisable recovery cause channel-misconfig 
errdisable recovery cause pagp-flap 
errdisable recovery cause dtp-flap 
errdisable recovery cause link-flap 
errdisable recovery cause l2ptguard 
errdisable recovery cause psecure-violation 
errdisable recovery cause gbic-invalid 
errdisable recovery cause dhcp-rate-limit 
errdisable recovery cause unicast-flood 
errdisable recovery cause vmps 
errdisable recovery cause arp-inspection 
errdisable recovery interval 30 
spanning-tree extend system-id 



interface GigabitEthernet2/1 // 对该端口接入的用户进行限制,可以下联交换机 
ip arp inspection limit rate 100 
arp timeout 2 
ip dhcp snooping limit rate 100 




interface GigabitEthernet2/2 
ip arp inspection limit rate 100 
arp timeout 2 
ip dhcp snooping limit rate 100 

interface GigabitEthernet2/3 
ip arp inspection limit rate 100 
arp timeout 2 
ip dhcp snooping limit rate 100 

interface GigabitEthernet2/4 
ip arp inspection limit rate 100 
arp timeout 2 
ip dhcp snooping limit rate 100 
--More-- 

编者注:对不需要明确地址的所有人的时候是一个很好的解决办法。另外,可以查看[url]www.cisco.com[/url]的 

IP Source Guard 

Similar to DHCP snooping, this feature is enabled on a DHCP snooping untrusted Layer 2 port. Initially, all IP traffic on the port is blocked except for DHCP packets that are captured by the DHCP snooping process. When a client receives a valid IP address from the DHCP server, or when a static IP source binding is configured by the user, a per-port and VLAN Access Control List (PACL) is installed on the port. This process restricts the client IP traffic to those source IP addresses configured in the binding; any IP traffic with a source IP address other than that in the IP source binding will be filtered out. This filtering limits a host's ability to attack the network by claiming neighbor host's IP address.

















本文转自loveme2351CTO博客,原文链接:http://blog.51cto.com/loveme23/8021 ,如需转载请自行联系原作者



相关文章
|
1月前
|
存储 网络协议 安全
30 道初级网络工程师面试题,涵盖 OSI 模型、TCP/IP 协议栈、IP 地址、子网掩码、VLAN、STP、DHCP、DNS、防火墙、NAT、VPN 等基础知识和技术,帮助小白们充分准备面试,顺利踏入职场
本文精选了 30 道初级网络工程师面试题,涵盖 OSI 模型、TCP/IP 协议栈、IP 地址、子网掩码、VLAN、STP、DHCP、DNS、防火墙、NAT、VPN 等基础知识和技术,帮助小白们充分准备面试,顺利踏入职场。
94 2
|
1月前
|
网络协议 网络安全 数据安全/隐私保护
计算机网络概念:网关,DHCP,IP寻址,ARP欺骗,路由,DDOS等
计算机网络概念:网关,DHCP,IP寻址,ARP欺骗,路由,DDOS等
53 4
|
1月前
|
网络协议 网络安全 数据安全/隐私保护
计算机网络概念:网关,DHCP,IP寻址,ARP欺骗,路由,DDOS等
【10月更文挑战第27天】计算机主机网关的作用类似于小区传达室的李大爷,负责将内部网络的请求转发到外部网络。当小区内的小不点想与外面的小明通话时,必须通过李大爷(网关)进行联系。网关不仅帮助内部设备与外部通信,还负责路由选择,确保数据包高效传输。此外,网关还参与路由表的维护和更新,确保网络路径的准确性。
56 2
|
4月前
|
网络协议
|
5月前
|
网络协议 Linux 开发工具
配置Linux固定IP地址,为什么要固定IP,因为他是通DHCP服务获取的,DHCP服务每次重启都会重新获取一次ip,VMware编辑中有一个虚拟网络编辑器
配置Linux固定IP地址,为什么要固定IP,因为他是通DHCP服务获取的,DHCP服务每次重启都会重新获取一次ip,VMware编辑中有一个虚拟网络编辑器
|
7月前
|
监控 负载均衡 网络协议
|
7月前
|
网络协议 Linux iOS开发
|
7月前
|
域名解析 网络协议 Linux
TCP/IP协议及配置、IP地址、子网掩码、网关地址、DNS与DHCP介绍
TCP/IP协议及配置、IP地址、子网掩码、网关地址、DNS与DHCP介绍
|
7月前
|
网络协议 网络安全 数据库
DHCP的interface(接口),global(全局)配置以及DHCP relay(中继),DHCP snooping,DHCP option
DHCP的interface(接口),global(全局)配置以及DHCP relay(中继),DHCP snooping,DHCP option
163 0
|
7月前
|
负载均衡 监控 网络虚拟化
华为配置DHCP Snooping防止DHCP Server仿冒者攻击示例
企业有三台FTP服务器Server1、Server2和Server3,且这三台服务器的硬件性能顺次降低,Server1性能是Server2的两倍、Server2性能是Server3的两倍。通过配置负载均衡,让这三台服务器联合对外提供FTP服务,且三台服务器承载业务的多少与服务器硬件性能的高低匹配。通过配置健康检测实时监控这三台服务器是否可达。