"Not encrypted dot1x packet has been discarded"

I've got Cisco 851 and Wireless client (notebook). I've created this config (see attachements), but receive the error (see attachements).
Settings on the client:
Security type: WPA-Personal
Encryption type: TKIP
And the same security key.
What have I done wrong?

Your configuration looks fine, and the log even states that your client associates. Do you maybe have a setting wrong on the laptop? Do you have access with it despite the error?

Similar Messages

  • Not encrypted dot1x packet from 0012.f0b9.87c3 has been discarded

    I have a very basic config to setup wireless on on an 857W router.
    When I get connected the log fills up the the following message.
    Not encrypted dot1x packet from 0012.f0b9.87c3 has been discarded
    What is causing this?
    Config below
    version 12.4
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname Router
    boot-start-marker
    boot-end-marker
    no aaa new-model
    dot11 ssid TESTSSID_1
    vlan 10
    max-associations 10
    authentication open
    authentication key-management wpa
    wpa-psk ascii 0 mywpapskpwd
    dot11 ssid TESTSSID_2
    vlan 20
    max-associations 10
    authentication open
    authentication key-management wpa
    wpa-psk ascii 0 mytestpassword
    no ip dhcp use vrf connected
    ip dhcp excluded-address 192.168.100.1
    ip dhcp pool HOME_1
    network 192.168.100.0 255.255.255.0
    default-router 192.168.100.1
    ip dhcp pool HOME_2
    network 10.20.0.0 255.255.255.0
    default-router 10.20.0.3
    ip cef
    archive
    log config
    hidekeys
    bridge irb
    interface ATM0
    no ip address
    shutdown
    no atm ilmi-keepalive
    dsl operating-mode auto
    interface FastEthernet0
    interface FastEthernet1
    spanning-tree portfast
    interface FastEthernet2
    spanning-tree portfast
    interface FastEthernet3
    interface Dot11Radio0
    no ip address
    no ip route-cache cef
    no ip route-cache
    encryption vlan 10 mode ciphers tkip
    encryption vlan 20 mode ciphers tkip
    broadcast-key change 60
    ssid TESTSSID_1
    ssid TESTSSID_2
    speed basic-1.0 basic-2.0 basic-5.5 basic-6.0 basic-9.0 basic-11.0 basic-12.0 basic-18.0 basic-24.0 basic-36.0 basic-48.0 basic-54.0
    channel 2452
    station-role root
    world-mode dot11d country GB both
    no cdp enable
    bridge-group 1
    bridge-group 1 subscriber-loop-control
    bridge-group 1 spanning-disabled
    bridge-group 1 block-unknown-source
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    interface Dot11Radio0.10
    encapsulation dot1Q 10 native
    no ip route-cache
    bridge-group 10
    bridge-group 10 subscriber-loop-control
    bridge-group 10 spanning-disabled
    bridge-group 10 block-unknown-source
    no bridge-group 10 source-learning
    no bridge-group 10 unicast-flooding
    interface Dot11Radio0.20
    encapsulation dot1Q 20
    no ip route-cache
    bridge-group 20
    bridge-group 20 subscriber-loop-control
    bridge-group 20 spanning-disabled
    bridge-group 20 block-unknown-source
    no bridge-group 20 source-learning
    no bridge-group 20 unicast-flooding
    interface Vlan1
    ip address 10.7.12.219 255.255.255.0
    interface Vlan10
    no ip address
    ip virtual-reassembly
    ip tcp adjust-mss 1400
    bridge-group 10
    hold-queue 100 out
    interface Vlan20
    no ip address
    ip virtual-reassembly
    ip tcp adjust-mss 1400
    bridge-group 20
    hold-queue 100 out
    interface BVI10
    ip address 192.168.100.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly
    interface BVI20
    ip address 10.20.0.3 255.255.255.0
    ip nat inside
    ip virtual-reassembly
    ip forward-protocol nd
    ip route 0.0.0.0 0.0.0.0 10.7.12.254
    no ip http server
    no ip http secure-server
    control-plane
    bridge 10 protocol ieee
    bridge 10 route ip
    bridge 20 protocol ieee
    bridge 20 route ip
    line con 0
    no modem enable
    line aux 0
    line vty 0 4
    login
    scheduler max-task-time 5000
    end
    Router#

    Too funny... I get clients complain to me about issues and they have drivers that are from 2003 or 2004.
    Now all you have to do is make sure all other devices are on the same firmware. Makes troubleshooting sooooooo much easier.

  • Not encrypted dot1x packet syslog Alert - what is this?

    Hi, I have a Cisco 877w at home which I just use with my laptop for the internet. Thing is I keep geting this alert on my syslof server, what is it? The MAC address is my laptop which is wirelessly connected.
    May 9 19:48:20.265: *** Not encrypted dot1x packet from 0012.4d8f.170a has been discarded
    May 9 19:49:05.253: *** Not encrypted dot1x packet from 0012.4d8f.170a has been discarded
    May 9 19:49:50.252: *** Not encrypted dot1x packet from 0012.4d8f.170a has been discarded
    May 9 19:50:35.510: *** Not encrypted dot1x packet from 0012.4d8f.170a has been discarded
    May 9 19:51:20.214: *** Not encrypted dot1x packet from 0012.4d8f.170a has been discarded

    Here is the configuration guide which will help you :
    http://www.cisco.com/en/US/products/hw/routers/ps380/products_configuration_example09186a00808a8d80.shtml

  • Existing state of packages has been discarded...

    Hi all,
    I know this is a long shot and probably you need more details to help, but please take a look in case you've encountered something similar before... It is a pretty interesting problem.
    Ok, I have two packages, say, A and B. Package A is composed of utility functions, and package B makes use of those functions. These packages are compiled as part of the schema installation, where package A is always compiled first. I also have unit test scripts for each procedure in each package.
    Now, after schema installation, when I run the unit test for some procedures in package B, I get the following error:
    ORA-04068: existing state of packages has been discarded
    ORA-04065: not executed, altered or dropped stored procedure "my_schema.pkg_A"
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at "my_schema.pkg_B", line 18
    ORA-06512: at line 5
    Some interesting notes:
    - I can run the unit test of all pkg A procedures. I can also describe the package. Which seems to me that pkg A has been compiled successfully.
    - If I log into a sqlplus session, run the unit test for a pkg B procedure, which then fails with the above message. Then I run a unit test of a pkg A proceudre, which succeeds. Then I run the same pkg B unit test, it will work then. And all the other pkg B procedures will work from this point on.
    - But if I log out from sqlplus session, and log in again, and run the pkg B procedure unit test again, it will fail as before.
    - Certain procedures in pkg B have no problem running. They also call pkg A procedures. However, the pkg A procedures are always invoked in the where or order by clauses in these cases. The pkg B procedures that call pkg A procedure in a standalone statement will always fail.
    - The fact above made me suspect that function-based indexes (which were created using pkg A procedures) were used in cases where pkg B procedures work. And that in those cases pkg A hasn't really been invoked. However, when I monitor those indexes using v$object_usage, it shows they are not used. (I have a very small set of data.)
    - After schema installation, if I compile pkg B again, the problem will disappear.
    Does this ring a bell to anyone? Any help will be appreciated.
    Thanks,
    Gloria Chung

    Thanks for reading and responding.
    I'm compiling both header and body for both packages.
    I ran the following query after schema installation, which returned 0:
    select count(*) from user_objects where status='INVALID';
    The schema installation involved putting new copies of both package A and B.
    If I only recompile the package body after installation, it will still 'cure' the problem. I.e. if I run any of the affected pkg B unit test, it will run successfully.
    It is assumed there is no schema before 'schema installation'.
    Thanks,
    Gloria

  • Existing state of package has been discarded...

    If application is running and it uses cursors/prepared statements for procedures and functions in packages and
    new version of package is inserted into database, then an error message 'existing state of package has
    been discarded' is raised.
    However, there are packages where there is no 'existing state of package'. And for application purposes
    new version of this package should be used without this error message.
    Enhancement: There should be a pragma stating that package is 'stateless' and new version ot it is used if it
    exists without an error situation.
    This feature would be beneficial e.g. in 3-tier architecture where servers are running constantly.
    Or can this be accomplished with any other way (without parsing statement with every call ) ?

    When session references a package for the first time package is instantiated in session memory. If package is recompiled since, Oracle assumes it possibly changed and package instance in session memory is no longer valid. That's why any reference to that package made by such session will raise an error.
    Session 1:
    SQL> create or replace
      2  package pkg1
      3  is
      4  g_n number;
      5  procedure p1;
      6  end;
      7  /
    Package created.
    SQL> create or replace
      2  package body pkg1
      3  is
      4  procedure p1
      5  is
      6  begin
      7  for rc in (select * from emp) loop
      8  dbms_output.put_line(rc.empno);
      9  end loop;
    10  end;
    11  end;
    12  /
    Package body created.
    SQL> exec pkg1.p1;
    PL/SQL procedure successfully completed.
    SQL>This instantiated package PKG1 is session1. Then session 2:
    SQL> alter package pkg1 compile body;
    Package body altered.
    SQL> Back to session 1:
    SQL> exec pkg1.p1;
    BEGIN pkg1.p1; END;
    ERROR at line 1:
    ORA-04068: existing state of packages has been discarded
    ORA-04061: existing state of package body "SCOTT.PKG1" has been invalidated
    ORA-04065: not executed, altered or dropped package body "SCOTT.PKG1"
    ORA-06508: PL/SQL: could not find program unit being called: "SCOTT.PKG1"
    ORA-06512: at line 1
    SQL>SY.

  • ORA-04068: existing state of packages has been discarded

    I work on an order entry system that is up 24x7 running Oracle version 8.0.5. I want to compile a fix to a procedure contained in a package body. I only will be recompiling the package body. Since the package body has no dependent objects, I should not invalidate any stored procedures that call this procedure in my package. However, should I worry about causing an "ORA-04068: existing state of packages has been discarded" error? What causes this error and when does it occur?

    Please ensure that DBMS_ROWID is created in SYS schema and not in any ordinary user's schema. If it exists in any user's schema drop it from there.
    If the problem persists, drop the package from sys schema as well and run two script files in the following order:
    1) ORACLE_HOME\rdbms\admin\dbmsutil.sql
    2) ORACLE_HOME\rdbms\admin\prvtutil.plb

  • Acrobat XI does not open - licensed copy - has been working properly for several months

    acrobat XI does not open - licensed copy - has been working properly for several months. i never did have any problems before this. was acrobat 10 with acrobat XI upgrade in November 2013 so 6-7 months of trouble free use

    I too have the same problem working property until about January or February this year...get "bad parameter' message trying to open files and then when I did the upgrade this a.m. it will not open at all, just spins and then disappears.  I had this problem about a week ago and our IT man thought he had it resolved, even then kept getting 'bad parameter' and then this a.m. right back to not opening at all.  I have Windows 7 Professional v6.1 and am wondering if it's a compatibility issue?  Will I continue to have these issued until I install Windows 8?

  • Hi guys,whenever I try to upload music on to my iPad,it's telling me that the device is not responding,are it has been disconnected

    Hi guys,whenever I try to upload my music on to my iPad,it's telling me that the device is not responding,are it has been disconnected,can any one help me thanks

    10.5 is NOT software for your ipad.  It is the itunes software for your computer.

  • HT5035 I need to check the balance on a gift card. I do not know if it has been used.

    I need to check the balance on a gift card. I do not know if it has been used.

    I just had this issue. The only way to check is to go to iTunes, sign in, click redeem and enter the code. I had a card that my wife swore she used but thought I'd check it anyway. Good thing I did, $50 credit.

  • Am trying to verify my email contact address. In the confirmation email I received, the link to verify is not active. This has been going on for over 2 weeks now.

    I am trying to verify my email contact address with Apple. In the confirmation email I received, the link to verify is not active. This has been going on for over 2 weeks. They keep sending emails where I can't click on "VERIFY Now".

    In case anyone else has this problem, it turns out that my email provider's software was stripping the link out before it got to my mailbox.

  • TS4223 My movie I rented via my iphone will not finish processing it has been almost 24 hours and I can't watch it on any of my devices help

    My movie I rented via my iphone will not finish processing it has been almost 24 hours and I can't watch it on any of my devices help

    I get as far as what appears to be restoring my phone then when the software has downloaded, iTunes insists on my phone accepting it's access. I had carried out this action two weeks ago when I had the same issue on my phone and managed to restore it successfully, but it isn't happening now. I have updated iTunes to the latest version since the last time, and also my iPhone to the latest version.  I have had endless trouble with this phone so having gone through all the steps suggested in various forums it is clear that it is an issue with the phone, not helped by the recent iOS and iTunes updates with stricter security.

  • My apple I'd has been discarded for security reasons. The site asks me to give my email and they would send me the further instruction. But no Emil has arrived so far. Since January. And I did requested help multiple times. :( any ideas where can I solve

    My apple I'd has been discarded for security reasons. The site asks me to give my email and they would send me the further instruction. But no Emil has arrived so far. Since January. And I did requested help multiple times. :( any ideas where can I solve

    Who discarded the Apple ID? Apple? or You?
    Did you answer the Security Questions? Is the backup email accurate? Have you tried contacting them?

  • I have created an Apple ID which has been verified but when I go to download a free app it reverts to an ols (alternate apple ID and not the one that has been verified.  I do not know the password for the old Apple ID

    I have created an apple ID whiuch has been verified however when I go to download an app mit reverts to an old apple ID and asks for a different password which I do not have.  How can I edit or delete the old (alternate) password and ensure that it only refers to the current Apple ID when requesting confirmation.  Note the old Apple iD is a gmail account and I read somewhere that you can not edit or delete gmail or me.com apple IDs?  Is this the case?

    Did you create a brand new account or change an existing Apple ID?

  • How to download an app *not* from icloud that has been downloaded before with a different account?

    Greetings,
    If an app has been downloaded before even with an account other than the one I am signed in with, it shows the cloud icon and asks me for the password of the other account.
    How do I download it with the account I am currently logged in with?
    Thanks

    "I'm using the one on the computer, not the device."
    Well I said this is happening on an iPad. Reread what is happening from the beginning of the thread, and tell me if the instructions are correct for the iPad. Are you prompted for passwords from a different account that previously downloaded the app on the iPad?
    Again
    The app is Google Search.
    It is free.
    (I am always promoted for passwords for both free and paid apps.)
    The device is an iPad. That is why I posted this is the iPad discussion.
    I am logged in with my account, let's call it A. It shows account A next to Apple ID in the lower left of the Featured page.
    When I search for Google Search, and click the cloud download icon next next to the Google Search app, it prompts me for the password to a different account. Let's call it B.
    In the app store it shows a cloud download icon next to every app that has ever been downloaded on this iPad, regardless of whether it is account A, B, C, etc
    Have you tried logging in with a different account to test this?

  • User not receiving emails she has been copied in to

    Hello, we have a user in our office who receives her own emails in to her inbox but also has emails for another user delivered in to a folder within her Outlook so she can review (she is the secretary for this other user).
    The issue is that if she is copied in to any of the emails that the other user has been sent she will not receive her copy in to her inbox.
    She only discovers the email when she reviews the emails for the other user within the separate folder.
    How can we rectify this?
    Thank you.

    She has an Inbox Rule that moves the messages the other person gets into this subfolder.  You can fix this issue in one of the following ways:
    Modify that rule so it only runs if she is not on the message.  This will leave the messages she is a recipient of in her Inbox and will not place them in the subfolder
    Create a new rule that applies only to messages she receives.  Have this rule do nothing, and not to run any further rules.  Have this rule run before the troubled rule.  This will also leave the messages she is a recipient of in her Inbox.
    Create a rule that copies the current rule except that it also runs only if her name is on the message.  Have this leave a copy in the Inbox, but also put the messages in the subfolder, and have it run no further rules.  Have this rule run before
    the troubled rule.  This will leave a copy of the messages she is on the recipient lines for in the Inbox, but it will also put a copy in the sub-folder.

Maybe you are looking for

  • Problem with array

    I want my code to put the values in the Passenger class into an array, but I keep getting these three errors, "cannot find symbol" in reference to the symbol "contructor Passenger(int)" at the line of code            Passenger thePass = new Passenger

  • Is it possible to move songs from iTunes to garageband in garageband 2?

    just a simple question...i was just wondering if you can transfer (import) songs from your iTunes library lists to garageband. If anyone knows the anser, i would also like to know how to do it, or if you can tell me where i can find the tutorial. Tha

  • Calendar year colors

    I can't seem to find any rhyme or reason why some event boxes are yellow and others are orange. I went back and forth between "Month" and "Year" views, trying to figure it out, and based on the events, I just can't seem to figure out why some events

  • N95-1 V31.0.017 SMS Error

    After updating to the new firmware, i cannot read or view any messages which are and were previously stored on my memory card.  I've reinstalled the firmware twice & i've hard reset three times but i've not idea what to do next. I just can't access t

  • [svn] 3278: Fix min size for button skin to be 23, 23 and make default size 70,23

    Revision: 3278 Author: [email protected] Date: 2008-09-19 16:49:01 -0700 (Fri, 19 Sep 2008) Log Message: Fix min size for button skin to be 23, 23 and make default size 70,23 Modified Paths: flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/Butt