User Tools

Site Tools


ccna_sec:labs:configure_dhcp_snooping
Configure DHCP Snooping

 Enable DHCP snooping globally
 S1(config)# ip dhcp snooping 
 S1(config)# ip dhcp snooping information option 
 
 Enable DHCP snooping for VLAN 1 and 20
 S1(config)# ip dhcp snooping vlan 1,20 
 
 Limit the number of DHCP requests on an interface
 S1(config-if)# ip dhcp snooping limit rate 10
 
 Identify the trusted interface
 S1(config)# interface f0/5 
 S1(config-if)# description connects to DHCP server 
 S1(config-if)# ip dhcp snooping trust
 Verify 
 S1# show ip dhcp snooping 
ccna_sec/labs/configure_dhcp_snooping.txt · Last modified: 2019/03/29 17:50 by dardan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki