Configures an interface as trusted for all VLANs configured on it.
The interface is untrusted.
Interface subtype configuration mode
This command is supported only on Layer 2 physical or port-channel interfaces.
On trusted interfaces, all incoming ARP packets are accepted.
The no form of this command configures the interface as untrusted.
The following example configures an Ethernet interface as trusted.
device# configure terminal device(conf)# interface ethernet 2/1 device(conf-if-eth-2/1)# ip arp inspection trust
The following example configures a port-channel interface as untrusted.
device# configure terminal device(conf)# interface port-channel 171 device(config-Port-channel-171)# no ip arp inspection trust