Command Guide of WGSW-28040
126
Interface Configuration
Usage Guide:
Use the
ip arp inspection trust
command to set trusted interface. The switch does not check ARP packets that are
received on the trusted interface; it simply forwards it. Use the
no
form of this command to set untrusted interface.
Example:
The example shows how to set interface gi1 to trust. You can verify settings by the following
show ip arp inspection
interface
command.
switch(config)#
interface gi1
switch(config)#
ip arp inspection trust
switch(config)#
do show ip arp inspection interface gi1
Interfaces | Trust State | Rate (pps) | SMAC Check | DMAC Check | IP Check/Allow Zero |
------------+--------------+--------------+----------------|-----------------+-------------------------+
gi1 | Trusted | None | disabled | disabled | disabled/disabled
4.8.4 ip arp inspection validate
Command:
ip arp inspection validate src-mac
ip arp inspection validate dst-mac
ip arp inspection validate ip [allow-zeros]
no ip arp inspection validate src-mac
no ip arp inspection validate dst-mac
no ip arp inspection validate ip [allow-zeros]
Default:
Default is disabled of all validation
Mode:
Interface Configuration
Usage Guide:
Use the
ip arp inspection validate
command to enable validate function on interface.