Switch Security Flashcards
If the clients are not on the same subnet as with the DHCP server, you need to configure a _________ on the router
IP helper address
What is the solution to prevent rogue DHCP servers from being active in your network?
DHCP snooping
How does DHCP snooping work?
By creating trusted ports that are directly connected to the DHCP server and also your inter-switch links leading down to the host
What are the commands to enable DHCP snooping?
> SW1 (config) # ip dchp snooping
SW1 (config) # int f0/1
SW1 (config-if) # ip dchp snooping trust
What does ARP do?
Address Resolution Protocol, An ARP request is a broadcast message sent by a device on a local network, asking for the MAC address associated with a specific IP address.
What does Dynamic ARP Inspection (DAI) do?
prevents attackers from spoofing ARP on the network
For example, PC1 with MAC address 1.1.1, was assigned IP address 10.10.10.10 by the DHCP server. Then, if invalid ARP traffic tries to pass through the switch, for example, attacker 3.3.3 saying that it is 10.10.10.10, the switch can see that that MAC address does not map to that IP address and drop the traffic
DAI is not do on ______ ports, only enable this for ______ clients
trusted, non DHCP
When 802.1X is enabled, only ________ traffic is allowed on the switch ports until the _____ and _____ are authenticated
authentication, host, user
Most newer severs use ______ as the authentication server
Identity Services Engine (ISE)