clear arpinspection validate
SecureStack C3 Configuration Guide 17-27
Examples
ThisexampleshowswhatisdisplayedwhennoVLANsarespecified.
C3(su)->show arpinspection statistics
VLAN Forwarded Dropped
---- ------------ ---------
5 0 0
ThisexampleshowswhatinformationisdisplayedwhenoneormoreVLANsarespecified.
C3(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
UsethiscommandtoremoveadditionaloptionalARPvalidation parametersthatwerepreviously
configured.
Syntax
clear arpinspection validate {[src-mac] [dst-mac] [ip]}
Parameters
Defaults
Allparametersareoptional,butatleastoneparametermustbespecified.
Mode
Switchcommand,readwrite.
Usage
ThiscommandremovespreviouslyconfiguredadditionalvalidationofARPpacketsbyDAI,
beyondthebasicvalidatio nthattheARPpacket’ssenderMACaddressandsenderIPaddress
matchanentryintheDHCPsnoopingbindingsdatabase.
Usetheshowarpinspectionvlancommandtodisplaythecurrentstatusoftheadditional
validati onrules.
Example
Thisexampleremovesall3additionalvalidation conditions.
C3(su)->clear arpinspection validate src-mac dst-mac ip
srcmac Clear,orremove,theverificationthatthesenderMACaddressequals
thesourceMACaddressintheEthernetheader.
dstmac Clear,orremove,theverificationthatthetargetMACaddressequals
thedestinationMACaddressintheEthernetheader.
ip Clear,orremove,checkingtheIPaddressanddroppingARPpackets
withaninvalidaddress.