Why all packets dropped with %SW_DAI-4-DHCP_SNOOPING_DENY: 1 Invalid ARPs error msg for arp inspected vlans for DMZ and Backup

Hi,
We have got cisco 3759 switch where the followign line was configrued only
ip arp inspection vlan 6,100
And on those vlans no arp inspection trust was configrued. DMZ and backup servers were connected on that switch. Switch got restarted wihtin 5 minutes for the power outage and when the swithc came online it was denying all the packets coming through the vlan 100 adn 6 althought it was allowing packets before the power outage.
It took me 30 minutes to find out that arp inspection was enables which might cause the issue, but I am still unsue why it would block all packets for vlan 100 & 6.After taking out the command ' ip arp inspection vlan 6,100' all started working fine.
What is the reason the switch had this issue? Is there any resolution for this? thanks
FYI: The error messages-
0:48:32: %SW_DAI-4-DHCP_SNOOPING_DENY: 1 Invalid ARPs (Req) on Gi1/0/1, vlan 6.([001e.0b5f.3a8c/220.233.31.177/0000.0000.0000/220.233.31.182/14:48:32 AEST Sun Feb 28 1993])
00:48:33: %SW_DAI-4-DHCP_SNOOPING_DENY: 1 Invalid ARPs (Req) on Gi1/0/3, vlan 6.([000c.2915.1abe/220.233.31.184/0000.0000.0000/220.233.31.177/14:48:32 AEST Sun Feb 28 1993])
00:48:33: %SW_DAI-4-DHCP_SNOOPING_DENY: 2 Invalid ARPs (Req) on Gi1/0/1, vlan 6.([001e.0b5f.3a8c/220.233.31.177/0000.0000.0000/220.233.31.178/14:48:33 AEST Sun Feb 28 1993])
00:48:33: %SW_DAI-4-DHCP_SNOOPING_DENY: 1 Invalid ARPs (Req) on Gi1/0/1, vlan 6.([001e.0b5f.3a8c/220.233.31.177/0000.0000.0000/220.233.31.184/14:48:33 AEST Sun Feb 28 1993])
Regards,
Arman

Code version:
System image file is "flash:c3750-ipservicesk9-mz.122-50.SE3/c3750-ipservicesk9-mz.122-50.SE3.bin"
I don’t have any etherchannel running from the switch. It is connected to vmware machines which are on DMZ.
rgds,
arman

