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,

Similar Messages

  • CSS advertise OSPF default route?

    I have a CSS in one armed mode sitting between the Internet Edge router and PIX firewall.
    The edge router is getting a default route from BGP and distributes that into the Firewall via OSPF.
    The firewall sees the Edge router as the default gateway from the distributed route.
    Would it be possible to have the CSS (through OSPF) get the default route from the Edge router and advertise it to the Firewall?
    The goal is to have the Firewall use the CSS as it's default gateway, rather than the Edge router, but it needs to be a dynamic route.
    In turn the edge router would pass traffic through the CSS to the firewall.
    The CSS would be an intermidiate hop between the router and firewall.
    Is this something that the CSS is capable of doing?
    And from a design perspective, it is something that could be an issue?

    Thanks,
    I did see that document and played with it some last night.
    I think it should work too, but was not sure if it was not reccomended by Cisco or not.
    I have seen they they do not reccomend OSPF or RIP configurations, but I am only concerned with the default route and this would maybe solve the problem of any potential asymetric traffic flow.

  • Management to VRF Interface on 1841 relying on default route

    I couldn't find this in any of the bug lists, has anyone come across this scenario before:
    I have an 1841 router, running: c1841-advipservicesk9-mz.124-25f
    This router has multiple loopbacks in different VRFs, loopback 0 is in the global context, loopback 1 is in the "ADMIN" VRF (there are multiple other VRFs, but there is nothing special or unique in the config between them, so I'll just stick with loop1, the behaviour is the same for all VRFs)
    The routing table contains an all-zeros route:
    show ip route vrf ADMIN
    Routing Table: ADMIN
    Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
           D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
           N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
           E1 - OSPF external type 1, E2 - OSPF external type 2
           i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
           ia - IS-IS inter area, * - candidate default, U - per-user static route
           o - ODR, P - periodic downloaded static route
    Gateway of last resort is 10.254.144.13 to network 0.0.0.0
         10.0.0.0/8 is variably subnetted, 330 subnets, 7 masks
    B       10.254.156.104/30 [20/0] via 10.254.144.13, 3d23h
    [etc etc]
    10.254.144.13 is the next hop for all networks in the ADMIN VRF, this router is not dual attached.
    My PC sits behind a firewall outside the MPLS network, the VRFs in the MPLS network rely on a default all-zeros route into the firewall - hence there is not specific route for the subnet my PC is on.
    From my PC, I can ping the Loopback1 address, however I cannot get to any management services (ssh, telnet, http or https) via loopback1. When I add a static route for my PC (/32) (or for the entire 10.0.0.0/8 network - which is my current work around), I can then ssh or telnet etc to Loopback1.
    Loopback0 (in the global context) works fine regardless of if it's relying on the all zeros route or not.
    Anyone seen this before? It appears to be a bug in the IOS that management services do not look at the default route within a VRF?

    You can generate a default route with the following command:
    neighbor 1 default-originate
    and you need to have a default route in the routing table. This will get the PE to generate a default route to the CE.

  • MPLS + OSPF default rote weird problem (cat6509)

    I have two cat6509.
    Switch A is connected to the internet and receive an OSPF default-route.
    Switch A an B is connect trough a MPLS Tunnel with traffic eng..
    When I setup an notebook connected to the Switch B I canno't reach the internet. But If I change in the switch B the default-route learned trough ospf to static one pointing to the lo0 of SwA it works fine.
    And another thing weird.
    If I let the original config, SwB learning the default-route via Tunnel171 OSPF, I can reach the internet from the notebook If I change the SwB to process switch the packets.
    Someone can help?

    Hi,
    this sounds somewhat wierd, I agree. Did you configure "mpls ip default-route" on both 6509? This allows for label switching of the default route.
    It would lso be interesting to get an output from "show mpls ldp discovery", "show mpls forward" and "show ip cef 0.0.0.0 detail" in both cases default through ospf or through static (in case there are any differences).
    Regards, Martin

  • ASA receiving two default routes to internet via OSPF

    I am trying to test something for a client.  If I have an ASA that receives two default routes to the internet via OSPF, will it load balance those connections?  I have a feeling the answer is 'no.'  If that is the case, would the ASA would be at least able use the second internet connection if the primary one becomes saturated?
    TIA,
    Dan

    Yes, I know that the ASA cannot have default routes on multiple interfaces.  Both of the default routes are coming into the ASA's outside interface.  There would be two routers and the ASA in area 0 for OSPF.  The routers would have the default-information originate command in their OSPF configuration to push the default route out to the ASA.

  • Need advice on creating ospf abr router

    Hi, I'm studying for the CCNA, and am trying to learn and experiment with OSPF in packet tracer. I am having trouble with setting up a ABR to advertise a summary route for area 0 to another router in area 1. Lets say I have:
    R1:
    router ospf 1
    network 192.168.1.0 0.0.0.255 area 0
    network 192.168.2.0 0.0.0.255 area 0
    network 192.168.3.0 0.0.0.255 area 0
    area 0 range 192.168.0.0 255.255.252.0 <-- my summary route
    ip route 0.0.0.0 0.0.0.0 10.1.1.1
    default-information originate
    R2:
    router ospf 1
    network 10.1.1.0 0.0.0.255
    network 10.1.2.0 0.0.0.255
    network 10.1.3.0 0.0.0.255
    Assuming R1 in area0 is my main network, and I want to advertise my summary route to the area 1 router, what would I have to do?
    I hope that makes sense. Thanks!

    Well I think I've got it now. I think I was over complicating it, by not realizing that a router could easy advertise routes to multiple areas, eg:
    router ospf 1
    net 192.168.1.1 area 0
    net 192.168.2.1 area 0
    net 10.10.10.10 area 1
    net 10.10.20.10 area 1
    etc, and then using the 'area 0 range 192.168.0.0 255.255.252.0
    Also, as I understand it: If you put a default route on an ABR with default-information originate, the route is advertised to both AS's. But if the route is on either of these AS's, you can't do this because a routing loop will occur. Is this correct?
    thanks again

  • BGP default route advertisement - change preference

    hi guys,
    I would appreciate some assistance here. We have a primary head office & a DR site. Routers at both sites connect to our carrier for an IP VPN service using BGP. BGP configs on each router advertise a default route 0.0.0.0.
       #sh ip bgp neighbors x.x.x.x advertised-routes
          BGP table version is 358, local router ID is x.x.x.x
          Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
                  r RIB-failure, S Stale
          Origin codes: i - IGP, e - EGP, ? - incomplete
          Originating default network 0.0.0.0
    Issue is, some of our remote sites prefer the DR router path for traffic destined to internet.
    We are advertising multiple default routes to our carrier, and based on feedback from carrier, route with lowest MED is preferred.
    This brings me to what i need to change from my side. Need to change the route preference so that from our remote offices, only the route to head office is preferred with DR site the least preferred route. I know there are multliple ways of doing this, however keen to get input from the experts out there.
    DR site router has this BGP config currently applied:
       router bgp XXXXX
        bgp log-neighbor-changes
        redistribute connected
        redistribute ospf 1 match internal external 1 external 2
        neighbor x.x.x.x remote-as XXXX
        neighbor x.x.x.x default-originate
        neighbor x.x.x.x soft-reconfiguration inbound
        neighbor x.x.x.x route-map IMPORT-POLICY in
        neighbor x.x.x.x route-map OPI-route-advertisement out
        default-information originate
    Removing the  "neighbor x.x.x.x default-originate" is not an option, as we need to have the ability to failover to DR at any point.
    Thanks in advance & if you need any further info pls advise.
    Rama

    Hi Milan,
    Thanks. Answers below:
    Does it provide an MPLS backbone to you? YES
    Are you using the same AS number on all your sites or different ones? Same AS
    Any way, what about advertising the default route from your DR site with the site AS number prepended several times (5 times, e.g.)? That's the thing I am struggling to understand as the route-map OPI-route-advertisement already has it prepended 2 times. Shouldn't that be enough to influence which route is least preferred?
    route-map OPI-route-advertisement permit 20
     match ip address prefix-list xxx default-route
     set as-path prepend XXXXX XXXXX
    If your provider would permit that and hasn't configured his routers to ignore the AS_PATH length (as him a question), it should make the default route advertised from your DR less preferred within your backbone. Will ask.
    Given this, any other thoughts/questions?
    Thanks, Rama

  • 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.

  • UNABLE TO INJECT A STATIC DEFAULT ROUTE FROM PE????

    UNABLE TO INJECT A STATIC DEFAULT ROUTE FROM PE????
    Description:
    I am unable to get a static default route via MPBGP session for a vrf, any other route redistributed the same way is getting through.
    Just the static default route isn't ????
    1>
    SOURCE PE WHERE IS THE ROUTE REDISTRIBUTED:
    pe1#
    router bgp 4755
    bgp router-id 10.10.10.103
    no bgp default ipv4-unicast
    bgp log-neighbor-changes
    neighbor 10.10.10.100 remote-as 4755
    neighbor 10.10.10.100 update-source Loopback0
    address-family vpnv4
    neighbor 10.10.10.100 activate
    neighbor 10.10.10.100 send-community extended
    exit-address-family
    address-family ipv4 vrf B
    redistribute static <<<<<<<<<<<<<< STATIC REDIS
    no auto-summary
    no synchronization
    exit-address-family
    address-family ipv4 vrf A
    redistribute static <<<<<<<<<<<<<< STATIC REDIS
    no auto-summary
    no synchronization
    exit-address-family
    ip classless
    ip route vrf A 0.0.0.0 0.0.0.0 Serial1/0 192.168.1.2 global <<<< STATIC ROUTE POINTING THE GLOBAL CONTEXT INTERFACE
    ip route vrf B 0.0.0.0 0.0.0.0 Serial1/0 192.168.1.2 global <<<< STATIC ROUTE POINTING THE GLOBAL CONTEXT INTERFACE
    DESTINATION PE HERE I CANNOT SEE THE STATIC DEFAULT ROUTE:
    pe3(config-router-af)#do sh ip bgp vpnv4 all
    BGP table version is 11, local router ID is 10.10.10.103
    Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
    r RIB-failure, S Stale
    Origin codes: i - IGP, e - EGP, ? - incomplete
    Network Next Hop Metric LocPrf Weight Path
    Route Distinguisher: 4755:1 (default for vrf A)
    *>i172.16.1.0/30 10.10.10.101 0 100 0 ?
    *>i172.16.2.0/30 10.10.10.102 0 100 0 ?
    *>i172.16.10.0/24 10.10.10.101 2297856 100 0 ?
    *>i172.16.20.0/24 10.10.10.102 2297856 100 0 ?
    *>i172.16.200.0/24 10.10.10.102 2170112 100 0 ?
    Route Distinguisher: 4755:2 (default for vrf B)
    *>i172.16.1.0/30 10.10.10.101 0 100 0 ?
    *>i172.16.2.0/30 10.10.10.102 0 100 0 ?
    *>i172.16.10.0/24 10.10.10.101 2297856 100 0 ?
    *>i172.16.20.0/24 10.10.10.102 2297856 100 0 ?
    *>i172.16.200.0/24 10.10.10.102 2170112 100 0 ?
    THE STAITC ROUTE IS REDISTRIBUTED TO LOCAL VRF CONTXT ASWELL AS WE CAN SEE:
    pe3(config-router-af)#do sh ip route vrf A
    Routing Table: A
    Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
    D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
    N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
    E1 - OSPF external type 1, E2 - OSPF external type 2
    i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
    ia - IS-IS inter area, * - candidate default, U - per-user static route
    o - ODR, P - periodic downloaded static route
    Gateway of last resort is 192.168.1.2 to network 0.0.0.0
    172.16.0.0/16 is variably subnetted, 5 subnets, 2 masks
    B 172.16.200.0/24 [200/2170112] via 10.10.10.102, 00:00:23
    B 172.16.20.0/24 [200/2297856] via 10.10.10.102, 00:00:23
    B 172.16.10.0/24 [200/2297856] via 10.10.10.101, 00:00:23
    B 172.16.1.0/30 [200/0] via 10.10.10.101, 00:00:23
    B 172.16.2.0/30 [200/0] via 10.10.10.102, 00:00:23
    S* 0.0.0.0/0 [1/0] via 192.168.1.2, Serial1/0
    Hope I am clear in explaining the issue...
    Thanks,
    Dara

    Hehehe :)
    "Unfortunately" that's true !!!!
    This could have been the last thing that I try.
    Getting he techs work, protocols work is fine.
    But if get to make myself understand the logic behind adding this command as well than ... :(
    Thanks a lot,

  • Using the OSPF default-information originate command with two ISPs

    I am working for a company that has two Internet circuits with different ISPs at two different locations for redundancy, and both Internet circuits run at different speeds. I'd like to be able to direct the majority (but not all) of the traffic through the ISP with the larger bandwith, but then failover all traffic to one ISP when the other goes down. We're currently using the "default-information originate" command, which fails over OK, but I haven't figured out how to do the load balancing. I'd appreciate your thoughts. Thank you.

    One thing that you could consider is advertising the default route as and
    external 1 route instead of an external 2 route(cisco default). If you advertise it as an E1
    route, all routers will take into consideration the cost associated with the
    default route to the router advertising the default route plus the cost of the
    default route itself. Whereas if it is an E2 route, the routers just use the
    cost associated with the external cost and not the path to get to the router
    advertising the default route.
    If you made the default route E1, then the routers closest to the advertised
    routers will prefer the closest default route and their preference could then be
    tweaked by adjusting the interface costs for the default route with a routemap.
    By using this method, you could then control which routers use which internet
    connection on a per router basis because you could control the cost the internal router
    sees for the path from the internal router to the ASBR advertising the default route. The
    path with the lowest cost will be prefered.
    router ospf 1
    default-information originate metric-type 1

  • 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. 

  • A router should not see this default route concept ?

    I have got Router3 connected between two different domains OSPF and EIGRB (Router3 is ASBR), if the requirement like this:
    Configure your network so that Router3 advertises a default route to the rest of your OSPF enabled devices. However in order to help prevent traffic black holes, it has been suggested that Router3 should not see this default route. Instead Router3 must have a longer match for all destination.
    What did he meant by : “Router3 should not see this default route” and “Instead Router3 must have a longer match for all destination.” ?

    yes the default is 0.0.0.0/0
    The router will issue a default into the ospf domain but when you check r3's routing table there will not be a default route...This instructs all other routers that have no specific route to a destination network, to send their traffic to r3.
    When a router makes a routing decision it looks for the routing entry that best matches the destiantion. For example if it needs to route a packet to 10.1.2.0 and has the following entries in the routing table:
    1. 10.0.0.0/16 next-hop A
    2. 10.1.0.0/16 next-hop B
    3. 0.0.0.0 next-hop C
    It will chose B, because it is a longer match to the destination.
    for a destination net 192.168.0.0 it would use the default

  • ASA 5520 - Can not change default route.

    Hi
    My asa is sitting behind a router the next hop from the ASA to the router is 10.0.0.5 I have tried to change the default route to route DMZ 0 0 10.0.0.5  to no availability right now the default route is (S*   0.0.0.0 0.0.0.0 [1/0] via 172.16.8.20, Outside) but even if I were to do a "no route Outside 0 0 172.16.8.20" the default route does not disappear when I do a "sh route" command. ant help would be greatly appreciated.

    I apologize for not being clear hopefully this helps. Basically the  default route should be: route DMZ 0.0.0.0 0.0.0.0 10.10.10.5, I had to  add a metric of 2 because otherwise it would conflict with the Gateway  of last resort, the interesting part is if I try to remove the current  gateway of last resort then the error I get is  %No matching route to delete and I try to add the new route I get ERROR: Cannot add route entry, conflict with existing routes.
    **"show ip address" output---
    Interface                Name                   IP address      Subnet mask     Method
    GigabitEthernet0/0       Outside               172.22.8.166    255.255.252.0   CONFIG
    GigabitEthernet0/3       DMZ                   10.10.10.16     255.255.255.0   CONFIG
    Management0/0            management      192.168.100.1   255.255.255.0   CONFIG
    GigabitEthernet1/0       Inside                 172.16.0.2      255.255.252.0   CONFIG
    GigabitEthernet1/1       VPN                    X.X.X.X          255.255.255.240 CONFIG
    Current IP Addresses:
    Interface                Name                   IP address      Subnet mask     Method
    GigabitEthernet0/0       Outside               172.22.8.166    255.255.252.0   CONFIG
    GigabitEthernet0/3       DMZ                   10.10.10.16     255.255.255.0   CONFIG
    Management0/0            management      192.168.100.1   255.255.255.0   CONFIG
    GigabitEthernet1/0       Inside                 172.16.0.2      255.255.252.0   CONFIG
    GigabitEthernet1/1       VPN                    X.X.X.X          255.255.255.240 CONFIG
    **"show running-config" output---
    !The DMZ route should be the gateway of last resort
    route DMZ 0.0.0.0 0.0.0.0 10.10.10.5 2
    route Outside 10.0.1.0 255.255.255.252 172.22.8.20 1
    route Outside 10.0.2.0 255.255.255.252 172.22.8.20 1
    route Outside 10.0.4.0 255.255.255.252 172.22.8.20 1
    route Outside 10.0.5.0 255.255.255.240 172.22.8.20 1
    route Outside 10.0.6.0 255.255.255.252 172.22.8.20 1
    route Outside 10.0.25.0 255.255.255.0 172.22.8.20 1
    route Outside 10.0.52.0 255.255.255.0 172.22.8.20 1
    route Inside 172.16.0.0 255.255.252.0 172.16.0.3 1
    route Outside 172.16.6.0 255.255.255.0 172.16.6.1 1
    route Outside 172.22.0.0 255.255.0.0 172.22.8.20 10
    route Outside 192.168.0.0 255.255.255.0 172.22.8.20 255
    route DMZ 192.168.200.0 255.255.255.0 156.108.124.66 1
    **"show route" output ---
    Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
           D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
           N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
           E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
           i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
           * - candidate default, U - per-user static route, o - ODR
           P - periodic downloaded static route
    Gateway of last resort is 172.22.8.20 to network 0.0.0.0
    S    172.16.6.0 255.255.255.0 [1/0] via 172.16.6.1, Outside
                                  [1/0] via 172.22.8.20, Outside
    C    172.16.0.0 255.255.252.0 is directly connected, Inside
    C    172.22.8.0 255.255.252.0 is directly connected, Outside
    S    172.22.0.0 255.255.0.0 [10/0] via 172.22.8.20, Outside
    D    192.168.4.8 255.255.255.252 [90/2178816] via 172.16.0.3, 66:37:21, Inside
    D    192.168.4.9 255.255.255.255 [90/2178816] via 172.16.0.3, 66:37:21, Inside
    S    10.0.2.0 255.255.255.252 [1/0] via 172.22.8.20, Outside
    D    10.0.0.0 255.255.255.0 [90/3072] via 172.16.0.3, 66:37:21, Inside
    C    10.10.10.0 255.255.255.0 is directly connected, DMZ
    S    10.0.1.0 255.255.255.252 [1/0] via 172.22.8.20, Outside
    S    10.0.6.0 255.255.255.252 [1/0] via 172.22.8.20, Outside
    S    10.0.4.0 255.255.255.252 [1/0] via 172.22.8.20, Outside
    S    10.0.5.0 255.255.255.240 [1/0] via 172.22.8.20, Outside
    S    10.0.25.0 255.255.255.0 [1/0] via 172.22.8.20, Outside
    S    10.0.52.0 255.255.255.0 [1/0] via 172.22.8.20, Outside
    S    192.168.0.0 255.255.255.0
               [255/0] via 172.22.8.20, Outside
    D    192.168.100.0 255.255.255.0 [90/3072] via 172.16.0.3, 66:37:21, Inside
    ! I have tried to remove the route below with the command "no  route Outside 0 0 172.22.8.20" but always get the error %No matching  route to delete
    S*   0.0.0.0 0.0.0.0 [1/0] via 172.22.8.20, Outside

  • Where does the default route come from ?

    Dear All 
    As we know, the edge router in client side gets default route from ISP' edge router. Where does the default route come from in ISP? If the ISP edge router has full route table, it produces there. If not, it comes from its upstream router until full routes table(only BGP). Please correct me if I am wrong. Thank you. 

    Hello.
    While establishing BGP with ISP, there are three options for a client:
    > Default route (used in general) - client router forwards every request (for destination route) to ISP router.
    > Full route - ISP router's complete routing table would be received and maintained in client router.
    > Partial route - Only specific route would be received from ISP (Head office - Branch office scenario)
    ISP generate default route from their peering router that should have full routing table or knowledge of the router having it. A local ISP may generate default to their client and have one received from their upstream or global / larger ISP. Hope this helps.

  • Modify the preference value of the default route

    Hi
    How to achieve the Below ? any configuration example?
    1)How to modify the preference value of the default route to be less prefered than OSPF External route
    2)how to redistribute the default route as type 2 external route
    3)how to redistribute the default route as type 1 external route
    thanks

    Hi Ibrahim,
    See below:
    1) Can you elaborate on this a bit? Can you explain, specifically, what your trying to accomplish? I don't think you can get a default route into the OSPF RIB that is not external as the default is injected as a Type-5 LSA (e1 or e2). If your talking about getting a router to use the OSPF learned default over the default router learned via some other source (e.g. static, BGP, etc), then it depends on the source because of the Administrative Distance when comparing the two defaults ( the one default learned via OSPF has AD=110, and the other default is AD=X, where X is the Administrative Distance assigned to the protocol).
    2) Use the "default-information originate metric-type 2" command under "router ospf" -- Note this is the default
    3) Use the "default-information originate metric-type 1" command under "router ospf" -- Note, you don't need this in Totally Stubby Area.
    4) For NSSA area you have to use the "area nssa <area_num> default information-originate metric-type <type>" router subcommand. Note your NSSA should have a Type-7 LSA for the default route
    Rate if helpful.
    Joe

Maybe you are looking for