IP device tracking and idle timer problem

Hi,
We are deploying 802.1X in our network and have encountered problem with a type of payment terminal.
The problem is that the terminal do not 'speak' to the network after the first initial DHCP request, the terminal waits for incoming packets from a counter to start the payment process. After the idle-time the MAC is flushed from the switch and the port is not authorized any more.
To solve this we set 'authentication control-direction in' on the port and use 'ip device tracking' to keep the client on the network, ip device tracking sends an arp request every 30 seconds to clients.
Our ISE is sending Radius:Idle-Timeout = 300 and the timer start to count down when the client is authenticated.
In Wireshark, I can see that the ARP request is going out and the ARP reply coming back in but this does not update the inactivity timer for the client. So after 5 minutes the port is gone, and there is no way to get the port up again from the network. Traffic from the client brings up the network.
This looks like a bug to me, anyone seen this, or a similar behaviour?
Running:
ISE 1.2p6
IOS 12.2(55)SE6
From Trustsec 1.99 Wired 802.1X Deployment Guide:
Tip Enable IP Device Tracking with inactivity timers to keep quiet endpoints connected. When IP Device Tracking is enabled, the switch periodically sends ARP probes to endpoints in the IP Device Tracking table (which is initially populated by DHCP requests or ARP from the end point). As long as the endpoint is connected and responds to these probes, the inactivity timer is not triggered and the endpoint is not inadvertently removed from the network.
From CLI output
SW03#sh auth sessions int fa0/4
            Interface:  FastEthernet0/4
          MAC Address:  xxxx.xxxx.5289
           IP Address:  10.10.10.64
            User-Name:  XX-XX-XX-XX-52-89
               Status:  Authz Success
               Domain:  DATA
       Oper host mode:  multi-auth
     Oper control dir:  both
        Authorized By:  Authentication Server
           Vlan Group:  N/A
      Session timeout:  N/A
         Idle timeout:  300s (server), Remaining: 2s
    Common Session ID:  0A17BD07000000A925152A7B
      Acct Session ID:  0x00000458
               Handle:  0x090000A9
Runnable methods list:
       Method   State
       dot1x    Failed over
       mab      Authc Success
SW03#
SW03#
SW03#
SW03#sh auth sessions int fa0/4
            Interface:  FastEthernet0/4
          MAC Address:  Unknown
           IP Address:  Unknown
               Status:  Running
               Domain:  UNKNOWN
       Oper host mode:  multi-auth
     Oper control dir:  both
      Session timeout:  N/A
         Idle timeout:  N/A
    Common Session ID:  0A17BD07000000AA251A0019
      Acct Session ID:  0x00000462
               Handle:  0x800000AA
Runnable methods list:
       Method   State
       dot1x    Running
       mab      Not run

Here is the port config.
Just to clarify, everything is working except that the terminal is losing the authentication. The terminal works again if traffic is initiated from the terminals menu, like with ping.
interface FastEthernet0/4
 description Standard
 switchport access vlan xxx
 switchport mode access
 switchport block unicast
 switchport voice vlan xxx
 switchport port-security maximum 2
 switchport port-security
 switchport port-security aging time 5
 switchport port-security violation restrict
 priority-queue out
 authentication control-direction in
 authentication event fail action next-method
 authentication event server dead action reinitialize vlan xxx
 authentication event server dead action authorize voice
 authentication event server alive action reinitialize
 authentication host-mode multi-auth
 authentication order dot1x mab
 authentication priority dot1x mab
 authentication port-control auto
 authentication periodic
 authentication timer reauthenticate server
 authentication timer inactivity server
 authentication violation restrict
 mab
 no snmp trap link-status
 dot1x pae authenticator
 dot1x timeout tx-period 5
 storm-control broadcast level pps 100
 storm-control multicast level pps 100
 storm-control action trap
 spanning-tree portfast
 service-policy input users