Similar Messages

  • HT1476 when i plug my phone into the usb port with the apple charger that came with my phone i get an error msg say charging not supported by this device.   But when i use a gigaware (radioshack brand) usb charger, no error msg.  Why?

    when i plug my phone into the usb port with the apple charger that came with my phone i get an error msg say charging not supported by this device.   But when i use a gigaware (radioshack brand) usb charger, no error msg.  Why?

    - Try restoring the iPod, first from backup and then try to factory settings/new iPod to rule out a software problem.
    - Look at the dock connector on the iPod. Look for abnormalities like bent or corroded contacts, foreign material and broken or cracked plastic.
    - Could you have damaged something when you took the iPod apart and replaced the Home button?

  • TS5376 why all the problems with itunes?  If i uninstall itunes do i lose all my music and books?

    problems with itunes.  being instructed to totally uninstall in a specific order and if i fail untold evils will occur.  why all the problems?  Also, if i uninstall, do i lose all my music and books????

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Following download of version 23.0.1 I lost all previous history but not bookmarks. How do I recover old history? Recovery in "import and backup" does not help

    My remembered and retained history was going back quite a few months. Following update of Firefox to 23.0.1 I lost all my history and Firefox only retains websites visited after the new version was installed. My bookmarks have been retained. I tried Recover in "Import and backup" but it only goes back to the date of the new installation. I tried places.sqlite in "Roaming" but there is only one with today's date. Is there a way to recover the lost history? Why did Firefox lose it? Will it happen averytime Firefox updates?

    Backup your bookmarks manually. If you have been using the "import" you may have already lost some information by overwriting it. As a matter of course you should always save current bookmarks manually before using any restores.
    * [[Restore bookmarks from backup or move them to another computer]]
    That way you can ensure you are able to restore the complete current set. Put your .json backup file somewhere safe outside Firefox program or profile paths. The Windows Desktop or removable media would be suitable.
    Firefox does create some autobackups of bookmarks but does not do anything about backing up the History. Luckily Windows probably backs up previous versions of your file ''places.sqlite'' and that is the database with History and bookmarks in it. See if you can recover a recent version of that, it will restore your history up to the date of the restored file.
    * http://windows.microsoft.com/en-US/windows7/Previous-versions-of-files-frequently-asked-questions
    * the file ''places.sulite'' is in the Firefox profile, a hidden folder that is easy to find by using troubleshooting. see [[Profiles - Where Firefox stores your bookmarks, passwords and other user data#w_how-do-i-find-my-profile]]_how-do-i-find-my-profile
    Afterwards import your more recent bookmarks from wherever they were saved. The import overwrites the slightly older bookmarks from the Windows file.
    You my also then wish to install and run the addon places maintenance.
    * https://addons.mozilla.org/en-US/firefox/addon/places-maintenance/
    That may be used to check and repair the places.sqlite database. It will give a short status report. Note if the places.sqlite runs out of space it starts deleting History.
    In future you my wish to routinely create occasional backups of your profile or at least your places.sqlite
    *[[Back up and restore information in Firefox profiles]]

  • Why do I get a "DATE1 : ORA-00904 Invalid identifier" error ?

    Hi,
    Despite my efforts, I can't see why I get a "DATE1 : ORA-00904 Invalid identifier' error whith this request.
    {code}With S1 as (
    SELECT TRUNC(DATE1, 'MM'),
    ROUND(SUM(VALEUR), 2)
    FROM EVV_E036
    GROUP BY TRUNC(DATE1, 'MM')
    ORDER BY TRUNC(DATE1, 'MM'))
    SELECT n,
    NVL(ROUND(SUM(Valeur),2), 0)
    FROM (select add_months(to_date('01/01/2006', 'dd/mm/yyyy'), level - 1) n FROM dual connect by level <= 12) months
    LEFT JOIN S1
    ON months.n = TRUNC(DATE1, 'MM')
    GROUP BY n
    ORDER BY n{code}
    The line in error is this one : {code}ON months.n = TRUNC(DATE1, 'MM'){code}
    Any idea much appreciated !
    Regards,
    Christian

    hi,
    I have done this and get no more errors. Now I see that the values I get are equal to 0. Or, I do get values different from 0 in my table ! I can't see why the left join gives 0. I have to dig this and come back tomorrow.
    With S1 as (
    SELECT TRUNC(DATE1, 'MM') Date1,
           ROUND(SUM(VALEUR), 2) Debit
    FROM   EVV_E036
    WHERE  CLEF_VAR = (SELECT CLEF_VAR FROM SITE_ECHELLE WHERE SITE = 'E036')
    AND    DATE1 BETWEEN TO_DATE ('01/01/2007000000', 'DD/MM/YYYYHH24MISS') AND TO_DATE ('31/12/2007235959', 'DD/MM/YYYYHH24MISS')
    GROUP  BY TRUNC(DATE1, 'MM')
    ORDER  BY TRUNC(DATE1, 'MM'))
    SELECT n,
           NVL(ROUND(SUM(Debit),2), 0)
    FROM   (select add_months(to_date('01/01/2006', 'dd/mm/yyyy'), level - 1) n FROM dual connect by level <= 12) months
    LEFT JOIN S1
         ON months.n = date1
    GROUP BY n
    ORDER BY n

  • Why would a factory-unlocked Iphone get an invalid SIM error?

    I bought 2 unlocked iPhones to sell overseas and they are giving an invalid SIM error.  Both of them are the factory-unlocked version.  Could someone help me with this?

    Positive that they are unlocked.  I bought them personally at an Apple Store and the invoice says unlocked iPhones (I also paid the unlocked iPhone price).
    The Cell Service Provider has iPhone as one of its supported phones.  Not sure exactly which MicroSIM the person is using though.

  • Software for communicating with ipod is not installed properly error msg

    after trying to install my ipod nano for the first time the error msg came up saying that the software for communicating with the ipod had not been installed correctly and needed to be reinstalled. I have tried deleting and reinstalling the itunes and ipod software and followed the trouble shooting steps from the web page but every time i plug my ipod in after reinstalling the same message comes up. when i try to use the updater a "service error" comes up and apart from restore i have also tried the five r's can someone please help me
    hp pavilion a320a   Windows XP  
    hp pavilion a320a   Windows XP  
    hp pavilion a320a   Windows XP  

    See these for the iPod service error.
    iPod service error.
    Fast user switching in Windows XP is not supported.

  • Why all processed image with JAI will change into images with 96DPI?

    i think this is the disadvantage of JAI.I have an image with 300*300DPI.
    but when i read the image ,and saved it,it become an image with 96DPI.I truely need 300DPI.Does anyone can solve this problem.Thanks.

    I've just done a few more tests. Using the image I have described (a portrait with a Layer Mask, and in the Mask I have painted in black to remove certain parts), if I add a new layer and move it to the bottom the image doesn't change. When I fill the new layer with white, the image 'fattens'. Then when I SELECT ALL on the new layer, and Edit > Clear, the image slims down again.
    I can't get a grip on that. When I create a new layer, what is on the new layer? Why, when I fill that new layer with white, does the image 'fatten.'
    It seems to me I shouldn't have to create a new base layer and fill it with white to ensure that PS properly displays an image.
    If anyone wants to see the effect, I have uploaded the image (Tiff, 1.9 MB ) to:
    http://www.mediafire.com/?1jt3vmg5dxn

  • Just yesterday, I've been hit with the problem of a sharpening and or noise issue in develop and exporting? I'm confused to why all of a sudden this problem has happen. I've been using lightroom 5 for months with no issue's till now

    I've not changed or done anything different than I have for over a year now and all of a sudden I realized when I printed a photo it was blurry?
    So looked into exported photo in my library on PC and it also was blurry. Then went back to lightroom it also in LR library and in develop is blurry?
    I'm stumped as to why it just isn't working as it always has and what may be the problem?
    Any help or direction would be greatly appreciated, thanks in advance!

    What version of LR? There was a bug involving the application of Develop/Detail settings to some resized photos in LR 5.3 that was subsequently fixed.

  • Why all the problems with downloads?

    if employees have problems with adobe downloads, what chance do i have?

    Don't you have a direct download link on the download panel, as I get...?

  • How can I mantain my calendar in my iphone 5 sincronice all the time with icloud. every time that i charge it I have to turn it off and fusionate with icloud

    How can I maintain my calendar in my iphone 5. Because all the times that I charge it the calendar is in blank and I have to turn it off in the Ajustes and I have to turn it on again and fusionate wiht icloud, but to do this all the time...... really???
    Do you know what do I have to do, all is in the correct IOS and is new, but I don't know what to do.
    Thank You

    Well, two thoughts.
    The battery has completely discharged and will take overnight to recharge, so don't expect much in an hour.
    The battery has deep discharged and is now dead. It will never recharge and should be replaced.
    If your iPod Touch, iPhone, or iPad is Broken
    Apple does not fix iDevices. Instead they exchange yours for a refurbished or new replacement depending upon the age of your device and refurbished inventories. On rare occasions when there are no longer refurbished units for your older model, they may replace it with the next newer model.
    You may take your device to an Apple retailer for help or you may call Customer Service and arrange to send your device to Apple:
    Apple Store Customer Service at 1-800-676-2775 or visit online Help for more information.
    To contact product and tech support: Contacting Apple for support and service - this includes international calling numbers.
    iPod Service Support and Costs
    iPhone Service Support and Costs
    iPad Service Support and Costs
    There are third-party firms that do repairs on iDevices, and there are places where you can order parts to DIY if you feel up to the task. Start with Google to search for these.
    The flat fee for a battery exchange is, I believe, $99.00 USD.

  • Why do PDFs created with some print presets show the error message "cannot extract embedded font."

    Whenever I create a pdf from InDesign using a press-quality preset, I get an error message upon opening the file. The error message says that an embedded font cannot be extracted.
    InDesign indicates the font is not present in the file.
    In Acrobat's properties, the font in the error message is listed and shows that it is not embedded, and that the actual font is unknown.
    Running the "embed fonts" from preflight fixups doesn't help.

    Found this fix in Preflight: Under prepress, I selected my destination, which is sheetfed offpress (CMYK) and ran the analyze and fix. The updated file opened without the error message.

  • TS1368 unable to connect with the apple itunes store. no error message, it just keeps "accessing" the store, and it is never successful. How do I overcome this?

    I am unable to connect with the iTunes store. ITunes keeps "accessing", but that can go on for an hour. No error messages. It just never connects. How can I overcome this?

    The question for me becomes what motivation do I  (Apple's customer) have to download Autoruns from Windows, open a compressed folder, try to determine which Winsock Provider is mine, check for updates and then run whatever it is I need to run to fix this.  All these steps just so I can access the Itunes Store and buy from Apple.  It would seem that Apple would find a fix on their side so their customers don't have to do this.  Is anyone from Apple listening???

  • Document with origin R4 cannot be reversed -error msg EB049

    We have an invoice with 2 posting relevant items, the energy charge and a renewable energy credit.  the latter was generated as zero (valid condition) and posted as a Cr transaction. 
    this is the only instance of this scenario as normally the zero amounts post as Db rather than Cr.  we upgraded a week ago to SAPK-60308INISUT, could this have caused a change in the main/sub used for posting these zero amounts?
    The DFKKOP line item for the zero amount has cleared against itself, and now clearing reset cannot be performed.
    error generated is Document XXXXXXXXX with origin R4 cannot be reversed, message number EB049.
    The invoice needs to be reversed as its based on an estimated reading that needs changing, and the invoice won't reverse because of the clearing reset issue.
    I've researched the error number and can see a few related notes but they were all fixed some time ago and were different scenarios - move-outs and statistical BPP, neither applies in this case.
    Please can anyone provide help as to how the clearing can be reset so the invoice can be reversed.
    Many Thanks
    Astrid

    Hi David
    EA13 is configured to allow for clearing reset of both fully cleared and partially cleared invoices, and we have numerous cleared invoices that get reversed every day, but this is the first time we've seen this error.
    I think the underlying issue is that the zero amount transaction is getting posted as a credit rather than a debit.  We've been able to set up the situation in a system that still has the old code, and there it posts as a debit, clears against itself, and can be reversed.
    In the QA region which is at the same new version as production, it posts as a self cleared Cr transaction and again can't be reversed.
    Besides getting  a fix to get make the zero amounts post as debits again, we also need to find a way to reverse the bad invoice in production.
    Thanks

  • Firefox updated, Video download helper no longer works, no error msg. I have uninstalled both Firefox and VDH, reinstalled, VDH still does not work, Why

    Video Download Helper does not work after most recent update. I have cleared cache and cookies, uninstalled both Firefox and the helper,that has not corrected.When Firefox does an update are the "vendors notified so they can see if their product needs changes in order to be compatible? This may sound like a stupid ?, but it makes sense tome. Telling me to download something else, in my eyes is not REALLY solving the problem.

    Don't uninstall 36. Just download and install 35 over top and you don't lose any data. I already did and everything works just fine. But I did remove VDH first.

Maybe you are looking for

  • Can not connect from Forms6i to PO8i.

    Hi, My PC is a NT named 'oracle'. I have first installed Forms6i in DEFAULT_HOME, c:/orant. PO8i is installed as: Oracle Home: ora8i Full Path: c:\orant\ora8i Choose Typical Install Global Database Name: ora8i.oracle.master.com.au SID: ora8i Then I a

  • Change the name of a file.

    Hello, I don't how can I change the name of a file ?. Somebody can help me, please? For example : c:\out\prove1.csv to  c:\out\prove1_09112007_163001.csv Thanks

  • Unable to view photos although after sycronising after upgrade to IOS 5.1.

    Hi, I'm unable to view the photos after syncronising although application shows that I've successfully syncronise 9 photos. None can be displayed.This is after upgraded to IOS 5.1.Pls help.

  • Image Capture + Rotate per EXIF + iPhoto = Bad

    My image intake workflow starts by importing with Graphic Converter, then renaming withi 'A Better Finder Rename' (rename images to a "datedescriptionimage#"), then review and major edits in GC then import into iPhoto. A recent release bug in GC, how

  • Capture event oracle.apps.wf.notification.receive.message

    Hi, I am trying to capture the event oracle.apps.wf.notification.receive.message. Whenever system receives an email response of a notification, I want to insert some values to a table. I have created subscription on this event and calling a package p