IP Source Guard Flashcards
What is IP source guard?
Similar to DAI but applied to all traffic, it ensures that packets sent from an interface must have a source IP that matches the switch’s table.
What happens when a host first connects to an ip source guard-enabled port?
All traffic besides DHCP packets are blocked. The switch will then map the received DHCP IP to that interface.
How does IP source guard enforce address binding?
With automatically-written VLAN ACLs.
What must be enabled for IP source guard to work?
DHCP snooping.
IP source guard is enabled at what level?
The interface level.
What interface-line command enables IP source guard?
“ip verify”
What additional options can be configured with IP source guard, and what do they do?
Port-security, verifies the source MAC address; smartlog, sends the offending frames to a remote server.
Can IP source guard entries be added statically?
Yes, with the “ip source binding” command.
What can hosts NOT do when IP source guard is enabled?
Static their IP address.