Rule ID
SV-283861r1203832_rule
Version
V1R1
CCIs
ARP Learn Unsolicited is an ARP broadcast in which the source and destination MAC addresses are the same. It is used to inform the network about a host IP address. A spoofed ARP Learn Unsolicited message can cause network mapping information to be stored incorrectly, causing network malfunction.
Review the configuration to determine if ARP Learn Unsolicited is disabled on all external interfaces. Use the command below to verify the "ARP Learn Unsoli*" field for each configured interface is "Disabled": - show router interface "TO-CE" detail | match "ARP Learn Unsoli*" ARP Learn Unsoli*: Disabled ND Learn Unsolici*: None If ARP Learn Unsolicited is enabled on any external interface, this is a finding.
Disable ARP Learn Unsolicited on all external interfaces, as shown in the example below: - configure router interface "TO-PE2" no arp-learn-unsolicited Note: By default, arp-learn-unsolicited is disabled to deny GARP messages.