Similar Messages

  • TRACK SYSTEM IDLE TIME

    Hii Guys,
    I am working on a client server architecture based project named "ATTENDANCE TRACKING SYSTEM".
    For this, I need a java program that can run in background(without any interface) and track system idle time on client machine.
    The idle time is the time elapsed since last key was pressed or since last time mouse was moved(whichever is later).
    So that, i can use the output of that program to track the idle time of the client machine.
    I searched a lot, but everywhere i found to use JNI. But i dont know anything yet about JNI.
    Please help me out...

    Prince_2188 wrote:
    Thanxx 4 ur reply Mr. Jschell
    But the problem here is that i will have to do it in JAVA, as i have been asked by Wipro Technologies to do it in JAVA.Probably not a good idea to name names.
    The requirement is stupid.
    And given that the requirement is not negotiable you might want to review the contract/requirements before going further. Because using JNI is not using java. So what makes you think that that doesn't break the contract?
    >
    On Internet, i found that doing this task purely in JAVA is not possible and i will have to do it using JNI and C++.
    But i dont know how to use JNI and moreover i could not find coding for the same on Internet.
    Secondly, i m not aware of the functions in Windows API that can help me out in this regard....
    Go to a windows site and ask about what API one would use to monitor idle time. Do NOT mention java. Just ask about the windows API.

  • How to track clients idle time and force to Login View

    How can I force clients to the Login View after a period of idle time ( 1 hour). My mobile application consist of many views and need  the time out to work from any view. Your assistance is appreciated.Using Flash Builder 4.5 and AS 3.0.
    I was able to make it work using FlexEvent.Idle to determine the inactivity. But it only works when I am on the second view, if I go deeper (third view) it fails. Here is the code I am using and the error I get
    protected function view1_creationCompleteHandler(event:FlexEvent):void
         this.systemManager.addEventListener(FlexEvent.IDLE, userIdle);
    private function userIdle(e:FlexEvent):void
       if(e.currentTarget.mx_internal::idleCounter == 200)
        //do something!
        navigator.popToFirstView();
    ERROR MESSAGE
    ++++++++++++++++++++++++
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at views::MainMenu/userIdle()[C:\Documents and Settings\spences\Adobe Flash Builder 4.5\EmployeeLogin\src\views\MainMenu.mxml:89]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.managers::SystemManager/idleTimer_timerHandler()[E:\dev\4.5.1\frameworks\projects\fram ework\src\mx\managers\SystemManager.as:3292]
    at flash.utils::Timer/_timerDispatch()
    at flash.utils::Timer/tick()
    Message was edited by: Stewart TVDSB

    Hi Nadeem,
    You can find the max session idle time in table APEX_040000.WWV_FLOWS, attribute MAX_SESSION_IDLE_SEC .
    brgds,
    Peter
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at

  • Version 15.2(1)E on 4900M globally enables ip device tracking and can't remove it

    We wanted to upgrade our 4900M devices to version 15.2(1)E due to some feature for ipv6.
    Cisco IOS Software, Catalyst 4500 L3 Switch Software (cat4500e-ENTSERVICESK9-M), Version 15.2(1)E, RELEASE SOFTWARE (fc3)
    After the upgrade we started to get error-reports from users that they got duplicate-ip error messages.
    The violating mac-address turned out to be from the upgraded  switch where the vlan passed through, but the switch itself does not  have an ip-address in that vlan. The devices reporting the error are also not connected to the switch.
    We were a bit puzzled about that but then we found that after the upgrade there is an extra line in the config
    "ip device tracking"
    which is something we do not use, but we can't seem to remove it.
    switchname(config)#no ip device tracking
    % IP device tracking is disabled at the interface level by removing the relevant configs
    however, there is no config defined on interface level, and even tried to disable it on interface level anyway, it makes no difference.
    All the interfaces are enabled for ip device tracking as well, and we are also not able to remove an interface.
    Searching the web we find that ip device tracking has been known to be responsable for duplicate-ip errors.
    I have now configured the "workaround"
    ip device tracking probe delay 10
    Don't know yet if it will make a difference but i don't want to finetune or configure a feature we don't use, i would like to disable something which shouldn't have been there in the first place.
    Any thoughts on how to disable the ip device tracking?

    Thanks John,
    after configuring "no macro auto monitor" all the physical interfaces are removed from being IPDT enabled.
    On the 4500-x switch in the lab that even meant all the interfaces and IPDT was disabled globally as well.
    On our production switch (4900M) i seemed to see some different behaviour.
    At first when i tried it, all the physical interfaces where "nmsp attachment suppress" was in place were removed from the IPDT. 
    After some investigation it turns out i also had placed globally "nmsp enable", since the suppress didn't seem to do anything.
    Having "nmsp enabled" is thus a feature that makes ipdt active on a port, but you can counter it by setting nmsp attachment suppress.
    In my case, since i originally didn't have nmsp enabled, i just disabled it again globally.
    The "macro auto monitor"  is apparently, as you point out, also a feature that will enable IPDT on a port.
    Turning it off disabled IPDT on all the physical interfaces.
    Which means i am close to a workaround but not quite, because it doesn't seem to work for the active port-channels.
    It's a bit weird for the port-channels at first sight.
    - configured port-channel, state not-connected -> not IPDT enabled
    - configured port-channel, state up -> IPDT enabled
    - if I shut down a port-channel , so state admin down -> the port-channel as well as the physical member-interfaces are made IPDT enabled. (which considering they are down shouldn't matter much, it is just odd)
    Any thoughts on IPDT with port-channels?

  • CUIC, Handled Calls and Handled Time problem

    Hello,
    Our costumer uses Outboud Predictive Dialer, UCCE. Everthing works fine but in CUIC reports we do not have almost any information about Handled calls and Handled Time (example in attach).
    Any hints are much appreciated!
    Dusan

    Hi,
    alright.
    One day you will outgrow CUIC anyway, so if I were you I would start thinking about creating a custom reporting solution (if you are a Microsoft shop, it's SRSS, if Java, then perhaps BIRT).
    G.

  • Stop tracks and countdown timer.

    I have asked before for a way to have the iPod and iTunes auto stop after a track then play and auto stop the next track after hitting a single button. This would make the iPod much more useful for use in theater and radio. AND I just discovered it would also make it more useful in education. For example, teachers could download spelling words with sentences and kids could self-test one word at a time. Setting up a play list with spelling words, with random playback with the ability to stop between tracks would be great for self spelling tests. There are numerous other examples such as in foreign languages and even verbal math problems. So, any help with this would be much appreciated.
    And does anyone know how add the count down timer to the older iPods (4G mini). This again is an essential education tool (eg timed tests).
    Thanks for any help suggestions. I did send feedback to Apple.

    Hi nareshkeswani,
    Welcome to the Nokia Support Discussions! 
    Don't worry. You can download the countdown timer and stopwatch apps from the Nokia Store. Just go to the Store app > search for these apps > tap the Download button. BTW, make sure that you have an active and stable internet connection while doing that. 

  • PE7 Timeline and Share time problem

    I compiled a video that on the timeline shows as 9 minutes 42 seconds, but when I try to Share the compiler tells me is 14 minutes long (too long for You Tube).  Why is there a difference between these two?  If I look at the timeline carefully I can see a "ghost" that runs longer than the video and is about the same as what the compiler is telling me will be the uploaded time, but I cannot find anything that causes the extension and PE will not let me do anything with it  -- is this related to my problem.
    Then, when I split the video into two parts, with one being 7 minutes and the other about 3, the compiler does not recognized that I have shortened the video -- still shows the same (too long) time that I saw in the first attempt.  Any ideas why this happens?
    Any/all help appreciated.

    After an editing session, before Export/Share, I always hit the "\" key (back slash) to zoom out the Timeline to fit the screen. This will show everything that is on the Timeline, including any "strays." These are fairly easy to get, due to what I think is a "quirk" in the way PE edits. It is not a Bug, but just a quirk. If you have Snap on, and move a Clip too "hard" against the preceeding Clip, say by one frame passed the Tail of that Clip, a frame (or two) will be lopped off and go to the end of the Timeline. This is not readily evident. Then, after editing and tightening up your Clips, these "strays" will be hung out at the end, and you will likely not see them, except by playing your Timeline completely, until it stops,  by hitting the "\" key or by hitting the End key and looking carefully.
    Good catch on Paul's part, and glad you got it sorted out,
    Hunt

  • Find My iPhone and incorrect time problem

    I just tried out the Find My iPhone feature on iCloud (Mac Mini) and played a sound on my iPhone just to see if it worked, which it did. My query is I immediately got an email from Apple to say a sound was played on my iPhone but the time was totally incorrect. I played the sound at 1830 hours but the email said it was played at 1030 hours (8 hours earlier).
    The time on my iPhone and Mac Mini are both correct. How do I make the Find My iPhone display the correct time?
    Thank you.

    That's about right,  8 hours from California time.  Check your preferences for this site
    And see what your timezone is set to:

  • How to Create an Epic Rap Battle of History in After Effects (Compositing, VFX, Green Screen, Audio), or Fix Audio, Speed, and Real Time Problems

    Hello. As a film project, I am creating an "Epic Rap Battle of History", a parody video of a popular series on YouTube. In my film/video, I would like to use compositing so that there will be two of one character in one shot. I have used Premiere Pro CC for the main character sequences, but when I imported this project in After Effects, there was no audio at all from the song, and the canvas displaying the composition was moving very slowly, at about 50% of the video's actual speed. Also, in the top right corner, it says, "Not Real Time", and displays something like 7.39/29.96. I have looked at different web pages, and nothing seems to work.
    I would appreciate it if someone could explain how to fix this all up for me, or especially if someone who has had experience creating an Epic Rap Battle could actually list a step-by-step process on how to create one.
    If this helps, I am a beginner to Adobe, and work on a iMac tower. Thank you for your feedback.

    Start here to learn After Effects: http://adobe.ly/AE_basics

  • Time Zone and WLS6SP1 and date time problem

    Hi,
    We are having our development WebLogic server on a Solaris 2.8 machine. The time
    zone of that machine is GMT+5
    How ever when we start weblogic in the telnet console, we see this
    LD_LIBRARY_PATH=.......
    <Jul 5, 2001 1:19:46 AM GMT-05:00> <Info> <Security> <Getting boot password from
    user.>
    Enter password to boot WebLogic server:
    It shows the time as GMT-5.
    All our application client machines are at GMT+5.30.So when we update from our
    application, the datetime fields go as one day lesser(we have our own serializable
    component which does the updating). If i enter Dec 10 2000 in our applet client
    and try updating, it goes as Dec 9 2000 into the database.
    We tried on a NT machine which had GMT+5.30 as the time zone and it showed GMT+5.30
    while starting weblogic. And the dates are updated properly.
    Does WLS on Solaris take the timezone,etc from some other place?
    Is there any workaround for this?
    Thanks in Advance,
    Ramkumar

    We had the same thing using ReflectionX to connect. Users connection with Telnet
    caused weblogic to log with the default timezone ( which included the effects of
    daylight savings time ), while those users who connected with Rexec caused weblogic
    to use GMT in its logging. This was with weblogic 6.0 sp2
    "Joe" <[email protected].spam.com> wrote:
    >
    How are you starting up your server? We had a similar situation at our
    site, and
    it was due to the fact that we were using exceed to log into our sun box.
    Exceed
    was grabbing the users timezone info off of his/her local windows box.
    is this what is happening for you?
    "Ramkumar" <[email protected]> wrote:
    Hi,
    We are having our development WebLogic server on a Solaris 2.8 machine.
    The time
    zone of that machine is GMT+5
    How ever when we start weblogic in the telnet console, we see this
    LD_LIBRARY_PATH=.......
    <Jul 5, 2001 1:19:46 AM GMT-05:00> <Info> <Security> <Getting boot password
    from
    user.>
    Enter password to boot WebLogic server:
    It shows the time as GMT-5.
    All our application client machines are at GMT+5.30.So when we update
    from our
    application, the datetime fields go as one day lesser(we have our own
    serializable
    component which does the updating). If i enter Dec 10 2000 in our applet
    client
    and try updating, it goes as Dec 9 2000 into the database.
    We tried on a NT machine which had GMT+5.30 as the time zone and it
    showed GMT+5.30
    while starting weblogic. And the dates are updated properly.
    Does WLS on Solaris take the timezone,etc from some other place?
    Is there any workaround for this?
    Thanks in Advance,
    Ramkumar

  • Message Tracking and Queue Viewer access is denied - Exchange 2010

    Hello,
    I am experiencing Message Tracking and Queue viewer problems on my exchange server.
    Message Tracking problem
    When i run message tracking via EMC or powershell, i receive the following error;
    Failed to connect to the Microsoft Exchange Transport Log Search server on computer "myserver.mydomain.com.br". Verify that a valid computer name was used and the Microsoft Exchange Transport Log Search service is started on the target computer. The
    error message is: "Access is denied".
    Exchange Transport Log Search service is confirmed running and have tried by restarting the service
    Logon user is a member of Domain Admins, Enterprise Admins and Exchange Organization Administrators
    Message Tracking Logs are generated properly
    Queue Viewer problem
    When i run Queue viewer, i receive the following error;
    The Queue Viewer operation on computer "myserver.mydomain.com.br" has failed with exception. The error message is: Access is denied. It was running command.............................................................
    My server information are as follow;
    4 Exchange Server 2010 sp3
    2 Mailbox Server and 2 Hub/CAS
    Mail-flow is working fine
    What should I grant permission for a group of users can have access to the Message Tracking ?
    Regards,

    Hi!
    The group rule was created as described below. The error persists!
     [PS] C:\Windows\system32>Get-RoleGroup "Exchange Access Message Tracking" | fl
    RunspaceId                  : 4229f35d-90f1-4c4e-822d-387979921052
    ManagedBy                   : {bancobmg.com.br/Users/Raphael Henrique Duarte Campos}
    RoleAssignments             : {Message Tracking-Exchange Access Message Tracking}
    Roles                       : {Message Tracking}
    DisplayName                 :
    ExternalDirectoryObjectId   :
    Members                     : {bancobmg.com.br/Users/Raphael Henrique Duarte Campos}
    SamAccountName              : Exchange Access Message Tracking
    Description                 :
    RoleGroupType               : Standard
    LinkedGroup                 :
    Capabilities                : {}
    LinkedPartnerGroupId        :
    LinkedPartnerOrganizationId :
    IsValid                     : True
    ExchangeVersion             : 0.10 (14.0.100.0)
    Name                        : Exchange Access Message Tracking
    DistinguishedName           : CN=Exchange Access Message Tracking,OU=Microsoft Exchange Security Groups,OU=Global,DC=ba
                                  ncobmg,DC=com,DC=br
    Identity                    : bancobmg.com.br/Global/Microsoft Exchange Security Groups/Exchange Access Message Trackin
                                  g
    Guid                        : 0957152d-2073-4f75-b40e-63f45eb20f67
    ObjectCategory              : bancobmg.com.br/Configuration/Schema/Group
    ObjectClass                 : {top, group}
    WhenChanged                 : 06/02/2014 16:25:26
    WhenCreated                 : 06/02/2014 16:25:26
    WhenChangedUTC              : 06/02/2014 18:25:26
    WhenCreatedUTC              : 06/02/2014 18:25:26
    OrganizationId              :
    OriginatingServer           : bmg190.bancobmg.com.br
    [PS] C:\Windows\system32>Get-ManagementRoleAssignment "Message Tracking-Exchange Access Message Tracking" | fl
    RunspaceId                   : 4229f35d-90f1-4c4e-822d-387979921052
    User                         : bancobmg.com.br/Global/Microsoft Exchange Security Groups/Exchange Access Message Tracki
                                   ng
    AssignmentMethod             : Direct
    Identity                     : Message Tracking-Exchange Access Message Tracking
    EffectiveUserName            : All Group Members
    AssignmentChain              :
    RoleAssigneeType             : RoleGroup
    RoleAssignee                 : bancobmg.com.br/Global/Microsoft Exchange Security Groups/Exchange Access Message Tracki
                                   ng
    Role                         : Message Tracking
    RoleAssignmentDelegationType : Regular
    CustomRecipientWriteScope    :
    CustomConfigWriteScope       :
    RecipientReadScope           : Organization
    ConfigReadScope              : OrganizationConfig
    RecipientWriteScope          : Organization
    ConfigWriteScope             : OrganizationConfig
    Enabled                      : True
    RoleAssigneeName             : Exchange Access Message Tracking
    IsValid                      : True
    ExchangeVersion              : 0.11 (14.0.550.0)
    Name                         : Message Tracking-Exchange Access Message Tracking
    DistinguishedName            : CN=Message Tracking-Exchange Access Message Tracking,CN=Role Assignments,CN=RBAC,CN=BANC
                                   O BMG SA,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=bancobmg,DC=com,DC=br
    Guid                         : c3768a00-3f36-4532-b586-a06842a85e24
    ObjectCategory               : bancobmg.com.br/Configuration/Schema/ms-Exch-Role-Assignment
    ObjectClass                  : {top, msExchRoleAssignment}
    WhenChanged                  : 06/02/2014 16:25:26
    WhenCreated                  : 06/02/2014 16:25:26
    WhenChangedUTC               : 06/02/2014 18:25:26
    WhenCreatedUTC               : 06/02/2014 18:25:26
    OrganizationId               :
    OriginatingServer            : bmg190.bancobmg.com.br
    How can I identify if there is any setting to be done?
    Thank you!

  • TS1398 I have the ipad retina display version - I have a BIG issue with this when out and about that on about 50% of the time will it see my HTC mobile WiFi hotspot - rebooting either, or both devices doesn't cure the problem it drives me MAD!!!!

    I have the ipad retina display version - I have a BIG issue with this when out and about, that only about 50% of the time will it see my HTC mobile WiFi hotspot - rebooting either, or both devices doesn't cure the problem it drives me MAD!!!!
    The HTC hotspot works fine with everything else I connect to it.
    Also - ipad will not connect to my HTC via bluetooth. Again, I can connect to everything else with my HTC other than my ipad.
    I have to say this is my first venture into Apple products and I have always wanted to get away from my windows based laptop to get a MacBook, the problems I have had (flash player etc) & continue to have (as above) are putting me right off swapping over. I HATE technology that doesn't work and my ipad has been hard work!

    I stated my ipad as being an ipad2, but I now think it is a 3??? It was new Jan this year and is the 64gb retina display version.
    I really would like to get to the bottom on this problem wit mobile hotspots as it is sitting on my desk next to me now and I cannot get it to connect to my HTC mobile hotspot!!!! It might be taking a flying lesson soon at this rate!!! Grrrrrrr...........

  • MacbookPro/Lion 10.7.5 - Kernel panic after idle time - Can log file help in narrowing the problem

    MacbookPro Lion 10.7.5 - My macbook pro panics when i hit any key after an idle time.
    I have disabled Sleep, I am usually connected to an external monitor and external keyboard.
    I have already tried (Cmd+Option+R+P) and re-installing OS in safe mode with Apple Support, but, the problem persists.
    Panic (system crashes) log:
      Source:    /Library/Logs/DiagnosticReports/Kernel_2013-04-27-093207_KAPILs-MacBook-Pro.pan ic
      Size:    9 KB (9,275 bytes)
      Last Modified:    29/04/13 12:59 PM
      Recent Contents:    Interval Since Last Panic Report:  9720 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    CC17CCFF-11B4-4C5E-9AAF-5B6E2451277B
    Sat Apr 27 09:32:07 2013
    panic(cpu 0 caller 0xffffff80002c4794): Kernel trap at 0xffffff7f817355fb, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0xffffff806a540628, CR3: 0x0000000000100000, CR4: 0x00000000001606e0
    RAX: 0xffffff7f81792320, RBX: 0x0000000000000000, RCX: 0x0000000000000000, RDX: 0x0000000000000008
    RSP: 0xffffff807ed4bc80, RBP: 0xffffff807ed4bcb0, RSI: 0xffffff800bf09000, RDI: 0xffffff806a64f000
    R8:  0x0000000000000000, R9:  0xffffff800bc95a80, R10: 0x8000000000100000, R11: 0xffffff80002dad00
    R12: 0xffffff806a64f1c8, R13: 0xffffff806a53e000, R14: 0xffffff800bf09000, R15: 0xffffff806a64f000
    RFL: 0x0000000000010286, RIP: 0xffffff7f817355fb, CS:  0x0000000000000008, SS:  0x0000000000000010
    CR2: 0xffffff806a540628, Error code: 0x0000000000000000, Faulting CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff807ed4b930 : 0xffffff8000220792
    0xffffff807ed4b9b0 : 0xffffff80002c4794
    0xffffff807ed4bb60 : 0xffffff80002da55d
    0xffffff807ed4bb80 : 0xffffff7f817355fb
    0xffffff807ed4bcb0 : 0xffffff7f81734de7
    0xffffff807ed4bce0 : 0xffffff7f817351bd
    0xffffff807ed4bd10 : 0xffffff7f80cea832
    0xffffff807ed4bd50 : 0xffffff7f817bd383
    0xffffff807ed4bda0 : 0xffffff7f817bf692
    0xffffff807ed4bde0 : 0xffffff7f817bf7c4
    0xffffff807ed4be20 : 0xffffff7f80cee4c5
    0xffffff807ed4be60 : 0xffffff7f80cee628
    0xffffff807ed4be90 : 0xffffff7f80cf1fd7
    0xffffff807ed4bef0 : 0xffffff800063d4d6
    0xffffff807ed4bf30 : 0xffffff800063c250
    0xffffff807ed4bf70 : 0xffffff800063c0f4
    0xffffff807ed4bfb0 : 0xffffff8000820057
          Kernel Extensions in backtrace:
             com.apple.iokit.IOGraphicsFamily(2.3.4)[D0A1F6BD-E66E-3DD8-9913-A3AB8746F422]@0 xffffff7f80cdf000->0xffffff7f80d17fff
                dependency: com.apple.iokit.IOPCIFamily(2.7)[5C23D598-58B2-3204-BC03-BC3C0F00BD32]@0xffffff 7f80889000
             com.apple.driver.AppleIntelFramebufferCapri(7.3.2)[5D02E509-F60D-3312-9C3C-AF47 D6622C85]@0xffffff7f817b2000->0xffffff7f8180ffff
                dependency: com.apple.iokit.IOACPIFamily(1.4)[19BAB11C-CE5E-3068-AD10-132019C59D6C]@0xfffff f7f807d4000
                dependency: com.apple.iokit.IOPCIFamily(2.7)[5C23D598-58B2-3204-BC03-BC3C0F00BD32]@0xffffff 7f80889000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[D0A1F6BD-E66E-3DD8-9913-A3AB8746F422]@0 xffffff7f80cdf000
             com.apple.driver.AppleIntelHD4000Graphics(7.3.2)[AD64F3E5-2838-3046-A9EA-1CB6C9 769436]@0xffffff7f81732000->0xffffff7f81798fff
                dependency: com.apple.iokit.IOPCIFamily(2.7)[5C23D598-58B2-3204-BC03-BC3C0F00BD32]@0xffffff 7f80889000
                dependency: com.apple.iokit.IONDRVSupport(2.3.4)[7C8672C4-8B0D-3CCF-A79A-23C62E90F895]@0xff ffff7f80d18000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[D0A1F6BD-E66E-3DD8-9913-A3AB8746F422]@0 xffffff7f80cdf000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    11G63
    Kernel version:
    Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64
    Kernel UUID: FF3BB088-60A4-349C-92EA-CA649C698CE5
    System model name: MacBookPro9,2 (Mac-6F01561E16C75D06)
    System uptime in nanoseconds: 15787869938998
    last loaded kext at 79222085916: com.apple.filesystems.smbfs    1.7.2 (addr 0xffffff7f807f7000, size 241664)
    last unloaded kext at 253257372652: com.apple.driver.AppleWWANSupport    2.5.4 (addr 0xffffff7f80c1a000, size 12288)
    loaded kexts:
    com.Symantec.kext.SAVAPComm    12.1
    com.apple.filesystems.smbfs    1.7.2
    com.apple.driver.AppleMikeyHIDDriver    122
    com.apple.driver.AGPM    100.12.75
    com.apple.driver.X86PlatformShim    5.0.0d8
    com.apple.driver.AppleHDA    2.2.5a5
    com.apple.driver.AppleUpstreamUserClient    3.5.9
    com.apple.driver.AppleMikeyDriver    2.2.5a5
    com.apple.driver.AudioAUUC    1.59
    com.apple.driver.AppleIntelHD4000Graphics    7.3.2
    com.apple.driver.SMCMotionSensor    3.0.2d6
    com.apple.driver.AppleSMCPDRC    5.0.0d8
    com.apple.iokit.IOUserEthernet    1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager    4.0.8f17
    com.apple.driver.AppleSMCLMU    2.0.1d2
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.AudioIPCDriver    1.2.3
    com.apple.driver.ApplePolicyControl    3.1.33
    com.apple.driver.AppleLPC    1.6.0
    com.apple.driver.AppleBacklight    170.2.2
    com.apple.driver.AppleMCCSControl    1.0.33
    com.apple.driver.AppleIntelFramebufferCapri    7.3.2
    com.apple.filesystems.autofs    3.0
    com.apple.driver.AppleUSBTCButtons    227.6
    com.apple.driver.BroadcomUSBBluetoothHCIController    4.0.8f17
    com.apple.driver.AppleUSBTCKeyboard    227.6
    com.apple.driver.AppleIRController    312
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.BootCache    33
    com.apple.iokit.SCSITaskUserClient    3.2.1
    com.apple.driver.XsanFilter    404
    com.apple.iokit.IOAHCISerialATAPI    2.0.3
    com.apple.iokit.IOAHCIBlockStorage    2.1.0
    com.apple.driver.AppleSDXC    1.2.2
    com.apple.iokit.AppleBCM5701Ethernet    3.2.4b8
    com.apple.driver.AppleUSBHub    5.1.0
    com.apple.driver.AppleFWOHCI    4.9.0
    com.apple.driver.AirPort.Brcm4331    561.7.22
    com.apple.driver.AppleEFINVRAM    1.6.1
    com.apple.driver.AppleSmartBatteryManager    161.0.0
    com.apple.driver.AppleAHCIPort    2.3.1
    com.apple.driver.AppleUSBEHCI    5.1.0
    com.apple.driver.AppleRTC    1.5
    com.apple.driver.AppleUSBXHCI    1.1.0
    com.apple.driver.AppleACPIButtons    1.5
    com.apple.driver.AppleHPET    1.7
    com.apple.driver.AppleSMBIOS    1.9
    com.apple.driver.AppleACPIEC    1.5
    com.apple.driver.AppleAPIC    1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient    195.0.0
    com.apple.nke.applicationfirewall    3.2.30
    com.apple.security.quarantine    1.4
    com.apple.security.TMSafetyNet    8
    com.apple.driver.AppleIntelCPUPowerManagement    195.0.0
    com.apple.driver.DspFuncLib    2.2.5a5
    com.apple.iokit.IOSurface    80.0.2
    com.apple.iokit.IOSerialFamily    10.0.5
    com.apple.iokit.IOFireWireIP    2.2.5
    com.apple.driver.AppleHDAController    2.2.5a5
    com.apple.iokit.IOHDAFamily    2.2.5a5
    com.apple.iokit.IOAudioFamily    1.8.6fc18
    com.apple.kext.OSvKernDSPLib    1.3
    com.apple.driver.AppleSMBusPCI    1.0.10d0
    com.apple.driver.X86PlatformPlugin    5.1.1d6
    com.apple.driver.AppleSMC    3.1.3d10
    com.apple.driver.IOPlatformPluginFamily    5.1.1d6
    com.apple.driver.AppleGraphicsControl    3.1.33
    com.apple.driver.AppleBacklightExpert    1.0.4
    com.apple.iokit.IONDRVSupport    2.3.4
    com.apple.driver.AppleSMBusController    1.0.10d0
    com.apple.iokit.IOGraphicsFamily    2.3.4
    com.apple.kext.triggers    1.0
    com.apple.driver.AppleUSBBluetoothHCIController    4.0.8f17
    com.apple.iokit.IOBluetoothFamily    4.0.8f17
    com.apple.driver.AppleUSBMultitouch    230.5
    com.apple.driver.AppleThunderboltDPInAdapter    1.8.5
    com.apple.driver.AppleThunderboltDPAdapterFamily    1.8.5
    com.apple.driver.AppleThunderboltPCIDownAdapter    1.2.5
    com.apple.iokit.IOUSBHIDDriver    5.0.0
    com.apple.driver.AppleUSBMergeNub    5.1.0
    com.apple.driver.AppleUSBComposite    5.0.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    3.2.1
    com.apple.iokit.IOBDStorageFamily    1.7
    com.apple.iokit.IODVDStorageFamily    1.7.1
    com.apple.iokit.IOCDStorageFamily    1.7.1
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.2.1
    com.apple.driver.AppleThunderboltNHI    1.6.0
    com.apple.iokit.IOThunderboltFamily    2.0.3
    com.apple.iokit.IOEthernetAVBController    1.0.1b1
    com.apple.iokit.IOUSBUserClient    5.0.0
    com.apple.iokit.IOFireWireFamily    4.4.8
    com.apple.iokit.IO80211Family    420.3
    com.apple.iokit.IONetworkingFamily    2.1
    com.apple.iokit.IOAHCIFamily    2.0.8
    com.apple.iokit.IOUSBFamily    5.1.0
    com.apple.driver.AppleEFIRuntime    1.6.1
    com.apple.iokit.IOHIDFamily    1.7.1
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.sandbox    177.8
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.driver.DiskImages    331.7
    com.apple.iokit.IOStorageFamily    1.7.2
    com.apple.driver.AppleKeyStore    28.18
    com.apple.driver.AppleACPIPlatform    1.5
    com.apple.iokit.IOPCIFamily    2.7
    com.apple.iokit.IOACPIFamily    1.4
    System Profile:
    Model: MacBookPro9,2, BootROM MBP91.00D3.B08, 2 processors, Intel Core i5, 2.5 GHz, 4 GB, SMC 2.2f38
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 384 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333235533643465238432D50422020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333235533643465238432D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.198.19.22)
    Bluetooth: Version 4.0.8f17, 2 service, 11 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: TOSHIBA MK5065GSXF, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1a100000 / 2
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0x1a110000 / 3
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1d100000 / 2
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0x1d180000 / 3
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x1d182000 / 6
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0x1d183000 / 5
    USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1d181000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821d, 0x1d181300 / 8
    USB Device: composite_device, 0x413c  (Dell Inc.), 0x3010, 0x14100000 / 6
    USB Device: Dell USB Keyboard, 0x413c  (Dell Inc.), 0x2003, 0x14200000 / 5

    Since Norton modifies OS X your Mac is unable to function as designed.
    Kernel panics are caused by defective hardware or software. Norton is in the latter category.

  • My MBA keep downloading and uploading at idle time

    I will go crazy over this one! The problem started almost 10 days ago .
    My Mac Book air keeps downloading and uploading KBs ranging from 2 KBsto 30 KBs Ups and Downs (see the attachment please ).
    I'm living currently in Amman/Jordan and using Orange 3G+ USB dongle and InternetEverywhere software to connect (check the screen shot).
    I also installed Protemac and there was no app I tracked which was the reasonbehind the constant download/upload during idle time .
    I did everything; formatted and clean installed Os X , installed antivirus(nothing found ),checked the USB dongle with Windows 7 operating system and tomy surprise everything is fine .
    I tried to reinstall the driver many times from http://www.orange.jo/en/software.php and again nothing has changed the same behavior again !
    I called Orange tech support and they said if there is no  problem with Windows 7 there is nothing that we can do .
    What I have noticed is that when I connect to internet the Orange software only downoald 11 KBs and then stopped ,the preoblem start when I open a page on firefox or Safari and then after seconds the activity monitor start to regestier upload and downalod activity (both ways) ranging from 3 KBs ups and 3 KBs downn to 25 KBs Ups and 25 KBs down , this is just like a loop activity .
    Should I leave this problem to eat all my bandwidth threshold ,is their something wrong with my MBA ( I hope not )
    Please help me with this .

    Thanks Tuttle,
    Any way I tried today Virus Barrier 6 and it here are some screen shot,it seems that my mac is keep sending or receiving packets from this ip 10.139.142.71  or 212.202.105.83
    Thanks Tuttle ,
    Here are another screen shots :
    I tried to block those ips but nothing happened .

  • WRT300N V1.1 - Firmw v1.51.2 - Problems to get wireless connection after long idle time

    Hello,
    I have a WRT300N, v1.1 with latest firmware available (v1.51.2).
    I've been experiencing a strange problem:
    1. After long idle time (router is on, no devices are using it wirelessly), no device can get a wireless connection;
    2. I have tried using different OSes (Windows XP SP2, Windows Vista, and Symbian OS);
    3. Wireline connection to a FE port works (if I plug a device using the cable, I can get an IP address and navigate to the internet).
    4. If power reset it (WRT300N), I can get wireless connections working again.
    Is this a known issue?
    Thanks, Gustavo

    Well as you are able to go online from your Hardwired Computer, then i think you need to make some changes on the Wireless Part of your Router. Follow this settings on your Router, i think this might solve the problem.
    Open an Internet Explorer browser page on your wired computer(desktop).In the address bar type - 192.168.1.1 and press Enter...Leave Username blank & in Password use admin in lower case...
    For Wireless Settings, please do the following : -
    Click on the Wireless tab
    - Here select manual configuration...Wireless Network mode should be mixed...
    - Provide a unique name in the Wireless Network Name (SSID) box in order to differentiate your network from your neighbours network...
    - Set the Radio Band to Wide-40MHz and change the Wide channel to 9 and Standard Channel to 11-2.462GHz...Wireless SSID broadcast should be Enabled and then click on save settings...
    Please make a note of Wireless Network Name (SSID) as this is the Network Identifier...
    For Wireless Security : -
    Click on the Sub tab under Wireless > Wireless Security...
    Change the Wireless security mode to WPA, For Encryption, select AES...For Passphrase input your desired WPA Key. For example , MySecretKey , This will serve as your network key whenever you connect to your wireless network. Do NOT give this key to anyone.
    NOTE : Passphrase should be more that 8 characters...
    Click on Advanced Wireless Settings
    Change the Beacon Interval to 50 >>Change the Fragmentation Threshold to 2304 Change the RTS Threshold to 2307 >>Click on "Save Settings"...
    Now see if you can locate your Wireless Network and attempt to connect...

Maybe you are looking for

  • My ipod touch 4th gen won't charge when plugged into my laptop, and is not showing up in itunes or my computer menu.

    i recently tried updating to ios 6, which actually left my ipod in a recovery loop. i got it to work again by getting to to the restore from backup part using my mom's computer. however, now that i want to update my music on it, everytime i plug it i

  • Permissions problem with a disk

    My iMac's HD has 2 partitions, Macintosh HD and another one called Backups HD. If I copy files to the root of Backups HD it's fine, but if I try to add any files to any of the folders on the disk it asks me to authenticate and I have to enter my user

  • Object configuration

    Hi, I have a class whose objects use a big data-structure and have different states. The state definitions and the data-structure contents should reside in memory as long as the program is running, becasue of performance issues. Currently I'm using a

  • Catching an error on a single line

    Is there a way to catch an error on a single line in a VBS script? From what I understand the "On Error Resume Next" will apply to all lines in a procedure. George

  • Down payment posting for customer (f-29)

    I have post the entries for  customer down payment there was a pop up. ( G/L account define for a/c type D spl G/L indicator.A reconcilation account 3002).Why its came? and what is the solution to post the entries?