IP SLA Default Route state down to much

Hello,
I am attempting to use IP SLA trackers to dynamically set the default route going out over a DSL connection.  if the sla trackers are down the default route learned from the WAN will take over, but normally we want to send internet/default route bound traffic out over the DSL connection.  
ip route 208.67.220.220 255.255.255.255 1.2.3.4
ip route 208.67.222.222 255.255.255.255 1.2.3.4
ip route 0.0.0.0 0.0.0.0 1.2.3.4 track 3
track 1 ip sla 1
 delay down 60 up 60
track 2 ip sla 2
 delay down 60 up 60
track 3 list boolean or
 object 1
 object 2
ip sla 1
 icmp-echo 208.67.222.222 source-ip 1.2.3.5
 threshold 1000
 frequency 10
ip sla schedule 1 life forever start-time now
ip sla 2
 icmp-echo 208.67.220.220 source-ip 1.2.3.5
 threshold 1000
 frequency 10
ip sla schedule 2 life forever start-time now
the issue we are having is if the SLA threshold is breached, it immediately sends the trackers into a delay down state.  the tracker delays down for 60 seconds, then very quickly comes back up.  What we want to accomplish is only if the sla tracker has breached the threshold or is down for 60 seconds, then put the tracker into a down state.
Thanks.

The configuration seems to be correct: IP SLA change as soon as the icmp fail but the tracker delay should ensure the it changes its state after 60seconds of icmp failure. Do you experience a different behaviour ?
What I'm worried about is that, after the default router through the WAN is in routing table,  the ip sla ping will be successful and therefore the static route 
ip route 0.0.0.0 0.0.0.0 71.32.39.46 track 3
will be used but, at that point, which is the path to 71.32.39.46 ? 
Another thing is that, in case of DSL link failure, this configuration will not automatically revert to WAN link because 71.32.39.46 will be still up and running, isn't it ?
Let me know,
enrico

