clear arpinspection validate
Enterasys B5 CLI Reference 17-27
Examples
ThisexampleshowswhatisdisplayedwhennoVLANsarespecified.
B5(su)->show arpinspection statistics
VLAN Forwarded Dropped
---- ------------ ---------
5 0 0
ThisexampleshowswhatinformationisdisplayedwhenoneormoreVLANsarespecified.
B5(su)->show arpinspection statistics vlan 5
VLAN DHCP ACL DHCP ACL Bad Src Bad Dest Invalid
Drops Drops Permits Permits MAC MAC IP
---- ---------- ---------- ---------- ---------- ---------- ---------- ---------
5 0 0 0 0 0 0 0
clear arpinspection validate
UsethiscommandtoremoveadditionaloptionalARPvalidationparametersthatwerepreviously
configured.
Syntax
clear arpinspection validate {[src-mac] [dst-mac] [ip]}
Parameters
Defaults
Allparametersareoptional,butatleastoneparametermustbespecified.
Mode
Switchcommand,read‐write.
Usage
ThiscommandremovespreviouslyconfiguredadditionalvalidationofARPpacketsbyDAI,
beyondthebasicvalidationthattheARPpacket’ssenderMACaddressandsenderIPaddress
matchanentryintheDHCPsnoopingbindingsdatabase.
Usetheshowarpinspectionvlancommandtodisplaythecurrentstatusoftheadditional
validation
rules.
Example
Thisexampleremovesall3additionalvalidationconditions.
B5(su)->clear arpinspection validate src-mac dst-mac ip
src‐mac Clear,orremove,theverificationthatthesenderMACaddressequals
thesourceMACaddressintheEthernetheader.
dst‐mac Clear,orremove,theverificationthatthetargetMACaddressequals
thedestinationMACaddressintheEthernetheader.
ip Clear,orremove,checkingtheIPaddressanddroppingARP
packets
withaninvalidaddress.