DHCP dai启动配置分析

网络 网络管理
这里我们就来对DHCP dai启动的具体操作进行一下讲解。那么配置命令和解析的内容都已经在文中总结好了,希望对大家有所帮助。

在对DHCP进行配置的过程中,有一部分是dai启动的内容。那么这里我们针对这方面的内容进行了总结。下面我们就来详细看看DHCP dai启动的具体操作吧。那么DHCP dai启动配置命令具体如下:

  1. ip subnet-zero  
  2. ip dhcp excluded-address 192.168.1.1  
  3. !  
  4. ip dhcp pool test  
  5. network 192.168.1.0 255.255.255.0  
  6. default-router 192.168.1.1   
  7. dns-server 192.168.1.1   
  8. lease infinite  
  9. !  
  10. ip dhcp snooping vlan 1                             (需要DHCP为基础)  
  11. ip dhcp snooping information option allow-untrusted  
  12. ip dhcp snooping database flash:snooping(指定snooping 数据保存位置)  
  13. ip dhcp snooping                                   (启动DHCP snooping)  
  14. ip arp inspection vlan 1                         (DHCP dai启动)  
  15. ip arp inspection validate src-mac dst-mac ip    (检测项目)  
  16. !  
  17. !  
  18. !  
  19. interface GigabitEthernet1/0/31  
  20. switchport mode access  
  21. ip arp inspection trust          (如果设置trust可以改IP,设置untrust不可以改IP,因为DAI检测)  
  22. spanning-tree portfast  
  23. !  
  24. interface GigabitEthernet1/0/32  
  25. !  
  26. nterface GigabitEthernet1/0/44  
  27. !  
  28. interface GigabitEthernet1/0/45  
  29. switchport mode access  
  30. switchport port-security  
  31. switchport port-security violation restrict  
  32. spanning-tree portfast  
  33. ip verify source port-security  
  34. !  
  35. !  
  36. Switch#sh ip arp inspection 

以上就是DHCP dai启动的全部设置过程了。

责任编辑:佟健 来源: hi.baidu.com
相关推荐

2010-09-01 09:31:15

2010-08-30 09:56:09

IP dhcp sno

2010-09-01 10:19:43

配置DHCP

2010-09-25 09:50:30

2010-09-26 15:42:28

交换机 DHCP Se

2010-09-25 13:42:39

配置DHCP服务

2010-09-03 11:53:09

华为DHCP配置

2010-09-29 14:56:42

启动DHCP服务

2010-08-31 17:26:55

DHCP故障

2010-09-03 12:19:18

DHCP服务器dhcp配置

2010-08-26 16:53:41

配置DHCP

2010-08-30 19:55:27

配置DHCP

2010-09-29 14:41:42

Suse DHCP配置

2010-09-26 14:52:22

DHCP Snoopi

2010-09-03 13:04:38

华为3COM路由器DH

2010-08-25 15:19:20

DHCP作用域

2010-09-29 16:00:22

思科路由DHCP设置

2010-09-03 12:48:15

H3C交换机DHCP

2010-09-27 13:06:36

Cisco 3620

2010-08-31 17:01:31

dhcp snoopi
点赞
收藏

51CTO技术栈公众号