Routing

last person joined: 2 days ago 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.
  • 1.  ISIS not forming adjacency correctly

    Posted 07-14-2014 09:23

    Hi all,

     

    I've got a number of SRX's running in packet mode (all families) that are currently running RIP and ISIS (ISIS on a lower preference as I'm still testing it). One of the devices is stuck with the adjacency status 'Initializing' and is rejecting routes from its neighbour. I can't see any reason for this from a config point of view as I'm running the same routing config on each device and the other 9 devices are all exchanging routes happily. All devices are running 11.7R5

     

    I've run a full trace and can't see any obvious reason why it would be doing so either. 

     

    Appropriate config sections from offending device and its neighbour attached, along with trace.

     

    The link is between ge-0/0/0.0 on Device A and ge-0/0/1.0 on Device B

     

    Device A (Failing)

    interfaces {
        interface-range interfaces-local {
            member fe-0/0/6;
            member fe-0/0/7;
            member fe-0/0/5;
            unit 0 {
                family ethernet-switching {
                    vlan {
                        members vlan-trust;
                    }
                }
            }
        }
        ge-0/0/0 {
            unit 0 {
                family inet {
                    address 192.168.125.4/24;
                }
                family iso;
            }
        }
        fe-0/0/2 {
            unit 0 {
                family inet {
                    address 192.168.127.1/26;
                }
            }
        }
        fe-0/0/3 {
            unit 0 {
                family inet {
                    address 192.168.127.65/26;
                }
            }
        }
        lo0 {
            unit 0 {
                family inet {
                    address 127.0.0.1/32;
                    address 10.129.68.1/32;
                }
                family iso {
                    address 49.0001.0101.2906.8001.00;
                }
            }
        }
        vlan {
            unit 0 {
                enable;
                family inet {
                    address 192.168.117.1/24;
                }
            }
        }
    }
    routing-options {
        static {
            route 192.168.124.0/24 next-hop 192.168.117.2;
        }
    }
    protocols {
        isis {
            export isis_export;
            level 1 {
                preference 120;
                external-preference 120;
            }
            level 2 {
                preference 120;
                external-preference 120;
            }
            interface ge-0/0/0.0;
            interface lo0.0;
        }
        rip {
            send multicast;
            receive both;
            group rip {
                export rip_export;
                neighbor ge-0/0/0.0;
            }
        }
        stp;
    }
    policy-options {
        policy-statement isis_export {
            term 1 {
                from protocol direct;
                then accept;
            }
            term 2 {
                from protocol static;
                then accept;
            }
        }
        policy-statement rip_export {
            term 1 {
                from protocol direct;
                then accept;
            }
            term 2 {
                from protocol rip;
                then accept;
            }
            term 3 {
                from protocol static;
                then accept;
            }
        }
    }
    security {
        forwarding-options {
            family {
                inet6 {
                    mode packet-based;
                }
                mpls {
                    mode packet-based;
                }
                iso {
                    mode packet-based;
                }
            }
        }
    }
    

     Device B

     

    interfaces {
        ge-0/0/0 {
            unit 0 {
                family inet {
                    address 192.168.101.4/24;
                }
                family iso;
            }
        }
        ge-0/0/1 {
            unit 0 {
                family inet {
                    address 192.168.125.1/24;
                }
                family iso;
            }
        }
        fe-0/0/2 {
            unit 0 {
                family inet {
                    address 192.168.109.1/26;
                }
                family iso;
            }
        }
        fe-0/0/3 {
            unit 0 {
                family inet {
                    address 192.168.106.1/24;
                }
                family iso;
            }
        }
        fe-0/0/4 {
            unit 0 {
                family inet {
                    address 192.168.109.129/26;
                }
            }
        }
        fe-0/0/6 {
            unit 0 {
                family inet {
                    address 192.168.109.65/26;
                }
            }
        }
        lo0 {
            unit 0 {
                family inet {
                    address 127.0.0.1/32;
                    address 10.129.4.1/32;
                }
                family iso {
                    address 49.0001.0101.2900.4001.00;
                }
            }
        }
        vlan {
            unit 0 {
                family inet {
                    address 192.168.105.1/24;
                }
            }
        }
    }
    routing-options {
        static {
            route 192.168.102.0/24 next-hop 192.168.109.69;
            route 192.168.126.0/24 next-hop 192.168.109.67;
        }
    }
    protocols {
        isis {
            export isis_export;
            level 1 {
                preference 120;
                external-preference 120;
            }
            level 2 {
                preference 120;
                external-preference 120;
            }
            interface ge-0/0/0.0;
            interface ge-0/0/1.0;
            interface fe-0/0/2.0;
            interface fe-0/0/3.0;
            interface lo0.0;
        }
        rip {
            send multicast;
            receive both;
            group rip {
                export rip_export;
                neighbor vlan.0;
                neighbor ge-0/0/0.0;
                neighbor fe-0/0/2.0;
                neighbor ge-0/0/1.0;
                neighbor fe-0/0/3.0;
            }
        }
        stp;
    }
    policy-options {
        policy-statement isis_export {
            term 1 {
                from protocol direct;
                then accept;
            }
            term 2 {
                from protocol static;
                then accept;
            }
        }
        policy-statement rip_export {
            term 1 {
                from protocol direct;
                then accept;
            }
            term 3 {
                from protocol rip;
                then accept;
            }
            term 2 {
                from protocol static;
                then accept;
            }
        }
    }
    security {
        forwarding-options {
            family {
                inet6 {
                    mode packet-based;
                }
                mpls {
                    mode packet-based;
                }
                iso {
                    mode packet-based;
                }
            }
        }
    }
    vlans {
        vlan-aerials {
            vlan-id 3;
            l3-interface vlan.0;
        }
    }

    Device A - ISIS Interfaces

     

    IS-IS interface database:
    ge-0/0/0.0
      Index: 70, State: 0x6, Circuit id: 0x1, Circuit type: 3
      LSP interval: 100 ms, CSNP interval: 10 s
      Adjacency advertisement: Advertise
      Level Adjacencies Priority Metric Hello (s) Hold (s) Designated Router
        1             0       64     10     9.000       27
        2             0       64     10     9.000       27
    lo0.0
      Index: 67, State: 0x6, Circuit id: 0x1, Circuit type: 0
      LSP interval: 100 ms, CSNP interval: disabled
      Adjacency advertisement: Advertise
      Level Adjacencies Priority Metric Hello (s) Hold (s) Designated Router
        1             0       64      0 Passive
        2             0       64      0 Passive

    Device B - ISIS Interface

     

    fe-0/0/2.0
      Index: 72, State: 0x6, Circuit id: 0x3, Circuit type: 3
      LSP interval: 100 ms, CSNP interval: 10 s
      Adjacency advertisement: Advertise
      Level Adjacencies Priority Metric Hello (s) Hold (s) Designated Router
        1             1       64     10     3.000        9 srx210h-den-ch.03 (us)
        2             1       64     10     3.000        9 srx210h-den-ch.03 (us)
    fe-0/0/3.0
      Index: 73, State: 0x6, Circuit id: 0x4, Circuit type: 3
      LSP interval: 100 ms, CSNP interval: 10 s
      Adjacency advertisement: Advertise
      Level Adjacencies Priority Metric Hello (s) Hold (s) Designated Router
        1             1       64     10     3.000        9 srx210h-den-ch.04 (us)
        2             1       64     10     3.000        9 srx210h-den-ch.04 (us)
    ge-0/0/0.0
      Index: 70, State: 0x6, Circuit id: 0x2, Circuit type: 3
      LSP interval: 100 ms, CSNP interval: 10 s
      Adjacency advertisement: Advertise
      Level Adjacencies Priority Metric Hello (s) Hold (s) Designated Router
        1             1       64     10     3.000        9 srx210h-den-ch.02 (us)
        2             1       64     10     3.000        9 srx210h-den-ch.02 (us)
    ge-0/0/1.0
      Index: 71, State: 0x6, Circuit id: 0x1, Circuit type: 3
      LSP interval: 100 ms, CSNP interval: 10 s
      Adjacency advertisement: Advertise
      Level Adjacencies Priority Metric Hello (s) Hold (s) Designated Router
        1             1       64     10     9.000       27 srx210h-den-ch.00
         (not us)
        2             1       64     10     9.000       27 srx210h-den-ch.00
         (not us)
    lo0.0
      Index: 67, State: 0x6, Circuit id: 0x1, Circuit type: 0
      LSP interval: 100 ms, CSNP interval: disabled
      Adjacency advertisement: Advertise
      Level Adjacencies Priority Metric Hello (s) Hold (s) Designated Router
        1             0       64      0 Passive
        2             0       64      0 Passive

     

    Device A - ISIS Adjacency

     

    Interface             System         L State        Hold (secs) SNPA
    ge-0/0/0.0            0101.2900.4001 1  Initializing         21  84:18:88:72:f5:81
    ge-0/0/0.0            0101.2900.4001 2  Initializing         25  84:18:88:72:f5:81
    

     

    Device B - ISIS Adjacency

     

    fe-0/0/2.0            srx210b-brn-cc 1 Up                   23  78:19:f7:a4:7f:c1
    fe-0/0/2.0            srx210b-brn-cc 2 Up                   21  78:19:f7:a4:7f:c1
    fe-0/0/3.0            srx210h-at  1  Up                   26  28:c0:da:89:81:0
    fe-0/0/3.0            srx210h-at  2  Up                   20  28:c0:da:89:81:0
    ge-0/0/0.0            srx210he-fc 1 Up                 22  3c:94:d5:eb:54:c1
    ge-0/0/0.0            srx210he-fc 2 Up                 21  3c:94:d5:eb:54:c1
    ge-0/0/1.0            0101.2906.8001 1  Up                   24  dc:9f:db:8c:c5:1c
    ge-0/0/1.0            0101.2906.8001 2  Up                   23  dc:9f:db:8c:c5:1c

     Device A - Trace (Some route rejections removed to save space)

     

    Jul 12 14:35:08 trace_on: Tracing to "/var/log/isis" started
    Jul 12 14:36:11.642975 Initializing ISIS globals
    Jul 12 14:36:11.645939 ISIS initialization complete
    Jul 12 14:36:11.652733 Routing table delete for INET.2
    Jul 12 14:36:11.653801 Reinitializing IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:11.654379 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Keepalive <Touched> set to offset 40 at 14:36:51
    Jul 12 14:36:11.654834 Reinitializing IS-IS
    Jul 12 14:36:11.655068 Scheduling full LSP generation: reconfig
    Jul 12 14:36:11.655290 task_job_create_background: create prio 1 job ISIS LSP generation for task IS-IS
    Jul 12 14:36:11.655452 task_timer_delete: IS-IS_ISIS LSP generation <SpawnJob>
    Jul 12 14:36:11.657161 task_timer_ucreate: created timer IS-IS_ISIS LSP generation  flags <SpawnJob>
    Jul 12 14:36:11.657474 task_timer_uset: timer IS-IS_ISIS LSP generation <Touched SpawnJob> set to offset 10 jitter 25 at 14:36:21
    Jul 12 14:36:11.658655 L1 ipv4 unicast SPF trigger: Reconfig
    Jul 12 14:36:11.659211 task_timer_uset: timer IS-IS_SPF Holddown <Touched SpawnJob> set to offset 0.200000 at 14:36:11
    Jul 12 14:36:11.659460 ipv4 unicast SPF scheduled in 0.200000s
    Jul 12 14:36:11.659666 L2 ipv4 unicast SPF trigger: Reconfig
    Jul 12 14:36:11.660388 ipv4 unicast SPF scheduled in 0.200000s
    Jul 12 14:36:11.663705 background dispatch running job ISIS LSP generation for task IS-IS
    Jul 12 14:36:11.665475 task_timer_delete: IS-IS_ISIS LSP generation <Touched SpawnJob>
    Jul 12 14:36:11.665843 task_timer_ucreate: created timer IS-IS_ISIS LSP generation  flags <SpawnJob>
    Jul 12 14:36:11.667401 task_timer_uset: timer IS-IS_ISIS LSP generation <Touched SpawnJob> set to offset 10 jitter 25 at 14:36:19
    Jul 12 14:36:11.669071 Generating LSPs for L1
    Jul 12 14:36:11.669435 Scheduling rebuild for L1 fragment srx210b-lax-ch.00-00, sequence 0x7 in 0.020000s
    Jul 12 14:36:11.669727 task_timer_uset: timer IS-IS_LSP Build <Touched SpawnJob> set to offset 0.020000 at 14:36:11
    Jul 12 14:36:11.670065 Add area 49.0001 to L1 LSP srx210b-lax-ch.00-00, est-free 1391 bytes
    Jul 12 14:36:11.670674 Add LSP buffer size 1492 to L1 LSP srx210b-lax-ch.00-00, est-free 1389 bytes
    Jul 12 14:36:11.670957 Add protocols IP IP6 to L1 LSP srx210b-lax-ch.00-00, est-free 1387 bytes
    Jul 12 14:36:11.671206 Add router-id to L1 LSP fragment srx210b-lax-ch.00-00, est-free 1379 bytes
    Jul 12 14:36:11.671548 Add hostname srx210b-lax-ch to L1 LSP srx210b-lax-ch.00-00, est-free 1365 bytes
    Jul 12 14:36:11.671855 Add ipv4 unicast route 192.168.117.0/24 to L1 LSP srx210b-lax-ch.00-00, reuse, lsp-free-bytes(estimated:1345, actual:1465)
    Jul 12 14:36:11.672153 Add ipv4 unicast route 192.168.124.0/24 to L1 LSP srx210b-lax-ch.00-00, reuse, lsp-free-bytes(estimated:1325, actual:1465)
    Jul 12 14:36:11.672444 Add ipv4 unicast route 192.168.127.0/26 to L1 LSP srx210b-lax-ch.00-00, reuse, lsp-free-bytes(estimated:1304, actual:1465)
    Jul 12 14:36:11.672709 Add ipv4 unicast route 192.168.127.64/26 to L1 LSP srx210b-lax-ch.00-00, reuse, lsp-free-bytes(estimated:1283, actual:1465)
    Jul 12 14:36:11.673044 Add ipv4 unicast route 192.168.125.0/24 to L1 LSP srx210b-lax-ch.00-00, reuse, lsp-free-bytes(estimated:1263, actual:1465)
    Jul 12 14:36:11.673378 Add ipv4 unicast route 10.129.68.1/32 to L1 LSP srx210b-lax-ch.00-00, reuse, lsp-free-bytes(estimated:1242, actual:1465)
    Jul 12 14:36:11.673631 Generating LSPs for L2
    Jul 12 14:36:11.673944 Scheduling rebuild for L2 fragment srx210b-lax-ch.00-00, sequence 0x7 in 0.020000s
    Jul 12 14:36:11.674225 task_timer_uset: timer IS-IS_LSP Build <Touched SpawnJob> set to offset 0.020000 at 14:36:11
    Jul 12 14:36:11.674707 Add area 49.0001 to L2 LSP srx210b-lax-ch.00-00, est-free 1391 bytes
    Jul 12 14:36:11.674979 Add LSP buffer size 1492 to L2 LSP srx210b-lax-ch.00-00, est-free 1389 bytes
    Jul 12 14:36:11.675293 Add protocols IP IP6 to L2 LSP srx210b-lax-ch.00-00, est-free 1387 bytes
    Jul 12 14:36:11.675578 Add router-id to L2 LSP fragment srx210b-lax-ch.00-00, est-free 1379 bytes
    Jul 12 14:36:11.675844 Add hostname srx210b-lax-ch to L2 LSP srx210b-lax-ch.00-00, est-free 1365 bytes
    Jul 12 14:36:11.676309 Add ipv4 unicast route 192.168.117.0/24 to L2 LSP srx210b-lax-ch.00-00, reuse, lsp-free-bytes(estimated:1345, actual:1465)
    Jul 12 14:36:11.678047 Add ipv4 unicast route 192.168.124.0/24 to L2 LSP srx210b-lax-ch.00-00, reuse, lsp-free-bytes(estimated:1325, actual:1465)
    Jul 12 14:36:11.678360 Add ipv4 unicast route 192.168.127.0/26 to L2 LSP srx210b-lax-ch.00-00, reuse, lsp-free-bytes(estimated:1304, actual:1465)
    Jul 12 14:36:11.678679 Add ipv4 unicast route 192.168.127.64/26 to L2 LSP srx210b-lax-ch.00-00, reuse, lsp-free-bytes(estimated:1283, actual:1465)
    Jul 12 14:36:11.678969 Add ipv4 unicast route 192.168.125.0/24 to L2 LSP srx210b-lax-ch.00-00, reuse, lsp-free-bytes(estimated:1263, actual:1465)
    Jul 12 14:36:11.679300 Add ipv4 unicast route 10.129.68.1/32 to L2 LSP srx210b-lax-ch.00-00, reuse, lsp-free-bytes(estimated:1242, actual:1465)
    Jul 12 14:36:11.679561 LSP generation complete, adding routes
    Jul 12 14:36:11.679789 task_job_delete: delete background job ISIS LSP generation for task IS-IS
    Jul 12 14:36:11.679959 background dispatch completed job ISIS LSP generation for task IS-IS
    Jul 12 14:36:11.680794 rt_flash_update_callback: flash IS-IS (inet.0) start
    Jul 12 14:36:11.681051 Flash call for ISIS from INET.0
    Jul 12 14:36:11.681337 Rejected L1 ipv4 unicast route 224.0.0.9/32
    Jul 12 14:36:11.681597 Rejected L2 ipv4 unicast route 224.0.0.9/32
    Jul 12 14:36:11.681850 Flash processing complete for ISIS from INET.0
    Jul 12 14:36:11.682083 rt_flash_update_callback: flash IS-IS (inet.0) done
    Jul 12 14:36:11.689880 task_job_create_background: create prio 1 job ISIS PPM processing for task IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:11.692306 task_timer_reset: reset IS-IS_CSN periodic
    Jul 12 14:36:11.692568 task_timer_reset: reset IS-IS_CSN xmit
    Jul 12 14:36:11.692803 No candidates for L1 DR on ge-0/0/0.0
    Jul 12 14:36:11.693060 Enqueue interface master replication entry update for instance master, interface ge-0/0/0.0
    Jul 12 14:36:11.693319 No candidates for L2 DR on ge-0/0/0.0
    Jul 12 14:36:11.693481 Enqueue interface master replication entry update for instance master, interface ge-0/0/0.0
    Jul 12 14:36:11.694175 Rejected L1 ipv4 unicast route 192.168.125.4/32
    Jul 12 14:36:11.694466 Rejected L2 ipv4 unicast route 192.168.125.4/32
    Jul 12 14:36:11.695478 ISIS add interface ge-0/0/0.0
    Jul 12 14:36:11.695728 ISIS interface ge-0/0/0.0 up
    Jul 12 14:36:11.696229 Rejected L1 ipv4 unicast route 192.168.125.4/32
    Jul 12 14:36:11.696572 Rejected L2 ipv4 unicast route 192.168.125.4/32
    Jul 12 14:36:11.699558 ISIS interface ge-0/0/0.0, ignoring ipv4 unicast  topology change
    Jul 12 14:36:11.699813 ISIS interface ge-0/0/0.0, ignoring ipv4 multicast  topology change
    Jul 12 14:36:11.699971 ISIS interface ge-0/0/0.0, ignoring ipv6 unicast  topology change
    Jul 12 14:36:11.700171 ISIS interface ge-0/0/0.0, ignoring ipv6 multicast  topology change
    Jul 12 14:36:11.700389 ISIS interface ge-0/0/0.0, ignoring ipv4 unicast  topology change
    Jul 12 14:36:11.700577 ISIS interface ge-0/0/0.0, ignoring ipv4 multicast  topology change
    Jul 12 14:36:11.700716 ISIS interface ge-0/0/0.0, ignoring ipv6 unicast  topology change
    Jul 12 14:36:11.700905 ISIS interface ge-0/0/0.0, ignoring ipv6 multicast  topology change
    Jul 12 14:36:11.704804 Rejected L1 ipv4 unicast route 127.0.0.1/32
    Jul 12 14:36:11.705088 Rejected L2 ipv4 unicast route 127.0.0.1/32
    Jul 12 14:36:11.706562 ISIS add interface lo0.0
    Jul 12 14:36:11.708081 ISIS interface lo0.0 up
    Jul 12 14:36:11.708609 Rejected L1 ipv4 unicast route 127.0.0.1/32
    Jul 12 14:36:11.708932 Rejected L2 ipv4 unicast route 127.0.0.1/32
    Jul 12 14:36:11.715912 Intf lo0.0, learnt address change for ISO family
    Jul 12 14:36:11.716681 Rejected L1 ipv4 unicast route 127.0.0.1/32
    Jul 12 14:36:11.716960 Rejected L2 ipv4 unicast route 127.0.0.1/32
    Jul 12 14:36:11.720632 ISIS add interface lo0.0, circuit 0x1
    Jul 12 14:36:11.720881 ISIS bind interface lo0.0
    Jul 12 14:36:11.721058 ISIS interface lo0.0 up
    Jul 12 14:36:11.721549 Rejected L1 ipv4 unicast route 127.0.0.1/32
    Jul 12 14:36:11.721832 Rejected L2 ipv4 unicast route 127.0.0.1/32
    Jul 12 14:36:11.727687 Intf lo0.0, learnt address change for ISO family
    Jul 12 14:36:11.731482 Intf lo0.0, learnt address change for IPv4 family
    Jul 12 14:36:11.731968 Unknown IPV4 address change(0) on intf lo0.0.
    Jul 12 14:36:11.735901 Intf lo0.0, learnt address change for IPv4 family
    Jul 12 14:36:11.736446 Unknown IPV4 address change(0) on intf lo0.0.
    Jul 12 14:36:11.742838 Intf vlan.0, learnt address change for IPv4 family
    Jul 12 14:36:11.746779 Intf ge-0/0/0.0, learnt address change for ISO family
    Jul 12 14:36:11.747475 task_timer_reset: reset IS-IS_CSN periodic
    Jul 12 14:36:11.747758 task_timer_reset: reset IS-IS_CSN xmit
    Jul 12 14:36:11.747958 No candidates for L1 DR on ge-0/0/0.0
    Jul 12 14:36:11.748177 Enqueue interface master replication entry update for instance master, interface ge-0/0/0.0
    Jul 12 14:36:11.749041 No candidates for L2 DR on ge-0/0/0.0
    Jul 12 14:36:11.750571 Enqueue interface master replication entry update for instance master, interface ge-0/0/0.0
    Jul 12 14:36:11.751190 Rejected L1 ipv4 unicast route 192.168.125.4/32
    Jul 12 14:36:11.751532 Rejected L2 ipv4 unicast route 192.168.125.4/32
    Jul 12 14:36:11.752568 ISIS add interface ge-0/0/0.0, circuit 0x1
    Jul 12 14:36:11.752808 ISIS bind interface ge-0/0/0.0
    Jul 12 14:36:11.752983 ISIS interface ge-0/0/0.0 up
    Jul 12 14:36:11.754217 Rejected L1 ipv4 unicast route 192.168.125.4/32
    Jul 12 14:36:11.754571 Rejected L2 ipv4 unicast route 192.168.125.4/32
    Jul 12 14:36:11.755781 ISIS interface ge-0/0/0.0, ignoring ipv4 unicast  topology change
    Jul 12 14:36:11.756029 ISIS interface ge-0/0/0.0, ignoring ipv4 multicast  topology change
    Jul 12 14:36:11.756215 ISIS interface ge-0/0/0.0, ignoring ipv6 unicast  topology change
    Jul 12 14:36:11.756346 ISIS interface ge-0/0/0.0, ignoring ipv6 multicast  topology change
    Jul 12 14:36:11.756543 ISIS interface ge-0/0/0.0, ignoring ipv4 unicast  topology change
    Jul 12 14:36:11.756792 ISIS interface ge-0/0/0.0, ignoring ipv4 multicast  topology change
    Jul 12 14:36:11.756972 ISIS interface ge-0/0/0.0, ignoring ipv6 unicast  topology change
    Jul 12 14:36:11.757278 ISIS interface ge-0/0/0.0, ignoring ipv6 multicast  topology change
    Jul 12 14:36:11.760455 Intf ge-0/0/0.0, learnt address change for IPv4 family
    Jul 12 14:36:11.761019 Unknown IPV4 address change(0) on intf ge-0/0/0.0.
    Jul 12 14:36:11.766768 Intf fe-0/0/2.0, learnt address change for IPv4 family
    Jul 12 14:36:11.770016 Intf fe-0/0/3.0, learnt address change for IPv4 family
    Jul 12 14:36:11.772529 Intf sp-0/0/0.0, learnt address change for IPv4 family
    Jul 12 14:36:11.775353 task_job_create_background: create prio 2 job LSP Build for task IS-IS
    Jul 12 14:36:11.775721 task_job_create_background: create prio 2 job LSP Build for task IS-IS
    Jul 12 14:36:11.776549 background dispatch running job ISIS PPM processing for task IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:11.776957 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Keepalive <Touched> set to offset 40 at 14:36:51
    Jul 12 14:36:11.777479 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Keepalive <Touched> set to offset 40 at 14:36:51
    Jul 12 14:36:11.777976 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Keepalive <Touched> set to offset 40 at 14:36:51
    Jul 12 14:36:11.778480 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Keepalive <Touched> set to offset 40 at 14:36:51
    Jul 12 14:36:11.778822 Sending L1 LAN IIH on ge-0/0/0.0
    Jul 12 14:36:11.779050     max area 0, circuit type l1l2
    Jul 12 14:36:11.779259     hold time 27, priority 64, circuit id srx210b-lax-ch.00
    Jul 12 14:36:11.779467     neighbor 84:18:88:72:f5:81
    Jul 12 14:36:11.779600     speaks IP
    Jul 12 14:36:11.779783     speaks IPv6
    Jul 12 14:36:11.780312     IP address 192.168.125.4
    Jul 12 14:36:11.785316     area address 49.0001 (3)
    Jul 12 14:36:11.785584     restart RR reset RA reset holdtime 0
    Jul 12 14:36:11.785799     1424 bytes of total padding
    Jul 12 14:36:11.785979     packet length 1492
    Jul 12 14:36:11.786311 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Keepalive <Touched> set to offset 40 at 14:36:51
    Jul 12 14:36:11.786856 Sending L2 LAN IIH on ge-0/0/0.0
    Jul 12 14:36:11.787112     max area 0, circuit type l1l2
    Jul 12 14:36:11.787335     hold time 27, priority 64, circuit id srx210b-lax-ch.00
    Jul 12 14:36:11.787529     neighbor 84:18:88:72:f5:81
    Jul 12 14:36:11.790287     speaks IP
    Jul 12 14:36:11.790537     speaks IPv6
    Jul 12 14:36:11.793988     IP address 192.168.125.4
    Jul 12 14:36:11.794801     area address 49.0001 (3)
    Jul 12 14:36:11.795213     restart RR reset RA reset holdtime 0
    Jul 12 14:36:11.795455     1424 bytes of total padding
    Jul 12 14:36:11.795597     packet length 1492
    Jul 12 14:36:11.795974 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Keepalive <Touched> set to offset 40 at 14:36:51
    Jul 12 14:36:11.796506 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Keepalive <Touched> set to offset 40 at 14:36:51
    Jul 12 14:36:11.796841 task_job_delete: delete background job ISIS PPM processing for task IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:11.797179 background dispatch completed job ISIS PPM processing for task IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:11.797553 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:11.798088 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:11.798531 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:11
    Jul 12 14:36:11.798772 ISIS updated PPM interface ge-0/0/0.0 (IFL 70)
    Jul 12 14:36:11.801483 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:11.802040 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:11.802512 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:11
    Jul 12 14:36:11.802759 ISIS updated PPM interface lo0.0 (IFL 67)
    Jul 12 14:36:11.803106 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:11.807358 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:11.807950 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:11
    Jul 12 14:36:11.808196 ISIS L1 neighbor 0101.2900.4001 on interface ge-0/0/0.0 set 27 secs 0 nsecs
    Jul 12 14:36:11.808700 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:11.809218 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:11.809706 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:11
    Jul 12 14:36:11.809952 ISIS L2 neighbor 0101.2900.4001 on interface ge-0/0/0.0 set 27 secs 0 nsecs
    Jul 12 14:36:11.810814 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:11.811424 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:11.812077 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:11
    Jul 12 14:36:11.812321 ISIS programmed L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0, interval 9 secs 0 nsecs
    Jul 12 14:36:11.813238 rt_flash_update_callback: flash IS-IS (inet.0) start
    Jul 12 14:36:11.813525 New policy call for ISIS from INET.0
    Jul 12 14:36:11.813966 Rejected L1 ipv4 unicast route 0.0.0.0/0
    Jul 12 14:36:11.814351 Rejected L1 ipv4 unicast route 10.128.0.0/24
    Jul 12 14:36:11.814811 Rejected L1 ipv4 unicast route 10.128.1.0/24
    Jul 12 14:36:11.815227 Rejected L1 ipv4 unicast route 10.129.2.1/32
    Jul 12 14:36:11.815605 Rejected L1 ipv4 unicast route 10.129.4.1/32
    Jul 12 14:36:11.817612 Rejected L1 ipv4 unicast route 10.129.6.1/32
    Jul 12 14:36:11.818095 Rejected L1 ipv4 unicast route 10.129.36.1/32
    Jul 12 14:36:11.828066 Rejected L2 ipv4 unicast route 0.0.0.0/0
    Jul 12 14:36:11.828484 Rejected L2 ipv4 unicast route 10.128.0.0/24
    Jul 12 14:36:11.828857 Rejected L2 ipv4 unicast route 10.128.1.0/24
    Jul 12 14:36:11.829323 Rejected L2 ipv4 unicast route 10.129.2.1/32
    Jul 12 14:36:11.829734 Rejected L2 ipv4 unicast route 10.129.4.1/32
    Jul 12 14:36:11.830178 Rejected L2 ipv4 unicast route 10.129.6.1/32
    Jul 12 14:36:11.830562 Rejected L2 ipv4 unicast route 10.129.36.1/32
    Jul 12 14:36:11.833782 Rejected L2 ipv4 unicast route 127.0.0.1/32
    Jul 12 14:36:11.840826 New policy processing complete for ISIS from INET.0
    Jul 12 14:36:11.841059 rt_flash_update_callback: flash IS-IS (inet.0) done
    Jul 12 14:36:11.843984 rt_flash_update_callback: flash IS-IS (inet.0) start
    Jul 12 14:36:11.844275 New policy call for ISIS from INET.0
    Jul 12 14:36:11.856057 Rejected L1 ipv4 unicast route 192.168.12.0/24
    Jul 12 14:36:11.856490 Rejected L1 ipv4 unicast route 192.168.17.0/24
    Jul 12 14:36:11.856927 Rejected L1 ipv4 unicast route 192.168.20.0/24
    Jul 12 14:36:11.857478 Rejected L1 ipv4 unicast route 192.168.99.0/29
    Jul 12 14:36:11.857925 Rejected L1 ipv4 unicast route 192.168.99.8/29
    Jul 12 14:36:11.858485 Rejected L1 ipv4 unicast route 192.168.101.0/24
    Jul 12 14:36:11.858939 Rejected L1 ipv4 unicast route 192.168.102.0/24
    Jul 12 14:36:11.859689 Rejected L1 ipv4 unicast route 192.168.106.0/24
    Jul 12 14:36:11.870105 Rejected L2 ipv4 unicast route 192.168.12.0/24
    Jul 12 14:36:11.870676 Rejected L2 ipv4 unicast route 192.168.17.0/24
    Jul 12 14:36:11.871270 Rejected L2 ipv4 unicast route 192.168.20.0/24
    Jul 12 14:36:11.871691 Rejected L2 ipv4 unicast route 192.168.99.0/29
    Jul 12 14:36:11.872088 Rejected L2 ipv4 unicast route 192.168.99.8/29
    Jul 12 14:36:11.872526 Rejected L2 ipv4 unicast route 192.168.101.0/24
    Jul 12 14:36:11.872962 Rejected L2 ipv4 unicast route 192.168.102.0/24
    Jul 12 14:36:11.873345 Rejected L2 ipv4 unicast route 192.168.106.0/24
    Jul 12 14:36:11.873599 New policy processing complete for ISIS from INET.0
    Jul 12 14:36:11.875191 rt_flash_update_callback: flash IS-IS (inet.0) done
    Jul 12 14:36:11.877601 rt_flash_update_callback: flash IS-IS (inet.0) start
    Jul 12 14:36:11.877865 New policy call for ISIS from INET.0
    Jul 12 14:36:11.878460 Rejected L1 ipv4 unicast route 192.168.107.0/24
    Jul 12 14:36:11.878854 Rejected L1 ipv4 unicast route 192.168.108.0/24
    Jul 12 14:36:11.879321 Rejected L1 ipv4 unicast route 192.168.109.0/26
    Jul 12 14:36:11.879735 Rejected L1 ipv4 unicast route 192.168.109.64/26
    Jul 12 14:36:11.880190 Rejected L1 ipv4 unicast route 192.168.109.128/26
    Jul 12 14:36:11.880572 Rejected L1 ipv4 unicast route 192.168.110.0/26
    Jul 12 14:36:11.881048 Rejected L1 ipv4 unicast route 192.168.110.64/26
    Jul 12 14:36:11.881693 Rejected L1 ipv4 unicast route 192.168.111.0/24
    Jul 12 14:36:11.882085 Rejected L1 ipv4 unicast route 192.168.113.0/24
    Jul 12 14:36:11.882546 Rejected L1 ipv4 unicast route 192.168.116.64/26
    Jul 12 14:36:11.882965 Rejected L1 ipv4 unicast route 192.168.116.128/26
    Jul 12 14:36:11.883468 Rejected L1 ipv4 unicast route 192.168.117.1/32
    Jul 12 14:36:11.883854 Rejected L1 ipv4 unicast route 192.168.119.0/24
    Jul 12 14:36:11.885522 Rejected L1 ipv4 unicast route 192.168.120.0/24
    Jul 12 14:36:11.885966 Rejected L1 ipv4 unicast route 192.168.121.0/24
    Jul 12 14:36:11.886602 Rejected L1 ipv4 unicast route 192.168.125.4/32
    Jul 12 14:36:11.887059 Rejected L1 ipv4 unicast route 192.168.126.0/24
    Jul 12 14:36:11.887587 Rejected L1 ipv4 unicast route 192.168.127.1/32
    Jul 12 14:36:11.888232 Rejected L1 ipv4 unicast route 192.168.127.65/32
    Jul 12 14:36:11.889071 Rejected L1 ipv4 unicast route 192.168.172.0/24
    Jul 12 14:36:11.889543 Rejected L1 ipv4 unicast route 192.168.173.0/24
    Jul 12 14:36:11.889963 Rejected L2 ipv4 unicast route 192.168.107.0/24
    Jul 12 14:36:11.890355 Rejected L2 ipv4 unicast route 192.168.108.0/24
    Jul 12 14:36:11.890825 Rejected L2 ipv4 unicast route 192.168.109.0/26
    Jul 12 14:36:11.891264 Rejected L2 ipv4 unicast route 192.168.109.64/26
    Jul 12 14:36:11.891700 Rejected L2 ipv4 unicast route 192.168.109.128/26
    Jul 12 14:36:11.892103 Rejected L2 ipv4 unicast route 192.168.110.0/26
    Jul 12 14:36:11.892733 Rejected L2 ipv4 unicast route 192.168.110.64/26
    Jul 12 14:36:11.893211 Rejected L2 ipv4 unicast route 192.168.111.0/24
    Jul 12 14:36:11.894211 Rejected L2 ipv4 unicast route 192.168.113.0/24
    Jul 12 14:36:11.894926 Rejected L2 ipv4 unicast route 192.168.116.64/26
    Jul 12 14:36:11.895342 Rejected L2 ipv4 unicast route 192.168.116.128/26
    Jul 12 14:36:11.895924 Rejected L2 ipv4 unicast route 192.168.117.1/32
    Jul 12 14:36:11.896329 Rejected L2 ipv4 unicast route 192.168.119.0/24
    Jul 12 14:36:11.896791 Rejected L2 ipv4 unicast route 192.168.120.0/24
    Jul 12 14:36:11.897228 Rejected L2 ipv4 unicast route 192.168.121.0/24
    Jul 12 14:36:11.899091 Rejected L2 ipv4 unicast route 192.168.125.4/32
    Jul 12 14:36:11.899556 Rejected L2 ipv4 unicast route 192.168.126.0/24
    Jul 12 14:36:11.900088 Rejected L2 ipv4 unicast route 192.168.127.1/32
    Jul 12 14:36:11.900593 Rejected L2 ipv4 unicast route 192.168.127.65/32
    Jul 12 14:36:11.901057 Rejected L2 ipv4 unicast route 192.168.172.0/24
    Jul 12 14:36:11.901476 Rejected L2 ipv4 unicast route 192.168.173.0/24
    Jul 12 14:36:11.901723 New policy processing complete for ISIS from INET.0
    Jul 12 14:36:11.901977 rt_flash_update_callback: flash IS-IS (inet.0) done
    Jul 12 14:36:11.903941 rt_flash_update_callback: flash IS-IS (inet.0) start
    Jul 12 14:36:11.904230 New policy call for ISIS from INET.0
    Jul 12 14:36:11.904594 Rejected L1 ipv4 unicast route 192.168.178.0/24
    Jul 12 14:36:11.906846 Rejected L1 ipv4 unicast route 192.168.242.0/24
    Jul 12 14:36:11.907327 Rejected L1 ipv4 unicast route 192.168.250.0/26
    Jul 12 14:36:11.907784 Rejected L1 ipv4 unicast route 192.168.250.64/26
    Jul 12 14:36:11.908224 Rejected L2 ipv4 unicast route 192.168.178.0/24
    Jul 12 14:36:11.908598 Rejected L2 ipv4 unicast route 192.168.242.0/24
    Jul 12 14:36:11.909051 Rejected L2 ipv4 unicast route 192.168.250.0/26
    Jul 12 14:36:11.909616 Rejected L2 ipv4 unicast route 192.168.250.64/26
    Jul 12 14:36:11.909941 New policy processing complete for ISIS from INET.0
    Jul 12 14:36:11.910193 rt_flash_update_callback: flash IS-IS (inet.0) done
    Jul 12 14:36:11.911736 rt_flash_update_callback: flash IS-IS (iso.0) start
    Jul 12 14:36:11.912023 New policy call for ISIS from ISO.0
    Jul 12 14:36:11.912725 Rejected L1 ipv4 unicast route 49.0001.0101.2906.8001/72
    Jul 12 14:36:11.913056 Rejected L2 ipv4 unicast route 49.0001.0101.2906.8001/72
    Jul 12 14:36:11.913312 New policy processing complete for ISIS from ISO.0
    Jul 12 14:36:11.913565 rt_flash_update_callback: flash IS-IS (iso.0) done
    Jul 12 14:36:11.914036 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:11.915760 task_job_create_background: create prio 2 job SPF Holddown for task IS-IS
    Jul 12 14:36:11.916217 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:11.916615 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:11
    Jul 12 14:36:11.916857 ISIS programmed L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0, interval 9 secs 0 nsecs
    Jul 12 14:36:11.917294 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:11.917816 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:11.918265 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:11
    Jul 12 14:36:11.918522 ISIS cannot stop L1 periodic xmit to IFL 67
    Jul 12 14:36:11.924294 background dispatch running job LSP Build for task IS-IS
    Jul 12 14:36:11.924558 Rebuilding L1 fragment srx210b-lax-ch.00-00, sequence 0x7
    Jul 12 14:36:11.924816 Rebuilding L1 LSP srx210b-lax-ch.00-00, est-free 1242 bytes
    Jul 12 14:36:11.925032     Next type: 1, free 1465, lsp-free-bytes(estimated:1242, actual: 1465)
    Jul 12 14:36:11.925219     Next type: 14, free 1459, lsp-free-bytes(estimated:1242, actual: 1459)
    Jul 12 14:36:11.925364     Next type: 129, free 1455, lsp-free-bytes(estimated:1242, actual: 1455)
    Jul 12 14:36:11.925565     Next type: 134, free 1451, lsp-free-bytes(estimated:1242, actual: 1451)
    Jul 12 14:36:11.927424     Next type: 137, free 1439, lsp-free-bytes(estimated:1242, actual: 1439)
    Jul 12 14:36:11.927690     Next type: 130, free 1423, lsp-free-bytes(estimated:1242, actual: 1423)
    Jul 12 14:36:11.927920     Old IP TLVs generated, used 50 bytes
    Jul 12 14:36:11.928083     ipv4 unicast IP TLVs generated, used 36 bytes
    Jul 12 14:36:11.928289     Next type: 128, free 1337, lsp-free-bytes(estimated:1242, actual: 1337)
    Jul 12 14:36:11.928475     Old IP TLVs generated, used 26 bytes
    Jul 12 14:36:11.928675     ipv4 unicast IP TLVs generated, used 19 bytes
    Jul 12 14:36:11.928862 Rebuilt L1 fragment srx210b-lax-ch.00-00, size 200
    Jul 12 14:36:11.929227 Updating LSP srx210b-lax-ch.00-00 in database
    Jul 12 14:36:11.929519 task_timer_reset: reset IS-IS_LSP aging
    Jul 12 14:36:11.929763 task_timer_set_oneshot_latest: timer IS-IS_LSP aging interval set to 19:59
    Jul 12 14:36:11.932542 Updating L1 LSP srx210b-lax-ch.00-00 in TED
    Jul 12 14:36:11.932833 Update master replication entry from lsdb_entry
    Jul 12 14:36:11.933093     instance master, L1 LSP srx210b-lax-ch.00-00
    Jul 12 14:36:11.933307     sequence 0x7, checksum 0x37c1, lifetime 1200
    Jul 12 14:36:11.933695 task_timer_reset: reset IS-IS_Regeneration timer
    Jul 12 14:36:11.933955 task_timer_set_oneshot_latest: timer IS-IS_Regeneration timer interval set to 13:04.696872
    Jul 12 14:36:11.934208 task_job_delete: delete background job LSP Build for task IS-IS
    Jul 12 14:36:11.934599 background dispatch completed job LSP Build for task IS-IS
    Jul 12 14:36:11.934958 background dispatch running job LSP Build for task IS-IS
    Jul 12 14:36:11.935220 Rebuilding L2 fragment srx210b-lax-ch.00-00, sequence 0x7
    Jul 12 14:36:11.935455 Rebuilding L2 LSP srx210b-lax-ch.00-00, est-free 1242 bytes
    Jul 12 14:36:11.935664     Next type: 1, free 1465, lsp-free-bytes(estimated:1242, actual: 1465)
    Jul 12 14:36:11.935848     Next type: 14, free 1459, lsp-free-bytes(estimated:1242, actual: 1459)
    Jul 12 14:36:11.935987     Next type: 129, free 1455, lsp-free-bytes(estimated:1242, actual: 1455)
    Jul 12 14:36:11.936438     Next type: 134, free 1451, lsp-free-bytes(estimated:1242, actual: 1451)
    Jul 12 14:36:11.936678     Next type: 137, free 1439, lsp-free-bytes(estimated:1242, actual: 1439)
    Jul 12 14:36:11.936893     Next type: 130, free 1423, lsp-free-bytes(estimated:1242, actual: 1423)
    Jul 12 14:36:11.937077     Old IP TLVs generated, used 50 bytes
    Jul 12 14:36:11.937310     ipv4 unicast IP TLVs generated, used 36 bytes
    Jul 12 14:36:11.937464     Next type: 128, free 1337, lsp-free-bytes(estimated:1242, actual: 1337)
    Jul 12 14:36:11.937665     Old IP TLVs generated, used 26 bytes
    Jul 12 14:36:11.937851     ipv4 unicast IP TLVs generated, used 19 bytes
    Jul 12 14:36:11.938068 Rebuilt L2 fragment srx210b-lax-ch.00-00, size 200
    Jul 12 14:36:11.938550 Updating LSP srx210b-lax-ch.00-00 in database
    Jul 12 14:36:11.938852 task_timer_reset: reset IS-IS_LSP aging
    Jul 12 14:36:11.939087 task_timer_set_oneshot_latest: timer IS-IS_LSP aging interval set to 19:59
    Jul 12 14:36:11.939473 Updating L2 LSP srx210b-lax-ch.00-00 in TED
    Jul 12 14:36:11.939738 Update master replication entry from lsdb_entry
    Jul 12 14:36:11.939968     instance master, L2 LSP srx210b-lax-ch.00-00
    Jul 12 14:36:11.940174     sequence 0x7, checksum 0x37c1, lifetime 1200
    Jul 12 14:36:11.942449 task_timer_reset: reset IS-IS_Regeneration timer
    Jul 12 14:36:11.942729 task_timer_set_oneshot_latest: timer IS-IS_Regeneration timer interval set to 13:19.390000
    Jul 12 14:36:11.943577 task_job_delete: delete background job LSP Build for task IS-IS
    Jul 12 14:36:11.943826 background dispatch completed job LSP Build for task IS-IS
    Jul 12 14:36:11.944174 background dispatch running job SPF Holddown for task IS-IS
    Jul 12 14:36:11.944424 Running L1 Full ipv4 unicast SPF
    Jul 12 14:36:11.944666   Initializing LSP srx210b-lax-ch.00-00
    Jul 12 14:36:11.944855     Adding candidate, metric 0
    Jul 12 14:36:11.945116 L1 ipv4 unicast SPF initialization complete: 0.000488s
    Jul 12 14:36:11.945346     Considering srx210b-lax-ch.00-00, metric 0, no next hop
    Jul 12 14:36:11.945599     Node srx210b-lax-ch.00-00 at metric 0
    Jul 12 14:36:11.945836 L1 ipv4 unicast SPF primary graph processing complete: 0.000662s
    Jul 12 14:36:11.946061 Adding ipv4 unicast local L1 area address 49.0001 to union
    Jul 12 14:36:11.946304 L1 ipv4 unicast SPF multiarea postprocessing complete: 0.000471s
    Jul 12 14:36:11.946899 L1 ipv4 unicast SPF RIB postprocessing complete: 0.000618s
    Jul 12 14:36:11.947173 task_job_create_background: create prio 2 job ISIS route install for task IS-IS
    Jul 12 14:36:11.947390 Completed L1 Full ipv4 unicast SPF in 0.002753s cumulative time
    Jul 12 14:36:11.947866 task_timer_delete: IS-IS_Periodic SPF timer <Touched>
    Jul 12 14:36:11.948170 task_timer_ucreate: created timer IS-IS_Periodic SPF timer  flags <>
    Jul 12 14:36:11.948442 task_timer_uset: timer IS-IS_Periodic SPF timer <Touched> set to offset 15:00 jitter 25 at 14:50:55
    Jul 12 14:36:11.948684 Running L2 Full ipv4 unicast SPF
    Jul 12 14:36:11.948923   Initializing LSP srx210b-lax-ch.00-00
    Jul 12 14:36:11.949112     Adding candidate, metric 0
    Jul 12 14:36:11.949392 L2 ipv4 unicast SPF initialization complete: 0.000490s
    Jul 12 14:36:11.949645     Considering srx210b-lax-ch.00-00, metric 0, no next hop
    Jul 12 14:36:11.949845     Node srx210b-lax-ch.00-00 at metric 0
    Jul 12 14:36:11.950082 L2 ipv4 unicast SPF primary graph processing complete: 0.000647s
    Jul 12 14:36:11.950320 L2 ipv4 unicast SPF multiarea postprocessing complete: 0.000237s
    Jul 12 14:36:11.951975 L2 ipv4 unicast SPF RIB postprocessing complete: 0.001698s
    Jul 12 14:36:11.952313 task_job_create_background: create prio 2 job ISIS route install for task IS-IS
    Jul 12 14:36:11.952575 Completed L2 Full ipv4 unicast SPF in 0.003631s cumulative time
    Jul 12 14:36:11.952848 task_timer_delete: IS-IS_Periodic SPF timer <Touched>
    Jul 12 14:36:11.953099 task_timer_ucreate: created timer IS-IS_Periodic SPF timer  flags <>
    Jul 12 14:36:11.953389 task_timer_uset: timer IS-IS_Periodic SPF timer <Touched> set to offset 15:00 jitter 25 at 14:48:51
    Jul 12 14:36:11.953612 task_job_delete: delete background job SPF Holddown for task IS-IS
    Jul 12 14:36:11.953860 background dispatch completed job SPF Holddown for task IS-IS
    Jul 12 14:36:11.954201 background dispatch running job ISIS route install for task IS-IS
    Jul 12 14:36:11.954471 Start L1 route installation for topology unicast
    Jul 12 14:36:11.954675   Start route installation for ipv4 routes
    Jul 12 14:36:11.955102   End route installation for ipv4 routes
    Jul 12 14:36:11.955330   Start route installation for ipv6 routes
    Jul 12 14:36:11.955465   End route installation for ipv6 routes
    Jul 12 14:36:11.955641   Start route installation for clns routes
    Jul 12 14:36:11.955822   End route installation for clns routes
    Jul 12 14:36:11.955963 End L1 route installation for topology unicast
    Jul 12 14:36:11.956182 L1 ipv4 unicast SPF updated 0 routes (0 adds, 0 deletes, 0 changes, 0 fails) in 0.001694s
    Jul 12 14:36:11.956397 task_job_delete: delete background job ISIS route install for task IS-IS
    Jul 12 14:36:11.956602 background dispatch completed job ISIS route install for task IS-IS
    Jul 12 14:36:11.957197 background dispatch running job ISIS route install for task IS-IS
    Jul 12 14:36:11.957466 Start L2 route installation for topology unicast
    Jul 12 14:36:11.957670   Start route installation for ipv4 routes
    Jul 12 14:36:11.958441   End route installation for ipv4 routes
    Jul 12 14:36:11.958689   Start route installation for ipv6 routes
    Jul 12 14:36:11.958992   End route installation for ipv6 routes
    Jul 12 14:36:11.959207   Start route installation for clns routes
    Jul 12 14:36:11.959389   End route installation for clns routes
    Jul 12 14:36:11.959563 End L2 route installation for topology unicast
    Jul 12 14:36:11.959731 L2 ipv4 unicast SPF updated 0 routes (0 adds, 0 deletes, 0 changes, 0 fails) in 0.002267s
    Jul 12 14:36:11.959971 task_job_delete: delete background job ISIS route install for task IS-IS
    Jul 12 14:36:11.960199 background dispatch completed job ISIS route install for task IS-IS
    Jul 12 14:36:13.233883 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:13.235381 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:13.235773 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:13
    Jul 12 14:36:13.236251 Received L1 LAN IIH, source id 0101.2900.4001 on ge-0/0/0.0
    Jul 12 14:36:13.236489     intf index 70, snpa 84:18:88:72:f5:81
    Jul 12 14:36:13.236690     max area 0, circuit type l1l2, packet length 56
    Jul 12 14:36:13.236869     hold time 27, priority 64, circuit id 0101.2900.4001.00
    Jul 12 14:36:13.237021     neighbor dc:9f:db:8c:c5:1c
    Jul 12 14:36:13.237237     speaks IP
    Jul 12 14:36:13.237402     speaks IPV6
    Jul 12 14:36:13.237624     IP address 192.168.125.1
    Jul 12 14:36:13.237857     area address 49.0001 (3 bytes)
    Jul 12 14:36:13.238008     restart flags []
    Jul 12 14:36:13.238980 task_job_create_background: create prio 1 job ISIS PPM processing for task IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:13.240680     updating neighbor 0101.2900.4001
    Jul 12 14:36:13.240956 ISIS interface ge-0/0/0.0, ignoring ipv4 unicast  topology change
    Jul 12 14:36:13.241138 ISIS interface ge-0/0/0.0, ignoring ipv4 multicast  topology change
    Jul 12 14:36:13.241756 ISIS interface ge-0/0/0.0, ignoring ipv6 unicast  topology change
    Jul 12 14:36:13.241995 ISIS interface ge-0/0/0.0, ignoring ipv6 multicast  topology change
    Jul 12 14:36:13.242214 task_timer_reset: reset IS-IS_Adjacency Garbage Collect
    Jul 12 14:36:13.242878 Enqueue adjacency master replication entry mod operation
    Jul 12 14:36:13.243180     interface ge-0/0/0.0, L1 neighbor 0101.2900.4001
    Jul 12 14:36:13.243397     event Not Seenself
    Jul 12 14:36:13.243852 background dispatch running job ISIS PPM processing for task IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:13.244237 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Keepalive <Touched> set to offset 40 at 14:36:53
    Jul 12 14:36:13.245971 task_job_delete: delete background job ISIS PPM processing for task IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:13.246362 background dispatch completed job ISIS PPM processing for task IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:13.247000 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:13.247534 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:13.247992 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:13
    Jul 12 14:36:13.248224 ISIS L1 neighbor 0101.2900.4001 on interface ge-0/0/0.0 set 27 secs 0 nsecs
    Jul 12 14:36:17.742272 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:17.742862 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:17.743210 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:17
    Jul 12 14:36:17.743458 Received L2 LAN IIH, source id 0101.2900.4001 on ge-0/0/0.0
    Jul 12 14:36:17.743613     intf index 70, snpa 84:18:88:72:f5:81
    Jul 12 14:36:17.743741     max area 0, circuit type l1l2, packet length 56
    Jul 12 14:36:17.743894     hold time 27, priority 64, circuit id 0101.2900.4001.00
    Jul 12 14:36:17.744037     neighbor dc:9f:db:8c:c5:1c
    Jul 12 14:36:17.744157     speaks IP
    Jul 12 14:36:17.744270     speaks IPV6
    Jul 12 14:36:17.744430     IP address 192.168.125.1
    Jul 12 14:36:17.744614     area address 49.0001 (3 bytes)
    Jul 12 14:36:17.744742     restart flags []
    Jul 12 14:36:17.745981 task_job_create_background: create prio 1 job ISIS PPM processing for task IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:17.746285     updating neighbor 0101.2900.4001
    Jul 12 14:36:17.746473 ISIS interface ge-0/0/0.0, ignoring ipv4 unicast  topology change
    Jul 12 14:36:17.746607 ISIS interface ge-0/0/0.0, ignoring ipv4 multicast  topology change
    Jul 12 14:36:17.746727 ISIS interface ge-0/0/0.0, ignoring ipv6 unicast  topology change
    Jul 12 14:36:17.746869 ISIS interface ge-0/0/0.0, ignoring ipv6 multicast  topology change
    Jul 12 14:36:17.747214 task_timer_reset: reset IS-IS_Adjacency Garbage Collect
    Jul 12 14:36:17.747467 Enqueue adjacency master replication entry mod operation
    Jul 12 14:36:17.747639     interface ge-0/0/0.0, L2 neighbor 0101.2900.4001
    Jul 12 14:36:17.747770     event Not Seenself
    Jul 12 14:36:17.748125 background dispatch running job ISIS PPM processing for task IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:17.748432 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Keepalive <Touched> set to offset 40 at 14:36:57
    Jul 12 14:36:17.748761 task_job_delete: delete background job ISIS PPM processing for task IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:17.749029 background dispatch completed job ISIS PPM processing for task IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:17.751645 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:17.752099 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:17.752460 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:17
    Jul 12 14:36:17.752634 ISIS L2 neighbor 0101.2900.4001 on interface ge-0/0/0.0 set 27 secs 0 nsecs
    Jul 12 14:36:20.034030 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:20.034573 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:20.034916 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:20
    Jul 12 14:36:20.035096 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:36:20.223330 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:20.225246 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:20.225624 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:20
    Jul 12 14:36:20.225817 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:36:20.457069 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:20.458954 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:20.459336 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:20
    Jul 12 14:36:20.459512 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:36:25.443131 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:25.444349 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:25.444738 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:25
    Jul 12 14:36:25.444913 ISIS L2 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:36:27.639612 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:27.640178 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:27.640543 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:27
    Jul 12 14:36:27.640719 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:36:28.037394 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:28.037960 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:28.038312 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:28
    Jul 12 14:36:28.038486 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:36:28.575984 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:28.576438 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:28.576771 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:28
    Jul 12 14:36:28.576961 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:36:32.749878 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:32.750464 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:32.750829 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:32
    Jul 12 14:36:32.751081 Ignoring L2 LSP from non-neighbor 84:18:88:72:f5:81 on ge-0/0/0.0
    Jul 12 14:36:32.966581 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:32.967028 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:32.967383 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:32
    Jul 12 14:36:32.967598 Ignoring L2 LSP from non-neighbor 84:18:88:72:f5:81 on ge-0/0/0.0
    Jul 12 14:36:33.808459 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:33.809043 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:33.809412 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:33
    Jul 12 14:36:33.809615 ISIS L2 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:36:35.149002 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:35.149557 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:35.149920 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:35
    Jul 12 14:36:35.150098 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:36:36.198882 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:36.199514 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:36.200319 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:36
    Jul 12 14:36:36.200518 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:36:36.962939 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:36.963422 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:36.963781 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:36
    Jul 12 14:36:36.963983 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:36:42.623679 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:42.624223 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:42.624572 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:42
    Jul 12 14:36:42.624742 ISIS L2 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:36:43.433633 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:43.434198 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:43.434556 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:43
    Jul 12 14:36:43.434746 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:36:44.165978 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:44.166516 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:44.167332 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:44
    Jul 12 14:36:44.167530 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:36:45.743725 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:45.744283 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:45.745138 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:45
    Jul 12 14:36:45.745324 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:36:50.753259 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:50.753815 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:50.754138 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:50
    Jul 12 14:36:50.754323 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:36:51.063105 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:51.063650 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:51.063991 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:51
    Jul 12 14:36:51.064181 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:36:54.053864 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:54.054426 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:54.054750 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:54
    Jul 12 14:36:54.054940 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:36:57.582115 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:57.582694 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:57.583053 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:57
    Jul 12 14:36:57.583227 ISIS L2 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:36:57.751496 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Keepalive <Touched Processing> set to offset 40 at 14:37:37
    Jul 12 14:36:58.397522 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:58.399516 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:58.399925 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:58
    Jul 12 14:36:58.400127 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:36:59.830474 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:59.831810 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:36:59.832188 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:38:59
    Jul 12 14:36:59.832381 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:37:01.214660 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:01.565683 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:01.566060 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:01
    Jul 12 14:37:01.566233 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:37:04.695651 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:04.696190 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:04.696533 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:04
    Jul 12 14:37:04.696705 ISIS L2 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:37:07.265508 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:07.267300 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:07.267649 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:07
    Jul 12 14:37:07.267837 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:37:07.290307 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:07.292410 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:07.292789 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:07
    Jul 12 14:37:07.292992 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:37:09.338657 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:09.339192 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:09.339555 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:09
    Jul 12 14:37:09.339745 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:37:12.641485 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:12.642041 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:12.642364 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:12
    Jul 12 14:37:12.642563 ISIS L2 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:37:15.042819 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:15.043381 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:15.043729 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:15
    Jul 12 14:37:15.043905 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:37:15.059926 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:15.060418 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:15.060913 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:15
    Jul 12 14:37:15.061119 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:37:16.391202 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:16.391785 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:16.392216 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:16
    Jul 12 14:37:16.392431 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:37:20.106586 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:20.107114 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:20.107455 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:20
    Jul 12 14:37:20.107673 ISIS L2 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:37:21.925707 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:21.926242 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:21.926584 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:21
    Jul 12 14:37:21.926763 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:37:23.795477 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:23.797472 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:23.797852 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:23
    Jul 12 14:37:23.798045 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:37:24.209573 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:24.210115 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:24.210460 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:24
    Jul 12 14:37:24.210652 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:37:27.812541 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:27.813082 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:27.813428 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:27
    Jul 12 14:37:27.813720 ISIS L2 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:37:30.252933 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:30.254031 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:30.254558 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:30
    Jul 12 14:37:30.254774 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:37:31.300153 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:31.301138 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:31.301517 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:31
    Jul 12 14:37:31.301733 Ignoring L2 LSP from non-neighbor 84:18:88:72:f5:81 on ge-0/0/0.0
    Jul 12 14:37:32.329707 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:32.332134 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:32.332499 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:32
    Jul 12 14:37:32.332697 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:37:32.540209 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:32.542466 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:32.542837 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:32
    Jul 12 14:37:32.543016 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:37:34.991903 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:34.992438 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:34.992784 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:34
    Jul 12 14:37:34.993526 ISIS L2 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:37:37.753641 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Keepalive <Touched Processing> set to offset 40 at 14:38:14
    Jul 12 14:37:38.087174 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:38.087730 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:38.088064 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:38
    Jul 12 14:37:38.088254 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:37:39.638318 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:39.638859 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:39.639205 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:39
    Jul 12 14:37:39.639375 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:37:40.595268 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:40.595827 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:40.596158 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:40
    Jul 12 14:37:40.596347 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:37:43.456670 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:43.457198 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:43.459076 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:43
    Jul 12 14:37:43.459297 ISIS L2 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:37:46.496959 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:46.497518 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:46.497845 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:46
    Jul 12 14:37:46.500022 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:37:46.873618 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:46.874064 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:46.874926 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:46
    Jul 12 14:37:46.875145 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:37:48.530391 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:48.530965 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:48.531298 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:48
    Jul 12 14:37:48.531506 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:37:52.286667 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:52.287217 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:52.288099 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:52
    Jul 12 14:37:52.288296 ISIS L2 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:37:53.765572 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:53.767744 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:53.768123 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:53
    Jul 12 14:37:53.768305 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:37:54.730576 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:54.731105 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:54.731449 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:54
    Jul 12 14:37:54.732214 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:37:57.421505 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:57.424573 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:57.424952 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:57
    Jul 12 14:37:57.425144 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:37:59.835320 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:59.835845 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:37:59.836212 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:39:59
    Jul 12 14:37:59.836385 ISIS L2 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:38:01.180218 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:01.182563 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:01.182924 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:01
    Jul 12 14:38:01.183122 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:38:01.714823 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:01.716725 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:01.717088 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:01
    Jul 12 14:38:01.717328 Ignoring L1 LSP from non-neighbor 84:18:88:72:f5:81 on ge-0/0/0.0
    Jul 12 14:38:01.791400 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:01.792269 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:01.792649 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:01
    Jul 12 14:38:01.792827 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:38:04.517695 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:04.587500 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:04.587874 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:04
    Jul 12 14:38:04.588047 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:38:07.781680 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:07.782220 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:07.782543 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:07
    Jul 12 14:38:07.782767 ISIS L2 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:38:08.501636 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:08.502171 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:08.502514 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:08
    Jul 12 14:38:08.502682 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:38:09.396199 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:09.397168 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:09.397534 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:09
    Jul 12 14:38:09.397708 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:38:12.036735 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:12.041265 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:12.041623 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:12
    Jul 12 14:38:12.041816 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:38:15.559711 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:15.561676 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:15.562049 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:15
    Jul 12 14:38:15.562241 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:38:16.710543 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:16.711081 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:16.711427 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:16
    Jul 12 14:38:16.711595 ISIS L2 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:38:17.768540 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Keepalive <Touched Processing> set to offset 40 at 14:38:56
    Jul 12 14:38:18.307967 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:18.308494 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:18.308852 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:18
    Jul 12 14:38:18.309023 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:38:18.950700 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:18.951143 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:18.951483 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:18
    Jul 12 14:38:18.951655 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:38:23.016748 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:23.017284 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:23.017625 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:23
    Jul 12 14:38:23.017916 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:38:26.181311 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:26.181853 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:26.182191 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:26
    Jul 12 14:38:26.182385 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:38:27.552251 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:27.552785 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:27.553146 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:27
    Jul 12 14:38:27.553320 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:38:30.034983 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:30.037107 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:30.037487 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:30
    Jul 12 14:38:30.037663 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:38:31.394242 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:31.394780 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:31.395142 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:31
    Jul 12 14:38:31.395320 ISIS L2 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:38:32.937578 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:32.938103 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:32.938458 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:32
    Jul 12 14:38:32.938631 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:38:34.878703 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:34.879259 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:34.879603 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:34
    Jul 12 14:38:34.879776 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:38:38.098884 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:38.101216 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:38.101556 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:38
    Jul 12 14:38:38.101750 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:38:39.811307 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:39.811846 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:39.812186 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:39
    Jul 12 14:38:39.812388 ISIS L2 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:38:40.156867 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:40.157428 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:40.157750 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:40
    Jul 12 14:38:40.157948 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:38:42.600171 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:42.600707 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:42.601075 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:42
    Jul 12 14:38:42.601272 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:38:46.274523 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:46.275701 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:46.276199 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:46
    Jul 12 14:38:46.276402 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:38:47.100223 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:47.102166 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:47.102561 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:47
    Jul 12 14:38:47.102764 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:38:48.604973 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:48.605972 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:48.606357 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:48
    Jul 12 14:38:48.606581 ISIS L2 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:38:50.072308 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:50.072876 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:50.073228 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:50
    Jul 12 14:38:50.073402 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:38:53.654633 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:53.655174 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:53.655520 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:53
    Jul 12 14:38:53.655694 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:38:55.690067 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:55.690608 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:55.691071 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:55
    Jul 12 14:38:55.691260 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:38:57.028854 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:57.029878 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:57.030251 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:57
    Jul 12 14:38:57.030470 ISIS L2 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:38:57.780997 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Keepalive <Touched Processing> set to offset 40 at 14:39:37
    Jul 12 14:38:58.708422 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:58.708972 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:38:58.709325 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:40:58
    Jul 12 14:38:58.709517 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:39:01.590316 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:01.590878 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:01.591207 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:01
    Jul 12 14:39:01.591400 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:39:04.304222 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:04.304762 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:04.305109 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:04
    Jul 12 14:39:04.305280 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:39:05.132072 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:05.132766 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:05.133124 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:05
    Jul 12 14:39:05.133298 ISIS L2 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:39:07.639251 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:07.781503 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:07.781862 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:07
    Jul 12 14:39:07.782058 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:39:08.698121 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:08.700233 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:08.700639 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:08
    Jul 12 14:39:08.700855 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:39:11.701891 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:11.702449 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:11.702783 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:11
    Jul 12 14:39:11.702995 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:39:12.142140 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:12.142679 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:12.143027 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:12
    Jul 12 14:39:12.143221 ISIS L2 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:39:15.194001 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:15.196552 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:15.196934 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:15
    Jul 12 14:39:15.197119 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:39:16.986543 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:16.987088 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:16.987441 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:16
    Jul 12 14:39:16.987631 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:39:19.258145 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:19.259999 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:19.260350 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:19
    Jul 12 14:39:19.260530 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:39:19.572099 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:19.572539 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:19.572907 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:19
    Jul 12 14:39:19.573100 ISIS L2 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:39:21.543581 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:21.545367 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:21.545771 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:21
    Jul 12 14:39:21.546009 Ignoring L2 LSP from non-neighbor 84:18:88:72:f5:81 on ge-0/0/0.0
    Jul 12 14:39:23.452755 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:23.453330 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:23.454002 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:23
    Jul 12 14:39:23.454198 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:39:25.517900 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:25.520355 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:25.520717 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:25
    Jul 12 14:39:25.520908 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:39:26.338462 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:26.339024 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:26.339380 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:26
    Jul 12 14:39:26.339573 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:39:26.472904 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:26.473361 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:26.473731 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:26
    Jul 12 14:39:26.473902 ISIS L2 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:39:30.794411 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:30.794969 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:30.795293 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:30
    Jul 12 14:39:30.795491 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:39:33.219673 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:33.220662 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:33.221027 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:33
    Jul 12 14:39:33.221369 Ignoring L1 LSP from non-neighbor 84:18:88:72:f5:81 on ge-0/0/0.0
    Jul 12 14:39:34.082382 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:34.082977 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:34.083357 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:34
    Jul 12 14:39:34.083552 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:39:34.086310 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:34.086752 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:34.087096 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:34
    Jul 12 14:39:34.087271 ISIS L2 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:39:34.549707 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:34.550168 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:34.550506 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:34
    Jul 12 14:39:34.550700 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:39:37.711945 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:37.712489 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:37.712844 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:37
    Jul 12 14:39:37.713016 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:39:37.783619 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Keepalive <Touched Processing> set to offset 40 at 14:40:17
    Jul 12 14:39:41.776939 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:41.777490 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:41.777967 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:41
    Jul 12 14:39:41.778145 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:39:42.298462 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:42.298983 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:42.299768 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:42
    Jul 12 14:39:42.299980 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:39:42.334641 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:42.336127 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:42.336495 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:42
    Jul 12 14:39:42.336665 ISIS L2 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:39:44.237787 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:44.238643 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:44.239010 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:44
    Jul 12 14:39:44.240688 Ignoring L2 LSP from non-neighbor 84:18:88:72:f5:81 on ge-0/0/0.0
    Jul 12 14:39:44.296058 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:44.297363 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:44.297730 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:44
    Jul 12 14:39:44.297949 Ignoring L2 LSP from non-neighbor 84:18:88:72:f5:81 on ge-0/0/0.0
    Jul 12 14:39:44.423399 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:44.423837 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:44.424187 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:44
    Jul 12 14:39:44.424949 Ignoring L1 LSP from non-neighbor 84:18:88:72:f5:81 on ge-0/0/0.0
    Jul 12 14:39:44.496960 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:44.497424 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:44.497824 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:44
    Jul 12 14:39:44.498055 Ignoring L1 LSP from non-neighbor 84:18:88:72:f5:81 on ge-0/0/0.0
    Jul 12 14:39:45.600085 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:45.600621 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:45.600963 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:45
    Jul 12 14:39:45.601130 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:39:50.539815 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:50.540374 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:50.540720 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:50
    Jul 12 14:39:50.540889 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:39:50.875291 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:50.875728 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:50.876053 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:50
    Jul 12 14:39:50.876239 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:39:50.960277 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:50.960688 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:50.961051 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:50
    Jul 12 14:39:50.961355 ISIS L2 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:39:52.642317 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:52.642836 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:52.643171 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:52
    Jul 12 14:39:52.643368 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:39:58.012744 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:58.013404 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:58.016722 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:58
    Jul 12 14:39:58.017005 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:39:58.030494 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:58.031018 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:58.031485 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:58
    Jul 12 14:39:58.031749 ISIS L2 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:39:58.498879 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:58.499306 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:58.499670 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:58
    Jul 12 14:39:58.499892 Ignoring L2 LSP from non-neighbor 84:18:88:72:f5:81 on ge-0/0/0.0
    Jul 12 14:39:58.717208 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:58.717665 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:39:58.718008 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:41:58
    Jul 12 14:39:58.718281 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:40:01.281877 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:40:01.282525 task_process_events: recv ready for IS-IS I/O./var/run/ppmd_control
    Jul 12 14:40:01.282998 task_timer_uset: timer IS-IS I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 14:42:01
    Jul 12 14:40:01.283237 ISIS L2 periodic xmit to 01:80:c2:00:00:15 interface ge-0/0/0.0
    Jul 12 14:40:03.360861 Reinitializing IS-IS I/O./var/run/ppmd_control
    Jul 12 14:40:06.932423 ISIS L1 periodic xmit to 01:80:c2:00:00:14 interface ge-0/0/0.0
    Jul 12 14:40:06.935453 ISIS L2 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    Jul 12 14:40:06.936299 ISIS L1 hello from 0101.2900.4001 interface ge-0/0/0.0 absorbed
    

     



  • 2.  RE: ISIS not forming adjacency correctly
    Best Answer

    Posted 07-14-2014 11:47

    Hi there,

    I think it is pretty clear from the traces:

     

    Jul 12 14:36:13.236251 Received L1 LAN IIH, source id 0101.2900.4001 on ge-0/0/0.0
    Jul 12 14:36:13.236489 intf index 70, snpa 84:18:88:72:f5:81
    <skip>
    Jul 12 14:36:13.243180 interface ge-0/0/0.0, L1 neighbor 0101.2900.4001
    Jul 12 14:36:13.243397 event Not Seenself

     

    In plain English - srx210b-lax-ch ge-0/0/0.0 does not see own SNPA in LAN Hello from 192.168.125.1.

    And the reason might be just that:

     

    Jul 12 14:36:11.778822 Sending L1 LAN IIH on ge-0/0/0.0
    Jul 12 14:36:11.779050     max area 0, circuit type l1l2
    Jul 12 14:36:11.779259     hold time 27, priority 64, circuit id srx210b-lax-ch.00
    Jul 12 14:36:11.779467     neighbor 84:18:88:72:f5:81
    Jul 12 14:36:11.779600     speaks IP
    Jul 12 14:36:11.779783     speaks IPv6
    Jul 12 14:36:11.780312     IP address 192.168.125.4
    Jul 12 14:36:11.785316     area address 49.0001 (3)
    Jul 12 14:36:11.785584     restart RR reset RA reset holdtime 0
    Jul 12 14:36:11.785799     1424 bytes of total padding
    Jul 12 14:36:11.785979     packet length 1492

     Please check the path MTU on ge-0/0/0.0 by starting to ping out with increasing packet size and DF bit set.

    If ping stops at size equal or greater than 1472, then IP MTU is fine. However, CLNS MTU might be different and You need to know how to set up ISO static routes for the CLNS ping to show meaningful results.

    There is an easier way to bring up an adjacency though - disable Hello padding:

     

    http://www.juniper.net/techpubs/en_US/junos13.2/topics/reference/configuration-statement/hello-padding-edit-protocols-isis.html 

     

    If You go this route, You may have issues with large LSPs not making it through - in IS-IS, approx 120 IPv4 routes with narrow metric TLV fit into 1 LSP of 1492 bytes. So if You have more than 120 routes, it may be a problem. In this case, fix Your path MTU.

     

    HTH

    Thanks
    Alex

     

     

     



  • 3.  RE: ISIS not forming adjacency correctly

    Posted 07-14-2014 14:29

    Hi Alex, thank you very much for explaining. Am fairly fresh to working with the ISO standards.

     

    I'll give this a go and post my results.



  • 4.  RE: ISIS not forming adjacency correctly

    Posted 08-26-2014 12:42

    Hi all,

     

    Finally tracked this down to a fault on the link between the devices not passing CLNS packets. 

     

    Thank you for all your help!