Similar Messages

  • NATing the default route address

    We're NATing the destination addresses, using the ip NAT outside source static command and sending the NATed packets to a specific address through the defaut route (192.168.3.2). Does anybody happen to know if we can use the native address of the default route (192.168.3.2) in the default route statement (ip 0.0.0.0 0.0.0.0 192.168.3.2) and it will get statically NATed or use the already NATed default route address?
    I believe the NAT command will only work on the destination addresses that are in the packets and since the default route address will not be a destination address in a packet, it will not work on it, but am not sure.
    Thanks.

    Hello,
    to be sure I understand the question:
    You are translating let´s say the outside address 192.168.1.1/24 to 172.16.16.1/24
    ip nat outside source static 192.168.1.1 172.16.16.1
    In order for this to work, you would need a static route sending traffic for 172.16.16.0/24 to the next hop of the router where 192.168.1.1/24 originates (let´s say the router has IP address 10.10.10.1):
    ip route 172.16.16.0 255.255.255.0 10.10.10.1
    Now what is your next step, what do you want to accomplish ?
    Regards,
    GP

  • Can you help? Two dialer interfaces with IP SLA for default route failover - issues

    I have an issue with a Cisco 2821, it has an ADSL2+ HWIC  whose ATM interfaces is linked to dialer 1 and a Gi0/1 interface with a pppoe client which is linked to dialer 2.  Both dialer interfaces are up with their respective IP addresses.  If the ADSL on dialer 1 fails i want the IP SLA to kick and and replace the default route for dialer 1 with one for dialer 2.
    This config works if you manually shut down the dialer 1 interface, it injects the default route for dialer 2 and then when you unshut the interface, the default route for dialer 1 comes back.  The problem i have is if you take out the cable for the ATM interface and take it down, it does not take the route out the routing table and the default route for dialer2,  which works if you just shut down dialer 1 does not appear.
    whats the difference between shutting down dialer1 and it fails over the default route and taking the cable out then it does not?
    Here is my config, i'm sure its something simple i'm doing wrong, can anyone help???
    version 12.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname Router
    boot-start-marker
    boot-end-marker
    logging message-counter syslog
    enable secret 5 $1$qOOJ$HV5AH6US/YZMuCGPYp3pP.
    no aaa new-model
    dot11 syslog
    ip source-route
    ip cef
    ip dhcp excluded-address 192.168.0.1
    ip dhcp pool pool1
       network 192.168.0.0 255.255.255.0
       default-router 192.168.0.1
       dns-server 188.92.232.50 188.92.232.100
    no ip domain lookup
    no ipv6 cef
    multilink bundle-name authenticated
    voice-card 0
     no dspfarm
    archive
     log config
      hidekeys
    track 1 ip sla 1 reachability
    interface GigabitEthernet0/0
     description Gi0/30 Local LAN
     ip address 192.168.0.1 255.255.255.0
     ip verify unicast reverse-path
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     ip flow ingress
     ip nat inside
     ip virtual-reassembly
     no ip mroute-cache
     duplex auto
     speed auto
     snmp trap ip verify drop-rate
     no mop enabled
    interface GigabitEthernet0/1
     no ip address
     duplex auto
     speed auto
     pppoe enable group global
     pppoe-client dial-pool-number 2
    interface ATM0/2/0
     description ATM0_DSL
     no ip address
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     ip flow ingress
     logging event atm pvc state
     logging event subif-link-status
     no atm ilmi-keepalive
     dsl operating-mode auto
     dsl enable-training-log
     pvc 0/38
      encapsulation aal5mux ppp dialer
      dialer pool-member 1
    interface Dialer1
     ip address negotiated
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     ip mtu 1492
     ip nat outside
     ip virtual-reassembly
     encapsulation ppp
     dialer pool 1
     keepalive 1 3
     no cdp enable
     ppp lcp predictive
     ppp authentication pap chap callin
     ppp chap hostname ********@ccsleeds.net
     ppp chap password 0 ********
     ppp pap sent-username *******@ccsleeds.net password 0 ********
    interface Dialer2
     ip address negotiated
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     ip mtu 1492
     encapsulation ppp
     dialer pool 2
     keepalive 1 3
     no cdp enable
     ppp lcp predictive
     ppp authentication pap chap callin
     ppp chap hostname **********@adsllogin.co.uk
     ppp chap password 0 *********
     ppp pap sent-username *********@adsllogin.co.uk password 0 ***********
    ip forward-protocol nd
    ip route 0.0.0.0 0.0.0.0 Dialer1 track 1
    ip route 0.0.0.0 0.0.0.0 Dialer1
    ip route 0.0.0.0 0.0.0.0 Dialer2 10
    no ip http server
    no ip http secure-server
    ip nat inside source list 1 interface Dialer1 overload
    ip sla 1
    icmp-echo 8.8.8.8 source-interface di1
    timeout 1000
    threshold 100
    frequency 3
    ip sla schedule 1 life forever start-time now
    access-list 1 permit 192.168.0.0 0.0.0.255
    control-plane
    gatekeeper
     shutdown
    line con 0
    line aux 0
    line vty 0 4
     password test
     login
    scheduler allocate 20000 1000
    end

    Sure that EEM can shut/unshut interface...you have "event track" in EEM for monitoring track events...for example:
    event manager applet test
    event track 1 state down
    action 1.0 command "enable"
    action 1.1 command "conf t"
    action 1.2 command "interfac dialer 1"
    action 1.3 command "shut"
    action 1.4 syslog "Dialer 1 down!!!"
    action 1.5 end
    This would be an example from head :)
    You would need another EEM similar to this one for unshutting interface with "event track 1 state up" for bringing interface up again.
    Again as I said you would need to test this before putting in production and you would maybe need to tweak this a little bit acording to your needs...
    BR,
    Dragan

  • When using the up/down buttons in the Inspector, how do I get them to move by .01, instead of default, which is always too much.

    When using the up/down buttons in the Inspector, how do I get them to move by .01, instead of default, which is always too much.

    Feature unavailable.
    Most of the time it's more efficient to type directly the wanted value.
    Yvan KOENIG (VALLAURIS, France) mercredi 1 février 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My Box account  is : http://www.box.com/s/00qnssoyeq2xvc22ra4k

  • Can I use two default route in a router

    Hi
    I have a router which have two isp line.
    I want connected two differnt remote site by two isp line.
    now i have one default and another static.
    i can use two default route like this ?
    0.0.0.0 0.0.0.0 201.222.103.x 0
    0.0.0.0 0.0.0.0 201.221.102.y 1
    Thanks
    [email protected]

    hi
    I feel you wanted to know if you have 2 default routes already in place and about the impact if you put network specific routes.
    In this case you can have both the default routes in place in addition to the network specific static routes as i mentioned in my first mail.
    Since the most specific route will be used the traffic destined to your remote networks will flow accordingly as per your ip route statements.
    If your first link goes down the default route pointing the ISP-1 and the network sepcific route pointing the ISP-1 will go off and by default all the traffic will flow via the second interface which is connected to ISP-2 the behaviour is viceversa if your link to ISP-2 goes down.
    By this you will be atleast having some kinda reachability in case of any issues with the corresponding ISPs which is being used to reach the remote network than getting totally disconnected from the remote sites.
    regds

  • Generating an OSPF default-route within Area0

    Guys,
    Are there any rules relating to generating a 0.0.0.0 0.0.0.0 within a backbone area.
    As then a BB router would become an ASBR?
    Also, is it possible to use a redist static to acheive the same result. On testing I cant seem to acheive that.
    Many thx indeed,
    Ken
    router ospf 10
    log-adjacency-changes
    network 10.0.0.0 0.255.255.255 area 0
    default-information originate
    ip classless
    ip route 0.0.0.0 0.0.0.0 10.192.67.2
    S2Rtr1#sh ip int brief
    Interface IP-Address OK? Method Status Protocol
    FastEthernet0/0 10.192.66.1 YES NVRAM up up
    Serial0/0 unassigned YES NVRAM administratively down down
    BRI0/0 unassigned YES NVRAM administratively down down
    BRI0/0:1 unassigned YES unset administratively down down
    BRI0/0:2 unassigned YES unset administratively down down
    FastEthernet0/1 10.192.67.1 YES NVRAM up up
    Serial0/1 unassigned YES NVRAM administratively down down
    Hssi1/0 10.192.1.2 YES NVRAM up up
    S2Rtr1#

    I can't think of a good reason why a core router couldn't be an ASBR and inject the default route in the ospf domain. I have seen many customer doing it.
    The only way to inject the default route in ospf is to use the "default-information originate" statement. The redistribute static won't do it.
    Hope this helps,

  • Losing IPv6 default route iOS 8.1

    Hi,
    I have a problem with my iPhone 5C losing the IPv6 default route intermittently during the day since the upgrade to iOS 8.x.x.
    Today I got a very close timestamp to when the default route was lost:
    Oct 28 20:16:37 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 470 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    I was visiting http://ipv6-test.com/ and all tests verified OK, a few seconds later I followed the link to their speedtest: http://ipv6-test.com/speedtest/
    "Safari cannot open the page because it could not connect to the server"
    As of writing this post one hour later iOS has not repaired the condition:
    Oct 28 21:16:54 iPhone com.apple.WebKit.Networking[585] <Error>: tcp_connection_destination_prepare_complete 23 connectx to 2001:4810::110.80@0 failed: No route to host
    This iPhone 5C still has this problem when restored to the default factory settings under iOS 8.1 via iTunes.
    Only the default route is lost, not the link, prefix or the routed IPv6 address.
    All other devices (yes, other iOS 8.1 devices) on my network do not have any problem with losing the default route.
    Any thoughts on these logs?
    Oct 28 20:07:25 iPhone Facebook[233] <Warning>: Attempting to badge the application icon but haven't received permission from the user to badge the application
    Oct 28 20:07:30 iPhone kernel[0] <Notice>: 044272.639031 wlan0.A[25993] AppleBCMWLANCore::dumpWmeCounters():  per AC tx counters: 108269 36868 426526 6067, rx counters: 1341536 2833 605 139
    Oct 28 20:07:30 iPhone kernel[0] <Notice>: 044272.639083 wlan0.A[25994] AppleBCMWLANCore::dumpWmeCounters():                AWDL: Tx 2976 0 0 0      Rx: 404 0 0 0
    Oct 28 20:07:33 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:07:45 iPhone kernel[0] <Notice>: 044287.752605 wlan0.A[25995] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:07:46 iPhone wifid[68] <Notice>: WiFi:[436216066.709599]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = FALSE
    Oct 28 20:07:46 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:07:46 iPhone wifid[68] <Notice>: WiFi:[436216066.837892]: WiFi unquiescing requested by "locationd"
    Oct 28 20:07:49 iPhone wifid[68] <Notice>: WiFi:[436216069.538831]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = TRUE
    Oct 28 20:07:49 iPhone wifid[68] <Notice>: WiFi:[436216069.695750]: WiFi unquiescing requested by "locationd"
    Oct 28 20:07:53 iPhone wifid[68] <Notice>: WiFi:[436216073.586379]: WiFiLocaleManagerCheckLocale: location service or wifi is off, set locale to default
    Oct 28 20:07:53 iPhone wifid[68] <Notice>: WiFi:[436216073.587098]: new locale:  , locale:
    Oct 28 20:07:56 iPhone wifid[68] <Notice>: WiFi:[436216076.615753]: Client itunesstored set type to background application
    Oct 28 20:07:56 iPhone wifid[68] <Notice>: WiFi:[436216076.616118]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:07:56 iPhone wifid[68] <Notice>: WiFi:[436216076.617374]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd itunesstored networkd
    Oct 28 20:07:56 iPhone wifid[68] <Notice>: WiFi:[436216076.618341]: Already connected to MY_SSID.
    Oct 28 20:08:00 iPhone kernel[0] <Notice>: 044302.830443 wlan0.A[25996] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:08:04 iPhone wifid[68] <Notice>: WiFi:[436216084.762983]: Client itunesstored set type to normal application
    Oct 28 20:08:04 iPhone wifid[68] <Notice>: WiFi:[436216084.763724]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:08:04 iPhone wifid[68] <Notice>: WiFi:[436216084.766117]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:08:05 iPhone kernel[0] <Notice>: 044307.878641 wlan0.A[25997] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:08:05 iPhone kernel[0] <Notice>: 044307.878735 wlan0.A[25998] AppleBCMWLANCore::dumpWmeCounters():  per AC tx counters: 108437 36877 426526 6086, rx counters: 1341703 2833 605 139
    Oct 28 20:08:05 iPhone kernel[0] <Notice>: 044307.878773 wlan0.A[25999] AppleBCMWLANCore::dumpWmeCounters():                AWDL: Tx 2976 0 0 0      Rx: 404 0 0 0
    Oct 28 20:08:30 iPhone kernel[0] <Notice>: 044333.066451 wlan0.A[26000] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:08:30 iPhone wifid[68] <Notice>: WiFi:[436216110.647932]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = FALSE
    Oct 28 20:08:30 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:08:30 iPhone wifid[68] <Notice>: WiFi:[436216110.779752]: WiFi unquiescing requested by "locationd"
    Oct 28 20:08:35 iPhone kernel[0] <Notice>: 044338.100979 wlan0.A[26001] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:08:49 iPhone wifid[68] <Notice>: WiFi:[436216129.504620]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = TRUE
    Oct 28 20:08:49 iPhone wifid[68] <Notice>: WiFi:[436216129.613024]: WiFi unquiescing requested by "locationd"
    Oct 28 20:08:56 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:08:57 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:09:11 iPhone kernel[0] <Notice>: AppleBMA282::handleInterrupt2 - INT generated but ACTIVE bit not set.. Should not happen
    Oct 28 20:09:11 iPhone kernel[0] <Notice>: AppleEmbeddedI2CNewAccelerometer::_interruptAction2 -- error from handleInterrupt (device error)
    Oct 28 20:09:11 iPhone wifid[68] <Notice>: WiFi:[436216151.148632]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = FALSE
    Oct 28 20:09:11 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:09:11 iPhone wifid[68] <Notice>: WiFi:[436216151.269409]: WiFi unquiescing requested by "locationd"
    Oct 28 20:09:30 iPhone wifid[68] <Notice>: WiFi:[436216170.645940]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = TRUE
    Oct 28 20:09:30 iPhone kernel[0] <Notice>: 044393.395089 wlan0.A[26002] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:09:30 iPhone wifid[68] <Notice>: WiFi:[436216170.975047]: WiFi unquiescing requested by "locationd"
    Oct 28 20:09:35 iPhone kernel[0] <Notice>: 044398.430358 wlan0.A[26003] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:09:53 iPhone wifid[68] <Notice>: WiFi:[436216193.587589]: WiFiLocaleManagerCheckLocale: location service or wifi is off, set locale to default
    Oct 28 20:09:53 iPhone wifid[68] <Notice>: WiFi:[436216193.588305]: new locale:  , locale:
    Oct 28 20:10:27 iPhone wifid[68] <Notice>: WiFi:[436216227.638067]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = FALSE
    Oct 28 20:10:27 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:10:27 iPhone wifid[68] <Notice>: WiFi:[436216227.760242]: WiFi unquiescing requested by "locationd"
    Oct 28 20:10:35 iPhone wifid[68] <Notice>: WiFi:[436216235.924846]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = TRUE
    Oct 28 20:10:36 iPhone wifid[68] <Notice>: WiFi:[436216236.076777]: WiFi unquiescing requested by "locationd"
    Oct 28 20:10:58 iPhone wifid[68] <Notice>: WiFi:[436216258.632257]: apsd[82] is a wow client
    Oct 28 20:10:58 iPhone wifid[68] <Notice>: WiFi:[436216258.632674]: UserEventAgent[17] is a wow client
    Oct 28 20:10:58 iPhone wifid[68] <Notice>: WiFi:[436216258.632962]: WoW is Enabled, 2 WoW Clients
    Oct 28 20:11:10 iPhone wifid[68] <Notice>: WiFi:[436216270.605960]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = FALSE
    Oct 28 20:11:10 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:11:10 iPhone wifid[68] <Notice>: WiFi:[436216270.729778]: WiFi unquiescing requested by "locationd"
    Oct 28 20:11:48 iPhone wifid[68] <Notice>: WiFi:[436216308.885121]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = TRUE
    Oct 28 20:11:49 iPhone wifid[68] <Notice>: WiFi:[436216309.022275]: WiFi unquiescing requested by "locationd"
    Oct 28 20:11:51 iPhone kernel[0] <Notice>: 044533.946579 wlan0.A[26004] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:11:53 iPhone wifid[68] <Notice>: WiFi:[436216313.588125]: WiFiLocaleManagerCheckLocale: location service or wifi is off, set locale to default
    Oct 28 20:11:53 iPhone wifid[68] <Notice>: WiFi:[436216313.588996]: new locale:  , locale:
    Oct 28 20:12:11 iPhone kernel[0] <Notice>: 044554.058782 wlan0.A[26005] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:12:12 iPhone wifid[68] <Notice>: WiFi:[436216332.451301]: WiFi unquiescing requested by "locationd"
    Oct 28 20:12:12 iPhone wifid[68] <Notice>: WiFi:[436216332.455577]: WiFi unquiescing requested by "locationd"
    Oct 28 20:12:12 iPhone wifid[68] <Notice>: WiFi:[436216332.499218]: WiFi unquiescing requested by "locationd"
    Oct 28 20:12:16 iPhone kernel[0] <Notice>: 044559.094065 wlan0.A[26006] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:12:21 iPhone kernel[0] <Notice>: 044564.129386 wlan0.A[26007] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:12:23 iPhone wifid[68] <Notice>: WiFi:[436216343.165991]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = FALSE
    Oct 28 20:12:23 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:12:23 iPhone wifid[68] <Notice>: WiFi:[436216343.291768]: WiFi unquiescing requested by "locationd"
    Oct 28 20:12:36 iPhone dataaccessd[137] <Notice>: 0x17674680|EAS|Error|[ASPingTask 0x17559740, conn 0x177243d0, request 0x176e33a0] connection died with error Error Domain=NSURLErrorDomain Code=-1005 "The network connection was lost." UserInfo=0x176eb1b0 {NSErrorFailingURLStringKey=https://exchange.ipeer.se/Microsoft-Server-ActiveSync?User=alenor&DeviceId=ApplF 2LLF78EFFT6&DeviceType=iPhone&Cmd=Ping, _kCFStreamErrorCodeKey=-4, NSErrorFailingURLKey=https://exchange.ipeer.se/Microsoft-Server-ActiveSync?User=alenor&DeviceId=ApplF 2LLF78EFFT6&DeviceType=iPhone&Cmd=Ping, NSLocalizedDescription=The network connection was lost., _kCFStreamErrorDomainKey=4, NSUnderlyingError=0x176439b0 "The network connection was lost."}
    Oct 28 20:12:36 iPhone dataaccessd[137] <Notice>: 0x17674680|EAS|Error|ASPingTask failed: Error Domain=NSURLErrorDomain Code=-1005 "The network connection was lost." UserInfo=0x176eb1b0 {NSErrorFailingURLStringKey=https://exchange.ipeer.se/Microsoft-Server-ActiveSync?User=alenor&DeviceId=ApplF 2LLF78EFFT6&DeviceType=iPhone&Cmd=Ping, _kCFStreamErrorCodeKey=-4, NSErrorFailingURLKey=https://exchange.ipeer.se/Microsoft-Server-ActiveSync?User=alenor&DeviceId=ApplF 2LLF78EFFT6&DeviceType=iPhone&Cmd=Ping, NSLocalizedDescription=The network connection was lost., _kCFStreamErrorDomainKey=4, NSUnderlyingError=0x176439b0 "The network connection was lost."}
    Oct 28 20:12:49 iPhone wifid[68] <Notice>: WiFi:[436216369.513501]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = TRUE
    Oct 28 20:12:49 iPhone wifid[68] <Notice>: WiFi:[436216369.614588]: WiFi unquiescing requested by "locationd"
    Oct 28 20:12:52 iPhone wifid[68] <Notice>: WiFi:[436216372.968257]: WiFi unquiescing requested by "locationd"
    Oct 28 20:12:52 iPhone wifid[68] <Notice>: WiFi:[436216372.973601]: WiFi unquiescing requested by "locationd"
    Oct 28 20:12:53 iPhone wifid[68] <Notice>: WiFi:[436216373.010754]: WiFi unquiescing requested by "locationd"
    Oct 28 20:13:01 iPhone kernel[0] <Notice>: 044604.372611 wlan0.A[26008] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:13:06 iPhone kernel[0] <Notice>: 044609.406952 wlan0.A[26009] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:13:11 iPhone wifid[68] <Notice>: WiFi:[436216391.608390]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = FALSE
    Oct 28 20:13:11 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:13:11 iPhone wifid[68] <Notice>: WiFi:[436216391.611592]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = FALSE
    Oct 28 20:13:11 iPhone wifid[68] <Notice>: WiFi:[436216391.732718]: WiFi unquiescing requested by "locationd"
    Oct 28 20:13:22 iPhone kernel[0] <Notice>: 044624.511429 wlan0.A[26010] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:13:32 iPhone wifid[68] <Notice>: WiFi:[436216412.624841]: WiFi unquiescing requested by "locationd"
    Oct 28 20:13:32 iPhone wifid[68] <Notice>: WiFi:[436216412.626948]: WiFi unquiescing requested by "locationd"
    Oct 28 20:13:32 iPhone wifid[68] <Notice>: WiFi:[436216412.671606]: WiFi unquiescing requested by "locationd"
    Oct 28 20:13:36 iPhone wifid[68] <Notice>: WiFi:[436216416.512287]: WiFi unquiescing requested by "locationd"
    Oct 28 20:13:36 iPhone wifid[68] <Notice>: WiFi:[436216416.518078]: WiFi unquiescing requested by "locationd"
    Oct 28 20:13:36 iPhone wifid[68] <Notice>: WiFi:[436216416.562941]: WiFi unquiescing requested by "locationd"
    Oct 28 20:13:48 iPhone Facebook[233] <Warning>: notify name "com.apple.iapd.notify.extendedMode" has been registered 20 times - this may be a leak
    Oct 28 20:13:49 iPhone wifid[68] <Notice>: WiFi:[436216429.497413]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = TRUE
    Oct 28 20:13:49 iPhone wifid[68] <Notice>: WiFi:[436216429.612193]: WiFi unquiescing requested by "locationd"
    Oct 28 20:13:53 iPhone wifid[68] <Notice>: WiFi:[436216433.587569]: WiFiLocaleManagerCheckLocale: location service or wifi is off, set locale to default
    Oct 28 20:13:53 iPhone wifid[68] <Notice>: WiFi:[436216433.588410]: new locale:  , locale:
    Oct 28 20:14:10 iPhone wifid[68] <Notice>: WiFi:[436216450.660255]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = FALSE
    Oct 28 20:14:10 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:14:10 iPhone wifid[68] <Notice>: WiFi:[436216450.782845]: WiFi unquiescing requested by "locationd"
    Oct 28 20:14:12 iPhone kernel[0] <Notice>: 044674.731063 wlan0.A[26011] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:14:22 iPhone kernel[0] <Notice>: 044684.766756 wlan0.A[26012] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:14:27 iPhone kernel[0] <Notice>: 044689.801364 wlan0.A[26013] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:14:32 iPhone wifid[68] <Notice>: WiFi:[436216472.725920]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = TRUE
    Oct 28 20:14:32 iPhone wifid[68] <Notice>: WiFi:[436216472.870591]: WiFi unquiescing requested by "locationd"
    Oct 28 20:14:37 iPhone kernel[0] <Notice>: 044699.836118 wlan0.A[26014] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:14:43 iPhone Facebook[233] <Warning>: Attempting to badge the application icon but haven't received permission from the user to badge the application
    Oct 28 20:14:44 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:14:45 iPhone wifid[68] <Notice>: WiFi:[436216485.123305]: Foreground Network Application exited.
    Oct 28 20:14:45 iPhone wifid[68] <Notice>: WiFi:[436216485.129665]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:14:45 iPhone wifid[68] <Notice>: WiFi:[436216485.132682]: WoW Enabled, Skip starting Disassocation timer
    Oct 28 20:14:45 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:14:45 iPhone backboardd[56] <Warning>: CoreAnimation: updates deferred for too long
    Oct 28 20:14:45 iPhone backboardd[56] <Warning>: CoreAnimation: timed out fence 37fdf
    Oct 28 20:14:46 iPhone Facebook[233] <Warning>: Snapshotting a view that has not been rendered results in an empty snapshot. Ensure your view has been rendered at least once before snapshotting or snapshot after screen updates.
    Oct 28 20:14:46 iPhone Messenger[484] <Warning>: Warning: Application delegate received call to -application:didReceiveRemoteNotification:fetchCompletionHandler: but the completion handler was never called.
    Oct 28 20:14:57 iPhone kernel[0] <Notice>: 044719.958314 wlan0.A[26015] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:15:02 iPhone kernel[0] <Notice>: 044724.993675 wlan0.A[26016] AppleBCMWLANCore::dumpWmeCounters():  per AC tx counters: 111091 36885 426556 6173, rx counters: 1344989 3153 633 139
    Oct 28 20:15:02 iPhone kernel[0] <Notice>: 044724.993727 wlan0.A[26017] AppleBCMWLANCore::dumpWmeCounters():                AWDL: Tx 2976 0 0 0      Rx: 404 0 0 0
    Oct 28 20:15:24 iPhone wifid[68] <Notice>: WiFi:[436216524.189458]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = FALSE
    Oct 28 20:15:24 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:15:24 iPhone wifid[68] <Notice>: WiFi:[436216524.312581]: WiFi unquiescing requested by "locationd"
    Oct 28 20:15:26 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:15:27 iPhone wifid[68] <Notice>: WiFi:[436216527.118647]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:15:27 iPhone wifid[68] <Notice>: WiFi:[436216527.119384]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:15:27 iPhone wifid[68] <Notice>: WiFi:[436216527.122205]: Already connected to MY_SSID.
    Oct 28 20:15:32 iPhone kernel[0] <Notice>: 044755.097209 wlan0.A[26018] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:15:37 iPhone kernel[0] <Notice>: 044760.145884 wlan0.A[26019] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:15:38 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:15:38 iPhone wifid[68] <Notice>: WiFi:[436216538.234456]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:15:38 iPhone wifid[68] <Notice>: WiFi:[436216538.235014]: WoW Enabled, Skip starting Disassocation timer
    Oct 28 20:15:38 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:15:38 iPhone sharingd[25] <Notice>: 20:15:38.503 : Starting Handoff advertising
    Oct 28 20:15:38 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:15:39 iPhone sharingd[25] <Notice>: 20:15:39.809 : Starting Handoff advertising
    Oct 28 20:15:41 iPhone sharingd[25] <Notice>: 20:15:41.818 : Stopping Handoff advertising
    Oct 28 20:15:43 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:15:43 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:15:43 iPhone wifid[68] <Notice>: WiFi:[436216543.729769]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:15:43 iPhone wifid[68] <Notice>: WiFi:[436216543.731722]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:15:43 iPhone wifid[68] <Notice>: WiFi:[436216543.734373]: Already connected to MY_SSID.
    Oct 28 20:15:47 iPhone kernel[0] <Notice>: xpcproxy[519] Container: /private/var/mobile/Containers/Data/Application/08FB3187-F5B0-4021-B44E-806F026 24C9A (sandbox)
    Oct 28 20:15:47 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:15:47 iPhone Untappd[519] <Error>: assertion failed: 12B411: libxpc.dylib + 51947 [DBA1E85F-5C4C-3026-9B98-A82D2E332ED6]: 0x7d
    Oct 28 20:15:47 iPhone Unknown[519] <Error>:
    Oct 28 20:15:48 iPhone Untappd[519] <Warning>: Multi-tasking -> Device: YES, App: YES
    Oct 28 20:15:48 iPhone Untappd[519] <Warning>: Unlimited access to network resources
    Oct 28 20:15:48 iPhone Untappd[519] <Warning>: Init FacebookConnect Session
    Oct 28 20:15:48 iPhone Untappd[519] <Warning>: [CDVTimer][facebookconnectplugin] 7.930994ms
    Oct 28 20:15:48 iPhone Untappd[519] <Warning>: [CDVTimer][file] 6.848991ms
    Oct 28 20:15:48 iPhone Untappd[519] <Warning>: [CDVTimer][keyboard] 0.434995ms
    Oct 28 20:15:48 iPhone Untappd[519] <Warning>: [CDVTimer][flurry] 0.734031ms
    Oct 28 20:15:48 iPhone Untappd[519] <Warning>: [CDVTimer][statusbar] 69.730997ms
    Oct 28 20:15:48 iPhone Untappd[519] <Warning>: ---------------
    Oct 28 20:15:48 iPhone Untappd[519] <Warning>: Image name LaunchImage-568h
    Oct 28 20:15:48 iPhone Untappd[519] <Warning>: [CDVTimer][splashscreen] 25.982976ms
    Oct 28 20:15:48 iPhone Untappd[519] <Warning>: [CDVTimer][TotalPluginStartup] 115.081012ms
    Oct 28 20:15:48 iPhone Untappd[519] <Warning>: ---------------
    Oct 28 20:15:48 iPhone Untappd[519] <Warning>: Image name LaunchImage-568h
    Oct 28 20:15:49 iPhone wifid[68] <Notice>: WiFi:[436216549.047748]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:15:49 iPhone wifid[68] <Notice>: WiFi:[436216549.048160]: WoW Enabled, Skip starting Disassocation timer
    Oct 28 20:15:49 iPhone Untappd[519] <Warning>: active
    Oct 28 20:15:49 iPhone Untappd[519] <Warning>: Resetting plugins due to page load.
    Oct 28 20:15:49 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:15:49 iPhone Untappd[519] <Warning>: Finished load of: file:///private/var/mobile/Containers/Bundle/Application/1B40BB7F-A0DD-4B7C-BFD 5-94B18CCA2CB4/Untappd.app/www/index.html
    Oct 28 20:15:51 iPhone Untappd[519] <Warning>: Setting Flurry version to 2.3.2
    Oct 28 20:15:51 iPhone Untappd[519] <Warning>: Starting Flurry Session with key IE1KTJVZACFB8XP3SFXU
    Oct 28 20:15:51 iPhone Untappd[519] <Warning>: Flurry: Starting session on Agent Version [Flurry_iOS_138_5.2.0]
    Oct 28 20:15:51 iPhone Untappd[519] <Warning>: THREAD WARNING: ['Flurry'] took '49.601807' ms. Plugin should use a background thread.
    Oct 28 20:15:51 iPhone Untappd[519] <Warning>: THREAD WARNING: ['GAPlugin'] took '62.182129' ms. Plugin should use a background thread.
    Oct 28 20:15:51 iPhone Untappd[519] <Warning>: THREAD WARNING: ['PushPlugin'] took '28.566895' ms. Plugin should use a background thread.
    Oct 28 20:15:51 iPhone Untappd[519] <Warning>: Logging Page View
    Oct 28 20:15:51 iPhone Untappd[519] <Warning>: THE PAGE IS: #friendsArea
    Oct 28 20:15:51 iPhone Untappd[519] <Warning>: history empty
    Oct 28 20:15:51 iPhone Untappd[519] <Warning>: mode
    Oct 28 20:15:51 iPhone Untappd[519] <Warning>: PAGE => #friendsArea
    Oct 28 20:15:51 iPhone Untappd[519] <Warning>: not scrolling
    Oct 28 20:15:51 iPhone Untappd[519] <Warning>: {"code":1,"message":"Location services are disabled."}
    Oct 28 20:15:51 iPhone Untappd[519] <Warning>: enabledRemoteNotificationTypes is not supported in iOS 8.0 and later.
    Oct 28 20:15:52 iPhone kernel[0] <Notice>: 044775.223430 wlan0.A[26020] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:15:52 iPhone Untappd[519] <Warning>: PUSH ID IS => 8d98664664c3afc0c5f1d1c26e6857ca7078de9ac3d228476e36a6b6fa5a9f62
    Oct 28 20:15:52 iPhone Untappd[519] <Warning>: push_token=8d98664664c3afc0c5f1d1c26e6857ca7078de9ac3d228476e36a6b6fa5a9f62
    Oct 28 20:15:53 iPhone Untappd[519] <Warning>: AutoComplete is not disabled
    Oct 28 20:15:53 iPhone Untappd[519] <Warning>: 25D79571-CEB0-41EF-A801-9C8F6DC7F494 = 25D79571-CEB0-41EF-A801-9C8F6DC7F494
    Oct 28 20:15:53 iPhone Untappd[519] <Warning>: PUSH SETTUP HAPPENING
    Oct 28 20:15:53 iPhone Untappd[519] <Warning>: MATCH
    Oct 28 20:15:53 iPhone Untappd[519] <Warning>: PE: true
    Oct 28 20:15:53 iPhone Untappd[519] <Warning>: PUSH SETTUP HAPPENING
    Oct 28 20:15:53 iPhone Untappd[519] <Warning>: MATCH
    Oct 28 20:15:53 iPhone Untappd[519] <Warning>: PE: true
    Oct 28 20:15:53 iPhone wifid[68] <Notice>: WiFi:[436216553.595563]: WiFiLocaleManagerCheckLocale: location service or wifi is off, set locale to default
    Oct 28 20:15:53 iPhone wifid[68] <Notice>: WiFi:[436216553.600048]: new locale:  , locale:
    Oct 28 20:15:56 iPhone wifid[68] <Notice>: WiFi:[436216556.046424]: WiFi unquiescing requested by "locationd"
    Oct 28 20:15:56 iPhone wifid[68] <Notice>: WiFi:[436216556.049036]: WiFi unquiescing requested by "locationd"
    Oct 28 20:15:56 iPhone wifid[68] <Notice>: WiFi:[436216556.145981]: WiFi unquiescing requested by "locationd"
    Oct 28 20:15:57 iPhone kernel[0] <Notice>: 044780.258694 wlan0.A[26021] AppleBCMWLANCore::dumpWmeCounters():  per AC tx counters: 111676 36885 426564 6199, rx counters: 1345656 3153 688 139
    Oct 28 20:15:57 iPhone kernel[0] <Notice>: 044780.258744 wlan0.A[26022] AppleBCMWLANCore::dumpWmeCounters():                AWDL: Tx 2976 0 0 0      Rx: 404 0 0 0
    Oct 28 20:16:03 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:04 iPhone wifid[68] <Notice>: WiFi:[436216564.315322]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:04 iPhone wifid[68] <Notice>: WiFi:[436216564.315794]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:16:04 iPhone wifid[68] <Notice>: WiFi:[436216564.320590]: Already connected to MY_SSID.
    Oct 28 20:16:04 iPhone Untappd[519] <Warning>: Killing Any Running ajaxStatment
    Oct 28 20:16:04 iPhone Untappd[519] <Warning>: THREAD WARNING: ['Console'] took '19.487305' ms. Plugin should use a background thread.
    Oct 28 20:16:04 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:05 iPhone wifid[68] <Notice>: WiFi:[436216565.893397]: apsd[82] is a wow client
    Oct 28 20:16:05 iPhone wifid[68] <Notice>: WiFi:[436216565.894446]: UserEventAgent[17] is a wow client
    Oct 28 20:16:05 iPhone wifid[68] <Notice>: WiFi:[436216565.894754]: WoW is Enabled, 2 WoW Clients
    Oct 28 20:16:06 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:06 iPhone sharingd[25] <Notice>: 20:16:06.989 : Starting Handoff advertising
    Oct 28 20:16:07 iPhone wifid[68] <Notice>: WiFi:[436216567.154937]: Foreground Network Application entered.
    Oct 28 20:16:07 iPhone wifid[68] <Notice>: WiFi:[436216567.157772]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:07 iPhone wifid[68] <Notice>: WiFi:[436216567.163564]: problematic networks =  and potentially problematic networks =
    Oct 28 20:16:07 iPhone wifid[68] <Notice>: WiFi:[436216567.167412]: Unblacklisting
    Oct 28 20:16:07 iPhone wifid[68] <Notice>: WiFi:[436216567.214605]: No Change in Background Scan Networks, Skip Re-Programming Background Scan
    Oct 28 20:16:07 iPhone wifid[68] <Notice>:
    Oct 28 20:16:07 iPhone wifid[68] <Notice>: WiFi:[436216567.243546]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:16:07 iPhone wifid[68] <Notice>: WiFi:[436216567.245463]: Already connected to MY_SSID.
    Oct 28 20:16:07 iPhone wifid[68] <Notice>: WiFi:[436216567.246641]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:07 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:08 iPhone syncdefaultsd[521] <Notice>: (Note ) marked "com.me.keyvalueservice" topic as "opportunistic" on <APSConnection: 0x15565c90>
    Oct 28 20:16:09 iPhone syncdefaultsd[521] <Notice>: (Note ) marked "com.me.keyvalueservice" topic as "enabled" on <APSConnection: 0x15565c90>
    Oct 28 20:16:09 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:10 iPhone wifid[68] <Notice>: WiFi:[436216570.176364]: Foreground Network Application exited.
    Oct 28 20:16:10 iPhone wifid[68] <Notice>: WiFi:[436216570.177447]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:10 iPhone wifid[68] <Notice>: WiFi:[436216570.177915]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:16:10 iPhone wifid[68] <Notice>: WiFi:[436216570.179168]: Already connected to MY_SSID.
    Oct 28 20:16:10 iPhone wifid[68] <Notice>: WiFi:[436216570.210621]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:10 iPhone MobileSafari[211] <Warning>: Snapshotting a view that has not been rendered results in an empty snapshot. Ensure your view has been rendered at least once before snapshotting or snapshot after screen updates.
    Oct 28 20:16:11 iPhone sharingd[25] <Notice>: 20:16:11.070 : Starting Handoff advertising
    Oct 28 20:16:11 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:11 iPhone wifid[68] <Notice>: WiFi:[436216571.704208]: Foreground Network Application entered.
    Oct 28 20:16:11 iPhone wifid[68] <Notice>: WiFi:[436216571.705459]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:11 iPhone wifid[68] <Notice>: WiFi:[436216571.705762]: problematic networks =  and potentially problematic networks =
    Oct 28 20:16:11 iPhone wifid[68] <Notice>: WiFi:[436216571.706037]: Unblacklisting
    Oct 28 20:16:11 iPhone wifid[68] <Notice>: WiFi:[436216571.707066]: No Change in Background Scan Networks, Skip Re-Programming Background Scan
    Oct 28 20:16:11 iPhone wifid[68] <Notice>:
    Oct 28 20:16:11 iPhone wifid[68] <Notice>: WiFi:[436216571.707530]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:16:11 iPhone wifid[68] <Notice>: WiFi:[436216571.724786]: Already connected to MY_SSID.
    Oct 28 20:16:11 iPhone wifid[68] <Notice>: WiFi:[436216571.727972]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:11 iPhone sharingd[25] <Notice>: 20:16:11.890 : Starting Handoff advertising
    Oct 28 20:16:12 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:12 iPhone sharingd[25] <Notice>: 20:16:12.678 : Starting Handoff advertising
    Oct 28 20:16:18 iPhone mediaserverd[37] <Notice>: '' (pid = 499) setting DiscoveryMode = DiscoveryMode_None, currentDiscoveryMode = DiscoveryMode_PresenceScan
    Oct 28 20:16:18 iPhone MobileSMS[388] <Warning>: Received memory warning.
    Oct 28 20:16:18 iPhone mediaserverd[37] <Notice>: '' (pid = 499) setting DiscoveryMode = DiscoveryMode_None, currentDiscoveryMode = DiscoveryMode_PresenceScan
    Oct 28 20:16:18 iPhone MobilePhone[317] <Warning>: Received memory warning.
    Oct 28 20:16:18 iPhone MobileMail[157] <Warning>: Received memory warning.
    Oct 28 20:16:18 iPhone InCallService[318] <Warning>: Received memory warning.
    Oct 28 20:16:18 iPhone YouTube[470] <Warning>: Received memory warning.
    Oct 28 20:16:18 iPhone MobileSafari[211] <Warning>: Received memory warning.
    Oct 28 20:16:18 iPhone SpringBoard[43] <Warning>: [MPUSystemMediaControls] Updating supported commands for now playing application.
    Oct 28 20:16:18 iPhone SpringBoard[43] <Warning>: [MPUSystemMediaControls] Updating supported commands for now playing application.
    Oct 28 20:16:18 iPhone Facebook[233] <Warning>: Received memory warning.
    Oct 28 20:16:19 iPhone Messenger[484] <Warning>: Received memory warning.
    Oct 28 20:16:21 iPhone sharingd[25] <Notice>: 20:16:21.190 : Starting Handoff advertising
    Oct 28 20:16:26 iPhone syncdefaultsd[521] <Notice>: (Warn ) received memory warning
    Oct 28 20:16:29 iPhone Facebook[233] <Warning>: Received memory warning.
    Oct 28 20:16:29 iPhone sharingd[25] <Notice>: 20:16:29.697 : Starting Handoff advertising
    Oct 28 20:16:29 iPhone Messenger[484] <Warning>: Received memory warning.
    Oct 28 20:16:30 iPhone MobileMail[157] <Warning>: Received memory warning.
    Oct 28 20:16:30 iPhone MobileSMS[388] <Warning>: Received memory warning.
    Oct 28 20:16:31 iPhone MobilePhone[317] <Warning>: Received memory warning.
    Oct 28 20:16:31 iPhone InCallService[318] <Warning>: Received memory warning.
    Oct 28 20:16:32 iPhone YouTube[470] <Warning>: Received memory warning.
    Oct 28 20:16:32 iPhone MobileSafari[211] <Warning>: Received memory warning.
    Oct 28 20:16:32 iPhone kernel[0] <Notice>: 044815.474397 wlan0.A[26023] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:16:32 iPhone kernel[0] <Notice>: 044815.474482 wlan0.A[26024] AppleBCMWLANCore::dumpWmeCounters():  per AC tx counters: 112138 36908 426568 6255, rx counters: 1346179 3159 688 139
    Oct 28 20:16:32 iPhone kernel[0] <Notice>: 044815.474519 wlan0.A[26025] AppleBCMWLANCore::dumpWmeCounters():                AWDL: Tx 2976 0 0 0      Rx: 404 0 0 0
    Oct 28 20:16:33 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:33 iPhone wifid[68] <Notice>: WiFi:[436216593.723295]: Foreground Network Application exited.
    Oct 28 20:16:33 iPhone wifid[68] <Notice>: WiFi:[436216593.725159]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:33 iPhone wifid[68] <Notice>: WiFi:[436216593.725542]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:16:33 iPhone wifid[68] <Notice>: WiFi:[436216593.726588]: Already connected to MY_SSID.
    Oct 28 20:16:33 iPhone wifid[68] <Notice>: WiFi:[436216593.734511]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:33 iPhone MobileSafari[211] <Warning>: Snapshotting a view that has not been rendered results in an empty snapshot. Ensure your view has been rendered at least once before snapshotting or snapshot after screen updates.
    Oct 28 20:16:34 iPhone sharingd[25] <Notice>: 20:16:34.393 : Starting Handoff advertising
    Oct 28 20:16:35 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:35 iPhone wifid[68] <Notice>: WiFi:[436216595.710648]: Foreground Network Application entered.
    Oct 28 20:16:35 iPhone wifid[68] <Notice>: WiFi:[436216595.711653]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:35 iPhone wifid[68] <Notice>: WiFi:[436216595.712096]: problematic networks =  and potentially problematic networks =
    Oct 28 20:16:35 iPhone wifid[68] <Notice>: WiFi:[436216595.712562]: Unblacklisting
    Oct 28 20:16:35 iPhone wifid[68] <Notice>: WiFi:[436216595.714158]: No Change in Background Scan Networks, Skip Re-Programming Background Scan
    Oct 28 20:16:35 iPhone wifid[68] <Notice>:
    Oct 28 20:16:35 iPhone wifid[68] <Notice>: WiFi:[436216595.715261]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:16:35 iPhone wifid[68] <Notice>: WiFi:[436216595.716182]: Already connected to MY_SSID.
    Oct 28 20:16:35 iPhone wifid[68] <Notice>: WiFi:[436216595.719960]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:36 iPhone sharingd[25] <Notice>: 20:16:36.303 : Starting Handoff advertising
    Oct 28 20:16:36 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:37 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 470 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:16:38 iPhone kernel[0] <Notice>: 044820.525389 wlan0.A[26026] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:16:41 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 471 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:16:42 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 472 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:16:43 iPhone kernel[0] <Notice>: 044825.560651 wlan0.A[26027] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:16:43 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 473 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:16:43 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 474 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:16:43 iPhone com.apple.xpc.launchd[1] (com.apple.WebKit.WebContent.3A55B0B9-DC27-43B5-AAE3-68F6DD891B97[346]) <Warning>: Service exited with abnormal code: 1
    Oct 28 20:16:43 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 475 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:16:44 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 476 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:16:44 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 477 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:16:44 iPhone sharingd[25] <Notice>: 20:16:44.812 : Starting Handoff advertising
    Oct 28 20:16:46 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:46 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:46 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:46 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:46 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:46 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:46 iPhone wifid[68] <Notice>: WiFi:[436216606.796401]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = TRUE
    Oct 28 20:16:46 iPhone wifid[68] <Notice>: WiFi:[436216606.923678]: WiFi unquiescing requested by "locationd"
    Oct 28 20:16:47 iPhone wifid[68] <Notice>: WiFi:[436216607.153056]: Foreground Network Application exited.
    Oct 28 20:16:47 iPhone wifid[68] <Notice>: WiFi:[436216607.164516]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:47 iPhone wifid[68] <Notice>: WiFi:[436216607.166815]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:16:47 iPhone wifid[68] <Notice>: WiFi:[436216607.168881]: Already connected to MY_SSID.
    Oct 28 20:16:47 iPhone wifid[68] <Notice>: WiFi:[436216607.181322]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:47 iPhone locationd[63] <Notice>: client 'com.facebook.Facebook' stopping significant location changes
    Oct 28 20:16:47 iPhone MobileSafari[211] <Warning>: Snapshotting a view that has not been rendered results in an empty snapshot. Ensure your view has been rendered at least once before snapshotting or snapshot after screen updates.
    Oct 28 20:16:48 iPhone sharingd[25] <Notice>: 20:16:48.018 : Starting Handoff advertising
    Oct 28 20:16:49 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:49 iPhone wifid[68] <Notice>: WiFi:[436216609.280303]: Foreground Network Application entered.
    Oct 28 20:16:49 iPhone wifid[68] <Notice>: WiFi:[436216609.287550]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:49 iPhone wifid[68] <Notice>: WiFi:[436216609.287867]: problematic networks =  and potentially problematic networks =
    Oct 28 20:16:49 iPhone wifid[68] <Notice>: WiFi:[436216609.288391]: Unblacklisting
    Oct 28 20:16:49 iPhone wifid[68] <Notice>: WiFi:[436216609.292771]: No Change in Background Scan Networks, Skip Re-Programming Background Scan
    Oct 28 20:16:49 iPhone wifid[68] <Notice>:
    Oct 28 20:16:49 iPhone wifid[68] <Notice>: WiFi:[436216609.293572]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:16:49 iPhone wifid[68] <Notice>: WiFi:[436216609.295339]: Already connected to MY_SSID.
    Oct 28 20:16:49 iPhone wifid[68] <Notice>: WiFi:[436216609.302628]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:49 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 478 connectx to 2001:4810::110.80@0 failed: No route to host
    Oct 28 20:16:49 iPhone sharingd[25] <Notice>: 20:16:49.908 : Starting Handoff advertising
    Oct 28 20:16:50 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:50 iPhone wifid[68] <Notice>: WiFi:[436216610.965387]: WiFi unquiescing requested by "locationd"
    Oct 28 20:16:50 iPhone wifid[68] <Notice>: WiFi:[436216610.968974]: WiFi unquiescing requested by "locationd"
    Oct 28 20:16:50 iPhone wifid[68] <Notice>: WiFi:[436216610.993176]: WiFi unquiescing requested by "locationd"
    Oct 28 20:16:51 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 479 connectx to 2001:4810::110.80@0 failed: No route to host
    Oct 28 20:16:51 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 480 connectx to 2001:4810::110.80@0 failed: No route to host
    Oct 28 20:16:53 iPhone kernel[0] <Notice>: 044835.604552 wlan0.A[26028] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:16:56 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 481 connectx to 2001:4810::110.80@0 failed: No route to host
    Oct 28 20:16:56 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 482 connectx to 2001:4810::110.80@0 failed: No route to host
    Oct 28 20:16:56 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 483 connectx to 2001:4810::110.80@0 failed: No route to host
    Oct 28 20:16:57 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 484 connectx to 2001:4810::110.80@0 failed: No route to host
    Oct 28 20:16:57 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 485 connectx to 2001:4810::110.80@0 failed: No route to host
    Oct 28 20:16:57 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 486 connectx to 2001:4810::110.80@0 failed: No route to host
    Oct 28 20:16:58 iPhone kernel[0] <Notice>: 044840.639680 wlan0.A[26029] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:16:59 iPhone wifid[68] <Notice>: WiFi:[436216619.413475]: WiFi unquiescing requested by "locationd"
    Oct 28 20:16:59 iPhone wifid[68] <Notice>: WiFi:[436216619.414947]: WiFi unquiescing requested by "locationd"
    Oct 28 20:16:59 iPhone wifid[68] <Notice>: WiFi:[436216619.452114]: WiFi unquiescing requested by "locationd"
    Oct 28 20:17:00 iPhone sharingd[25] <Notice>: 20:17:00.384 : Starting Handoff advertising
    Oct 28 20:17:06 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:17:06 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:17:06 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:17:06 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:17:06 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:17:08 iPhone wifid[68] <Notice>: WiFi:[436216628.648025]: WiFi unquiescing requested by "locationd"
    Oct 28 20:17:08 iPhone wifid[68] <Notice>: WiFi:[436216628.650258]: WiFi unquiescing requested by "locationd"
    Oct 28 20:17:08 iPhone wifid[68] <Notice>: WiFi:[436216628.686257]: WiFi unquiescing requested by "locationd"
    Oct 28 20:17:08 iPhone sharingd[25] <Notice>: 20:17:08.884 : Starting Handoff advertising
    Oct 28 20:17:17 iPhone sharingd[25] <Notice>: 20:17:17.318 : Starting Handoff advertising
    Oct 28 20:17:17 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:17:18 iPhone wifid[68] <Notice>: WiFi:[436216638.493981]: Foreground Network Application exited.
    Oct 28 20:17:18 iPhone wifid[68] <Notice>: WiFi:[436216638.499471]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:17:18 iPhone wifid[68] <Notice>: WiFi:[436216638.500122]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:17:18 iPhone wifid[68] <Notice>: WiFi:[436216638.504375]: Already connected to MY_SSID.
    Oct 28 20:17:18 iPhone wifid[68] <Notice>: WiFi:[436216638.511242]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:17:18 iPhone MobileSafari[211] <Warning>: Snapshotting a view that has not been rendered results in an empty snapshot. Ensure your view has been rendered at least once before snapshotting or snapshot after screen updates.
    Oct 28 20:17:18 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:17:19 iPhone sharingd[25] <Notice>: 20:17:19.152 : Starting Handoff advertising
    Oct 28 20:17:21 iPhone sharingd[25] <Notice>: 20:17:21.158 : Stopping Handoff advertising
    Oct 28 20:17:22 iPhone wifid[68] <Notice>: WiFi:[436216642.532919]: WiFi unquiescing requested by "locationd"
    Oct 28 20:17:22 iPhone wifid[68] <Notice>: WiFi:[436216642.538862]: WiFi unquiescing requested by "locationd"
    Oct 28 20:17:22 iPhone wifid[68] <Notice>: WiFi:[436216642.579003]: WiFi unquiescing requested by "locationd"
    Oct 28 20:17:28 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:17:28 iPhone wifid[68] <Notice>: WiFi:[436216648.423792]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = FALSE
    Oct 28 20:17:28 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:17:28 iPhone wifid[68] <Notice>: WiFi:[436216648.549017]: WiFi unquiescing requested by "locationd"
    Oct 28 20:17:32 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:17:53 iPhone kernel[0] <Notice>: 044895.929845 wlan0.A[26030] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:17:53 iPhone wifid[68] <Notice>: WiFi:[436216673.587557]: WiFiLocaleManagerCheckLocale: location service or wifi is off, set locale to default
    Oct 28 20:17:53 iPhone wifid[68] <Notice>: WiFi:[436216673.588251]: new locale:  , locale:
    Oct 28 20:17:57 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:17:58 iPhone wifid[68] <Notice>: WiFi:[436216678.421494]: Foreground Network Application entered.
    Oct 28 20:17:58 iPhone wifid[68] <Notice>: WiFi:[436216678.422422]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:17:58 iPhone wifid[68] <Notice>: WiFi:[436216678.422774]: problematic networks =  and potentially problematic networks =
    Oct 28 20:17:58 iPhone wifid[68] <Notice>: WiFi:[436216678.423092]: Unblacklisting
    Oct 28 20:17:58 iPhone wifid[68] <Notice>: WiFi:[436216678.424470]: No Change in Background Scan Networks, Skip Re-Programming Background Scan
    Oct 28 20:17:58 iPhone wifid[68] <Notice>:
    Oct 28 20:17:58 iPhone wifid[68] <Notice>: WiFi:[436216678.425025]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:17:58 iPhone wifid[68] <Notice>: WiFi:[436216678.431011]: Already connected to MY_SSID.
    Oct 28 20:17:58 iPhone wifid[68] <Notice>: WiFi:[436216678.433618]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:17:58 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 487 connectx to 2001:4810::110.80@0 failed: No route to host
    Oct 28 20:17:58 iPhone kernel[0] <Notice>: 044900.975263 wlan0.A[26031] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:17:58 iPhone sharingd[25] <Notice>: 20:17:58.547 : Starting Handoff advertising
    Oct 28 20:17:58 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:18:00 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:18:01 iPhone wifid[68] <Notice>: WiFi:[436216681.228883]: Foreground Network Application exited.
    Oct 28 20:18:01 iPhone wifid[68] <Notice>: WiFi:[436216681.229840]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:18:01 iPhone wifid[68] <Notice>: WiFi:[436216681.230184]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:18:01 iPhone wifid[68] <Notice>: WiFi:[436216681.231215]: Already connected to MY_SSID.
    Oct 28 20:18:01 iPhone wifid[68] <Notice>: WiFi:[436216681.244379]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:18:01 iPhone MobileSafari[211] <Warning>: Snapshotting a view that has not been rendered results in an empty snapshot. Ensure your view has been rendered at least once before snapshotting or snapshot after screen updates.
    Oct 28 20:18:01 iPhone sharingd[25] <Notice>: 20:18:01.874 : Starting Handoff advertising
    Oct 28 20:18:02 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:18:03 iPhone wifid[68] <Notice>: WiFi:[436216683.143252]: Foreground Network Application entered.
    Oct 28 20:18:03 iPhone wifid[68] <Notice>: WiFi:[436216683.144161]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:18:03 iPhone wifid[68] <Notice>: WiFi:[436216683.144617]: problematic networks =  and potentially problematic networks =
    Oct 28 20:18:03 iPhone wifid[68] <Notice>: WiFi:[436216683.144891]: Unblacklisting
    Oct 28 20:18:03 iPhone wifid[68] <Notice>: WiFi:[436216683.146070]: No Change in Background Scan Networks, Skip Re-Programming Background Scan
    Oct 28 20:18:03 iPhone wifid[68] <Notice>:
    Oct 28 20:18:03 iPhone wifid[68] <Notice>: WiFi:[436216683.146531]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:18:03 iPhone wifid[68] <Notice>: WiFi:[436216683.153513]: Already connected to MY_SSID.
    Oct 28 20:18:03 iPhone wifid[68] <Notice>: WiFi:[436216683.154134]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:18:03 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 488 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:18:03 iPhone kernel[0] <Notice>: 044906.007807 wlan0.A[26032] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:18:03 iPhone sharingd[25] <Notice>: 20:18:03.607 : Starting Handoff advertising
    Oct 28 20:18:03 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:18:04 iPhone sharingd[25] <Notice>: 20:18:04.110 : Starting Handoff advertising
    Oct 28 20:18:05 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:18:05 iPhone wifid[68] <Notice>: WiFi:[436216685.963283]: Foreground Network Application exited.
    Oct 28 20:18:05 iPhone wifid[68] <Notice>: WiFi:[436216685.964152]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:18:05 iPhone wifid[68] <Notice>: WiFi:[436216685.964676]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:18:05 iPhone wifid[68] <Notice>: WiFi:[436216685.971301]: Already connected to MY_SSID.
    Oct 28 20:18:06 iPhone wifid[68] <Notice>: WiFi:[436216686.024444]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:18:06 iPhone MobileSafari[211] <Warning>: Snapshotting a view that has not been rendered results in an empty snapshot. Ensure your view has been rendered at least once before snapshotting or snapshot after screen updates.
    Oct 28 20:18:06 iPhone sharingd[25] <Notice>: 20:18:06.709 : Starting Handoff advertising
    Oct 28 20:18:07 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:18:07 iPhone wifid[68] <Notice>: WiFi:[436216687.788818]: Foreground Network Application entered.
    Oct 28 20:18:07 iPhone wifid[68] <Notice>: WiFi:[436216687.790702]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:18:07 iPhone wifid[68] <Notice>: WiFi:[436216687.791130]: problematic networks =  and potentially problematic networks =
    Oct 28 20:18:07 iPhone wifid[68] <Notice>: WiFi:[436216687.791456]: Unblacklisting
    Oct 28 20:18:07 iPhone wifid[68] <Notice>: WiFi:[436216687.792726]: No Change in Background Scan Networks, Skip Re-Programming Background Scan
    Oct 28 20:18:07 iPhone wifid[68] <Notice>:
    Oct 28 20:18:07 iPhone wifid[68] <Notice>: WiFi:[436216687.793297]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:18:07 iPhone wifid[68] <Notice>: WiFi:[436216687.795417]: Already connected to MY_SSID.
    Oct 28 20:18:07 iPhone wifid[68] <Notice>: WiFi:[436216687.797683]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:18:07 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 489 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:18:07 iPhone sharingd[25] <Notice>: 20:18:07.897 : Starting Handoff advertising
    Oct 28 20:18:08 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:18:08 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 490 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:18:10 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 491 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:18:11 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 492 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:18:12 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 493 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:18:12 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 494 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:18:13 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 495 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:18:13 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 496 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:18:13 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 497 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:18:13 iPhone kernel[0] <Notice>: 044916.077045 wlan0.A[26033] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roam

    iOS 8.1.2 fixed this problem on my iPhone 5C. I have not had any issues with the default route since the update.
    But yes, toggling Wi-Fi always fixed the problem when I had it. I guess there was some specific Wi-Fi driver issue on iPhone 5C that made iOS unaware of the Router Advertisements and when the lifetime hit zero the default route was deleted.

  • Using ACE RHI to inject a default route

    I think I posted this onto the wrong Forum. Anyone able to advise here?
    SteveK.
    Posted by: stevek1 - Network Administrator, Dept Natural Resources and Mines
    Apr 18, 2008, 12:04am PST
    Hi Folks,
    I need to provide internal devices with active-active access to our clustered firewall which sits across 2 data centres.
    I need to allow internal hosts to reach external/unknown networks via a default route.
    We have ACE modules in our internal network aggregation 6513s at each site.
    I aim to achieve this using RHI...ie...device at site 1 reaches the internet via firewall at site 1, device at site 2 reaches internet via firewall at site 2 (due to better route). If the firewall is inaccessible from site 2, ACE at site 2 removes the route from the MSFC using RHI and site 2 device traffic is re-routed to the site 1 exit point.
    Has anyone out there done this before?
    Regards, Steve.
    | Outline | Subscribe | E-Mail this Message
    Replied by: stevek1 - Network Administrator, Dept Natural Resources and Mines - Apr 20, 2008, 6:48pm PST
    Hi Folks,
    It's Steve here again. I haven't had a response to my query as yet, but basically I need to know the validity of using ACE RHI to inject a default route as opposed to a host route.
    Can anyone please advise?
    Best Wishes, Steve.

    Thanks so much for your response Zahoor.
    The solution you have provided is more complicated than I had in mind. For example we had not intended using FWSM (we don't have these modules). I just want to use our existing ACEs at each Data Centre to provide the injection of a default route to our internal EIGRP process based on the result of a probe to our Checkpoint FW. What do you think?
    Steve.

  • Load balancing using multiple default routes

    Hi Guys,
    I just want to ask does creating multiple default routes on my router provides load-balancing on my WAN side? As far as i know, for example if I have two default routes on my router and let say I have two users connecting to the internet, the first one might go to the first WAN link while the second user might go to the second WAN link.
    Thank you so much
    Rex

    there are the difference between, load balancing and load sharing..which we need to understand.
    load sharing means you have 2 users, user A and User B, user A wants to use ISP1 and user B wants to use ISP2. this is called load sharing. and can be achieved via PBR (Policy based routing).
    we should not try to use load balancing for Internet traffic with 2 different ISPs.

  • Default dml statements.

    Hi Everybody, Season Greetings!
    I've a form using one base table block (multi-record format), lets say I'm creating a new row, Oracle forms builds a Default Insert statement when I commit the transaction. Same as with Update and Delete commands, my question is, how do I track down these default statements ?
    Whatever the insert, update or delete statments formed by oracle by default when I do commit, I'd like to track them down and store them in a local pl/sql variable or so ?
    Please help !
    John,
    null

    does anybody have answer for the below mentioned one...

  • Hardware Requirement for IP SLA Shadow Router

    Hi All,
    I would like to implement an IP SLA shadow router running pathEcho application with 365 IP SLA instances. I tried it on a Cisco2811 with 64MB flash and 256MB memory. The problem is that the Cisco2811 cannot handle all the operation when put into production. The router cannot be access/managed anymore. Any suggestion will be much appreciated on what platform I can use to support all the IP SLA instances that I would like to run.
    Many Thanks,
    Almar

    Hello,
    How are you starting these 365 IP SLA sessions? Simultaneous or sequentially?
    Q. What is a dedicated (shadow) SLAs router?  What are the benefits?
    A. The dedicated or SLAs router is used exclusively for Cisco IOS IP SLAs  operations and is connected to the edge routers to simulate the customer  network traffic. It is typically a Cisco 2600, 2800, 3700, 3800, or  7200 Series Router.
    So, your device is recommended by Cisco to be use as dedicated SLA router.
    Regarding the CPU and memory utilisation:
    Q. To what extent does Cisco IOS IP SLAs  impact CPU utilization or memory?
    A. As Cisco IOS IP SLAs is a software-based measurement, it does consume  CPU usage and memory.
    Table 2  illustrates the CPU usage based on 2,000 active operations, activated  sequentially. The data generated per operation is 10 packets of 64 byte  sizing, with 20ms spacing using the IP SLAs jitter operation. The data  represents four destinations, activated per one second versus percentage  of CPU usage in a 12.4 Cisco IOS release.
    Table 2. Cisco IOS IP SLAs CPU Usage
    Operations/ Second
    Operations/ Minute
    2620XM
    3725
    7200VXR
    NPE-G1
    4
    240
    7
    2
    0
    The memory  used per Cisco IOS IP SLAs operation does vary with different Cisco IOS  Software releases.
    Table  3. Cisco IOS IP SLAs Memory Usage
    Cisco IOS Software 12.2 and above
    UDP Jitter
    < 12KB
    UDP Echo
    < 3.5KB
    ICMP Echo
    < 3.2 KB
    More you can find here:
    http://www.cisco.com/en/US/technologies/tk648/tk362/tk920/technologies_qas0900aecd8017bd5a_ps6602_Products_Q_and_A_Item.html
    Your router resources should support your 365 IP SLA connections. Even if you start them simultaneously and admit that these are consuming all router resources, you will have your connection to the router stuck for some seconds and then you shoul gain the connectivity again. Check with:
    show proc cpu history
    show proc memory sorted
    If you have spikes of utilisation or permanent memory and CPU are used to the limit.
    More than this, it would help if you can paste here an excerpt about your IP SLA session configuration.
    Good luck!
    Calin

  • How do I get the page to stop moving up and down so much?

    Re: Pages - Please tell me how I can keep the page from moving up and down so much.  It's irritating.  The page I'm writing on wants to bounce several times before it finally stops...like when you move the cursor, sometimes the page bounces.   Thanks for any help you can give.
    -R.J.

    R.J. Johnson wrote:
    Jerrold, good input about the scrolling to the end and the irritating "bounce."  This is what annoys me.  I bought a refurbished iMac 2 weeks ago that was made in May 2011 and I thought it would have Snow Leopard on it.  But it came with Lion.
    Also, yes, it comes with the Magic Mouse that is wireless.
    1,  So, I am just stuck with the Lion bounce?
    2.  PS Do you guys know how to have the Mail icon open on the Dock without the big mail window opening, too?  I do not set the Option for Mail to OPEN AT LOGIN because I hate having to close that big mail window every time I boot up the computer.
    R.J.,
    1. No matter what mouse you have, you will get a "bounce" if you bang into the limit. If you scroll gently into the limit and then back off, you will not see the same effect, or at least not the same degree. Check to see if your tracking speeds are similar with the two pointing devices. I think this will have more influence than whether the device is wireless or not.
    2. If you don't want anything to change in Mail when you boot up, I think you should just leave it open when you Shut Down the computer. With Lion, your Mail app should come back in the same state as when you Shut Down.
    Jerry

  • BGP peering via default route

    I read http://blog.ipexpert.com/2010/11/08/bgp-peering-and-default-routes/ and understood that BGP speaker will not initiate BGP connection with the other BGP router if it can reach it via default route only...And BGP peering will not come up at all if both the BGP speakers know each other via default routes only....I could not understand the reason behind this though...Could any expert help me in understanding the underlying reasoning?

    I can't think of a reason why you would want to peer with a router you don't have a route for. If you're relying on a default route for a multi-hop bgp peer session, it could cause the session to be unreliable due to changes in the network down the line from you. An unreliable bgp session would be bad on the router's cpu/memory if the session were to flap.

  • Creating a default route "shared" among multiple tenants?

    Hi!
    I'd like to ask if it's possible to create a default route to an external L3 network that can be shared by multiple tenants?
    I've tried various methods such as creating the External Routed Network under the Common tenant, but I was unable to see how it could work. Usually, for external layer 3 access within a tenant, a contract would be created between the external routed network and the desired EPG, but across tenants, I couldn't find a way to create a contract between the external routed network in the Common tenant and the EPG in another tenant.
    Could someone walk me through the steps to do this? Or do I really have to create a separate External Routed Network for the default route for every single tenant?
    In addition, my understanding of the "Common" tenant seems to be quite sketchy even after reading the documents; I'm not quite sure what exactly is shared by this tenant, or how we could use this tenant to provide shared services to other tenants. If anyone could give a quick run-down on how we could use the Common Tenant, that would be really fantastic.
    Thank you!

    Hello again,
    At this time, if I'm not mistaken, the only way to accomplish this is to have All the BDs in the common tenant/VRF and the EPGs in the particular user tenant where they belong. Since you are still using only 1 VRF (the common tenant) the contract between the L3 out in common to the EPGs in user defined tenants can be a standard "private network" scope contract. 
    The other option if having the BDs in common is not an option, is to have an external L3 per tenant. 
    I tried the recreate over the weekend and was also unsuccessful in find a loophole. I thought i could implement an exported contract interface for inter tenant communication between an external epg and a user defined tenant/epg but it did not work. 
    Hope this helps. 

  • Router goes down after Wi-Fi connecting my iPhone 5s

    Hello,
    Yes, simple as that, every time I connect my iPhone 5s to the home broadband, the router goes down for a few minutes and then it comes back, then goes down again and on ... (Never ending loop).
    I made sure that it's related to my iPhone when the browser gone offline on my Macbook, when I turned the Wi-Fi off in my iPhone the router was on again.
    Could it be a conflict or something?
    Any suggestion will be good!
    Many thanks and much appreciated.

    Resetting Network Settings means that the saved password that enabled your iPhone to connect to your WiFi router was erased. You are now reentering that password. Most likely you are entering the password incorrectly or are entering an old password or the wrong password.
    Check that the password that you are using is absolutely, positively, the correct and current password for your router. Make sure that you are not confused l with 1, O with 0, etc.

Maybe you are looking for

  • Windows 8.1 doesn't hibernate or sleep after installing amd catalyst driver

    hi i am using windows 8.1 64 bit but after installing a amd catalyst center windows behaviour changed it doesn't go for hibernate and sleep and after unstall it windows comes into normal position please refered me proper solution to install amd drive

  • Installing Windows 7 Ultimate 64-bit with Boot Camp

    I am using a 17" MacBook Pro with and Intel i7 2.66 GHz processor, 8GB 1067 MHz RAM and a 7200RPM 500GB hard drive. I am trying to install Windows 7 Ultimate 64-bit via Boot Camp. I do what Boot Camp tells me to do, but when my MacBook Pro restarts t

  • Problem in alv output download

    HI All, My problem is My alv output table contains long text with value as 1000 characters. when i am downloading my alv output into excel, it is downloading only 255 characters length. is there any ways to download the entire long text into excel. P

  • Dreamweaver, Flash or both?

    Hi, I'm looking to buy a license for Creative Cloud within the next week or so and just had a question before I actually go for it. If I'm looking to create a website, is it possible to use a combination of Flash and Dreamweaver? What I was thinking

  • Photo book format change

    I made a hardcover book for my daughters' teacher and I want to make the same book as a softcover for my girls. Is there an easy way to copy everything over to a new book?