Jeremy's IT Lab CCNA Dynamic ARP Inspection Day 51

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:45 AM on 7/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

Apply an ARP ACL to DAI:

SW1(config)# [...]

ip arp inspection filter arp-acl-name vlan vlan

2
New cards

Configure a DAI trusted interface:

SW1(config-if)# [...]

ip arp inspection trust

3
New cards

Configure an ARP ACL entry mapping an IP address to a MAC address (permit)

SW1(config-arp-nacl)# [...]

permit ip host ip-address mac host mac-address

4
New cards

Configure DAI rate limiting:

SW1(config-if)# [...]

ip arp inspection limit rate packets [burst interval seconds]

5
New cards

Create an ARP ACL:

SW1(config)# [...]

arp access-list name

6
New cards

DAI checks ARP messages' [...] and [...] fields against the DHCP snooping binding table and ARP ACLs.

sender MAC / sender IP

7
New cards

DAI checks ARP messages' sender MAC and sender IP fields against the [...] and [...].

DHCP snooping binding table / ARP ACLs

8
New cards

DAI inspects ARP messages received on [...] ports.

untrusted

9
New cards

DAI rate limiting is enabled on [...] ports by default.

untrusted

10
New cards

DAI rate limiting is enabled on untrusted ports with a rate of [...] by default.

15 packets per second

11
New cards

DAI: All ports are [trusted/untrusted] by default.

untrusted

12
New cards

Does DAI inspect messages received on trusted ports?

no

13
New cards

Enable additional DAI validation checks:

SW1(config)# [...]

ip arp inspection validate (src-mac | dst-mac | ip)

14
New cards

Enable DAI for a VLAN:

SW1(config)# [...]

ip arp inspection vlan vlan

15
New cards

Enable err-disable recovery for DAI rate limiting:

SW1(config)# [...]

errdisable recovery cause arp-inspection

16
New cards

Show a summary of DAI configuration and statistics:

SW1# [...]

show ip arp inspection

17
New cards

Show a summary of DAI interfaces:

SW1# [...]

show ip arp inspection interfaces