SRX

 View Only
last person joined: 2 days ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
Expand all | Collapse all

Assigning a /29 address to srx Wan interface kills connection

  • 1.  Assigning a /29 address to srx Wan interface kills connection

    Posted 02-08-2024 09:12
    Edited by CHAYNE CHILES 02-08-2024 09:22

    Hi I have a SRX 300 running JUNOS 21.4R3.15

    I have a /29 range from my router
    Say it is 192.168.0.72/29
    with the router GW being 192.168.0.73/29
    I have set my next-hop to be 0.0.0.0/0 next-hop 192.168.0.73
    I have attempted to assign the address 192.168.0.74/29 to my wan interface and i get no outside access.

    But if i assign the address as 192.168.0.74/24 as my wan IP everything works as expected.

    If i change it back to /29 it continues to work for a few min but eventually falls over.

    I have a test-VM setup connected to same routers and if i assign it the address

    IP - 192.168.0.74

    subnet - 255.255.255.248
    GW - 192.168.0.73
    It works without issue gets internet access and never falls over.

    Any advice would be appreciated



    ------------------------------
    CHAYNE CHILES
    ------------------------------



  • 2.  RE: Assigning a /29 address to srx Wan interface kills connection

    Posted 02-08-2024 09:34

    Could you share a snippet of your interface configuration and of your routing options

    show interface $INT | display set

    show routing-options | display set

    Please remove anything you deem sensitive.



    ------------------------------
    JOEY OFFICER
    ------------------------------



  • 3.  RE: Assigning a /29 address to srx Wan interface kills connection

    Posted 02-08-2024 09:43

    A little more background is probably needed

    I am in the process of moving this router to our new ranges 
    i am currently attempting to add the new IP before i remove the old

    the way i am testing this is by running 
    run ping 1.1.1.1 source 192.168.0.74

    When i have the wan ip with a /24 the ping works and i can SSH onto the fw via the 192.168.0.74 address
    when i have the /29 no ping return and am unable to access via ssh on that address



    ------------------------------
    CHAYNE CHILES
    ------------------------------



  • 4.  RE: Assigning a /29 address to srx Wan interface kills connection

    Posted 02-08-2024 10:00
    Edited by JOEY OFFICER 02-08-2024 10:16

    from your output, it looks like you have 2 static routes for 0.0.0.0/0 without a metric to identify which is the preferred route, this may be causing some of your routing issues.

    Another question - are you trying to attach the new IP to the existing interface, or is this a new interface and BOTH will be active during the transition? 

    Here's an example of ours with dual ISP/WAN links.  I've removed the real IPs, using 1.1.1.1/28 and 2.2.2.1/29 as my networks.

    srx345-1> show configuration interfaces ae1 | display set
    set interfaces ae1 description "Fiber Uplink"
    set interfaces ae1 aggregated-ether-options link-speed 1g
    set interfaces ae1 aggregated-ether-options lacp active
    set interfaces ae1 unit 0 family inet address 1.1.1.1/28
    
    srx345-1> show configuration interfaces ae2 | display set
    set interfaces ae2 description "Cable Uplink"
    set interfaces ae2 aggregated-ether-options link-speed 1g
    set interfaces ae2 aggregated-ether-options lacp active
    set interfaces ae2 unit 0 family inet address 2.2.2.1/29
    
    srx345-1> show configuration routing-options static route 0.0.0.0/0 | display set
    set routing-options static route 0.0.0.0/0 next-hop 1.1.1.14
    set routing-options static route 0.0.0.0/0 qualified-next-hop 2.2.2.6 preference 20
    deactivate routing-options static route 0.0.0.0/0 qualified-next-hop 2.2.2.6
    set routing-options static route 0.0.0.0/0 preference 30
    
    srx345-1> ping interface ae1 1.1.1.14 count 1
    PING 1.1.1.14 (1.1.1.14): 56 data bytes
    64 bytes from 1.1.1.14: icmp_seq=0 ttl=64 time=14.309 ms
    
    --- 1.1.1.14 ping statistics ---
    1 packets transmitted, 1 packets received, 0% packet loss
    round-trip min/avg/max/stddev = 14.309/14.309/14.309/0.000 ms
    
    srx345-1> ping interface ae2 2.2.2.6 count 1
    PING 2.2.2.6 (2.2.2.6): 56 data bytes
    64 bytes from 2.2.2.6: icmp_seq=0 ttl=64 time=9.155 ms
    
    --- 2.2.2.6 ping statistics ---
    1 packets transmitted, 1 packets received, 0% packet loss
    round-trip min/avg/max/stddev = 9.155/9.155/9.155/0.000 ms
    

    The ae$ interfaces are aggregates, your ports/interface names would be different.

    Let me know if that helps.



    ------------------------------
    JOEY OFFICER
    ------------------------------



  • 5.  RE: Assigning a /29 address to srx Wan interface kills connection

    Posted 02-08-2024 10:20
    Edited by CHAYNE CHILES 02-08-2024 10:22

    Both endpoint Routers are available via our core network
    attach a new IP to a in use interface
    i am going to replace the current IP setup with the new ( we are migrating away from managed)

    eventually i will remove the first route and only have the new setup

    Another test i have done
    I removed the original config 
    and  only have the new config set
    192.168.0.74/29 
    next-hop 192.168.0.73
    But i completely lose connection to the device and have to console in via usb cable.
    I can test with a next hop metric



    ------------------------------
    CHAYNE CHILES
    ------------------------------



  • 6.  RE: Assigning a /29 address to srx Wan interface kills connection

    Posted 02-08-2024 10:24

    when you say you lose connectivity to the device, I assume you mean network access from your workstation to the device - are you on the same network as the interface?  Also, there could be other issues here - including security policies, whether or not your connecting to a management interface, zone policies, etc.

    Could you elaborate on your workstation/router connection and if this is truly a stock config, 



    ------------------------------
    JOEY OFFICER
    ------------------------------



  • 7.  RE: Assigning a /29 address to srx Wan interface kills connection

    Posted 02-08-2024 10:30
    Edited by CHAYNE CHILES 02-08-2024 10:30

    Why is it i can access it via the new IP when it is set as a /24 
    But i cannot when it is set as a /29.

    It may have something to do with Policies
    that was a thought i had started to have 

    I am doing this testing on a inuse FW 


    I have just started configuring a spare SRX300 i will do a basic config 
    and report back any updates i get 


    Thank you for you help so far
    It is appreciated



    ------------------------------
    CHAYNE CHILES
    ------------------------------



  • 8.  RE: Assigning a /29 address to srx Wan interface kills connection

    Posted 03-12-2024 08:00
    Edited by CHAYNE CHILES 03-12-2024 09:02

    I am still having issues with this.

    I am at a loss of what to look for

    I set my main IP on my test SRX300 to 192.168.0.66/29
    with a next-hop of 192.168.0.65

    and the connection will work for +-5min
    then it drops the connection.
    i cannot ping from the SRX or the test laptop i have connected to it.
    then after 5 min of no internet the internet connection restores and the device and the test laptop are able to access the internet for 5 min

    If i make any change to that (add broadcast address)
    the connection re-establishes for that 5 min period before going into the same 5min online and 5 min offline loop

    I have a windows VM with the ip of 192.168.0.67/29 g/w 192.168.0.65
    it never loses connection

    You can view this by my ping seq numbers below

    ------------------------------
    CHAYNE CHILES
    ------------------------------
    -------------------------------------------

    PING 1.1.1.1 (1.1.1.1): 56 data bytes
    64 bytes from 1.1.1.1: icmp_seq=0 ttl=57 time=10.505 ms
    64 bytes from 1.1.1.1: icmp_seq=1 ttl=57 time=9.080 ms
    64 bytes from 1.1.1.1: icmp_seq=2 ttl=57 time=8.412 ms
    64 bytes from 1.1.1.1: icmp_seq=3 ttl=57 time=8.430 ms
    64 bytes from 1.1.1.1: icmp_seq=4 ttl=57 time=7.817 ms
    64 bytes from 1.1.1.1: icmp_seq=5 ttl=57 time=7.651 ms
    64 bytes from 1.1.1.1: icmp_seq=6 ttl=57 time=8.624 ms
    64 bytes from 1.1.1.1: icmp_seq=7 ttl=57 time=7.716 ms
    64 bytes from 1.1.1.1: icmp_seq=8 ttl=57 time=7.817 ms
    64 bytes from 1.1.1.1: icmp_seq=9 ttl=57 time=7.550 ms
    64 bytes from 1.1.1.1: icmp_seq=10 ttl=57 time=7.781 ms
    64 bytes from 1.1.1.1: icmp_seq=11 ttl=57 time=259.300 ms
    64 bytes from 1.1.1.1: icmp_seq=12 ttl=57 time=7.573 ms
    64 bytes from 1.1.1.1: icmp_seq=13 ttl=57 time=79.559 ms
    64 bytes from 1.1.1.1: icmp_seq=14 ttl=57 time=7.635 ms
    64 bytes from 1.1.1.1: icmp_seq=15 ttl=57 time=8.730 ms
    64 bytes from 1.1.1.1: icmp_seq=16 ttl=57 time=7.544 ms
    64 bytes from 1.1.1.1: icmp_seq=17 ttl=57 time=7.676 ms
    64 bytes from 1.1.1.1: icmp_seq=18 ttl=57 time=7.637 ms
    64 bytes from 1.1.1.1: icmp_seq=19 ttl=57 time=319.256 ms
    64 bytes from 1.1.1.1: icmp_seq=20 ttl=57 time=7.573 ms
    64 bytes from 1.1.1.1: icmp_seq=21 ttl=57 time=7.608 ms
    64 bytes from 1.1.1.1: icmp_seq=22 ttl=57 time=19.879 ms
    64 bytes from 1.1.1.1: icmp_seq=23 ttl=57 time=7.659 ms
    64 bytes from 1.1.1.1: icmp_seq=24 ttl=57 time=7.619 ms
    64 bytes from 1.1.1.1: icmp_seq=25 ttl=57 time=7.687 ms
    64 bytes from 1.1.1.1: icmp_seq=26 ttl=57 time=7.668 ms
    64 bytes from 1.1.1.1: icmp_seq=27 ttl=57 time=7.697 ms
    64 bytes from 1.1.1.1: icmp_seq=28 ttl=57 time=98.609 ms
    64 bytes from 1.1.1.1: icmp_seq=29 ttl=57 time=87.862 ms
    64 bytes from 1.1.1.1: icmp_seq=30 ttl=57 time=7.653 ms
    64 bytes from 1.1.1.1: icmp_seq=31 ttl=57 time=7.717 ms
    64 bytes from 1.1.1.1: icmp_seq=32 ttl=57 time=17.872 ms
    64 bytes from 1.1.1.1: icmp_seq=33 ttl=57 time=7.600 ms
    64 bytes from 1.1.1.1: icmp_seq=34 ttl=57 time=7.654 ms
    64 bytes from 1.1.1.1: icmp_seq=35 ttl=57 time=7.619 ms
    64 bytes from 1.1.1.1: icmp_seq=36 ttl=57 time=7.616 ms
    64 bytes from 1.1.1.1: icmp_seq=37 ttl=57 time=7.766 ms
    64 bytes from 1.1.1.1: icmp_seq=38 ttl=57 time=7.749 ms
    64 bytes from 1.1.1.1: icmp_seq=39 ttl=57 time=7.756 ms
    64 bytes from 1.1.1.1: icmp_seq=40 ttl=57 time=14.816 ms
    64 bytes from 1.1.1.1: icmp_seq=41 ttl=57 time=7.781 ms
    64 bytes from 1.1.1.1: icmp_seq=42 ttl=57 time=7.670 ms
    64 bytes from 1.1.1.1: icmp_seq=43 ttl=57 time=7.613 ms
    64 bytes from 1.1.1.1: icmp_seq=44 ttl=57 time=7.968 ms
    64 bytes from 1.1.1.1: icmp_seq=45 ttl=57 time=7.800 ms
    64 bytes from 1.1.1.1: icmp_seq=46 ttl=57 time=7.620 ms
    64 bytes from 1.1.1.1: icmp_seq=47 ttl=57 time=7.602 ms
    64 bytes from 1.1.1.1: icmp_seq=48 ttl=57 time=7.552 ms
    64 bytes from 1.1.1.1: icmp_seq=49 ttl=57 time=40.354 ms
    64 bytes from 1.1.1.1: icmp_seq=50 ttl=57 time=7.621 ms
    64 bytes from 1.1.1.1: icmp_seq=51 ttl=57 time=21.813 ms
    64 bytes from 1.1.1.1: icmp_seq=52 ttl=57 time=7.554 ms
    64 bytes from 1.1.1.1: icmp_seq=53 ttl=57 time=7.640 ms
    64 bytes from 1.1.1.1: icmp_seq=54 ttl=57 time=9.320 ms
    64 bytes from 1.1.1.1: icmp_seq=55 ttl=57 time=7.972 ms
    64 bytes from 1.1.1.1: icmp_seq=56 ttl=57 time=9.775 ms
    64 bytes from 1.1.1.1: icmp_seq=57 ttl=57 time=17.028 ms
    64 bytes from 1.1.1.1: icmp_seq=58 ttl=57 time=7.779 ms
    64 bytes from 1.1.1.1: icmp_seq=59 ttl=57 time=7.617 ms
    64 bytes from 1.1.1.1: icmp_seq=60 ttl=57 time=7.601 ms
    64 bytes from 1.1.1.1: icmp_seq=61 ttl=57 time=7.715 ms
    64 bytes from 1.1.1.1: icmp_seq=62 ttl=57 time=26.859 ms
    64 bytes from 1.1.1.1: icmp_seq=63 ttl=57 time=7.738 ms
    64 bytes from 1.1.1.1: icmp_seq=64 ttl=57 time=7.684 ms
    64 bytes from 1.1.1.1: icmp_seq=65 ttl=57 time=7.695 ms
    64 bytes from 1.1.1.1: icmp_seq=66 ttl=57 time=7.557 ms
    64 bytes from 1.1.1.1: icmp_seq=67 ttl=57 time=7.648 ms
    64 bytes from 1.1.1.1: icmp_seq=68 ttl=57 time=25.727 ms
    64 bytes from 1.1.1.1: icmp_seq=69 ttl=57 time=7.796 ms
    64 bytes from 1.1.1.1: icmp_seq=70 ttl=57 time=206.110 ms
    64 bytes from 1.1.1.1: icmp_seq=71 ttl=57 time=7.649 ms
    64 bytes from 1.1.1.1: icmp_seq=72 ttl=57 time=7.744 ms
    64 bytes from 1.1.1.1: icmp_seq=73 ttl=57 time=7.726 ms
    64 bytes from 1.1.1.1: icmp_seq=74 ttl=57 time=7.583 ms
    64 bytes from 1.1.1.1: icmp_seq=75 ttl=57 time=8.534 ms
    64 bytes from 1.1.1.1: icmp_seq=76 ttl=57 time=7.606 ms
    64 bytes from 1.1.1.1: icmp_seq=77 ttl=57 time=7.701 ms
    64 bytes from 1.1.1.1: icmp_seq=78 ttl=57 time=26.492 ms
    64 bytes from 1.1.1.1: icmp_seq=79 ttl=57 time=7.644 ms
    64 bytes from 1.1.1.1: icmp_seq=80 ttl=57 time=7.933 ms
    64 bytes from 1.1.1.1: icmp_seq=81 ttl=57 time=7.499 ms
    64 bytes from 1.1.1.1: icmp_seq=82 ttl=57 time=7.671 ms
    64 bytes from 1.1.1.1: icmp_seq=83 ttl=57 time=7.684 ms
    64 bytes from 1.1.1.1: icmp_seq=84 ttl=57 time=7.624 ms
    64 bytes from 1.1.1.1: icmp_seq=85 ttl=57 time=7.711 ms
    64 bytes from 1.1.1.1: icmp_seq=86 ttl=57 time=67.839 ms
    64 bytes from 1.1.1.1: icmp_seq=87 ttl=57 time=230.980 ms
    64 bytes from 1.1.1.1: icmp_seq=88 ttl=57 time=7.632 ms
    64 bytes from 1.1.1.1: icmp_seq=89 ttl=57 time=178.703 ms
    64 bytes from 1.1.1.1: icmp_seq=90 ttl=57 time=7.621 ms
    64 bytes from 1.1.1.1: icmp_seq=91 ttl=57 time=35.872 ms
    64 bytes from 1.1.1.1: icmp_seq=92 ttl=57 time=222.185 ms
    64 bytes from 1.1.1.1: icmp_seq=93 ttl=57 time=7.539 ms
    64 bytes from 1.1.1.1: icmp_seq=94 ttl=57 time=7.683 ms
    64 bytes from 1.1.1.1: icmp_seq=95 ttl=57 time=7.749 ms
    64 bytes from 1.1.1.1: icmp_seq=96 ttl=57 time=7.596 ms
    64 bytes from 1.1.1.1: icmp_seq=97 ttl=57 time=7.675 ms
    64 bytes from 1.1.1.1: icmp_seq=98 ttl=57 time=10.312 ms
    64 bytes from 1.1.1.1: icmp_seq=99 ttl=57 time=146.166 ms
    64 bytes from 1.1.1.1: icmp_seq=100 ttl=57 time=7.612 ms
    64 bytes from 1.1.1.1: icmp_seq=101 ttl=57 time=10.092 ms
    64 bytes from 1.1.1.1: icmp_seq=102 ttl=57 time=7.564 ms
    64 bytes from 1.1.1.1: icmp_seq=103 ttl=57 time=7.645 ms
    64 bytes from 1.1.1.1: icmp_seq=104 ttl=57 time=7.634 ms
    64 bytes from 1.1.1.1: icmp_seq=105 ttl=57 time=10.147 ms
    64 bytes from 1.1.1.1: icmp_seq=106 ttl=57 time=11.398 ms
    64 bytes from 1.1.1.1: icmp_seq=107 ttl=57 time=12.276 ms
    64 bytes from 1.1.1.1: icmp_seq=108 ttl=57 time=82.896 ms
    64 bytes from 1.1.1.1: icmp_seq=109 ttl=57 time=7.691 ms
    64 bytes from 1.1.1.1: icmp_seq=110 ttl=57 time=7.651 ms
    64 bytes from 1.1.1.1: icmp_seq=111 ttl=57 time=7.787 ms
    64 bytes from 1.1.1.1: icmp_seq=112 ttl=57 time=10.090 ms
    64 bytes from 1.1.1.1: icmp_seq=113 ttl=57 time=7.768 ms
    64 bytes from 1.1.1.1: icmp_seq=114 ttl=57 time=7.637 ms
    64 bytes from 1.1.1.1: icmp_seq=115 ttl=57 time=7.672 ms
    64 bytes from 1.1.1.1: icmp_seq=116 ttl=57 time=7.571 ms
    64 bytes from 1.1.1.1: icmp_seq=117 ttl=57 time=7.642 ms
    64 bytes from 1.1.1.1: icmp_seq=118 ttl=57 time=7.667 ms
    64 bytes from 1.1.1.1: icmp_seq=119 ttl=57 time=7.865 ms
    64 bytes from 1.1.1.1: icmp_seq=120 ttl=57 time=7.551 ms
    64 bytes from 1.1.1.1: icmp_seq=121 ttl=57 time=7.607 ms
    64 bytes from 1.1.1.1: icmp_seq=122 ttl=57 time=7.624 ms
    64 bytes from 1.1.1.1: icmp_seq=123 ttl=57 time=7.635 ms
    64 bytes from 1.1.1.1: icmp_seq=124 ttl=57 time=7.783 ms
    64 bytes from 1.1.1.1: icmp_seq=125 ttl=57 time=7.565 ms
    64 bytes from 1.1.1.1: icmp_seq=126 ttl=57 time=8.611 ms
    64 bytes from 1.1.1.1: icmp_seq=127 ttl=57 time=7.578 ms
    64 bytes from 1.1.1.1: icmp_seq=128 ttl=57 time=7.917 ms
    64 bytes from 1.1.1.1: icmp_seq=129 ttl=57 time=7.946 ms
    64 bytes from 1.1.1.1: icmp_seq=130 ttl=57 time=10.732 ms
    64 bytes from 1.1.1.1: icmp_seq=131 ttl=57 time=8.768 ms
    64 bytes from 1.1.1.1: icmp_seq=132 ttl=57 time=7.635 ms
    64 bytes from 1.1.1.1: icmp_seq=133 ttl=57 time=10.672 ms
    64 bytes from 1.1.1.1: icmp_seq=134 ttl=57 time=7.648 ms
    64 bytes from 1.1.1.1: icmp_seq=135 ttl=57 time=7.645 ms
    64 bytes from 1.1.1.1: icmp_seq=136 ttl=57 time=7.710 ms
    64 bytes from 1.1.1.1: icmp_seq=137 ttl=57 time=10.659 ms
    64 bytes from 1.1.1.1: icmp_seq=138 ttl=57 time=15.616 ms
    64 bytes from 1.1.1.1: icmp_seq=139 ttl=57 time=7.712 ms
    64 bytes from 1.1.1.1: icmp_seq=140 ttl=57 time=7.626 ms
    64 bytes from 1.1.1.1: icmp_seq=141 ttl=57 time=7.785 ms
    64 bytes from 1.1.1.1: icmp_seq=142 ttl=57 time=164.318 ms
    64 bytes from 1.1.1.1: icmp_seq=143 ttl=57 time=7.644 ms
    64 bytes from 1.1.1.1: icmp_seq=144 ttl=57 time=7.651 ms
    64 bytes from 1.1.1.1: icmp_seq=145 ttl=57 time=7.672 ms
    64 bytes from 1.1.1.1: icmp_seq=146 ttl=57 time=7.694 ms
    64 bytes from 1.1.1.1: icmp_seq=147 ttl=57 time=44.807 ms
    64 bytes from 1.1.1.1: icmp_seq=148 ttl=57 time=7.786 ms
    64 bytes from 1.1.1.1: icmp_seq=149 ttl=57 time=7.755 ms
    64 bytes from 1.1.1.1: icmp_seq=150 ttl=57 time=7.723 ms
    64 bytes from 1.1.1.1: icmp_seq=151 ttl=57 time=9.918 ms
    64 bytes from 1.1.1.1: icmp_seq=152 ttl=57 time=7.666 ms
    64 bytes from 1.1.1.1: icmp_seq=153 ttl=57 time=7.746 ms
    64 bytes from 1.1.1.1: icmp_seq=154 ttl=57 time=7.621 ms
    64 bytes from 1.1.1.1: icmp_seq=155 ttl=57 time=7.600 ms
    64 bytes from 1.1.1.1: icmp_seq=156 ttl=57 time=7.632 ms
    64 bytes from 1.1.1.1: icmp_seq=157 ttl=57 time=7.829 ms
    64 bytes from 1.1.1.1: icmp_seq=158 ttl=57 time=125.090 ms
    64 bytes from 1.1.1.1: icmp_seq=159 ttl=57 time=7.732 ms
    64 bytes from 1.1.1.1: icmp_seq=160 ttl=57 time=50.411 ms
    64 bytes from 1.1.1.1: icmp_seq=161 ttl=57 time=7.661 ms
    64 bytes from 1.1.1.1: icmp_seq=162 ttl=57 time=7.578 ms
    64 bytes from 1.1.1.1: icmp_seq=163 ttl=57 time=7.633 ms
    64 bytes from 1.1.1.1: icmp_seq=164 ttl=57 time=7.604 ms
    64 bytes from 1.1.1.1: icmp_seq=165 ttl=57 time=225.764 ms
    64 bytes from 1.1.1.1: icmp_seq=166 ttl=57 time=7.588 ms
    64 bytes from 1.1.1.1: icmp_seq=167 ttl=57 time=11.140 ms
    64 bytes from 1.1.1.1: icmp_seq=168 ttl=57 time=7.619 ms
    64 bytes from 1.1.1.1: icmp_seq=169 ttl=57 time=10.712 ms
    64 bytes from 1.1.1.1: icmp_seq=170 ttl=57 time=86.820 ms
    64 bytes from 1.1.1.1: icmp_seq=171 ttl=57 time=7.627 ms
    64 bytes from 1.1.1.1: icmp_seq=172 ttl=57 time=7.747 ms
    64 bytes from 1.1.1.1: icmp_seq=173 ttl=57 time=7.566 ms
    64 bytes from 1.1.1.1: icmp_seq=174 ttl=57 time=7.627 ms
    64 bytes from 1.1.1.1: icmp_seq=175 ttl=57 time=7.615 ms
    64 bytes from 1.1.1.1: icmp_seq=176 ttl=57 time=12.350 ms
    64 bytes from 1.1.1.1: icmp_seq=177 ttl=57 time=122.049 ms
    64 bytes from 1.1.1.1: icmp_seq=178 ttl=57 time=7.673 ms
    64 bytes from 1.1.1.1: icmp_seq=179 ttl=57 time=7.915 ms
    64 bytes from 1.1.1.1: icmp_seq=180 ttl=57 time=8.803 ms
    64 bytes from 1.1.1.1: icmp_seq=181 ttl=57 time=75.666 ms
    64 bytes from 1.1.1.1: icmp_seq=182 ttl=57 time=7.603 ms
    64 bytes from 1.1.1.1: icmp_seq=183 ttl=57 time=7.661 ms
    64 bytes from 1.1.1.1: icmp_seq=184 ttl=57 time=7.712 ms
    64 bytes from 1.1.1.1: icmp_seq=185 ttl=57 time=7.863 ms
    64 bytes from 1.1.1.1: icmp_seq=186 ttl=57 time=7.552 ms
    64 bytes from 1.1.1.1: icmp_seq=187 ttl=57 time=7.620 ms
    64 bytes from 1.1.1.1: icmp_seq=188 ttl=57 time=301.592 ms
    64 bytes from 1.1.1.1: icmp_seq=189 ttl=57 time=30.349 ms
    64 bytes from 1.1.1.1: icmp_seq=190 ttl=57 time=7.600 ms
    64 bytes from 1.1.1.1: icmp_seq=191 ttl=57 time=7.650 ms
    64 bytes from 1.1.1.1: icmp_seq=192 ttl=57 time=8.011 ms
    64 bytes from 1.1.1.1: icmp_seq=193 ttl=57 time=120.062 ms
    64 bytes from 1.1.1.1: icmp_seq=194 ttl=57 time=7.707 ms
    64 bytes from 1.1.1.1: icmp_seq=195 ttl=57 time=7.584 ms
    64 bytes from 1.1.1.1: icmp_seq=196 ttl=57 time=7.666 ms
    64 bytes from 1.1.1.1: icmp_seq=197 ttl=57 time=7.680 ms
    64 bytes from 1.1.1.1: icmp_seq=198 ttl=57 time=13.881 ms
    64 bytes from 1.1.1.1: icmp_seq=199 ttl=57 time=7.662 ms
    64 bytes from 1.1.1.1: icmp_seq=200 ttl=57 time=7.607 ms
    64 bytes from 1.1.1.1: icmp_seq=201 ttl=57 time=11.120 ms
    64 bytes from 1.1.1.1: icmp_seq=202 ttl=57 time=7.924 ms
    64 bytes from 1.1.1.1: icmp_seq=203 ttl=57 time=10.252 ms
    64 bytes from 1.1.1.1: icmp_seq=204 ttl=57 time=7.704 ms
    64 bytes from 1.1.1.1: icmp_seq=205 ttl=57 time=7.534 ms
    64 bytes from 1.1.1.1: icmp_seq=206 ttl=57 time=7.586 ms
    64 bytes from 1.1.1.1: icmp_seq=207 ttl=57 time=70.754 ms
    64 bytes from 1.1.1.1: icmp_seq=208 ttl=57 time=7.657 ms
    64 bytes from 1.1.1.1: icmp_seq=209 ttl=57 time=202.245 ms
    64 bytes from 1.1.1.1: icmp_seq=210 ttl=57 time=7.641 ms
    64 bytes from 1.1.1.1: icmp_seq=211 ttl=57 time=8.580 ms
    64 bytes from 1.1.1.1: icmp_seq=212 ttl=57 time=8.679 ms
    64 bytes from 1.1.1.1: icmp_seq=213 ttl=57 time=7.635 ms
    64 bytes from 1.1.1.1: icmp_seq=214 ttl=57 time=19.209 ms
    64 bytes from 1.1.1.1: icmp_seq=215 ttl=57 time=7.605 ms
    64 bytes from 1.1.1.1: icmp_seq=216 ttl=57 time=11.739 ms
    64 bytes from 1.1.1.1: icmp_seq=217 ttl=57 time=7.643 ms
    64 bytes from 1.1.1.1: icmp_seq=218 ttl=57 time=7.614 ms
    64 bytes from 1.1.1.1: icmp_seq=219 ttl=57 time=40.576 ms
    64 bytes from 1.1.1.1: icmp_seq=220 ttl=57 time=7.620 ms
    64 bytes from 1.1.1.1: icmp_seq=221 ttl=57 time=7.646 ms
    64 bytes from 1.1.1.1: icmp_seq=222 ttl=57 time=7.783 ms
    64 bytes from 1.1.1.1: icmp_seq=223 ttl=57 time=11.020 ms
    64 bytes from 1.1.1.1: icmp_seq=224 ttl=57 time=7.714 ms
    64 bytes from 1.1.1.1: icmp_seq=225 ttl=57 time=13.030 ms
    64 bytes from 1.1.1.1: icmp_seq=226 ttl=57 time=7.667 ms
    64 bytes from 1.1.1.1: icmp_seq=227 ttl=57 time=7.717 ms
    64 bytes from 1.1.1.1: icmp_seq=228 ttl=57 time=7.594 ms
    64 bytes from 1.1.1.1: icmp_seq=229 ttl=57 time=7.648 ms
    64 bytes from 1.1.1.1: icmp_seq=230 ttl=57 time=7.744 ms
    64 bytes from 1.1.1.1: icmp_seq=231 ttl=57 time=7.755 ms
    64 bytes from 1.1.1.1: icmp_seq=232 ttl=57 time=7.552 ms
    64 bytes from 1.1.1.1: icmp_seq=233 ttl=57 time=7.635 ms
    64 bytes from 1.1.1.1: icmp_seq=234 ttl=57 time=14.400 ms
    64 bytes from 1.1.1.1: icmp_seq=235 ttl=57 time=7.732 ms
    64 bytes from 1.1.1.1: icmp_seq=236 ttl=57 time=141.225 ms
    64 bytes from 1.1.1.1: icmp_seq=237 ttl=57 time=7.673 ms
    64 bytes from 1.1.1.1: icmp_seq=238 ttl=57 time=7.717 ms
    64 bytes from 1.1.1.1: icmp_seq=239 ttl=57 time=9.460 ms
    64 bytes from 1.1.1.1: icmp_seq=240 ttl=57 time=7.714 ms
    64 bytes from 1.1.1.1: icmp_seq=241 ttl=57 time=7.897 ms
    64 bytes from 1.1.1.1: icmp_seq=242 ttl=57 time=7.715 ms
    64 bytes from 1.1.1.1: icmp_seq=243 ttl=57 time=7.615 ms
    64 bytes from 1.1.1.1: icmp_seq=244 ttl=57 time=13.348 ms
    64 bytes from 1.1.1.1: icmp_seq=245 ttl=57 time=10.643 ms
    64 bytes from 1.1.1.1: icmp_seq=246 ttl=57 time=7.690 ms
    64 bytes from 1.1.1.1: icmp_seq=247 ttl=57 time=7.664 ms
    64 bytes from 1.1.1.1: icmp_seq=248 ttl=57 time=20.202 ms
    64 bytes from 1.1.1.1: icmp_seq=249 ttl=57 time=8.062 ms
    64 bytes from 1.1.1.1: icmp_seq=250 ttl=57 time=7.848 ms
    64 bytes from 1.1.1.1: icmp_seq=251 ttl=57 time=7.631 ms
    64 bytes from 1.1.1.1: icmp_seq=252 ttl=57 time=7.942 ms
    64 bytes from 1.1.1.1: icmp_seq=253 ttl=57 time=46.758 ms
    64 bytes from 1.1.1.1: icmp_seq=254 ttl=57 time=42.241 ms
    64 bytes from 1.1.1.1: icmp_seq=255 ttl=57 time=56.411 ms
    64 bytes from 1.1.1.1: icmp_seq=256 ttl=57 time=7.616 ms
    64 bytes from 1.1.1.1: icmp_seq=257 ttl=57 time=7.683 ms
    64 bytes from 1.1.1.1: icmp_seq=258 ttl=57 time=8.480 ms
    64 bytes from 1.1.1.1: icmp_seq=259 ttl=57 time=7.592 ms
    64 bytes from 1.1.1.1: icmp_seq=260 ttl=57 time=7.730 ms
    64 bytes from 1.1.1.1: icmp_seq=261 ttl=57 time=8.933 ms
    64 bytes from 1.1.1.1: icmp_seq=262 ttl=57 time=11.442 ms
    64 bytes from 1.1.1.1: icmp_seq=263 ttl=57 time=7.581 ms
    64 bytes from 1.1.1.1: icmp_seq=264 ttl=57 time=7.597 ms
    64 bytes from 1.1.1.1: icmp_seq=265 ttl=57 time=11.206 ms
    64 bytes from 1.1.1.1: icmp_seq=266 ttl=57 time=7.677 ms
    64 bytes from 1.1.1.1: icmp_seq=267 ttl=57 time=7.942 ms
    64 bytes from 1.1.1.1: icmp_seq=268 ttl=57 time=69.142 ms
    64 bytes from 1.1.1.1: icmp_seq=269 ttl=57 time=9.643 ms
    64 bytes from 1.1.1.1: icmp_seq=270 ttl=57 time=7.781 ms
    64 bytes from 1.1.1.1: icmp_seq=271 ttl=57 time=7.657 ms
    64 bytes from 1.1.1.1: icmp_seq=272 ttl=57 time=7.716 ms
    64 bytes from 1.1.1.1: icmp_seq=273 ttl=57 time=7.639 ms
    64 bytes from 1.1.1.1: icmp_seq=274 ttl=57 time=7.704 ms
    64 bytes from 1.1.1.1: icmp_seq=275 ttl=57 time=12.805 ms
    64 bytes from 1.1.1.1: icmp_seq=276 ttl=57 time=7.649 ms
    64 bytes from 1.1.1.1: icmp_seq=277 ttl=57 time=7.716 ms
    64 bytes from 1.1.1.1: icmp_seq=278 ttl=57 time=7.876 ms
    64 bytes from 1.1.1.1: icmp_seq=279 ttl=57 time=8.881 ms
    64 bytes from 1.1.1.1: icmp_seq=280 ttl=57 time=7.658 ms
    64 bytes from 1.1.1.1: icmp_seq=281 ttl=57 time=7.603 ms
    64 bytes from 1.1.1.1: icmp_seq=282 ttl=57 time=7.757 ms
    64 bytes from 1.1.1.1: icmp_seq=283 ttl=57 time=7.778 ms
    64 bytes from 1.1.1.1: icmp_seq=284 ttl=57 time=7.647 ms
    64 bytes from 1.1.1.1: icmp_seq=285 ttl=57 time=7.624 ms
    64 bytes from 1.1.1.1: icmp_seq=286 ttl=57 time=7.686 ms
    64 bytes from 1.1.1.1: icmp_seq=287 ttl=57 time=47.018 ms
    64 bytes from 1.1.1.1: icmp_seq=288 ttl=57 time=7.605 ms
    64 bytes from 1.1.1.1: icmp_seq=289 ttl=57 time=10.322 ms
    64 bytes from 1.1.1.1: icmp_seq=290 ttl=57 time=7.734 ms
    64 bytes from 1.1.1.1: icmp_seq=291 ttl=57 time=7.656 ms
    64 bytes from 1.1.1.1: icmp_seq=292 ttl=57 time=7.613 ms
    64 bytes from 1.1.1.1: icmp_seq=293 ttl=57 time=7.671 ms
    64 bytes from 1.1.1.1: icmp_seq=294 ttl=57 time=7.606 ms
    64 bytes from 1.1.1.1: icmp_seq=295 ttl=57 time=7.634 ms
    64 bytes from 1.1.1.1: icmp_seq=296 ttl=57 time=7.695 ms
    64 bytes from 1.1.1.1: icmp_seq=297 ttl=57 time=7.583 ms
    64 bytes from 1.1.1.1: icmp_seq=298 ttl=57 time=7.673 ms
    64 bytes from 1.1.1.1: icmp_seq=299 ttl=57 time=11.205 ms
    64 bytes from 1.1.1.1: icmp_seq=300 ttl=57 time=30.629 ms
    64 bytes from 1.1.1.1: icmp_seq=301 ttl=57 time=26.146 ms
    64 bytes from 1.1.1.1: icmp_seq=302 ttl=57 time=75.223 ms
    64 bytes from 1.1.1.1: icmp_seq=303 ttl=57 time=7.822 ms
    64 bytes from 1.1.1.1: icmp_seq=304 ttl=57 time=7.707 ms
    64 bytes from 1.1.1.1: icmp_seq=305 ttl=57 time=7.655 ms
    64 bytes from 1.1.1.1: icmp_seq=306 ttl=57 time=7.668 ms
    64 bytes from 1.1.1.1: icmp_seq=307 ttl=57 time=7.661 ms
    64 bytes from 1.1.1.1: icmp_seq=1018 ttl=57 time=7.803 ms
    64 bytes from 1.1.1.1: icmp_seq=1019 ttl=57 time=7.663 ms
    64 bytes from 1.1.1.1: icmp_seq=1020 ttl=57 time=11.593 ms
    64 bytes from 1.1.1.1: icmp_seq=1021 ttl=57 time=7.629 ms
    64 bytes from 1.1.1.1: icmp_seq=1022 ttl=57 time=7.679 ms
    64 bytes from 1.1.1.1: icmp_seq=1023 ttl=57 time=7.619 ms
    64 bytes from 1.1.1.1: icmp_seq=1024 ttl=57 time=7.821 ms
    64 bytes from 1.1.1.1: icmp_seq=1025 ttl=57 time=7.687 ms
    64 bytes from 1.1.1.1: icmp_seq=1026 ttl=57 time=7.659 ms
    64 bytes from 1.1.1.1: icmp_seq=1027 ttl=57 time=73.401 ms
    64 bytes from 1.1.1.1: icmp_seq=1028 ttl=57 time=7.668 ms
    64 bytes from 1.1.1.1: icmp_seq=1029 ttl=57 time=9.420 ms
    64 bytes from 1.1.1.1: icmp_seq=1030 ttl=57 time=7.552 ms
    64 bytes from 1.1.1.1: icmp_seq=1031 ttl=57 time=7.572 ms
    64 bytes from 1.1.1.1: icmp_seq=1032 ttl=57 time=27.223 ms
    64 bytes from 1.1.1.1: icmp_seq=1033 ttl=57 time=7.621 ms
    64 bytes from 1.1.1.1: icmp_seq=1034 ttl=57 time=9.448 ms
    64 bytes from 1.1.1.1: icmp_seq=1035 ttl=57 time=7.914 ms
    64 bytes from 1.1.1.1: icmp_seq=1036 ttl=57 time=7.759 ms
    64 bytes from 1.1.1.1: icmp_seq=1037 ttl=57 time=17.811 ms
    64 bytes from 1.1.1.1: icmp_seq=1038 ttl=57 time=7.603 ms
    64 bytes from 1.1.1.1: icmp_seq=1039 ttl=57 time=7.802 ms
    64 bytes from 1.1.1.1: icmp_seq=1040 ttl=57 time=7.699 ms
    64 bytes from 1.1.1.1: icmp_seq=1041 ttl=57 time=7.711 ms
    64 bytes from 1.1.1.1: icmp_seq=1042 ttl=57 time=7.987 ms
    64 bytes from 1.1.1.1: icmp_seq=1043 ttl=57 time=8.023 ms
    64 bytes from 1.1.1.1: icmp_seq=1044 ttl=57 time=65.928 ms
    64 bytes from 1.1.1.1: icmp_seq=1045 ttl=57 time=29.712 ms
    64 bytes from 1.1.1.1: icmp_seq=1046 ttl=57 time=7.870 ms
    64 bytes from 1.1.1.1: icmp_seq=1047 ttl=57 time=7.818 ms
    64 bytes from 1.1.1.1: icmp_seq=1048 ttl=57 time=7.690 ms
    64 bytes from 1.1.1.1: icmp_seq=1049 ttl=57 time=7.785 ms
    64 bytes from 1.1.1.1: icmp_seq=1050 ttl=57 time=78.171 ms
    64 bytes from 1.1.1.1: icmp_seq=1051 ttl=57 time=7.585 ms
    64 bytes from 1.1.1.1: icmp_seq=1052 ttl=57 time=359.490 ms
    64 bytes from 1.1.1.1: icmp_seq=1053 ttl=57 time=7.874 ms
    64 bytes from 1.1.1.1: icmp_seq=1054 ttl=57 time=393.316 ms
    64 bytes from 1.1.1.1: icmp_seq=1055 ttl=57 time=42.819 ms
    64 bytes from 1.1.1.1: icmp_seq=1056 ttl=57 time=7.636 ms
    64 bytes from 1.1.1.1: icmp_seq=1057 ttl=57 time=7.897 ms
    64 bytes from 1.1.1.1: icmp_seq=1058 ttl=57 time=7.784 ms
    64 bytes from 1.1.1.1: icmp_seq=1059 ttl=57 time=7.634 ms
    64 bytes from 1.1.1.1: icmp_seq=1060 ttl=57 time=7.591 ms
    64 bytes from 1.1.1.1: icmp_seq=1061 ttl=57 time=242.204 ms
    64 bytes from 1.1.1.1: icmp_seq=1062 ttl=57 time=8.020 ms
    64 bytes from 1.1.1.1: icmp_seq=1063 ttl=57 time=7.668 ms
    64 bytes from 1.1.1.1: icmp_seq=1064 ttl=57 time=7.595 ms
    64 bytes from 1.1.1.1: icmp_seq=1065 ttl=57 time=7.670 ms
    64 bytes from 1.1.1.1: icmp_seq=1066 ttl=57 time=7.584 ms
    64 bytes from 1.1.1.1: icmp_seq=1067 ttl=57 time=7.621 ms
    64 bytes from 1.1.1.1: icmp_seq=1068 ttl=57 time=22.312 ms
    64 bytes from 1.1.1.1: icmp_seq=1069 ttl=57 time=7.867 ms
    64 bytes from 1.1.1.1: icmp_seq=1070 ttl=57 time=12.940 ms
    64 bytes from 1.1.1.1: icmp_seq=1071 ttl=57 time=8.078 ms
    64 bytes from 1.1.1.1: icmp_seq=1072 ttl=57 time=7.594 ms
    64 bytes from 1.1.1.1: icmp_seq=1073 ttl=57 time=7.624 ms
    64 bytes from 1.1.1.1: icmp_seq=1074 ttl=57 time=7.605 ms
    64 bytes from 1.1.1.1: icmp_seq=1075 ttl=57 time=61.301 ms
    64 bytes from 1.1.1.1: icmp_seq=1076 ttl=57 time=7.702 ms
    64 bytes from 1.1.1.1: icmp_seq=1077 ttl=57 time=7.686 ms
    64 bytes from 1.1.1.1: icmp_seq=1078 ttl=57 time=7.614 ms
    64 bytes from 1.1.1.1: icmp_seq=1079 ttl=57 time=7.690 ms
    64 bytes from 1.1.1.1: icmp_seq=1080 ttl=57 time=7.710 ms
    64 bytes from 1.1.1.1: icmp_seq=1081 ttl=57 time=7.673 ms
    64 bytes from 1.1.1.1: icmp_seq=1082 ttl=57 time=7.712 ms
    64 bytes from 1.1.1.1: icmp_seq=1083 ttl=57 time=7.733 ms
    64 bytes from 1.1.1.1: icmp_seq=1084 ttl=57 time=117.344 ms
    64 bytes from 1.1.1.1: icmp_seq=1085 ttl=57 time=7.613 ms
    64 bytes from 1.1.1.1: icmp_seq=1086 ttl=57 time=7.613 ms
    64 bytes from 1.1.1.1: icmp_seq=1087 ttl=57 time=7.667 ms
    64 bytes from 1.1.1.1: icmp_seq=1088 ttl=57 time=50.857 ms
    64 bytes from 1.1.1.1: icmp_seq=1089 ttl=57 time=7.602 ms
    64 bytes from 1.1.1.1: icmp_seq=1090 ttl=57 time=8.094 ms
    64 bytes from 1.1.1.1: icmp_seq=1091 ttl=57 time=7.778 ms
    64 bytes from 1.1.1.1: icmp_seq=1092 ttl=57 time=7.656 ms
    64 bytes from 1.1.1.1: icmp_seq=1093 ttl=57 time=7.647 ms
    64 bytes from 1.1.1.1: icmp_seq=1094 ttl=57 time=7.560 ms
    64 bytes from 1.1.1.1: icmp_seq=1095 ttl=57 time=7.607 ms
    64 bytes from 1.1.1.1: icmp_seq=1096 ttl=57 time=24.365 ms
    64 bytes from 1.1.1.1: icmp_seq=1097 ttl=57 time=7.735 ms
    64 bytes from 1.1.1.1: icmp_seq=1098 ttl=57 time=7.617 ms
    64 bytes from 1.1.1.1: icmp_seq=1099 ttl=57 time=41.523 ms
    64 bytes from 1.1.1.1: icmp_seq=1100 ttl=57 time=7.646 ms
    64 bytes from 1.1.1.1: icmp_seq=1101 ttl=57 time=7.767 ms
    64 bytes from 1.1.1.1: icmp_seq=1102 ttl=57 time=7.736 ms
    64 bytes from 1.1.1.1: icmp_seq=1103 ttl=57 time=53.409 ms
    64 bytes from 1.1.1.1: icmp_seq=1104 ttl=57 time=7.703 ms
    64 bytes from 1.1.1.1: icmp_seq=1105 ttl=57 time=7.565 ms
    64 bytes from 1.1.1.1: icmp_seq=1106 ttl=57 time=18.819 ms
    64 bytes from 1.1.1.1: icmp_seq=1107 ttl=57 time=7.625 ms
    64 bytes from 1.1.1.1: icmp_seq=1108 ttl=57 time=7.691 ms
    64 bytes from 1.1.1.1: icmp_seq=1109 ttl=57 time=7.541 ms
    64 bytes from 1.1.1.1: icmp_seq=1110 ttl=57 time=10.265 ms
    64 bytes from 1.1.1.1: icmp_seq=1111 ttl=57 time=7.772 ms
    64 bytes from 1.1.1.1: icmp_seq=1112 ttl=57 time=7.810 ms
    64 bytes from 1.1.1.1: icmp_seq=1113 ttl=57 time=7.856 ms
    64 bytes from 1.1.1.1: icmp_seq=1114 ttl=57 time=7.832 ms
    64 bytes from 1.1.1.1: icmp_seq=1115 ttl=57 time=7.575 ms
    64 bytes from 1.1.1.1: icmp_seq=1116 ttl=57 time=7.696 ms
    64 bytes from 1.1.1.1: icmp_seq=1117 ttl=57 time=7.904 ms
    64 bytes from 1.1.1.1: icmp_seq=1118 ttl=57 time=7.637 ms
    64 bytes from 1.1.1.1: icmp_seq=1119 ttl=57 time=7.681 ms
    64 bytes from 1.1.1.1: icmp_seq=1120 ttl=57 time=7.716 ms
    64 bytes from 1.1.1.1: icmp_seq=1121 ttl=57 time=7.770 ms
    64 bytes from 1.1.1.1: icmp_seq=1122 ttl=57 time=12.025 ms
    64 bytes from 1.1.1.1: icmp_seq=1123 ttl=57 time=9.077 ms
    64 bytes from 1.1.1.1: icmp_seq=1124 ttl=57 time=7.704 ms
    64 bytes from 1.1.1.1: icmp_seq=1125 ttl=57 time=31.645 ms
    64 bytes from 1.1.1.1: icmp_seq=1126 ttl=57 time=8.036 ms
    64 bytes from 1.1.1.1: icmp_seq=1127 ttl=57 time=11.650 ms
    64 bytes from 1.1.1.1: icmp_seq=1128 ttl=57 time=7.598 ms
    64 bytes from 1.1.1.1: icmp_seq=1129 ttl=57 time=26.236 ms
    64 bytes from 1.1.1.1: icmp_seq=1130 ttl=57 time=7.551 ms
    64 bytes from 1.1.1.1: icmp_seq=1131 ttl=57 time=7.610 ms
    64 bytes from 1.1.1.1: icmp_seq=1132 ttl=57 time=7.604 ms
    64 bytes from 1.1.1.1: icmp_seq=1133 ttl=57 time=7.623 ms
    64 bytes from 1.1.1.1: icmp_seq=1134 ttl=57 time=37.102 ms
    64 bytes from 1.1.1.1: icmp_seq=1135 ttl=57 time=7.840 ms
    64 bytes from 1.1.1.1: icmp_seq=1136 ttl=57 time=7.765 ms
    64 bytes from 1.1.1.1: icmp_seq=1137 ttl=57 time=7.747 ms
    64 bytes from 1.1.1.1: icmp_seq=1138 ttl=57 time=7.723 ms
    64 bytes from 1.1.1.1: icmp_seq=1139 ttl=57 time=7.703 ms
    64 bytes from 1.1.1.1: icmp_seq=1140 ttl=57 time=7.672 ms
    64 bytes from 1.1.1.1: icmp_seq=1141 ttl=57 time=7.574 ms
    64 bytes from 1.1.1.1: icmp_seq=1142 ttl=57 time=7.623 ms
    64 bytes from 1.1.1.1: icmp_seq=1143 ttl=57 time=7.638 ms
    64 bytes from 1.1.1.1: icmp_seq=1144 ttl=57 time=7.713 ms
    64 bytes from 1.1.1.1: icmp_seq=1145 ttl=57 time=7.687 ms
    64 bytes from 1.1.1.1: icmp_seq=1146 ttl=57 time=7.700 ms
    64 bytes from 1.1.1.1: icmp_seq=1147 ttl=57 time=8.943 ms
    64 bytes from 1.1.1.1: icmp_seq=1148 ttl=57 time=7.655 ms
    64 bytes from 1.1.1.1: icmp_seq=1149 ttl=57 time=7.586 ms
    64 bytes from 1.1.1.1: icmp_seq=1150 ttl=57 time=7.821 ms
    64 bytes from 1.1.1.1: icmp_seq=1151 ttl=57 time=7.905 ms
    64 bytes from 1.1.1.1: icmp_seq=1152 ttl=57 time=7.634 ms
    64 bytes from 1.1.1.1: icmp_seq=1153 ttl=57 time=7.620 ms
    64 bytes from 1.1.1.1: icmp_seq=1154 ttl=57 time=7.776 ms
    64 bytes from 1.1.1.1: icmp_seq=1155 ttl=57 time=7.604 ms
    64 bytes from 1.1.1.1: icmp_seq=1156 ttl=57 time=7.638 ms
    64 bytes from 1.1.1.1: icmp_seq=1157 ttl=57 time=7.581 ms
    64 bytes from 1.1.1.1: icmp_seq=1158 ttl=57 time=7.882 ms
    64 bytes from 1.1.1.1: icmp_seq=1159 ttl=57 time=7.643 ms
    64 bytes from 1.1.1.1: icmp_seq=1160 ttl=57 time=7.586 ms
    64 bytes from 1.1.1.1: icmp_seq=1161 ttl=57 time=29.609 ms
    64 bytes from 1.1.1.1: icmp_seq=1162 ttl=57 time=7.680 ms
    64 bytes from 1.1.1.1: icmp_seq=1163 ttl=57 time=7.582 ms
    64 bytes from 1.1.1.1: icmp_seq=1164 ttl=57 time=7.653 ms
    64 bytes from 1.1.1.1: icmp_seq=1165 ttl=57 time=7.586 ms
    64 bytes from 1.1.1.1: icmp_seq=1166 ttl=57 time=7.713 ms
    64 bytes from 1.1.1.1: icmp_seq=1167 ttl=57 time=7.625 ms
    64 bytes from 1.1.1.1: icmp_seq=1168 ttl=57 time=7.645 ms
    64 bytes from 1.1.1.1: icmp_seq=1169 ttl=57 time=7.624 ms
    64 bytes from 1.1.1.1: icmp_seq=1170 ttl=57 time=7.681 ms
    64 bytes from 1.1.1.1: icmp_seq=1171 ttl=57 time=7.653 ms
    64 bytes from 1.1.1.1: icmp_seq=1172 ttl=57 time=7.607 ms
    64 bytes from 1.1.1.1: icmp_seq=1173 ttl=57 time=13.566 ms
    64 bytes from 1.1.1.1: icmp_seq=1174 ttl=57 time=7.621 ms
    64 bytes from 1.1.1.1: icmp_seq=1175 ttl=57 time=15.996 ms
    64 bytes from 1.1.1.1: icmp_seq=1176 ttl=57 time=7.634 ms
    64 bytes from 1.1.1.1: icmp_seq=1177 ttl=57 time=7.623 ms
    64 bytes from 1.1.1.1: icmp_seq=1178 ttl=57 time=7.813 ms
    64 bytes from 1.1.1.1: icmp_seq=1179 ttl=57 time=7.527 ms
    64 bytes from 1.1.1.1: icmp_seq=1180 ttl=57 time=7.681 ms
    64 bytes from 1.1.1.1: icmp_seq=1181 ttl=57 time=7.650 ms
    64 bytes from 1.1.1.1: icmp_seq=1182 ttl=57 time=45.285 ms
    64 bytes from 1.1.1.1: icmp_seq=1183 ttl=57 time=7.660 ms
    64 bytes from 1.1.1.1: icmp_seq=1184 ttl=57 time=7.598 ms
    64 bytes from 1.1.1.1: icmp_seq=1185 ttl=57 time=7.637 ms
    64 bytes from 1.1.1.1: icmp_seq=1186 ttl=57 time=7.691 ms
    64 bytes from 1.1.1.1: icmp_seq=1187 ttl=57 time=7.590 ms
    64 bytes from 1.1.1.1: icmp_seq=1188 ttl=57 time=7.634 ms
    64 bytes from 1.1.1.1: icmp_seq=1189 ttl=57 time=7.801 ms
    64 bytes from 1.1.1.1: icmp_seq=1190 ttl=57 time=9.711 ms
    64 bytes from 1.1.1.1: icmp_seq=1191 ttl=57 time=7.688 ms
    64 bytes from 1.1.1.1: icmp_seq=1192 ttl=57 time=7.632 ms
    64 bytes from 1.1.1.1: icmp_seq=1193 ttl=57 time=7.645 ms
    64 bytes from 1.1.1.1: icmp_seq=1194 ttl=57 time=7.952 ms
    64 bytes from 1.1.1.1: icmp_seq=1195 ttl=57 time=7.711 ms
    64 bytes from 1.1.1.1: icmp_seq=1196 ttl=57 time=7.634 ms
    64 bytes from 1.1.1.1: icmp_seq=1197 ttl=57 time=7.883 ms
    64 bytes from 1.1.1.1: icmp_seq=1198 ttl=57 time=7.785 ms
    64 bytes from 1.1.1.1: icmp_seq=1199 ttl=57 time=7.826 ms
    64 bytes from 1.1.1.1: icmp_seq=1200 ttl=57 time=7.584 ms
    64 bytes from 1.1.1.1: icmp_seq=1201 ttl=57 time=7.717 ms
    64 bytes from 1.1.1.1: icmp_seq=1202 ttl=57 time=7.767 ms
    64 bytes from 1.1.1.1: icmp_seq=1203 ttl=57 time=9.675 ms
    64 bytes from 1.1.1.1: icmp_seq=1204 ttl=57 time=7.746 ms
    64 bytes from 1.1.1.1: icmp_seq=1205 ttl=57 time=7.770 ms
    64 bytes from 1.1.1.1: icmp_seq=1206 ttl=57 time=7.606 ms
    64 bytes from 1.1.1.1: icmp_seq=1207 ttl=57 time=7.799 ms
    64 bytes from 1.1.1.1: icmp_seq=1208 ttl=57 time=8.596 ms
    64 bytes from 1.1.1.1: icmp_seq=1209 ttl=57 time=7.786 ms
    64 bytes from 1.1.1.1: icmp_seq=1210 ttl=57 time=8.340 ms
    64 bytes from 1.1.1.1: icmp_seq=1211 ttl=57 time=7.740 ms
    64 bytes from 1.1.1.1: icmp_seq=1212 ttl=57 time=8.087 ms
    64 bytes from 1.1.1.1: icmp_seq=1213 ttl=57 time=7.809 ms
    64 bytes from 1.1.1.1: icmp_seq=1214 ttl=57 time=7.598 ms
    64 bytes from 1.1.1.1: icmp_seq=1215 ttl=57 time=7.783 ms
    64 bytes from 1.1.1.1: icmp_seq=1216 ttl=57 time=7.635 ms
    64 bytes from 1.1.1.1: icmp_seq=1217 ttl=57 time=34.647 ms
    64 bytes from 1.1.1.1: icmp_seq=1218 ttl=57 time=7.638 ms
    64 bytes from 1.1.1.1: icmp_seq=1219 ttl=57 time=7.769 ms
    64 bytes from 1.1.1.1: icmp_seq=1220 ttl=57 time=7.685 ms
    64 bytes from 1.1.1.1: icmp_seq=1221 ttl=57 time=7.549 ms
    64 bytes from 1.1.1.1: icmp_seq=1222 ttl=57 time=7.685 ms
    64 bytes from 1.1.1.1: icmp_seq=1223 ttl=57 time=7.653 ms
    64 bytes from 1.1.1.1: icmp_seq=1224 ttl=57 time=7.656 ms
    64 bytes from 1.1.1.1: icmp_seq=1225 ttl=57 time=7.628 ms
    64 bytes from 1.1.1.1: icmp_seq=1226 ttl=57 time=7.640 ms
    64 bytes from 1.1.1.1: icmp_seq=1227 ttl=57 time=7.580 ms
    64 bytes from 1.1.1.1: icmp_seq=1228 ttl=57 time=7.687 ms
    64 bytes from 1.1.1.1: icmp_seq=1229 ttl=57 time=89.503 ms
    64 bytes from 1.1.1.1: icmp_seq=1230 ttl=57 time=7.440 ms
    64 bytes from 1.1.1.1: icmp_seq=1231 ttl=57 time=7.883 ms
    64 bytes from 1.1.1.1: icmp_seq=1232 ttl=57 time=7.724 ms
    64 bytes from 1.1.1.1: icmp_seq=1233 ttl=57 time=7.668 ms
    64 bytes from 1.1.1.1: icmp_seq=1234 ttl=57 time=7.592 ms
    64 bytes from 1.1.1.1: icmp_seq=1235 ttl=57 time=179.718 ms
    64 bytes from 1.1.1.1: icmp_seq=1236 ttl=57 time=7.631 ms
    64 bytes from 1.1.1.1: icmp_seq=1237 ttl=57 time=8.230 ms
    64 bytes from 1.1.1.1: icmp_seq=1238 ttl=57 time=7.629 ms
    64 bytes from 1.1.1.1: icmp_seq=1239 ttl=57 time=7.632 ms
    64 bytes from 1.1.1.1: icmp_seq=1240 ttl=57 time=11.540 ms
    64 bytes from 1.1.1.1: icmp_seq=1241 ttl=57 time=12.272 ms
    64 bytes from 1.1.1.1: icmp_seq=1242 ttl=57 time=56.528 ms
    64 bytes from 1.1.1.1: icmp_seq=1243 ttl=57 time=40.695 ms
    64 bytes from 1.1.1.1: icmp_seq=1244 ttl=57 time=7.644 ms
    64 bytes from 1.1.1.1: icmp_seq=1245 ttl=57 time=31.074 ms
    64 bytes from 1.1.1.1: icmp_seq=1246 ttl=57 time=7.834 ms
    64 bytes from 1.1.1.1: icmp_seq=1247 ttl=57 time=7.658 ms
    64 bytes from 1.1.1.1: icmp_seq=1248 ttl=57 time=7.629 ms
    64 bytes from 1.1.1.1: icmp_seq=1249 ttl=57 time=7.682 ms
    64 bytes from 1.1.1.1: icmp_seq=1250 ttl=57 time=7.804 ms
    64 bytes from 1.1.1.1: icmp_seq=1251 ttl=57 time=47.294 ms
    64 bytes from 1.1.1.1: icmp_seq=1252 ttl=57 time=7.520 ms
    64 bytes from 1.1.1.1: icmp_seq=1253 ttl=57 time=7.553 ms
    64 bytes from 1.1.1.1: icmp_seq=1254 ttl=57 time=7.633 ms
    64 bytes from 1.1.1.1: icmp_seq=1255 ttl=57 time=7.710 ms
    64 bytes from 1.1.1.1: icmp_seq=1256 ttl=57 time=7.629 ms
    64 bytes from 1.1.1.1: icmp_seq=1257 ttl=57 time=7.629 ms
    64 bytes from 1.1.1.1: icmp_seq=1258 ttl=57 time=7.567 ms
    64 bytes from 1.1.1.1: icmp_seq=1259 ttl=57 time=8.886 ms
    64 bytes from 1.1.1.1: icmp_seq=1260 ttl=57 time=7.728 ms
    64 bytes from 1.1.1.1: icmp_seq=1261 ttl=57 time=7.931 ms
    64 bytes from 1.1.1.1: icmp_seq=1262 ttl=57 time=11.265 ms
    64 bytes from 1.1.1.1: icmp_seq=1263 ttl=57 time=7.621 ms
    64 bytes from 1.1.1.1: icmp_seq=1264 ttl=57 time=7.610 ms
    64 bytes from 1.1.1.1: icmp_seq=1265 ttl=57 time=7.618 ms
    64 bytes from 1.1.1.1: icmp_seq=1266 ttl=57 time=7.593 ms
    64 bytes from 1.1.1.1: icmp_seq=1267 ttl=57 time=7.841 ms
    64 bytes from 1.1.1.1: icmp_seq=1268 ttl=57 time=7.791 ms
    64 bytes from 1.1.1.1: icmp_seq=1269 ttl=57 time=7.891 ms
    64 bytes from 1.1.1.1: icmp_seq=1270 ttl=57 time=7.617 ms
    64 bytes from 1.1.1.1: icmp_seq=1271 ttl=57 time=7.624 ms
    64 bytes from 1.1.1.1: icmp_seq=1272 ttl=57 time=14.069 ms
    64 bytes from 1.1.1.1: icmp_seq=1273 ttl=57 time=8.407 ms
    64 bytes from 1.1.1.1: icmp_seq=1274 ttl=57 time=7.684 ms
    64 bytes from 1.1.1.1: icmp_seq=1275 ttl=57 time=7.661 ms
    64 bytes from 1.1.1.1: icmp_seq=1276 ttl=57 time=7.706 ms
    64 bytes from 1.1.1.1: icmp_seq=1277 ttl=57 time=7.721 ms
    64 bytes from 1.1.1.1: icmp_seq=1278 ttl=57 time=40.403 ms
    64 bytes from 1.1.1.1: icmp_seq=1279 ttl=57 time=7.599 ms
    64 bytes from 1.1.1.1: icmp_seq=1280 ttl=57 time=7.723 ms
    64 bytes from 1.1.1.1: icmp_seq=1281 ttl=57 time=7.744 ms
    64 bytes from 1.1.1.1: icmp_seq=1282 ttl=57 time=7.600 ms
    64 bytes from 1.1.1.1: icmp_seq=1283 ttl=57 time=11.399 ms
    64 bytes from 1.1.1.1: icmp_seq=1284 ttl=57 time=7.684 ms
    64 bytes from 1.1.1.1: icmp_seq=1285 ttl=57 time=7.781 ms
    64 bytes from 1.1.1.1: icmp_seq=1286 ttl=57 time=9.930 ms
    64 bytes from 1.1.1.1: icmp_seq=1287 ttl=57 time=7.553 ms
    64 bytes from 1.1.1.1: icmp_seq=1288 ttl=57 time=7.664 ms
    64 bytes from 1.1.1.1: icmp_seq=1289 ttl=57 time=7.757 ms
    64 bytes from 1.1.1.1: icmp_seq=1290 ttl=57 time=7.629 ms
    64 bytes from 1.1.1.1: icmp_seq=1291 ttl=57 time=7.643 ms
    64 bytes from 1.1.1.1: icmp_seq=1292 ttl=57 time=7.590 ms
    64 bytes from 1.1.1.1: icmp_seq=1293 ttl=57 time=7.833 ms
    64 bytes from 1.1.1.1: icmp_seq=1294 ttl=57 time=7.778 ms
    64 bytes from 1.1.1.1: icmp_seq=1295 ttl=57 time=7.742 ms
    64 bytes from 1.1.1.1: icmp_seq=1296 ttl=57 time=7.698 ms
    64 bytes from 1.1.1.1: icmp_seq=1297 ttl=57 time=7.602 ms
    64 bytes from 1.1.1.1: icmp_seq=1298 ttl=57 time=7.618 ms
    64 bytes from 1.1.1.1: icmp_seq=1299 ttl=57 time=29.410 ms
    64 bytes from 1.1.1.1: icmp_seq=1300 ttl=57 time=7.626 ms
    64 bytes from 1.1.1.1: icmp_seq=1301 ttl=57 time=7.572 ms
    64 bytes from 1.1.1.1: icmp_seq=1302 ttl=57 time=7.697 ms
    64 bytes from 1.1.1.1: icmp_seq=1303 ttl=57 time=7.677 ms
    64 bytes from 1.1.1.1: icmp_seq=1304 ttl=57 time=7.753 ms
    64 bytes from 1.1.1.1: icmp_seq=1305 ttl=57 time=7.664 ms
    64 bytes from 1.1.1.1: icmp_seq=1306 ttl=57 time=7.642 ms
    64 bytes from 1.1.1.1: icmp_seq=1307 ttl=57 time=7.752 ms
    64 bytes from 1.1.1.1: icmp_seq=1308 ttl=57 time=10.007 ms
    64 bytes from 1.1.1.1: icmp_seq=1309 ttl=57 time=7.561 ms
    64 bytes from 1.1.1.1: icmp_seq=1310 ttl=57 time=7.703 ms
    64 bytes from 1.1.1.1: icmp_seq=1311 ttl=57 time=7.609 ms
    64 bytes from 1.1.1.1: icmp_seq=1312 ttl=57 time=7.784 ms
    64 bytes from 1.1.1.1: icmp_seq=1313 ttl=57 time=20.681 ms
    64 bytes from 1.1.1.1: icmp_seq=1314 ttl=57 time=7.644 ms
    64 bytes from 1.1.1.1: icmp_seq=1315 ttl=57 time=72.155 ms
    64 bytes from 1.1.1.1: icmp_seq=1316 ttl=57 time=7.699 ms
    64 bytes from 1.1.1.1: icmp_seq=1317 ttl=57 time=7.570 ms
    64 bytes from 1.1.1.1: icmp_seq=1318 ttl=57 time=7.654 ms
    64 bytes from 1.1.1.1: icmp_seq=1319 ttl=57 time=7.697 ms
    64 bytes from 1.1.1.1: icmp_seq=1320 ttl=57 time=7.682 ms
    64 bytes from 1.1.1.1: icmp_seq=1321 ttl=57 time=7.806 ms
    64 bytes from 1.1.1.1: icmp_seq=1322 ttl=57 time=7.720 ms
    64 bytes from 1.1.1.1: icmp_seq=1323 ttl=57 time=7.641 ms
    64 bytes from 1.1.1.1: icmp_seq=1324 ttl=57 time=7.615 ms
    64 bytes from 1.1.1.1: icmp_seq=1325 ttl=57 time=7.633 ms
    64 bytes from 1.1.1.1: icmp_seq=1326 ttl=57 time=7.685 ms
    64 bytes from 1.1.1.1: icmp_seq=1327 ttl=57 time=35.304 ms
    64 bytes from 1.1.1.1: icmp_seq=1328 ttl=57 time=7.703 ms
    64 bytes from 1.1.1.1: icmp_seq=1329 ttl=57 time=7.654 ms
    64 bytes from 1.1.1.1: icmp_seq=1330 ttl=57 time=7.655 ms
    64 bytes from 1.1.1.1: icmp_seq=1331 ttl=57 time=7.642 ms
    64 bytes from 1.1.1.1: icmp_seq=1332 ttl=57 time=7.624 ms
    64 bytes from 1.1.1.1: icmp_seq=1333 ttl=57 time=7.672 ms
    64 bytes from 1.1.1.1: icmp_seq=1334 ttl=57 time=7.678 ms
    64 bytes from 1.1.1.1: icmp_seq=1335 ttl=57 time=7.601 ms
    64 bytes from 1.1.1.1: icmp_seq=1336 ttl=57 time=7.626 ms
    64 bytes from 1.1.1.1: icmp_seq=1337 ttl=57 time=7.546 ms
    64 bytes from 1.1.1.1: icmp_seq=1338 ttl=57 time=7.571 ms
    64 bytes from 1.1.1.1: icmp_seq=1339 ttl=57 time=34.405 ms
    64 bytes from 1.1.1.1: icmp_seq=1340 ttl=57 time=7.660 ms
    64 bytes from 1.1.1.1: icmp_seq=1341 ttl=57 time=37.736 ms
    64 bytes from 1.1.1.1: icmp_seq=1342 ttl=57 time=7.772 ms
    64 bytes from 1.1.1.1: icmp_seq=1343 ttl=57 time=7.969 ms
    64 bytes from 1.1.1.1: icmp_seq=1344 ttl=57 time=7.604 ms
    64 bytes from 1.1.1.1: icmp_seq=1345 ttl=57 time=7.766 ms
    64 bytes from 1.1.1.1: icmp_seq=1346 ttl=57 time=7.648 ms
    64 bytes from 1.1.1.1: icmp_seq=1347 ttl=57 time=7.674 ms
    64 bytes from 1.1.1.1: icmp_seq=1348 ttl=57 time=7.625 ms
    64 bytes from 1.1.1.1: icmp_seq=1349 ttl=57 time=7.698 ms
    64 bytes from 1.1.1.1: icmp_seq=1350 ttl=57 time=7.769 ms
    64 bytes from 1.1.1.1: icmp_seq=1351 ttl=57 time=9.621 ms
    64 bytes from 1.1.1.1: icmp_seq=1352 ttl=57 time=15.899 ms
    64 bytes from 1.1.1.1: icmp_seq=1353 ttl=57 time=7.660 ms
    64 bytes from 1.1.1.1: icmp_seq=1354 ttl=57 time=32.450 ms
    64 bytes from 1.1.1.1: icmp_seq=1355 ttl=57 time=7.744 ms
    64 bytes from 1.1.1.1: icmp_seq=1356 ttl=57 time=7.616 ms
    64 bytes from 1.1.1.1: icmp_seq=1357 ttl=57 time=7.520 ms
    64 bytes from 1.1.1.1: icmp_seq=1358 ttl=57 time=7.624 ms
    64 bytes from 1.1.1.1: icmp_seq=1359 ttl=57 time=7.659 ms
    64 bytes from 1.1.1.1: icmp_seq=1360 ttl=57 time=7.576 ms
    64 bytes from 1.1.1.1: icmp_seq=2139 ttl=57 time=7.669 ms
    64 bytes from 1.1.1.1: icmp_seq=2140 ttl=57 time=7.851 ms
    64 bytes from 1.1.1.1: icmp_seq=2141 ttl=57 time=113.310 ms
    64 bytes from 1.1.1.1: icmp_seq=2142 ttl=57 time=7.662 ms
    64 bytes from 1.1.1.1: icmp_seq=2143 ttl=57 time=9.050 ms
    64 bytes from 1.1.1.1: icmp_seq=2144 ttl=57 time=7.721 ms
    64 bytes from 1.1.1.1: icmp_seq=2145 ttl=57 time=7.691 ms
    64 bytes from 1.1.1.1: icmp_seq=2146 ttl=57 time=7.648 ms
    64 bytes from 1.1.1.1: icmp_seq=2147 ttl=57 time=7.600 ms
    64 bytes from 1.1.1.1: icmp_seq=2148 ttl=57 time=7.671 ms
    64 bytes from 1.1.1.1: icmp_seq=2149 ttl=57 time=7.738 ms
    64 bytes from 1.1.1.1: icmp_seq=2150 ttl=57 time=11.640 ms
    64 bytes from 1.1.1.1: icmp_seq=2151 ttl=57 time=7.682 ms
    64 bytes from 1.1.1.1: icmp_seq=2152 ttl=57 time=7.541 ms
    64 bytes from 1.1.1.1: icmp_seq=2153 ttl=57 time=7.844 ms
    64 bytes from 1.1.1.1: icmp_seq=2154 ttl=57 time=7.765 ms
    64 bytes from 1.1.1.1: icmp_seq=2155 ttl=57 time=7.654 ms
    64 bytes from 1.1.1.1: icmp_seq=2156 ttl=57 time=45.682 ms
    64 bytes from 1.1.1.1: icmp_seq=2157 ttl=57 time=7.717 ms
    64 bytes from 1.1.1.1: icmp_seq=2158 ttl=57 time=7.652 ms
    64 bytes from 1.1.1.1: icmp_seq=2159 ttl=57 time=7.600 ms
    64 bytes from 1.1.1.1: icmp_seq=2160 ttl=57 time=7.571 ms
    64 bytes from 1.1.1.1: icmp_seq=2161 ttl=57 time=7.554 ms
    64 bytes from 1.1.1.1: icmp_seq=2162 ttl=57 time=7.618 ms
    64 bytes from 1.1.1.1: icmp_seq=2163 ttl=57 time=7.584 ms
    64 bytes from 1.1.1.1: icmp_seq=2164 ttl=57 time=7.547 ms
    64 bytes from 1.1.1.1: icmp_seq=2165 ttl=57 time=7.593 ms
    64 bytes from 1.1.1.1: icmp_seq=2166 ttl=57 time=12.152 ms
    64 bytes from 1.1.1.1: icmp_seq=2167 ttl=57 time=9.527 ms
    64 bytes from 1.1.1.1: icmp_seq=2168 ttl=57 time=7.680 ms
    64 bytes from 1.1.1.1: icmp_seq=2169 ttl=57 time=7.663 ms
    64 bytes from 1.1.1.1: icmp_seq=2170 ttl=57 time=7.557 ms
    64 bytes from 1.1.1.1: icmp_seq=2171 ttl=57 time=7.631 ms
    64 bytes from 1.1.1.1: icmp_seq=2172 ttl=57 time=7.623 ms
    64 bytes from 1.1.1.1: icmp_seq=2173 ttl=57 time=7.575 ms
    64 bytes from 1.1.1.1: icmp_seq=2174 ttl=57 time=84.220 ms
    64 bytes from 1.1.1.1: icmp_seq=2175 ttl=57 time=15.122 ms
    64 bytes from 1.1.1.1: icmp_seq=2176 ttl=57 time=8.038 ms
    64 bytes from 1.1.1.1: icmp_seq=2177 ttl=57 time=7.659 ms
    64 bytes from 1.1.1.1: icmp_seq=2178 ttl=57 time=10.196 ms
    64 bytes from 1.1.1.1: icmp_seq=2179 ttl=57 time=12.075 ms
    64 bytes from 1.1.1.1: icmp_seq=2180 ttl=57 time=7.973 ms
    64 bytes from 1.1.1.1: icmp_seq=2181 ttl=57 time=7.794 ms
    64 bytes from 1.1.1.1: icmp_seq=2182 ttl=57 time=7.678 ms
    64 bytes from 1.1.1.1: icmp_seq=2183 ttl=57 time=7.687 ms
    64 bytes from 1.1.1.1: icmp_seq=2184 ttl=57 time=7.696 ms
    64 bytes from 1.1.1.1: icmp_seq=2185 ttl=57 time=7.705 ms
    64 bytes from 1.1.1.1: icmp_seq=2186 ttl=57 time=7.645 ms
    64 bytes from 1.1.1.1: icmp_seq=2187 ttl=57 time=37.575 ms
    64 bytes from 1.1.1.1: icmp_seq=2188 ttl=57 time=7.542 ms
    64 bytes from 1.1.1.1: icmp_seq=2189 ttl=57 time=8.935 ms
    64 bytes from 1.1.1.1: icmp_seq=2190 ttl=57 time=7.695 ms
    64 bytes from 1.1.1.1: icmp_seq=2191 ttl=57 time=7.585 ms
    64 bytes from 1.1.1.1: icmp_seq=2192 ttl=57 time=7.566 ms
    64 bytes from 1.1.1.1: icmp_seq=2193 ttl=57 time=7.646 ms
    64 bytes from 1.1.1.1: icmp_seq=2194 ttl=57 time=7.596 ms
    64 bytes from 1.1.1.1: icmp_seq=2195 ttl=57 time=7.644 ms
    64 bytes from 1.1.1.1: icmp_seq=2196 ttl=57 time=7.690 ms
    64 bytes from 1.1.1.1: icmp_seq=2197 ttl=57 time=7.797 ms
    64 bytes from 1.1.1.1: icmp_seq=2198 ttl=57 time=7.611 ms
    64 bytes from 1.1.1.1: icmp_seq=2199 ttl=57 time=7.564 ms
    64 bytes from 1.1.1.1: icmp_seq=2200 ttl=57 time=13.768 ms
    64 bytes from 1.1.1.1: icmp_seq=2201 ttl=57 time=7.569 ms
    64 bytes from 1.1.1.1: icmp_seq=2202 ttl=57 time=9.260 ms
    64 bytes from 1.1.1.1: icmp_seq=2203 ttl=57 time=8.075 ms
    64 bytes from 1.1.1.1: icmp_seq=2204 ttl=57 time=7.729 ms
    64 bytes from 1.1.1.1: icmp_seq=2205 ttl=57 time=7.680 ms
    64 bytes from 1.1.1.1: icmp_seq=2206 ttl=57 time=7.797 ms
    64 bytes from 1.1.1.1: icmp_seq=2207 ttl=57 time=7.622 ms
    64 bytes from 1.1.1.1: icmp_seq=2208 ttl=57 time=7.595 ms
    64 bytes from 1.1.1.1: icmp_seq=2209 ttl=57 time=40.329 ms
    64 bytes from 1.1.1.1: icmp_seq=2210 ttl=57 time=7.604 ms
    64 bytes from 1.1.1.1: icmp_seq=2211 ttl=57 time=7.643 ms
    64 bytes from 1.1.1.1: icmp_seq=2212 ttl=57 time=7.601 ms
    64 bytes from 1.1.1.1: icmp_seq=2213 ttl=57 time=7.602 ms
    64 bytes from 1.1.1.1: icmp_seq=2214 ttl=57 time=7.575 ms
    64 bytes from 1.1.1.1: icmp_seq=2215 ttl=57 time=7.774 ms
    64 bytes from 1.1.1.1: icmp_seq=2216 ttl=57 time=11.756 ms
    64 bytes from 1.1.1.1: icmp_seq=2217 ttl=57 time=7.659 ms
    64 bytes from 1.1.1.1: icmp_seq=2218 ttl=57 time=7.668 ms
    64 bytes from 1.1.1.1: icmp_seq=2219 ttl=57 time=7.662 ms
    64 bytes from 1.1.1.1: icmp_seq=2220 ttl=57 time=7.588 ms
    64 bytes from 1.1.1.1: icmp_seq=2221 ttl=57 time=7.570 ms
    64 bytes from 1.1.1.1: icmp_seq=2222 ttl=57 time=71.428 ms
    64 bytes from 1.1.1.1: icmp_seq=2223 ttl=57 time=260.475 ms
    64 bytes from 1.1.1.1: icmp_seq=2224 ttl=57 time=7.772 ms
    64 bytes from 1.1.1.1: icmp_seq=2225 ttl=57 time=7.575 ms
    64 bytes from 1.1.1.1: icmp_seq=2226 ttl=57 time=7.640 ms
    64 bytes from 1.1.1.1: icmp_seq=2227 ttl=57 time=11.524 ms
    64 bytes from 1.1.1.1: icmp_seq=2228 ttl=57 time=7.607 ms
    64 bytes from 1.1.1.1: icmp_seq=2229 ttl=57 time=34.822 ms
    64 bytes from 1.1.1.1: icmp_seq=2230 ttl=57 time=7.548 ms
    64 bytes from 1.1.1.1: icmp_seq=2231 ttl=57 time=7.632 ms
    64 bytes from 1.1.1.1: icmp_seq=2232 ttl=57 time=7.748 ms
    64 bytes from 1.1.1.1: icmp_seq=2233 ttl=57 time=7.670 ms
    64 bytes from 1.1.1.1: icmp_seq=2234 ttl=57 time=7.656 ms
    64 bytes from 1.1.1.1: icmp_seq=2235 ttl=57 time=7.673 ms
    64 bytes from 1.1.1.1: icmp_seq=2236 ttl=57 time=7.699 ms
    64 bytes from 1.1.1.1: icmp_seq=2237 ttl=57 time=7.793 ms
    64 bytes from 1.1.1.1: icmp_seq=2238 ttl=57 time=7.540 ms
    64 bytes from 1.1.1.1: icmp_seq=2239 ttl=57 time=7.758 ms
    64 bytes from 1.1.1.1: icmp_seq=2240 ttl=57 time=7.704 ms
    64 bytes from 1.1.1.1: icmp_seq=2241 ttl=57 time=7.600 ms
    64 bytes from 1.1.1.1: icmp_seq=2242 ttl=57 time=7.665 ms
    64 bytes from 1.1.1.1: icmp_seq=2243 ttl=57 time=15.842 ms
    64 bytes from 1.1.1.1: icmp_seq=2244 ttl=57 time=30.877 ms
    64 bytes from 1.1.1.1: icmp_seq=2245 ttl=57 time=7.858 ms
    64 bytes from 1.1.1.1: icmp_seq=2246 ttl=57 time=7.639 ms
    64 bytes from 1.1.1.1: icmp_seq=2247 ttl=57 time=11.294 ms
    64 bytes from 1.1.1.1: icmp_seq=2248 ttl=57 time=7.843 ms
    64 bytes from 1.1.1.1: icmp_seq=2249 ttl=57 time=7.568 ms
    64 bytes from 1.1.1.1: icmp_seq=2250 ttl=57 time=7.577 ms
    64 bytes from 1.1.1.1: icmp_seq=2251 ttl=57 time=7.730 ms
    64 bytes from 1.1.1.1: icmp_seq=2252 ttl=57 time=7.705 ms
    64 bytes from 1.1.1.1: icmp_seq=2253 ttl=57 time=7.585 ms
    64 bytes from 1.1.1.1: icmp_seq=2254 ttl=57 time=7.660 ms
    64 bytes from 1.1.1.1: icmp_seq=2255 ttl=57 time=7.587 ms
    64 bytes from 1.1.1.1: icmp_seq=2256 ttl=57 time=7.636 ms
    64 bytes from 1.1.1.1: icmp_seq=2257 ttl=57 time=7.724 ms
    64 bytes from 1.1.1.1: icmp_seq=2258 ttl=57 time=8.931 ms
    64 bytes from 1.1.1.1: icmp_seq=2259 ttl=57 time=7.545 ms
    64 bytes from 1.1.1.1: icmp_seq=2260 ttl=57 time=13.259 ms
    64 bytes from 1.1.1.1: icmp_seq=2261 ttl=57 time=7.615 ms
    64 bytes from 1.1.1.1: icmp_seq=2262 ttl=57 time=7.727 ms
    64 bytes from 1.1.1.1: icmp_seq=2263 ttl=57 time=7.583 ms
    64 bytes from 1.1.1.1: icmp_seq=2264 ttl=57 time=7.601 ms
    64 bytes from 1.1.1.1: icmp_seq=2265 ttl=57 time=7.617 ms
    64 bytes from 1.1.1.1: icmp_seq=2266 ttl=57 time=7.663 ms
    64 bytes from 1.1.1.1: icmp_seq=2267 ttl=57 time=7.629 ms
    64 bytes from 1.1.1.1: icmp_seq=2268 ttl=57 time=7.700 ms
    64 bytes from 1.1.1.1: icmp_seq=2269 ttl=57 time=11.293 ms
    64 bytes from 1.1.1.1: icmp_seq=2270 ttl=57 time=7.656 ms
    64 bytes from 1.1.1.1: icmp_seq=2271 ttl=57 time=16.634 ms
    64 bytes from 1.1.1.1: icmp_seq=2272 ttl=57 time=7.652 ms
    64 bytes from 1.1.1.1: icmp_seq=2273 ttl=57 time=7.608 ms
    64 bytes from 1.1.1.1: icmp_seq=2274 ttl=57 time=7.606 ms
    64 bytes from 1.1.1.1: icmp_seq=2275 ttl=57 time=7.721 ms
    64 bytes from 1.1.1.1: icmp_seq=2276 ttl=57 time=59.655 ms
    64 bytes from 1.1.1.1: icmp_seq=2277 ttl=57 time=7.627 ms
    64 bytes from 1.1.1.1: icmp_seq=2278 ttl=57 time=7.711 ms
    64 bytes from 1.1.1.1: icmp_seq=2279 ttl=57 time=7.554 ms
    64 bytes from 1.1.1.1: icmp_seq=2280 ttl=57 time=7.740 ms
    64 bytes from 1.1.1.1: icmp_seq=2281 ttl=57 time=7.613 ms
    64 bytes from 1.1.1.1: icmp_seq=2282 ttl=57 time=7.630 ms
    64 bytes from 1.1.1.1: icmp_seq=2283 ttl=57 time=9.417 ms
    64 bytes from 1.1.1.1: icmp_seq=2284 ttl=57 time=7.748 ms
    64 bytes from 1.1.1.1: icmp_seq=2285 ttl=57 time=7.753 ms
    64 bytes from 1.1.1.1: icmp_seq=2286 ttl=57 time=7.788 ms
    64 bytes from 1.1.1.1: icmp_seq=2287 ttl=57 time=7.769 ms
    64 bytes from 1.1.1.1: icmp_seq=2288 ttl=57 time=7.720 ms
    64 bytes from 1.1.1.1: icmp_seq=2289 ttl=57 time=7.919 ms
    64 bytes from 1.1.1.1: icmp_seq=2290 ttl=57 time=7.686 ms
    64 bytes from 1.1.1.1: icmp_seq=2291 ttl=57 time=7.811 ms
    64 bytes from 1.1.1.1: icmp_seq=2292 ttl=57 time=56.113 ms
    64 bytes from 1.1.1.1: icmp_seq=2293 ttl=57 time=7.505 ms
    64 bytes from 1.1.1.1: icmp_seq=2294 ttl=57 time=7.649 ms
    64 bytes from 1.1.1.1: icmp_seq=2295 ttl=57 time=7.725 ms
    64 bytes from 1.1.1.1: icmp_seq=2296 ttl=57 time=7.615 ms
    64 bytes from 1.1.1.1: icmp_seq=2297 ttl=57 time=33.712 ms
    64 bytes from 1.1.1.1: icmp_seq=2298 ttl=57 time=7.599 ms
    64 bytes from 1.1.1.1: icmp_seq=2299 ttl=57 time=7.528 ms
    64 bytes from 1.1.1.1: icmp_seq=2300 ttl=57 time=7.662 ms
    64 bytes from 1.1.1.1: icmp_seq=2301 ttl=57 time=7.622 ms
    64 bytes from 1.1.1.1: icmp_seq=2302 ttl=57 time=7.618 ms
    64 bytes from 1.1.1.1: icmp_seq=2303 ttl=57 time=7.797 ms
    64 bytes from 1.1.1.1: icmp_seq=2304 ttl=57 time=7.723 ms
    64 bytes from 1.1.1.1: icmp_seq=2305 ttl=57 time=7.619 ms
    64 bytes from 1.1.1.1: icmp_seq=2306 ttl=57 time=7.722 ms
    64 bytes from 1.1.1.1: icmp_seq=2307 ttl=57 time=7.546 ms
    64 bytes from 1.1.1.1: icmp_seq=2308 ttl=57 time=53.681 ms
    64 bytes from 1.1.1.1: icmp_seq=2309 ttl=57 time=7.533 ms
    64 bytes from 1.1.1.1: icmp_seq=2310 ttl=57 time=29.947 ms
    64 bytes from 1.1.1.1: icmp_seq=2311 ttl=57 time=7.589 ms
    64 bytes from 1.1.1.1: icmp_seq=2312 ttl=57 time=7.590 ms
    64 bytes from 1.1.1.1: icmp_seq=2313 ttl=57 time=7.568 ms
    64 bytes from 1.1.1.1: icmp_seq=2314 ttl=57 time=7.669 ms
    64 bytes from 1.1.1.1: icmp_seq=2315 ttl=57 time=7.737 ms
    64 bytes from 1.1.1.1: icmp_seq=2316 ttl=57 time=7.622 ms
    64 bytes from 1.1.1.1: icmp_seq=2317 ttl=57 time=7.584 ms
    64 bytes from 1.1.1.1: icmp_seq=2318 ttl=57 time=7.664 ms
    64 bytes from 1.1.1.1: icmp_seq=2319 ttl=57 time=7.880 ms
    64 bytes from 1.1.1.1: icmp_seq=2320 ttl=57 time=7.590 ms
    64 bytes from 1.1.1.1: icmp_seq=2321 ttl=57 time=7.795 ms
    64 bytes from 1.1.1.1: icmp_seq=2322 ttl=57 time=192.116 ms
    64 bytes from 1.1.1.1: icmp_seq=2323 ttl=57 time=25.863 ms
    64 bytes from 1.1.1.1: icmp_seq=2324 ttl=57 time=7.555 ms
    64 bytes from 1.1.1.1: icmp_seq=2325 ttl=57 time=10.152 ms
    64 bytes from 1.1.1.1: icmp_seq=2326 ttl=57 time=7.592 ms
    64 bytes from 1.1.1.1: icmp_seq=2327 ttl=57 time=7.613 ms
    64 bytes from 1.1.1.1: icmp_seq=2328 ttl=57 time=7.679 ms
    64 bytes from 1.1.1.1: icmp_seq=2329 ttl=57 time=7.649 ms
    64 bytes from 1.1.1.1: icmp_seq=2330 ttl=57 time=31.445 ms
    64 bytes from 1.1.1.1: icmp_seq=2331 ttl=57 time=7.541 ms
    64 bytes from 1.1.1.1: icmp_seq=2332 ttl=57 time=7.560 ms
    64 bytes from 1.1.1.1: icmp_seq=2333 ttl=57 time=7.547 ms
    64 bytes from 1.1.1.1: icmp_seq=2334 ttl=57 time=7.614 ms
    64 bytes from 1.1.1.1: icmp_seq=2335 ttl=57 time=7.616 ms
    64 bytes from 1.1.1.1: icmp_seq=2336 ttl=57 time=25.633 ms
    64 bytes from 1.1.1.1: icmp_seq=2337 ttl=57 time=8.489 ms
    64 bytes from 1.1.1.1: icmp_seq=2338 ttl=57 time=7.640 ms
    64 bytes from 1.1.1.1: icmp_seq=2339 ttl=57 time=7.663 ms
    64 bytes from 1.1.1.1: icmp_seq=2340 ttl=57 time=7.612 ms
    64 bytes from 1.1.1.1: icmp_seq=2341 ttl=57 time=7.622 ms
    64 bytes from 1.1.1.1: icmp_seq=2342 ttl=57 time=7.537 ms
    64 bytes from 1.1.1.1: icmp_seq=2343 ttl=57 time=7.797 ms
    


  • 9.  RE: Assigning a /29 address to srx Wan interface kills connection

    Posted 03-12-2024 14:02

    What do you mean by "add broadcast address" ?

    Please post as much of the config as possible.



    ------------------------------
    Nikolay Semov
    ------------------------------



  • 10.  RE: Assigning a /29 address to srx Wan interface kills connection

    Posted 03-13-2024 07:02

    Morning Nikolay 

    Thanks for replying and assisting with this.

    What i mean when i mention "broadcast"
    When setting an interface IP you can also set the broadcast address for that range as can be seen by the sample config below

    [edit interfaces ge-0/0/0]
    root# show
    unit 0 {
        family inet {
            address 192.168.0.66/29 {
                broadcast 192.168.0.64;
            }
        }
    }
    


    My SRX config is a very basic setup for testing

    Please find it below 

    I have changed or real internet address to 192.168.0.66/29 ( the real one ends in .66/29)

    root# show
    ## Last changed: 2024-03-12 11:13:51 UTC
    version 21.4R3.15;
    system {
        root-authentication {
            encrypted-password "$6$uLIaMx6m$wLK4CECJPWV3XLLixKwh/9H2n8Gh7KW3y.ZgAcFIAbvb/l.H8IwYsdSNtjXJEZ/6rKlXJgcCqcMNGaCPuSaC50"; ## SECRET-DATA
        }
        services {
            ssh;
            netconf {
                ssh;
            }
            dhcp-local-server {
                group jdhcp-group {
                    interface irb.0;
                }
            }
            web-management {
                https {
                    system-generated-certificate;
                }
            }
        }
        name-server {
            8.8.8.8;
            8.8.4.4;
        }
        syslog {
            archive size 100k files 3;
            user * {
                any emergency;
            }
            file interactive-commands {
                interactive-commands any;
            }
            file messages {
                any notice;
                authorization info;
            }
        }
        max-configurations-on-flash 5;
        max-configuration-rollbacks 5;
        license {
            autoupdate {
                url https://ae1.juniper.net/junos/key_retrieval;
            }
        }
        phone-home {
            server https://redirect.juniper.net;
            rfc-compliant;
        }
    }
    security {
        screen {
            ids-option untrust-screen {
                icmp {
                    ping-death;
                }
                ip {
                    source-route-option;
                    tear-drop;
                }
                tcp {
                    syn-flood {
                        alarm-threshold 1024;
                        attack-threshold 200;
                        source-threshold 1024;
                        destination-threshold 2048;
                        timeout 20;
                    }
                    land;
                }
            }
        }
        nat {
            source {
                rule-set lan_to_internet {
                    from zone lan;
                    to zone internet;
                    rule source-nat-rule {
                        match {
                            source-address 0.0.0.0/0;
                            destination-address 0.0.0.0/0;
                        }
                        then {
                            source-nat {
                                interface;
                            }
                        }
                    }
                }
            }
        }
        policies {
            from-zone lan to-zone lan {
                policy trust-to-trust {
                    match {
                        source-address any;
                        destination-address any;
                        application any;
                    }
                    then {
                        permit;
                    }
                }
            }
            from-zone lan to-zone internet {
                policy trust-to-untrust {
                    match {
                        source-address any;
                        destination-address any;
                        application any;
                    }
                    then {
                        permit;
                    }
                }
            }
            pre-id-default-policy {
                then {
                    log {
                        session-close;
                    }
                }
            }
        }
        zones {
            security-zone lan {
                host-inbound-traffic {
                    system-services {
                        all;
                    }
                    protocols {
                        all;
                    }
                }
                interfaces {
                    irb.0;
                    ge-0/0/1.0;
                    ge-0/0/2.0;
                }
            }
            security-zone internet {
                screen untrust-screen;
                interfaces {
                    ge-0/0/0.0 {
                        host-inbound-traffic {
                            system-services {
                                tftp;
                                https;
                                ping;
                                ssh;
                            }
                        }
                    }
                    ge-0/0/7.0 {
                        host-inbound-traffic {
                            system-services {
                                dhcp;
                                tftp;
                            }
                        }
                    }
                }
            }
        }
    }
    interfaces {
        ge-0/0/0 {
            unit 0 {
                family inet {
                    address 192.168.0.66/29;
                }
            }
        }
        ge-0/0/1 {
            unit 0 {
                family inet {
                    address 192.168.75.74/24;
                }
            }
        }
        ge-0/0/2 {
            unit 0 {
                family inet {
                    address 192.168.50.74/24;
                }
            }
        }
        ge-0/0/3 {
            unit 0 {
                family ethernet-switching {
                    vlan {
                        members vlan-trust;
                    }
                }
            }
        }
        ge-0/0/4 {
            unit 0 {
                family ethernet-switching {
                    vlan {
                        members vlan-trust;
                    }
                }
            }
        }
        ge-0/0/5 {
            unit 0 {
                family ethernet-switching {
                    vlan {
                        members vlan-trust;
                    }
                }
            }
        }
        ge-0/0/6 {
            unit 0 {
                family ethernet-switching {
                    vlan {
                        members vlan-trust;
                    }
                }
            }
        }
        ge-0/0/7 {
            unit 0 {
                family inet {
                    dhcp {
                        vendor-id Juniper-srx300;
                    }
                }
            }
        }
        irb {
            unit 0 {
                family inet {
                    address 192.168.1.1/24;
                }
            }
        }
    }
    vlans {
        vlan-trust {
            vlan-id 3;
            l3-interface irb.0;
        }
    }
    protocols {
        l2-learning {
            global-mode switching;
        }
        rstp {
            interface all;
        }
    }
    routing-options {
        static {
            route 0.0.0.0/0 next-hop 192.168.0.65;
        }
    }
    
    


    ------------------------------
    CHAYNE CHILES
    ------------------------------



  • 11.  RE: Assigning a /29 address to srx Wan interface kills connection

    Posted 03-13-2024 13:58

    Very strange indeed. Have you tried doing a trace?

    monitor security flow filter filter-name-here destination-prefix 1.1.1.1/32 protocol icmp
    monitor security flow file flow-trace
     --- wait till the problem starts, and stop the ping

    monitor security flow start
    --- at this point send one or two test pings
    monitor security flow stop
    show log flow-trace



    ------------------------------
    Nikolay Semov
    ------------------------------



  • 12.  RE: Assigning a /29 address to srx Wan interface kills connection

    Posted 03-19-2024 15:59
    Edited by spuluka 03-20-2024 05:44

    I have run the flow trace tests
    i ran while working and not working.
    the only difference i can see is there is a reply in one and not the other.
    maybe you can make more sense of it 

    I have replaced my live ip with 192.168.0.66
    and my gateway with 192.168.0.65
    Working
    root> show log flow-trace
    Mar 19 14:38:17  clear-log[2369]: logfile cleared
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:
     
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:~~~FLOW <192.168.0.66/2389->1.1.1.1/0;1,0x0> matched filter ping-test(0) in root-logical-system for iif .local..0 of root-logical-system:
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:   packet [84] ipid = 15059, @0x6103dfce
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:---- flow_process_pkt: (thd 1): flow_ctxt type 0, common flag 0x0, mbuf 0x6103dd80, rtbl_idx = 0
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:flow process pak, mbuf 0x6103dd80, ifl 0, ctxt_type 0 inq type 5
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT: in_ifp <junos-host:.local..0>
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:flow_process_pkt_exception: setting rtt in lpak to 0x20e0a88
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:flow_process_pkt_exception: setting in_vrf_id in lpak to 0, grp 0
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:host inq check inq_type 0x5
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:flow_populate_lpak_from_usptag: usptag magic 0x9110114, vr-id 0
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT: ipv4 from host, pfe tag vr id set 0
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:Using vr id from pfe_tag with value= 0
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:Changing lpak->in_ifp from:.local..0 -> to:.local..0
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:~~~FLOW <192.168.0.66/2389->1.1.1.1/0;1,0x0> matched filter ping-test(0) in root-logical-system for iif .local..0 of root-logical-system:
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:   packet [84] ipid = 15059, @0x6103dfce
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:Over-riding lpak->vsys with 0
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:  .local..0:192.168.0.66->1.1.1.1, icmp, (8/0)
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT: find flow: table 0x6b05900, hash 55699(0xffff), sa 192.168.0.66, da 1.1.1.1, sp 2389, dp 0, proto 1, tok 2, conn-tag 0x00000000, vrf-grp-id 0
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:  no session found, start first path. in_tunnel - 0x0, from_cp_flag - 0
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:  flow_first_create_session
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:Save init hash spu id 0 to nsp and nsp2!
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:(flow_first_create_session) usp_tagged set session as mng session
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:First path alloc and instl pending session, natp=0x9162480, id=814
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:  flow_first_in_dst_nat: in <.local..0>, out <N/A> dst_adr 1.1.1.1, sp 2389, dp 0
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:  chose interface .local..0 as incoming nat if.
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:flow_first_rule_dst_xlate: packet 192.168.0.66->1.1.1.1 nsp2 0.0.0.0->1.1.1.1.
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:[JSF] Do ingress interest check. regd ingress plugins(2)
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:flag 0x9
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:[JSF][0]plugins(0x0) enabled for session = 814  implicit mask(0x0), service request(0x0)
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:-jsf : no plugin ingress interested for session 814
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:flow_first_routing: vr_id 0, call flow_route_lookup(): src_ip 192.168.0.66, x_dst_ip 1.1.1.1, in ifp .local..0, out ifp N/A sp 2389, dp 0, ip_proto 1, tos 0
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:flow_first_routing: Doing DESTINATION addr route-lookup
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:flow_ipv4_rt_lkup success 1.1.1.1, iifl 0x0, oifl 0x49
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:flow_first_routing: setting out_vrf_id in lpak to 0, grp 0
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:Checking in-ifp from .local..0 to ge-0/0/0.0 for src: 192.168.0.66 in vr_id:0
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:  routed (x_dst_ip 1.1.1.1) from junos-host (.local..0 in 0) to ge-0/0/0.0, Next-hop: 192.168.0.65
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:Policy lkup: vsys 0 zone(2:junos-host) -> zone(8:internet) scope:0
     src vrf (0) dsv vrf (0) scope:0
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:             192.168.0.66/2048 -> 1.1.1.1/12568 proto 1
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:Policy lkup: vsys 0 zone(5:global) -> zone(5:global) scope:0
     src vrf (0) dsv vrf (0) scope:12568
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:             192.168.0.66/2048 -> 1.1.1.1/12568 proto 1
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:flow_first_policy_search: policy search from zone junos-host-> zone internet (0x0,0x9550000,0x0), result: 0x546fc48, pending: 0?, is_http_cached = 0
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:flow_first_policy_search: dynapp_none_policy: TRUE, uc_none_policy: TRUE, is_final: 0x0, is_explicit: 0x0, policy_meta_data: 0x0
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:  app 0, timeout 60s, curr ageout 60s
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:  permitted by policy self-traffic-policy(1)
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:  packet passed, Permitted by policy.
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:flow_first_policy_search:policy explicit matched or jdpi final matched, set session with dynamic_appid 0
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:flow_first_policy_search: Policy final match
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:  flow_conn_track_ent_lookup: zone connection track 0x8
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:flow_first_src_xlate:  nat_src_xlated: False, nat_src_xlate_failed: False
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:flow_first_src_xlate:  incoming src port is : 2389.
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:flow_first_src_xlate: src nat returns status: 0, rule/pool id: 0/0, pst_nat: False, nat_eim: False.
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:  dip id = 0/0, 192.168.0.66/2389->192.168.0.66/2389 protocol 0
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:  choose interface ge-0/0/0.0(P2P) as outgoing phy if
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:is_loop_pak: No loop: on ifp: ge-0/0/0.0, addr: 1.1.1.1, rtt_idx:0
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:[JSF]Normal interest check. regd plugins 45, enabled impl mask 0x0
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:flag 0x9
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:get NULL sess plugin info 0x9162480
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:get NULL sess plugin info 0x9162480
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:get NULL sess plugin info 0x9162480
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:get NULL sess plugin info 0x9162480
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:get NULL sess plugin info 0x9162480
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:+++++++++++jsf_test_plugin_data_evh: 3
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:get NULL sess plugin info 0x9162480
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:get NULL sess plugin info 0x9162480
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:get NULL sess plugin info 0x9162480
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:[JSF]Plugins(0x0, count 0) enabled for session = 814, impli mask(0x0), post_nat cnt 0 svc req(0x0)
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:-jsf : no plugin interested for session 814, free sess plugin info
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:jsf pre int check result 0 0 0 0
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:flow_first_service_lookup(): natp(0x9162480): app_id, 0(0).
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:  service lookup identified service 0.
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:  flow_first_final_check: in <.local..0>, out <ge-0/0/0.0>
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:In flow_first_complete_session
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:flow_first_complete_session, pak_ptr: 0x2088b70, nsp: 0x9162480, in_tunnel: 0x0
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:before copy: nsp vec_list 0x0, nsp2 vec_list 0x200
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:after copy: nsp vec_list 0x200, nsp2 vec_list 0x200
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:construct v4 vector for nsp2 and nsp
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:  existing vector list 0x200-0x68638118.
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:vector index for nsp2: 200
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:  existing vector list 0x200-0x68638118.
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:vector index for nsp: 200
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:  Session (id:814) created for first pak 200
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:first pak processing successful
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:  flow_first_install_session======> 0x9162480
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT: nsp 0x9162480, nsp2 0x9162520, local_pak 0x2088b70
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:  make_nsp_ready_no_resolve()
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:flow_ipv4_rt_lkup success 192.168.0.66, iifl 0x0, oifl 0x0
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:  route lookup: dest-ip 192.168.0.66 orig ifp .local..0 output_ifp .local..0  orig-zone 2 out-zone 2 need_clear_fto 0 vsd 0, route_flag: 0x8
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:  route to 192.168.0.66
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:no need update ha
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:  flow_conn_track_ent_create: connection track on zone 2 not enabled
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:first path session installation succeeded
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:  flow got session (id 814).
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:  flow session id 814
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT: vector bits 0x200 vector 0x68638118 for session 814
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:mbuf 0x6103dd80, exit nh 0x150010
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT:flow_process_pkt_exception: Freeing lpak 0x2088b70 associated with mbuf 0x6103dd80
    Mar 19 14:38:30 14:38:30.707365:CID-0:RT: ---- flow_process_pkt rc 0x0 (fp rc 0)
    Mar 19 14:38:30 14:38:30.713162:CID-0:RT:
    Mar 19 14:38:30 14:38:30.713162:CID-0:RT:~~~FLOW <1.1.1.1/0->192.168.0.66/2389;1,0x0> matched filter ping-test(0) in root-logical-system for iif ge-0/0/0.0 of root-logical-system:
    Mar 19 14:38:30 14:38:30.713162:CID-0:RT:   packet [84] ipid = 62471, @0x5ee38a9c
    Mar 19 14:38:30 14:38:30.713162:CID-0:RT:---- flow_process_pkt: (thd 1): flow_ctxt type 15, common flag 0x0, mbuf 0x5ee38880, rtbl_idx = 0
    Mar 19 14:38:30 14:38:30.713162:CID-0:RT: flow process pak fast ifl 73 in_ifp ge-0/0/0.0
    Mar 19 14:38:30 14:38:30.713162:CID-0:RT:  ge-0/0/0.0:1.1.1.1->192.168.0.66, icmp, (0/0)
    Mar 19 14:38:30 14:38:30.713162:CID-0:RT: find flow: table 0x6b05900, hash 23948(0xffff), sa 1.1.1.1, da 192.168.0.66, sp 0, dp 2389, proto 1, tok 8, conn-tag 0x00000000, vrf-grp-id 0
    Mar 19 14:38:30 14:38:30.713162:CID-0:RT:Found: session id 814. sess tok 8
    Mar 19 14:38:30 14:38:30.713162:CID-0:RT:  flow got session (id 814).
    Mar 19 14:38:30 14:38:30.713162:CID-0:RT:  flow session id 814
    Mar 19 14:38:30 14:38:30.713162:CID-0:RT:  refreshing session
    Mar 19 14:38:30 14:38:30.713162:CID-0:RT: vector bits 0x200 vector 0x68638118 for session 814
    Mar 19 14:38:30 14:38:30.713162:CID-0:RT:insert usp tag for apps
    Mar 19 14:38:30 14:38:30.713162:CID-0:RT:mbuf 0x5ee38880, exit nh 0xfffb0006
    Mar 19 14:38:30 14:38:30.713162:CID-0:RT: ---- flow_process_pkt rc 0x0 (fp rc 0)
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:~~~FLOW <192.168.0.66/2389->1.1.1.1/1;1,0x0> matched filter ping-test(0) in root-logical-system for iif .local..0 of root-logical-system:
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:   packet [84] ipid = 15111, @0x6103f1ce
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:---- flow_process_pkt: (thd 1): flow_ctxt type 0, common flag 0x0, mbuf 0x6103ef80, rtbl_idx = 0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:flow process pak, mbuf 0x6103ef80, ifl 0, ctxt_type 0 inq type 5
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT: in_ifp <junos-host:.local..0>
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:flow_process_pkt_exception: setting rtt in lpak to 0x20e0a88
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:flow_process_pkt_exception: setting in_vrf_id in lpak to 0, grp 0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:host inq check inq_type 0x5
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:flow_populate_lpak_from_usptag: usptag magic 0x9110114, vr-id 0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT: ipv4 from host, pfe tag vr id set 0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:Using vr id from pfe_tag with value= 0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:Changing lpak->in_ifp from:.local..0 -> to:.local..0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:~~~FLOW <192.168.0.66/2389->1.1.1.1/1;1,0x0> matched filter ping-test(0) in root-logical-system for iif .local..0 of root-logical-system:
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:   packet [84] ipid = 15111, @0x6103f1ce
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:Over-riding lpak->vsys with 0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:  .local..0:192.168.0.66->1.1.1.1, icmp, (8/0)
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT: find flow: table 0x6b05900, hash 55700(0xffff), sa 192.168.0.66, da 1.1.1.1, sp 2389, dp 1, proto 1, tok 2, conn-tag 0x00000000, vrf-grp-id 0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:  no session found, start first path. in_tunnel - 0x0, from_cp_flag - 0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:  flow_first_create_session
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:Save init hash spu id 0 to nsp and nsp2!
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:(flow_first_create_session) usp_tagged set session as mng session
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:First path alloc and instl pending session, natp=0x9163ea0, id=825
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:  flow_first_in_dst_nat: in <.local..0>, out <N/A> dst_adr 1.1.1.1, sp 2389, dp 1
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:  chose interface .local..0 as incoming nat if.
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:flow_first_rule_dst_xlate: packet 192.168.0.66->1.1.1.1 nsp2 0.0.0.0->1.1.1.1.
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:[JSF] Do ingress interest check. regd ingress plugins(2)
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:flag 0x9
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:[JSF][0]plugins(0x0) enabled for session = 825  implicit mask(0x0), service request(0x0)
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:-jsf : no plugin ingress interested for session 825
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:flow_first_routing: vr_id 0, call flow_route_lookup(): src_ip 192.168.0.66, x_dst_ip 1.1.1.1, in ifp .local..0, out ifp N/A sp 2389, dp 1, ip_proto 1, tos 0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:flow_first_routing: Doing DESTINATION addr route-lookup
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:flow_ipv4_rt_lkup success 1.1.1.1, iifl 0x0, oifl 0x49
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:flow_first_routing: setting out_vrf_id in lpak to 0, grp 0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:Checking in-ifp from .local..0 to ge-0/0/0.0 for src: 192.168.0.66 in vr_id:0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:  routed (x_dst_ip 1.1.1.1) from junos-host (.local..0 in 0) to ge-0/0/0.0, Next-hop: 192.168.0.65
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:Policy lkup: vsys 0 zone(2:junos-host) -> zone(8:internet) scope:0
     src vrf (0) dsv vrf (0) scope:0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:             192.168.0.66/2048 -> 1.1.1.1/15624 proto 1
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:Policy lkup: vsys 0 zone(5:global) -> zone(5:global) scope:0
     src vrf (0) dsv vrf (0) scope:15624
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:             192.168.0.66/2048 -> 1.1.1.1/15624 proto 1
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:flow_first_policy_search: policy search from zone junos-host-> zone internet (0x0,0x9550001,0x1), result: 0x546fc48, pending: 0?, is_http_cached = 0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:flow_first_policy_search: dynapp_none_policy: TRUE, uc_none_policy: TRUE, is_final: 0x0, is_explicit: 0x0, policy_meta_data: 0x0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:  app 0, timeout 60s, curr ageout 60s
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:  permitted by policy self-traffic-policy(1)
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:  packet passed, Permitted by policy.
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:flow_first_policy_search:policy explicit matched or jdpi final matched, set session with dynamic_appid 0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:flow_first_policy_search: Policy final match
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:  flow_conn_track_ent_lookup: zone connection track 0x8
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:flow_first_src_xlate:  nat_src_xlated: False, nat_src_xlate_failed: False
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:flow_first_src_xlate:  incoming src port is : 2389.
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:flow_first_src_xlate: src nat returns status: 0, rule/pool id: 0/0, pst_nat: False, nat_eim: False.
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:  dip id = 0/0, 192.168.0.66/2389->192.168.0.66/2389 protocol 0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:  choose interface ge-0/0/0.0(P2P) as outgoing phy if
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:is_loop_pak: No loop: on ifp: ge-0/0/0.0, addr: 1.1.1.1, rtt_idx:0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:[JSF]Normal interest check. regd plugins 45, enabled impl mask 0x0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:flag 0x9
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:get NULL sess plugin info 0x9163ea0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:get NULL sess plugin info 0x9163ea0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:get NULL sess plugin info 0x9163ea0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:get NULL sess plugin info 0x9163ea0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:get NULL sess plugin info 0x9163ea0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:+++++++++++jsf_test_plugin_data_evh: 3
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:get NULL sess plugin info 0x9163ea0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:get NULL sess plugin info 0x9163ea0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:get NULL sess plugin info 0x9163ea0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:[JSF]Plugins(0x0, count 0) enabled for session = 825, impli mask(0x0), post_nat cnt 0 svc req(0x0)
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:-jsf : no plugin interested for session 825, free sess plugin info
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:jsf pre int check result 0 0 0 0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:flow_first_service_lookup(): natp(0x9163ea0): app_id, 0(0).
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:  service lookup identified service 0.
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:  flow_first_final_check: in <.local..0>, out <ge-0/0/0.0>
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:In flow_first_complete_session
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:flow_first_complete_session, pak_ptr: 0x2088b70, nsp: 0x9163ea0, in_tunnel: 0x0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:before copy: nsp vec_list 0x0, nsp2 vec_list 0x200
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:after copy: nsp vec_list 0x200, nsp2 vec_list 0x200
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:construct v4 vector for nsp2 and nsp
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:  existing vector list 0x200-0x68638118.
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:vector index for nsp2: 200
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:  existing vector list 0x200-0x68638118.
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:vector index for nsp: 200
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:  Session (id:825) created for first pak 200
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:first pak processing successful
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:  flow_first_install_session======> 0x9163ea0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT: nsp 0x9163ea0, nsp2 0x9163f40, local_pak 0x2088b70
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:  make_nsp_ready_no_resolve()
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:flow_ipv4_rt_lkup success 192.168.0.66, iifl 0x0, oifl 0x0
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:  route lookup: dest-ip 192.168.0.66 orig ifp .local..0 output_ifp .local..0  orig-zone 2 out-zone 2 need_clear_fto 0 vsd 0, route_flag: 0x8
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:  route to 192.168.0.66
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:no need update ha
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:  flow_conn_track_ent_create: connection track on zone 2 not enabled
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:first path session installation succeeded
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:  flow got session (id 825).
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:  flow session id 825
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT: vector bits 0x200 vector 0x68638118 for session 825
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:mbuf 0x6103ef80, exit nh 0x150010
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT:flow_process_pkt_exception: Freeing lpak 0x2088b70 associated with mbuf 0x6103ef80
    Mar 19 14:38:31 14:38:31.704093:CID-0:RT: ---- flow_process_pkt rc 0x0 (fp rc 0)
    Mar 19 14:38:31 14:38:31.709838:CID-0:RT:
    Mar 19 14:38:31 14:38:31.709838:CID-0:RT:~~~FLOW <1.1.1.1/1->192.168.0.66/2389;1,0x0> matched filter ping-test(0) in root-logical-system for iif ge-0/0/0.0 of root-logical-system:
    Mar 19 14:38:31 14:38:31.709838:CID-0:RT:   packet [84] ipid = 50196, @0x5ee7209c
    Mar 19 14:38:31 14:38:31.709838:CID-0:RT:---- flow_process_pkt: (thd 1): flow_ctxt type 15, common flag 0x0, mbuf 0x5ee71e80, rtbl_idx = 0
    Mar 19 14:38:31 14:38:31.709838:CID-0:RT: flow process pak fast ifl 73 in_ifp ge-0/0/0.0
    Mar 19 14:38:31 14:38:31.709838:CID-0:RT:  ge-0/0/0.0:1.1.1.1->192.168.0.66, icmp, (0/0)
    Mar 19 14:38:31 14:38:31.709838:CID-0:RT: find flow: table 0x6b05900, hash 64860(0xffff), sa 1.1.1.1, da 192.168.0.66, sp 1, dp 2389, proto 1, tok 8, conn-tag 0x00000000, vrf-grp-id 0
    Mar 19 14:38:31 14:38:31.709838:CID-0:RT:Found: session id 825. sess tok 8
    Mar 19 14:38:31 14:38:31.709838:CID-0:RT:  flow got session (id 825).
    Mar 19 14:38:31 14:38:31.709838:CID-0:RT:  flow session id 825
    Mar 19 14:38:31 14:38:31.709838:CID-0:RT: vector bits 0x200 vector 0x68638118 for session 825
    Mar 19 14:38:31 14:38:31.709838:CID-0:RT:insert usp tag for apps
    Mar 19 14:38:31 14:38:31.709838:CID-0:RT:mbuf 0x5ee71e80, exit nh 0xfffb0006
    Mar 19 14:38:31 14:38:31.709838:CID-0:RT: ---- flow_process_pkt rc 0x0 (fp rc 0)
    Mar 19 14:38:32 14:38:32.738907:CID-0:RT:


  • 13.  RE: Assigning a /29 address to srx Wan interface kills connection

    Posted 03-20-2024 10:14

    Not working 

    root> show log flow-trace
    Mar 20 11:24:39  clear-log[2783]: logfile cleared
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:
     
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:~~~FLOW <192.168.0.66/2808->1.1.1.1/0;1,0x0> matched filter ping-test(0) in root-logical-system for iif .local..0 of root-logical-system:
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:   packet [84] ipid = 22259, @0x6103d6ce
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:---- flow_process_pkt: (thd 1): flow_ctxt type 0, common flag 0x0, mbuf 0x6103d480, rtbl_idx = 0
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:flow process pak, mbuf 0x6103d480, ifl 0, ctxt_type 0 inq type 5
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT: in_ifp <junos-host:.local..0>
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:flow_process_pkt_exception: setting rtt in lpak to 0x20e0a88
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:flow_process_pkt_exception: setting in_vrf_id in lpak to 0, grp 0
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:host inq check inq_type 0x5
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:flow_populate_lpak_from_usptag: usptag magic 0x9110114, vr-id 0
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT: ipv4 from host, pfe tag vr id set 0
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:Using vr id from pfe_tag with value= 0
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:Changing lpak->in_ifp from:.local..0 -> to:.local..0
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:~~~FLOW <192.168.0.66/2808->1.1.1.1/0;1,0x0> matched filter ping-test(0) in root-logical-system for iif .local..0 of root-logical-system:
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:   packet [84] ipid = 22259, @0x6103d6ce
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:Over-riding lpak->vsys with 0
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:  .local..0:192.168.0.66->1.1.1.1, icmp, (8/0)
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT: find flow: table 0x6b53b60, hash 51580(0xffff), sa 192.168.0.66, da 1.1.1.1, sp 2808, dp 0, proto 1, tok 2, conn-tag 0x00000000, vrf-grp-id 0
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:  no session found, start first path. in_tunnel - 0x0, from_cp_flag - 0
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:  flow_first_create_session
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:Save init hash spu id 0 to nsp and nsp2!
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:(flow_first_create_session) usp_tagged set session as mng session
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:First path alloc and instl pending session, natp=0x931cf48, id=3391
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:  flow_first_in_dst_nat: in <.local..0>, out <N/A> dst_adr 1.1.1.1, sp 2808, dp 0
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:  chose interface .local..0 as incoming nat if.
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:flow_first_rule_dst_xlate: packet 192.168.0.66->1.1.1.1 nsp2 0.0.0.0->1.1.1.1.
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:[JSF] Do ingress interest check. regd ingress plugins(2)
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:flag 0x9
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:[JSF][0]plugins(0x0) enabled for session = 3391  implicit mask(0x0), service request(0x0)
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:-jsf : no plugin ingress interested for session 3391
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:flow_first_routing: vr_id 0, call flow_route_lookup(): src_ip 192.168.0.66, x_dst_ip 1.1.1.1, in ifp .local..0, out ifp N/A sp 2808, dp 0, ip_proto 1, tos 0
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:flow_first_routing: Doing DESTINATION addr route-lookup
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:flow_ipv4_rt_lkup success 1.1.1.1, iifl 0x0, oifl 0x49
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:flow_first_routing: setting out_vrf_id in lpak to 0, grp 0
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:Checking in-ifp from .local..0 to ge-0/0/0.0 for src: 192.168.0.66 in vr_id:0
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:  routed (x_dst_ip 1.1.1.1) from junos-host (.local..0 in 0) to ge-0/0/0.0, Next-hop: 192.168.0.65
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:Policy lkup: vsys 0 zone(2:junos-host) -> zone(8:internet) scope:0
     src vrf (0) dsv vrf (0) scope:0
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:             192.168.0.66/2048 -> 1.1.1.1/41786 proto 1
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:Policy lkup: vsys 0 zone(5:global) -> zone(5:global) scope:0
     src vrf (0) dsv vrf (0) scope:41786
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:             192.168.0.66/2048 -> 1.1.1.1/41786 proto 1
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:flow_first_policy_search: policy search from zone junos-host-> zone internet (0x0,0xaf80000,0x0), result: 0x5421b28, pending: 0?, is_http_cached = 0
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:flow_first_policy_search: dynapp_none_policy: TRUE, uc_none_policy: TRUE, is_final: 0x0, is_explicit: 0x0, policy_meta_data: 0x0
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:  app 0, timeout 60s, curr ageout 60s
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:  permitted by policy self-traffic-policy(1)
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:  packet passed, Permitted by policy.
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:flow_first_policy_search:policy explicit matched or jdpi final matched, set session with dynamic_appid 0
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:flow_first_policy_search: Policy final match
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:  flow_conn_track_ent_lookup: zone connection track 0x8
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:flow_first_src_xlate:  nat_src_xlated: False, nat_src_xlate_failed: False
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:flow_first_src_xlate:  incoming src port is : 2808.
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:flow_first_src_xlate: src nat returns status: 0, rule/pool id: 0/0, pst_nat: False, nat_eim: False.
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:  dip id = 0/0, 192.168.0.66/2808->192.168.0.66/2808 protocol 0
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:  choose interface ge-0/0/0.0(P2P) as outgoing phy if
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:is_loop_pak: No loop: on ifp: ge-0/0/0.0, addr: 1.1.1.1, rtt_idx:0
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:[JSF]Normal interest check. regd plugins 45, enabled impl mask 0x0
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:flag 0x9
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:get NULL sess plugin info 0x931cf48
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:get NULL sess plugin info 0x931cf48
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:get NULL sess plugin info 0x931cf48
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:get NULL sess plugin info 0x931cf48
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:get NULL sess plugin info 0x931cf48
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:+++++++++++jsf_test_plugin_data_evh: 3
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:get NULL sess plugin info 0x931cf48
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:get NULL sess plugin info 0x931cf48
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:get NULL sess plugin info 0x931cf48
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:[JSF]Plugins(0x0, count 0) enabled for session = 3391, impli mask(0x0), post_nat cnt 0 svc req(0x0)
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:-jsf : no plugin interested for session 3391, free sess plugin info
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:jsf pre int check result 0 0 0 0
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:flow_first_service_lookup(): natp(0x931cf48): app_id, 0(0).
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:  service lookup identified service 0.
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:  flow_first_final_check: in <.local..0>, out <ge-0/0/0.0>
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:In flow_first_complete_session
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:flow_first_complete_session, pak_ptr: 0x2088b70, nsp: 0x931cf48, in_tunnel: 0x0
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:before copy: nsp vec_list 0x0, nsp2 vec_list 0x200
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:after copy: nsp vec_list 0x200, nsp2 vec_list 0x200
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:construct v4 vector for nsp2 and nsp
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:  existing vector list 0x200-0x695ffbc0.
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:vector index for nsp2: 200
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:  existing vector list 0x200-0x695ffbc0.
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:vector index for nsp: 200
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:  Session (id:3391) created for first pak 200
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:first pak processing successful
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:  flow_first_install_session======> 0x931cf48
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT: nsp 0x931cf48, nsp2 0x931cfe8, local_pak 0x2088b70
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:  make_nsp_ready_no_resolve()
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:flow_ipv4_rt_lkup success 192.168.0.66, iifl 0x0, oifl 0x0
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:  route lookup: dest-ip 192.168.0.66 orig ifp .local..0 output_ifp .local..0  orig-zone 2 out-zone 2 need_clear_fto 0 vsd 0, route_flag: 0x8
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:  route to 192.168.0.66
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:no need update ha
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:  flow_conn_track_ent_create: connection track on zone 2 not enabled
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:first path session installation succeeded
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:  flow got session (id 3391).
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:  flow session id 3391
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT: vector bits 0x200 vector 0x695ffbc0 for session 3391
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:mbuf 0x6103d480, exit nh 0x150010
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT:flow_process_pkt_exception: Freeing lpak 0x2088b70 associated with mbuf 0x6103d480
    Mar 20 11:24:58 11:24:58.668374:CID-0:RT: ---- flow_process_pkt rc 0x0 (fp rc 0)
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:
       
     
      
       
      
     
      
     
     
     
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:~~~FLOW <192.168.0.66/2808->1.1.1.1/1;1,0x0> matched filter ping-test(0) in root-logical-system for iif .local..0 of root-logical-system:
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:   packet [84] ipid = 22263, @0x6103d6ce
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:---- flow_process_pkt: (thd 1): flow_ctxt type 0, common flag 0x0, mbuf 0x6103d480, rtbl_idx = 0
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:flow process pak, mbuf 0x6103d480, ifl 0, ctxt_type 0 inq type 5
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT: in_ifp <junos-host:.local..0>
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:flow_process_pkt_exception: setting rtt in lpak to 0x20e0a88
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:flow_process_pkt_exception: setting in_vrf_id in lpak to 0, grp 0
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:host inq check inq_type 0x5
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:flow_populate_lpak_from_usptag: usptag magic 0x9110114, vr-id 0
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT: ipv4 from host, pfe tag vr id set 0
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:Using vr id from pfe_tag with value= 0
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:Changing lpak->in_ifp from:.local..0 -> to:.local..0
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:~~~FLOW <192.168.0.66/2808->1.1.1.1/1;1,0x0> matched filter ping-test(0) in root-logical-system for iif .local..0 of root-logical-system:
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:   packet [84] ipid = 22263, @0x6103d6ce
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:Over-riding lpak->vsys with 0
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:  .local..0:192.168.0.66->1.1.1.1, icmp, (8/0)
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT: find flow: table 0x6b53b60, hash 51583(0xffff), sa 192.168.0.66, da 1.1.1.1, sp 2808, dp 1, proto 1, tok 2, conn-tag 0x00000000, vrf-grp-id 0
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:  no session found, start first path. in_tunnel - 0x0, from_cp_flag - 0
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:  flow_first_create_session
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:Save init hash spu id 0 to nsp and nsp2!
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:(flow_first_create_session) usp_tagged set session as mng session
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:First path alloc and instl pending session, natp=0x931e4a8, id=3400
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:  flow_first_in_dst_nat: in <.local..0>, out <N/A> dst_adr 1.1.1.1, sp 2808, dp 1
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:  chose interface .local..0 as incoming nat if.
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:flow_first_rule_dst_xlate: packet 192.168.0.66->1.1.1.1 nsp2 0.0.0.0->1.1.1.1.
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:[JSF] Do ingress interest check. regd ingress plugins(2)
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:flag 0x9
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:[JSF][0]plugins(0x0) enabled for session = 3400  implicit mask(0x0), service request(0x0)
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:-jsf : no plugin ingress interested for session 3400
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:flow_first_routing: vr_id 0, call flow_route_lookup(): src_ip 192.168.0.66, x_dst_ip 1.1.1.1, in ifp .local..0, out ifp N/A sp 2808, dp 1, ip_proto 1, tos 0
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:flow_first_routing: Doing DESTINATION addr route-lookup
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:flow_ipv4_rt_lkup success 1.1.1.1, iifl 0x0, oifl 0x49
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:flow_first_routing: setting out_vrf_id in lpak to 0, grp 0
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:Checking in-ifp from .local..0 to ge-0/0/0.0 for src: 192.168.0.66 in vr_id:0
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:  routed (x_dst_ip 1.1.1.1) from junos-host (.local..0 in 0) to ge-0/0/0.0, Next-hop: 192.168.0.65
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:Policy lkup: vsys 0 zone(2:junos-host) -> zone(8:internet) scope:0
     src vrf (0) dsv vrf (0) scope:0
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:             192.168.0.66/2048 -> 1.1.1.1/43409 proto 1
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:Policy lkup: vsys 0 zone(5:global) -> zone(5:global) scope:0
     src vrf (0) dsv vrf (0) scope:43409
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:             192.168.0.66/2048 -> 1.1.1.1/43409 proto 1
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:flow_first_policy_search: policy search from zone junos-host-> zone internet (0x0,0xaf80001,0x1), result: 0x5421b28, pending: 0?, is_http_cached = 0
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:flow_first_policy_search: dynapp_none_policy: TRUE, uc_none_policy: TRUE, is_final: 0x0, is_explicit: 0x0, policy_meta_data: 0x0
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:  app 0, timeout 60s, curr ageout 60s
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:  permitted by policy self-traffic-policy(1)
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:  packet passed, Permitted by policy.
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:flow_first_policy_search:policy explicit matched or jdpi final matched, set session with dynamic_appid 0
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:flow_first_policy_search: Policy final match
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:  flow_conn_track_ent_lookup: zone connection track 0x8
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:flow_first_src_xlate:  nat_src_xlated: False, nat_src_xlate_failed: False
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:flow_first_src_xlate:  incoming src port is : 2808.
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:flow_first_src_xlate: src nat returns status: 0, rule/pool id: 0/0, pst_nat: False, nat_eim: False.
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:  dip id = 0/0, 192.168.0.66/2808->192.168.0.66/2808 protocol 0
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:  choose interface ge-0/0/0.0(P2P) as outgoing phy if
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:is_loop_pak: No loop: on ifp: ge-0/0/0.0, addr: 1.1.1.1, rtt_idx:0
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:[JSF]Normal interest check. regd plugins 45, enabled impl mask 0x0
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:flag 0x9
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:get NULL sess plugin info 0x931e4a8
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:get NULL sess plugin info 0x931e4a8
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:get NULL sess plugin info 0x931e4a8
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:get NULL sess plugin info 0x931e4a8
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:get NULL sess plugin info 0x931e4a8
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:+++++++++++jsf_test_plugin_data_evh: 3
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:get NULL sess plugin info 0x931e4a8
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:get NULL sess plugin info 0x931e4a8
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:get NULL sess plugin info 0x931e4a8
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:[JSF]Plugins(0x0, count 0) enabled for session = 3400, impli mask(0x0), post_nat cnt 0 svc req(0x0)
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:-jsf : no plugin interested for session 3400, free sess plugin info
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:jsf pre int check result 0 0 0 0
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:flow_first_service_lookup(): natp(0x931e4a8): app_id, 0(0).
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:  service lookup identified service 0.
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:  flow_first_final_check: in <.local..0>, out <ge-0/0/0.0>
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:In flow_first_complete_session
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:flow_first_complete_session, pak_ptr: 0x2088b70, nsp: 0x931e4a8, in_tunnel: 0x0
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:before copy: nsp vec_list 0x0, nsp2 vec_list 0x200
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:after copy: nsp vec_list 0x200, nsp2 vec_list 0x200
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:construct v4 vector for nsp2 and nsp
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:  existing vector list 0x200-0x695ffbc0.
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:vector index for nsp2: 200
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:  existing vector list 0x200-0x695ffbc0.
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:vector index for nsp: 200
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:  Session (id:3400) created for first pak 200
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:first pak processing successful
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:  flow_first_install_session======> 0x931e4a8
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT: nsp 0x931e4a8, nsp2 0x931e548, local_pak 0x2088b70
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:  make_nsp_ready_no_resolve()
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:flow_ipv4_rt_lkup success 192.168.0.66, iifl 0x0, oifl 0x0
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:  route lookup: dest-ip 192.168.0.66 orig ifp .local..0 output_ifp .local..0  orig-zone 2 out-zone 2 need_clear_fto 0 vsd 0, route_flag: 0x8
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:  route to 192.168.0.66
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:no need update ha
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:  flow_conn_track_ent_create: connection track on zone 2 not enabled
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:first path session installation succeeded
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:  flow got session (id 3400).
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:  flow session id 3400
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT: vector bits 0x200 vector 0x695ffbc0 for session 3400
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:mbuf 0x6103d480, exit nh 0x150010
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT:flow_process_pkt_exception: Freeing lpak 0x2088b70 associated with mbuf 0x6103d480
    Mar 20 11:24:59 11:24:59.666633:CID-0:RT: ---- flow_process_pkt rc 0x0 (fp rc 0)
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:~~~FLOW <192.168.0.66/2808->1.1.1.1/2;1,0x0> matched filter ping-test(0) in root-logical-system for iif .local..0 of root-logical-system:
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:   packet [84] ipid = 22306, @0x6103d6ce
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:---- flow_process_pkt: (thd 1): flow_ctxt type 0, common flag 0x0, mbuf 0x6103d480, rtbl_idx = 0
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:flow process pak, mbuf 0x6103d480, ifl 0, ctxt_type 0 inq type 5
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT: in_ifp <junos-host:.local..0>
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:flow_process_pkt_exception: setting rtt in lpak to 0x20e0a88
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:flow_process_pkt_exception: setting in_vrf_id in lpak to 0, grp 0
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:host inq check inq_type 0x5
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:flow_populate_lpak_from_usptag: usptag magic 0x9110114, vr-id 0
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT: ipv4 from host, pfe tag vr id set 0
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:Using vr id from pfe_tag with value= 0
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:Changing lpak->in_ifp from:.local..0 -> to:.local..0
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:~~~FLOW <192.168.0.66/2808->1.1.1.1/2;1,0x0> matched filter ping-test(0) in root-logical-system for iif .local..0 of root-logical-system:
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:   packet [84] ipid = 22306, @0x6103d6ce
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:Over-riding lpak->vsys with 0
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:  .local..0:192.168.0.66->1.1.1.1, icmp, (8/0)
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT: find flow: table 0x6b53b60, hash 51582(0xffff), sa 192.168.0.66, da 1.1.1.1, sp 2808, dp 2, proto 1, tok 2, conn-tag 0x00000000, vrf-grp-id 0
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:  no session found, start first path. in_tunnel - 0x0, from_cp_flag - 0
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:  flow_first_create_session
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:Save init hash spu id 0 to nsp and nsp2!
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:(flow_first_create_session) usp_tagged set session as mng session
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:First path alloc and instl pending session, natp=0x931f2e8, id=3406
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:  flow_first_in_dst_nat: in <.local..0>, out <N/A> dst_adr 1.1.1.1, sp 2808, dp 2
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:  chose interface .local..0 as incoming nat if.
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:flow_first_rule_dst_xlate: packet 192.168.0.66->1.1.1.1 nsp2 0.0.0.0->1.1.1.1.
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:[JSF] Do ingress interest check. regd ingress plugins(2)
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:flag 0x9
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:[JSF][0]plugins(0x0) enabled for session = 3406  implicit mask(0x0), service request(0x0)
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:-jsf : no plugin ingress interested for session 3406
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:flow_first_routing: vr_id 0, call flow_route_lookup(): src_ip 192.168.0.66, x_dst_ip 1.1.1.1, in ifp .local..0, out ifp N/A sp 2808, dp 2, ip_proto 1, tos 0
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:flow_first_routing: Doing DESTINATION addr route-lookup
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:flow_ipv4_rt_lkup success 1.1.1.1, iifl 0x0, oifl 0x49
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:flow_first_routing: setting out_vrf_id in lpak to 0, grp 0
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:Checking in-ifp from .local..0 to ge-0/0/0.0 for src: 192.168.0.66 in vr_id:0
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:  routed (x_dst_ip 1.1.1.1) from junos-host (.local..0 in 0) to ge-0/0/0.0, Next-hop: 192.168.0.65
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:Policy lkup: vsys 0 zone(2:junos-host) -> zone(8:internet) scope:0
     src vrf (0) dsv vrf (0) scope:0
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:             192.168.0.66/2048 -> 1.1.1.1/44836 proto 1
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:Policy lkup: vsys 0 zone(5:global) -> zone(5:global) scope:0
     src vrf (0) dsv vrf (0) scope:44836
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:             192.168.0.66/2048 -> 1.1.1.1/44836 proto 1
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:flow_first_policy_search: policy search from zone junos-host-> zone internet (0x0,0xaf80002,0x2), result: 0x5421b28, pending: 0?, is_http_cached = 0
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:flow_first_policy_search: dynapp_none_policy: TRUE, uc_none_policy: TRUE, is_final: 0x0, is_explicit: 0x0, policy_meta_data: 0x0
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:  app 0, timeout 60s, curr ageout 60s
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:  permitted by policy self-traffic-policy(1)
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:  packet passed, Permitted by policy.
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:flow_first_policy_search:policy explicit matched or jdpi final matched, set session with dynamic_appid 0
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:flow_first_policy_search: Policy final match
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:  flow_conn_track_ent_lookup: zone connection track 0x8
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:flow_first_src_xlate:  nat_src_xlated: False, nat_src_xlate_failed: False
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:flow_first_src_xlate:  incoming src port is : 2808.
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:flow_first_src_xlate: src nat returns status: 0, rule/pool id: 0/0, pst_nat: False, nat_eim: False.
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:  dip id = 0/0, 192.168.0.66/2808->192.168.0.66/2808 protocol 0
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:  choose interface ge-0/0/0.0(P2P) as outgoing phy if
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:is_loop_pak: No loop: on ifp: ge-0/0/0.0, addr: 1.1.1.1, rtt_idx:0
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:[JSF]Normal interest check. regd plugins 45, enabled impl mask 0x0
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:flag 0x9
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:get NULL sess plugin info 0x931f2e8
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:get NULL sess plugin info 0x931f2e8
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:get NULL sess plugin info 0x931f2e8
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:get NULL sess plugin info 0x931f2e8
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:get NULL sess plugin info 0x931f2e8
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:+++++++++++jsf_test_plugin_data_evh: 3
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:get NULL sess plugin info 0x931f2e8
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:get NULL sess plugin info 0x931f2e8
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:get NULL sess plugin info 0x931f2e8
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:[JSF]Plugins(0x0, count 0) enabled for session = 3406, impli mask(0x0), post_nat cnt 0 svc req(0x0)
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:-jsf : no plugin interested for session 3406, free sess plugin info
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:jsf pre int check result 0 0 0 0
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:flow_first_service_lookup(): natp(0x931f2e8): app_id, 0(0).
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:  service lookup identified service 0.
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:  flow_first_final_check: in <.local..0>, out <ge-0/0/0.0>
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:In flow_first_complete_session
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:flow_first_complete_session, pak_ptr: 0x2088b70, nsp: 0x931f2e8, in_tunnel: 0x0
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:before copy: nsp vec_list 0x0, nsp2 vec_list 0x200
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:after copy: nsp vec_list 0x200, nsp2 vec_list 0x200
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:construct v4 vector for nsp2 and nsp
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:  existing vector list 0x200-0x695ffbc0.
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:vector index for nsp2: 200
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:  existing vector list 0x200-0x695ffbc0.
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:vector index for nsp: 200
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:  Session (id:3406) created for first pak 200
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:first pak processing successful
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:  flow_first_install_session======> 0x931f2e8
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT: nsp 0x931f2e8, nsp2 0x931f388, local_pak 0x2088b70
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:  make_nsp_ready_no_resolve()
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:flow_ipv4_rt_lkup success 192.168.0.66, iifl 0x0, oifl 0x0
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:  route lookup: dest-ip 192.168.0.66 orig ifp .local..0 output_ifp .local..0  orig-zone 2 out-zone 2 need_clear_fto 0 vsd 0, route_flag: 0x8
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:  route to 192.168.0.66
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:no need update ha
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:  flow_conn_track_ent_create: connection track on zone 2 not enabled
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:first path session installation succeeded
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:  flow got session (id 3406).
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:  flow session id 3406
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT: vector bits 0x200 vector 0x695ffbc0 for session 3406
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:mbuf 0x6103d480, exit nh 0x150010
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT:flow_process_pkt_exception: Freeing lpak 0x2088b70 associated with mbuf 0x6103d480
    Mar 20 11:25:00 11:25:00.665193:CID-0:RT: ---- flow_process_pkt rc 0x0 (fp rc 0)
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:~~~FLOW <192.168.0.66/2808->1.1.1.1/3;1,0x0> matched filter ping-test(0) in root-logical-system for iif .local..0 of root-logical-system:
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:   packet [84] ipid = 22315, @0x6103d6ce
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:---- flow_process_pkt: (thd 1): flow_ctxt type 0, common flag 0x0, mbuf 0x6103d480, rtbl_idx = 0
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:flow process pak, mbuf 0x6103d480, ifl 0, ctxt_type 0 inq type 5
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT: in_ifp <junos-host:.local..0>
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:flow_process_pkt_exception: setting rtt in lpak to 0x20e0a88
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:flow_process_pkt_exception: setting in_vrf_id in lpak to 0, grp 0
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:host inq check inq_type 0x5
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:flow_populate_lpak_from_usptag: usptag magic 0x9110114, vr-id 0
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT: ipv4 from host, pfe tag vr id set 0
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:Using vr id from pfe_tag with value= 0
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:Changing lpak->in_ifp from:.local..0 -> to:.local..0
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:~~~FLOW <192.168.0.66/2808->1.1.1.1/3;1,0x0> matched filter ping-test(0) in root-logical-system for iif .local..0 of root-logical-system:
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:   packet [84] ipid = 22315, @0x6103d6ce
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:Over-riding lpak->vsys with 0
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:  .local..0:192.168.0.66->1.1.1.1, icmp, (8/0)
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT: find flow: table 0x6b53b60, hash 51553(0xffff), sa 192.168.0.66, da 1.1.1.1, sp 2808, dp 3, proto 1, tok 2, conn-tag 0x00000000, vrf-grp-id 0
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:  no session found, start first path. in_tunnel - 0x0, from_cp_flag - 0
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:  flow_first_create_session
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:Save init hash spu id 0 to nsp and nsp2!
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:(flow_first_create_session) usp_tagged set session as mng session
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:First path alloc and instl pending session, natp=0x93205e8, id=3414
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:  flow_first_in_dst_nat: in <.local..0>, out <N/A> dst_adr 1.1.1.1, sp 2808, dp 3
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:  chose interface .local..0 as incoming nat if.
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:flow_first_rule_dst_xlate: packet 192.168.0.66->1.1.1.1 nsp2 0.0.0.0->1.1.1.1.
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:[JSF] Do ingress interest check. regd ingress plugins(2)
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:flag 0x9
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:[JSF][0]plugins(0x0) enabled for session = 3414  implicit mask(0x0), service request(0x0)
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:-jsf : no plugin ingress interested for session 3414
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:flow_first_routing: vr_id 0, call flow_route_lookup(): src_ip 192.168.0.66, x_dst_ip 1.1.1.1, in ifp .local..0, out ifp N/A sp 2808, dp 3, ip_proto 1, tos 0
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:flow_first_routing: Doing DESTINATION addr route-lookup
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:flow_ipv4_rt_lkup success 1.1.1.1, iifl 0x0, oifl 0x49
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:flow_first_routing: setting out_vrf_id in lpak to 0, grp 0
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:Checking in-ifp from .local..0 to ge-0/0/0.0 for src: 192.168.0.66 in vr_id:0
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:  routed (x_dst_ip 1.1.1.1) from junos-host (.local..0 in 0) to ge-0/0/0.0, Next-hop: 192.168.0.65
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:Policy lkup: vsys 0 zone(2:junos-host) -> zone(8:internet) scope:0
     src vrf (0) dsv vrf (0) scope:0
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:             192.168.0.66/2048 -> 1.1.1.1/46204 proto 1
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:Policy lkup: vsys 0 zone(5:global) -> zone(5:global) scope:0
     src vrf (0) dsv vrf (0) scope:46204
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:             192.168.0.66/2048 -> 1.1.1.1/46204 proto 1
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:flow_first_policy_search: policy search from zone junos-host-> zone internet (0x0,0xaf80003,0x3), result: 0x5421b28, pending: 0?, is_http_cached = 0
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:flow_first_policy_search: dynapp_none_policy: TRUE, uc_none_policy: TRUE, is_final: 0x0, is_explicit: 0x0, policy_meta_data: 0x0
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:  app 0, timeout 60s, curr ageout 60s
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:  permitted by policy self-traffic-policy(1)
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:  packet passed, Permitted by policy.
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:flow_first_policy_search:policy explicit matched or jdpi final matched, set session with dynamic_appid 0
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:flow_first_policy_search: Policy final match
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:  flow_conn_track_ent_lookup: zone connection track 0x8
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:flow_first_src_xlate:  nat_src_xlated: False, nat_src_xlate_failed: False
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:flow_first_src_xlate:  incoming src port is : 2808.
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:flow_first_src_xlate: src nat returns status: 0, rule/pool id: 0/0, pst_nat: False, nat_eim: False.
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:  dip id = 0/0, 192.168.0.66/2808->192.168.0.66/2808 protocol 0
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:  choose interface ge-0/0/0.0(P2P) as outgoing phy if
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:is_loop_pak: No loop: on ifp: ge-0/0/0.0, addr: 1.1.1.1, rtt_idx:0
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:[JSF]Normal interest check. regd plugins 45, enabled impl mask 0x0
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:flag 0x9
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:get NULL sess plugin info 0x93205e8
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:get NULL sess plugin info 0x93205e8
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:get NULL sess plugin info 0x93205e8
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:get NULL sess plugin info 0x93205e8
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:get NULL sess plugin info 0x93205e8
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:+++++++++++jsf_test_plugin_data_evh: 3
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:get NULL sess plugin info 0x93205e8
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:get NULL sess plugin info 0x93205e8
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:get NULL sess plugin info 0x93205e8
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:[JSF]Plugins(0x0, count 0) enabled for session = 3414, impli mask(0x0), post_nat cnt 0 svc req(0x0)
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:-jsf : no plugin interested for session 3414, free sess plugin info
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:jsf pre int check result 0 0 0 0
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:flow_first_service_lookup(): natp(0x93205e8): app_id, 0(0).
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:  service lookup identified service 0.
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:  flow_first_final_check: in <.local..0>, out <ge-0/0/0.0>
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:In flow_first_complete_session
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:flow_first_complete_session, pak_ptr: 0x2088b70, nsp: 0x93205e8, in_tunnel: 0x0
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:before copy: nsp vec_list 0x0, nsp2 vec_list 0x200
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:after copy: nsp vec_list 0x200, nsp2 vec_list 0x200
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:construct v4 vector for nsp2 and nsp
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:  existing vector list 0x200-0x695ffbc0.
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:vector index for nsp2: 200
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:  existing vector list 0x200-0x695ffbc0.
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:vector index for nsp: 200
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:  Session (id:3414) created for first pak 200
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:first pak processing successful
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:  flow_first_install_session======> 0x93205e8
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT: nsp 0x93205e8, nsp2 0x9320688, local_pak 0x2088b70
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:  make_nsp_ready_no_resolve()
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:flow_ipv4_rt_lkup success 192.168.0.66, iifl 0x0, oifl 0x0
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:  route lookup: dest-ip 192.168.0.66 orig ifp .local..0 output_ifp .local..0  orig-zone 2 out-zone 2 need_clear_fto 0 vsd 0, route_flag: 0x8
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:  route to 192.168.0.66
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:no need update ha
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:  flow_conn_track_ent_create: connection track on zone 2 not enabled
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:first path session installation succeeded
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:  flow got session (id 3414).
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:  flow session id 3414
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT: vector bits 0x200 vector 0x695ffbc0 for session 3414
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:mbuf 0x6103d480, exit nh 0x150010
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT:flow_process_pkt_exception: Freeing lpak 0x2088b70 associated with mbuf 0x6103d480
    Mar 20 11:25:01 11:25:01.663858:CID-0:RT: ---- flow_process_pkt rc 0x0 (fp rc 0)
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:~~~FLOW <192.168.0.66/2808->1.1.1.1/4;1,0x0> matched filter ping-test(0) in root-logical-system for iif .local..0 of root-logical-system:
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:   packet [84] ipid = 22317, @0x6103d6ce
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:---- flow_process_pkt: (thd 1): flow_ctxt type 0, common flag 0x0, mbuf 0x6103d480, rtbl_idx = 0
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:flow process pak, mbuf 0x6103d480, ifl 0, ctxt_type 0 inq type 5
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT: in_ifp <junos-host:.local..0>
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:flow_process_pkt_exception: setting rtt in lpak to 0x20e0a88
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:flow_process_pkt_exception: setting in_vrf_id in lpak to 0, grp 0
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:host inq check inq_type 0x5
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:flow_populate_lpak_from_usptag: usptag magic 0x9110114, vr-id 0
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT: ipv4 from host, pfe tag vr id set 0
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:Using vr id from pfe_tag with value= 0
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:Changing lpak->in_ifp from:.local..0 -> to:.local..0
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:~~~FLOW <192.168.0.66/2808->1.1.1.1/4;1,0x0> matched filter ping-test(0) in root-logical-system for iif .local..0 of root-logical-system:
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:   packet [84] ipid = 22317, @0x6103d6ce
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:Over-riding lpak->vsys with 0
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:  .local..0:192.168.0.66->1.1.1.1, icmp, (8/0)
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT: find flow: table 0x6b53b60, hash 51552(0xffff), sa 192.168.0.66, da 1.1.1.1, sp 2808, dp 4, proto 1, tok 2, conn-tag 0x00000000, vrf-grp-id 0
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:  no session found, start first path. in_tunnel - 0x0, from_cp_flag - 0
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:  flow_first_create_session
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:Save init hash spu id 0 to nsp and nsp2!
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:(flow_first_create_session) usp_tagged set session as mng session
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:First path alloc and instl pending session, natp=0x9321428, id=3420
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:  flow_first_in_dst_nat: in <.local..0>, out <N/A> dst_adr 1.1.1.1, sp 2808, dp 4
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:  chose interface .local..0 as incoming nat if.
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:flow_first_rule_dst_xlate: packet 192.168.0.66->1.1.1.1 nsp2 0.0.0.0->1.1.1.1.
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:[JSF] Do ingress interest check. regd ingress plugins(2)
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:flag 0x9
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:[JSF][0]plugins(0x0) enabled for session = 3420  implicit mask(0x0), service request(0x0)
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:-jsf : no plugin ingress interested for session 3420
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:flow_first_routing: vr_id 0, call flow_route_lookup(): src_ip 192.168.0.66, x_dst_ip 1.1.1.1, in ifp .local..0, out ifp N/A sp 2808, dp 4, ip_proto 1, tos 0
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:flow_first_routing: Doing DESTINATION addr route-lookup
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:flow_ipv4_rt_lkup success 1.1.1.1, iifl 0x0, oifl 0x49
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:flow_first_routing: setting out_vrf_id in lpak to 0, grp 0
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:Checking in-ifp from .local..0 to ge-0/0/0.0 for src: 192.168.0.66 in vr_id:0
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:  routed (x_dst_ip 1.1.1.1) from junos-host (.local..0 in 0) to ge-0/0/0.0, Next-hop: 192.168.0.65
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:Policy lkup: vsys 0 zone(2:junos-host) -> zone(8:internet) scope:0
     src vrf (0) dsv vrf (0) scope:0
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:             192.168.0.66/2048 -> 1.1.1.1/47990 proto 1
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:Policy lkup: vsys 0 zone(5:global) -> zone(5:global) scope:0
     src vrf (0) dsv vrf (0) scope:47990
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:             192.168.0.66/2048 -> 1.1.1.1/47990 proto 1
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:flow_first_policy_search: policy search from zone junos-host-> zone internet (0x0,0xaf80004,0x4), result: 0x5421b28, pending: 0?, is_http_cached = 0
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:flow_first_policy_search: dynapp_none_policy: TRUE, uc_none_policy: TRUE, is_final: 0x0, is_explicit: 0x0, policy_meta_data: 0x0
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:  app 0, timeout 60s, curr ageout 60s
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:  permitted by policy self-traffic-policy(1)
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:  packet passed, Permitted by policy.
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:flow_first_policy_search:policy explicit matched or jdpi final matched, set session with dynamic_appid 0
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:flow_first_policy_search: Policy final match
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:  flow_conn_track_ent_lookup: zone connection track 0x8
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:flow_first_src_xlate:  nat_src_xlated: False, nat_src_xlate_failed: False
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:flow_first_src_xlate:  incoming src port is : 2808.
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:flow_first_src_xlate: src nat returns status: 0, rule/pool id: 0/0, pst_nat: False, nat_eim: False.
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:  dip id = 0/0, 192.168.0.66/2808->192.168.0.66/2808 protocol 0
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:  choose interface ge-0/0/0.0(P2P) as outgoing phy if
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:is_loop_pak: No loop: on ifp: ge-0/0/0.0, addr: 1.1.1.1, rtt_idx:0
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:[JSF]Normal interest check. regd plugins 45, enabled impl mask 0x0
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:flag 0x9
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:get NULL sess plugin info 0x9321428
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:get NULL sess plugin info 0x9321428
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:get NULL sess plugin info 0x9321428
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:get NULL sess plugin info 0x9321428
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:get NULL sess plugin info 0x9321428
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:+++++++++++jsf_test_plugin_data_evh: 3
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:get NULL sess plugin info 0x9321428
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:get NULL sess plugin info 0x9321428
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:get NULL sess plugin info 0x9321428
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:[JSF]Plugins(0x0, count 0) enabled for session = 3420, impli mask(0x0), post_nat cnt 0 svc req(0x0)
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:-jsf : no plugin interested for session 3420, free sess plugin info
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:jsf pre int check result 0 0 0 0
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:flow_first_service_lookup(): natp(0x9321428): app_id, 0(0).
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:  service lookup identified service 0.
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:  flow_first_final_check: in <.local..0>, out <ge-0/0/0.0>
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:In flow_first_complete_session
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:flow_first_complete_session, pak_ptr: 0x2088b70, nsp: 0x9321428, in_tunnel: 0x0
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:before copy: nsp vec_list 0x0, nsp2 vec_list 0x200
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:after copy: nsp vec_list 0x200, nsp2 vec_list 0x200
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:construct v4 vector for nsp2 and nsp
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:  existing vector list 0x200-0x695ffbc0.
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:vector index for nsp2: 200
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:  existing vector list 0x200-0x695ffbc0.
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:vector index for nsp: 200
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:  Session (id:3420) created for first pak 200
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:first pak processing successful
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:  flow_first_install_session======> 0x9321428
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT: nsp 0x9321428, nsp2 0x93214c8, local_pak 0x2088b70
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:  make_nsp_ready_no_resolve()
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:flow_ipv4_rt_lkup success 192.168.0.66, iifl 0x0, oifl 0x0
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:  route lookup: dest-ip 192.168.0.66 orig ifp .local..0 output_ifp .local..0  orig-zone 2 out-zone 2 need_clear_fto 0 vsd 0, route_flag: 0x8
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:  route to 192.168.0.66
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:no need update ha
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:  flow_conn_track_ent_create: connection track on zone 2 not enabled
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:first path session installation succeeded
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:  flow got session (id 3420).
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:  flow session id 3420
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT: vector bits 0x200 vector 0x695ffbc0 for session 3420
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:mbuf 0x6103d480, exit nh 0x150010
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT:flow_process_pkt_exception: Freeing lpak 0x2088b70 associated with mbuf 0x6103d480
    Mar 20 11:25:02 11:25:02.662080:CID-0:RT: ---- flow_process_pkt rc 0x0 (fp rc 0)
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:~~~FLOW <192.168.0.66/2808->1.1.1.1/5;1,0x0> matched filter ping-test(0) in root-logical-system for iif .local..0 of root-logical-system:
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:   packet [84] ipid = 22364, @0x6103d6ce
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:---- flow_process_pkt: (thd 1): flow_ctxt type 0, common flag 0x0, mbuf 0x6103d480, rtbl_idx = 0
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:flow process pak, mbuf 0x6103d480, ifl 0, ctxt_type 0 inq type 5
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT: in_ifp <junos-host:.local..0>
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:flow_process_pkt_exception: setting rtt in lpak to 0x20e0a88
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:flow_process_pkt_exception: setting in_vrf_id in lpak to 0, grp 0
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:host inq check inq_type 0x5
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:flow_populate_lpak_from_usptag: usptag magic 0x9110114, vr-id 0
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT: ipv4 from host, pfe tag vr id set 0
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:Using vr id from pfe_tag with value= 0
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:Changing lpak->in_ifp from:.local..0 -> to:.local..0
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:~~~FLOW <192.168.0.66/2808->1.1.1.1/5;1,0x0> matched filter ping-test(0) in root-logical-system for iif .local..0 of root-logical-system:
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:   packet [84] ipid = 22364, @0x6103d6ce
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:Over-riding lpak->vsys with 0
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:  .local..0:192.168.0.66->1.1.1.1, icmp, (8/0)
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT: find flow: table 0x6b53b60, hash 51555(0xffff), sa 192.168.0.66, da 1.1.1.1, sp 2808, dp 5, proto 1, tok 2, conn-tag 0x00000000, vrf-grp-id 0
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:  no session found, start first path. in_tunnel - 0x0, from_cp_flag - 0
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:  flow_first_create_session
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:Save init hash spu id 0 to nsp and nsp2!
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:(flow_first_create_session) usp_tagged set session as mng session
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:First path alloc and instl pending session, natp=0x9322268, id=3426
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:  flow_first_in_dst_nat: in <.local..0>, out <N/A> dst_adr 1.1.1.1, sp 2808, dp 5
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:  chose interface .local..0 as incoming nat if.
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:flow_first_rule_dst_xlate: packet 192.168.0.66->1.1.1.1 nsp2 0.0.0.0->1.1.1.1.
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:[JSF] Do ingress interest check. regd ingress plugins(2)
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:flag 0x9
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:[JSF][0]plugins(0x0) enabled for session = 3426  implicit mask(0x0), service request(0x0)
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:-jsf : no plugin ingress interested for session 3426
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:flow_first_routing: vr_id 0, call flow_route_lookup(): src_ip 192.168.0.66, x_dst_ip 1.1.1.1, in ifp .local..0, out ifp N/A sp 2808, dp 5, ip_proto 1, tos 0
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:flow_first_routing: Doing DESTINATION addr route-lookup
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:flow_ipv4_rt_lkup success 1.1.1.1, iifl 0x0, oifl 0x49
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:flow_first_routing: setting out_vrf_id in lpak to 0, grp 0
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:Checking in-ifp from .local..0 to ge-0/0/0.0 for src: 192.168.0.66 in vr_id:0
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:  routed (x_dst_ip 1.1.1.1) from junos-host (.local..0 in 0) to ge-0/0/0.0, Next-hop: 192.168.0.65
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:Policy lkup: vsys 0 zone(2:junos-host) -> zone(8:internet) scope:0
     src vrf (0) dsv vrf (0) scope:0
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:             192.168.0.66/2048 -> 1.1.1.1/49691 proto 1
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:Policy lkup: vsys 0 zone(5:global) -> zone(5:global) scope:0
     src vrf (0) dsv vrf (0) scope:49691
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:             192.168.0.66/2048 -> 1.1.1.1/49691 proto 1
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:flow_first_policy_search: policy search from zone junos-host-> zone internet (0x0,0xaf80005,0x5), result: 0x5421b28, pending: 0?, is_http_cached = 0
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:flow_first_policy_search: dynapp_none_policy: TRUE, uc_none_policy: TRUE, is_final: 0x0, is_explicit: 0x0, policy_meta_data: 0x0
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:  app 0, timeout 60s, curr ageout 60s
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:  permitted by policy self-traffic-policy(1)
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:  packet passed, Permitted by policy.
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:flow_first_policy_search:policy explicit matched or jdpi final matched, set session with dynamic_appid 0
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:flow_first_policy_search: Policy final match
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:  flow_conn_track_ent_lookup: zone connection track 0x8
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:flow_first_src_xlate:  nat_src_xlated: False, nat_src_xlate_failed: False
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:flow_first_src_xlate:  incoming src port is : 2808.
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:flow_first_src_xlate: src nat returns status: 0, rule/pool id: 0/0, pst_nat: False, nat_eim: False.
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:  dip id = 0/0, 192.168.0.66/2808->192.168.0.66/2808 protocol 0
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:  choose interface ge-0/0/0.0(P2P) as outgoing phy if
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:is_loop_pak: No loop: on ifp: ge-0/0/0.0, addr: 1.1.1.1, rtt_idx:0
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:[JSF]Normal interest check. regd plugins 45, enabled impl mask 0x0
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:flag 0x9
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:get NULL sess plugin info 0x9322268
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:get NULL sess plugin info 0x9322268
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:get NULL sess plugin info 0x9322268
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:get NULL sess plugin info 0x9322268
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:get NULL sess plugin info 0x9322268
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:+++++++++++jsf_test_plugin_data_evh: 3
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:get NULL sess plugin info 0x9322268
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:get NULL sess plugin info 0x9322268
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:get NULL sess plugin info 0x9322268
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:[JSF]Plugins(0x0, count 0) enabled for session = 3426, impli mask(0x0), post_nat cnt 0 svc req(0x0)
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:-jsf : no plugin interested for session 3426, free sess plugin info
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:jsf pre int check result 0 0 0 0
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:flow_first_service_lookup(): natp(0x9322268): app_id, 0(0).
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:  service lookup identified service 0.
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:  flow_first_final_check: in <.local..0>, out <ge-0/0/0.0>
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:In flow_first_complete_session
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:flow_first_complete_session, pak_ptr: 0x2088b70, nsp: 0x9322268, in_tunnel: 0x0
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:before copy: nsp vec_list 0x0, nsp2 vec_list 0x200
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:after copy: nsp vec_list 0x200, nsp2 vec_list 0x200
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:construct v4 vector for nsp2 and nsp
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:  existing vector list 0x200-0x695ffbc0.
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:vector index for nsp2: 200
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:  existing vector list 0x200-0x695ffbc0.
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:vector index for nsp: 200
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:  Session (id:3426) created for first pak 200
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:first pak processing successful
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:  flow_first_install_session======> 0x9322268
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT: nsp 0x9322268, nsp2 0x9322308, local_pak 0x2088b70
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:  make_nsp_ready_no_resolve()
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:flow_ipv4_rt_lkup success 192.168.0.66, iifl 0x0, oifl 0x0
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:  route lookup: dest-ip 192.168.0.66 orig ifp .local..0 output_ifp .local..0  orig-zone 2 out-zone 2 need_clear_fto 0 vsd 0, route_flag: 0x8
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:  route to 192.168.0.66
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:no need update ha
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:  flow_conn_track_ent_create: connection track on zone 2 not enabled
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:first path session installation succeeded
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:  flow got session (id 3426).
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:  flow session id 3426
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT: vector bits 0x200 vector 0x695ffbc0 for session 3426
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:mbuf 0x6103d480, exit nh 0x150010
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT:flow_process_pkt_exception: Freeing lpak 0x2088b70 associated with mbuf 0x6103d480
    Mar 20 11:25:03 11:25:03.660373:CID-0:RT: ---- flow_process_pkt rc 0x0 (fp rc 0)
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:~~~FLOW <192.168.0.66/2808->1.1.1.1/6;1,0x0> matched filter ping-test(0) in root-logical-system for iif .local..0 of root-logical-system:
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:   packet [84] ipid = 22373, @0x6103d6ce
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:---- flow_process_pkt: (thd 1): flow_ctxt type 0, common flag 0x0, mbuf 0x6103d480, rtbl_idx = 0
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:flow process pak, mbuf 0x6103d480, ifl 0, ctxt_type 0 inq type 5
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT: in_ifp <junos-host:.local..0>
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:flow_process_pkt_exception: setting rtt in lpak to 0x20e0a88
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:flow_process_pkt_exception: setting in_vrf_id in lpak to 0, grp 0
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:host inq check inq_type 0x5
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:flow_populate_lpak_from_usptag: usptag magic 0x9110114, vr-id 0
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT: ipv4 from host, pfe tag vr id set 0
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:Using vr id from pfe_tag with value= 0
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:Changing lpak->in_ifp from:.local..0 -> to:.local..0
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:~~~FLOW <192.168.0.66/2808->1.1.1.1/6;1,0x0> matched filter ping-test(0) in root-logical-system for iif .local..0 of root-logical-system:
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:   packet [84] ipid = 22373, @0x6103d6ce
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:Over-riding lpak->vsys with 0
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:  .local..0:192.168.0.66->1.1.1.1, icmp, (8/0)
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT: find flow: table 0x6b53b60, hash 51554(0xffff), sa 192.168.0.66, da 1.1.1.1, sp 2808, dp 6, proto 1, tok 2, conn-tag 0x00000000, vrf-grp-id 0
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:  no session found, start first path. in_tunnel - 0x0, from_cp_flag - 0
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:  flow_first_create_session
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:Save init hash spu id 0 to nsp and nsp2!
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:(flow_first_create_session) usp_tagged set session as mng session
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:First path alloc and instl pending session, natp=0x9323308, id=3433
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:  flow_first_in_dst_nat: in <.local..0>, out <N/A> dst_adr 1.1.1.1, sp 2808, dp 6
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:  chose interface .local..0 as incoming nat if.
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:flow_first_rule_dst_xlate: packet 192.168.0.66->1.1.1.1 nsp2 0.0.0.0->1.1.1.1.
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:[JSF] Do ingress interest check. regd ingress plugins(2)
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:flag 0x9
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:[JSF][0]plugins(0x0) enabled for session = 3433  implicit mask(0x0), service request(0x0)
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:-jsf : no plugin ingress interested for session 3433
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:flow_first_routing: vr_id 0, call flow_route_lookup(): src_ip 192.168.0.66, x_dst_ip 1.1.1.1, in ifp .local..0, out ifp N/A sp 2808, dp 6, ip_proto 1, tos 0
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:flow_first_routing: Doing DESTINATION addr route-lookup
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:flow_ipv4_rt_lkup success 1.1.1.1, iifl 0x0, oifl 0x49
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:flow_first_routing: setting out_vrf_id in lpak to 0, grp 0
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:Checking in-ifp from .local..0 to ge-0/0/0.0 for src: 192.168.0.66 in vr_id:0
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:  routed (x_dst_ip 1.1.1.1) from junos-host (.local..0 in 0) to ge-0/0/0.0, Next-hop: 192.168.0.65
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:Policy lkup: vsys 0 zone(2:junos-host) -> zone(8:internet) scope:0
     src vrf (0) dsv vrf (0) scope:0
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:             192.168.0.66/2048 -> 1.1.1.1/51148 proto 1
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:Policy lkup: vsys 0 zone(5:global) -> zone(5:global) scope:0
     src vrf (0) dsv vrf (0) scope:51148
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:             192.168.0.66/2048 -> 1.1.1.1/51148 proto 1
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:flow_first_policy_search: policy search from zone junos-host-> zone internet (0x0,0xaf80006,0x6), result: 0x5421b28, pending: 0?, is_http_cached = 0
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:flow_first_policy_search: dynapp_none_policy: TRUE, uc_none_policy: TRUE, is_final: 0x0, is_explicit: 0x0, policy_meta_data: 0x0
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:  app 0, timeout 60s, curr ageout 60s
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:  permitted by policy self-traffic-policy(1)
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:  packet passed, Permitted by policy.
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:flow_first_policy_search:policy explicit matched or jdpi final matched, set session with dynamic_appid 0
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:flow_first_policy_search: Policy final match
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:  flow_conn_track_ent_lookup: zone connection track 0x8
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:flow_first_src_xlate:  nat_src_xlated: False, nat_src_xlate_failed: False
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:flow_first_src_xlate:  incoming src port is : 2808.
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:flow_first_src_xlate: src nat returns status: 0, rule/pool id: 0/0, pst_nat: False, nat_eim: False.
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:  dip id = 0/0, 192.168.0.66/2808->192.168.0.66/2808 protocol 0
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:  choose interface ge-0/0/0.0(P2P) as outgoing phy if
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:is_loop_pak: No loop: on ifp: ge-0/0/0.0, addr: 1.1.1.1, rtt_idx:0
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:[JSF]Normal interest check. regd plugins 45, enabled impl mask 0x0
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:flag 0x9
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:get NULL sess plugin info 0x9323308
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:get NULL sess plugin info 0x9323308
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:get NULL sess plugin info 0x9323308
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:get NULL sess plugin info 0x9323308
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:get NULL sess plugin info 0x9323308
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:+++++++++++jsf_test_plugin_data_evh: 3
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:get NULL sess plugin info 0x9323308
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:get NULL sess plugin info 0x9323308
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:get NULL sess plugin info 0x9323308
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:[JSF]Plugins(0x0, count 0) enabled for session = 3433, impli mask(0x0), post_nat cnt 0 svc req(0x0)
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:-jsf : no plugin interested for session 3433, free sess plugin info
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:jsf pre int check result 0 0 0 0
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:flow_first_service_lookup(): natp(0x9323308): app_id, 0(0).
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:  service lookup identified service 0.
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:  flow_first_final_check: in <.local..0>, out <ge-0/0/0.0>
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:In flow_first_complete_session
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:flow_first_complete_session, pak_ptr: 0x2088b70, nsp: 0x9323308, in_tunnel: 0x0
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:before copy: nsp vec_list 0x0, nsp2 vec_list 0x200
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:after copy: nsp vec_list 0x200, nsp2 vec_list 0x200
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:construct v4 vector for nsp2 and nsp
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:  existing vector list 0x200-0x695ffbc0.
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:vector index for nsp2: 200
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:  existing vector list 0x200-0x695ffbc0.
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:vector index for nsp: 200
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:  Session (id:3433) created for first pak 200
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:first pak processing successful
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:  flow_first_install_session======> 0x9323308
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT: nsp 0x9323308, nsp2 0x93233a8, local_pak 0x2088b70
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:  make_nsp_ready_no_resolve()
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:flow_ipv4_rt_lkup success 192.168.0.66, iifl 0x0, oifl 0x0
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:  route lookup: dest-ip 192.168.0.66 orig ifp .local..0 output_ifp .local..0  orig-zone 2 out-zone 2 need_clear_fto 0 vsd 0, route_flag: 0x8
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:  route to 192.168.0.66
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:no need update ha
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:  flow_conn_track_ent_create: connection track on zone 2 not enabled
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:first path session installation succeeded
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:  flow got session (id 3433).
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:  flow session id 3433
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT: vector bits 0x200 vector 0x695ffbc0 for session 3433
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:mbuf 0x6103d480, exit nh 0x150010
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT:flow_process_pkt_exception: Freeing lpak 0x2088b70 associated with mbuf 0x6103d480
    Mar 20 11:25:04 11:25:04.658908:CID-0:RT: ---- flow_process_pkt rc 0x0 (fp rc 0)

     



    ------------------------------
    CHAYNE CHILES
    ------------------------------



  • 14.  RE: Assigning a /29 address to srx Wan interface kills connection

    Posted 03-20-2024 10:26
    Edited by CHAYNE CHILES 03-20-2024 10:30

    Another strange thing 
    Is i can tracert to 8.8.8.8 and my ping to 8.8.8.8 works the entire time, 
    But i cannot browse the internet via this device and pings to 1.1.1.1 do not work

    The instant i set the GE-0/0/0 interface to 192.168.0.66/24 
    everything just works as expected

    Also i setup an old netscreen SSG5 with the IP of 192.168.0.66/29 gw 192.168.0.65
    and my connection did not drop once.
    And like i have previously said I have a windows VM connected to the same network using the address 192.168.0.67/29 gw 192.168.0.65
    and its connection has been rock solid 

    ------------------------------
    CHAYNE CHILES
    ------------------------------



  • 15.  RE: Assigning a /29 address to srx Wan interface kills connection

    Posted 03-20-2024 13:11

    The only other thing that comes to  mind is to try to hard-code the mac address of the gateway under [edit interfaces ge-0/0/0 unit 0 family inet address 192.168.0.66/29]. I recently had a couple of instances where the firewall wouldn't see any ARP replies from the gateway (though it was never clear if ARP replies were never sent or sent and lost).

    Other than that, you can check the presence of the proper gateway MAC address in the forwarding table:
    show route forwarding-table matching 192.168.0.65

    And other than that, I'm out of ideas. I dread to suggest troubleshooting with the ISP. You sent them a ping request to 1.1.1.1 ... Where did they put the reply?



    ------------------------------
    Nikolay Semov
    ------------------------------



  • 16.  RE: Assigning a /29 address to srx Wan interface kills connection

    Posted 03-20-2024 13:30

    Hey

    No worries this one has really stumped me.

    How would i go about doing this 

    hard-code the mac address of the gateway under [edit interfaces ge-0/0/0 unit 0 family inet address 192.168.0.66/29]



    ------------------------------
    CHAYNE CHILES
    ------------------------------



  • 17.  RE: Assigning a /29 address to srx Wan interface kills connection

    Posted 03-20-2024 13:36

    Use "show arp" to find the MAC address of the default gateway and then configure it in that section that I mentioned.

    Reference:
    https://www.juniper.net/documentation/en_US/junos/topics/task/configuration/arp-static-configuring-qfx-series-cli.html



    ------------------------------
    Nikolay Semov
    ------------------------------



  • 18.  RE: Assigning a /29 address to srx Wan interface kills connection

    Posted 03-21-2024 12:11

    Hi 

    I have tested with the above set,
    I had actually tried this before.
    It made no difference.
    I am able to ping the Router/GW address 100% of the time, It not that it can't see the GW



    ------------------------------
    CHAYNE CHILES
    ------------------------------



  • 19.  RE: Assigning a /29 address to srx Wan interface kills connection

    Posted 03-21-2024 23:58

    Yeah, it was a long shot. ISP troubleshooting it is, then. Good luck!



    ------------------------------
    Nikolay Semov
    ------------------------------



  • 20.  RE: Assigning a /29 address to srx Wan interface kills connection

    Posted 03-22-2024 12:13

    You must add all statements for completeness. Match is important. I'm no network engineer, but you might try a port mirror on a valid /29 if applicable. For a spell of course. But feel free to call me a noob. Noob for sure, but my isp /29  operates and im pretty much complete. DHCP is an issue at first glance.



    ------------------------------
    Adrian Aguinaga
    B.S.C.M. I.T.T. Tech
    (Construction Management)
    A.A.S. I.T.T. Tech
    (Drafting & Design)
    ------------------------------



  • 21.  RE: Assigning a /29 address to srx Wan interface kills connection

    Posted 03-22-2024 14:06

    The next thing I can think is the metrics in YOUR configuration. I think that's a big one. Filtering each prefix block is another(temporarily of course).



    ------------------------------
    Adrian Aguinaga
    B.S.C.M. I.T.T. Tech
    (Construction Management)
    A.A.S. I.T.T. Tech
    (Drafting & Design)
    ------------------------------