DGS-6604
ip arp inspection trust
CLI Reference Guide
237
ip arp inspection trust
Use the command to trust an interface for dynamic ARP inspection. Use the no
form of the command to disable the trust state.
ip arp inspection trust
no ip arp inspection trust
Syntax
Description
Not applicable.
Default
un-trusted
Command Mode
Interface configuration mode
Usage Guideline
The command is available for physical port configuration.
When an interface is in ip arp inspection trust state, the ARP packets arriving at
the interface will not be inspected. When an interface is in ip arp inspection
untrust state, the ARP packets arriving at the port and belong to the VLAN that is
enabled for inspection will be inspected.
Example
This example shows how to configure port 3.3 to be trusted for DAI:
Switch# configure terminal
Switch(config)# interface eth3.3
Switch(config-if)# ip arp inspection trust
Switch(config-if)#