[j-nsp] rpd crash JUNOS 7.4R1.7

Jeff S Wheeler jsw at inconcepts.biz
Sat Nov 19 16:59:37 EST 2005


The following configuration(s) on JUNOS 7.4R1.7 cause rpd to crash.  A
rollback is necessary, or rpd will continue to restart and immediately
crash again.  I have changed the IP/AS numbers to conform to my NDA.  I
do not have the necessary lab resources to reproduce this outside of my
client's production network.

I believe this is probably an unusual configuration, and may not be
intended to work; but if so it should fail `commit check` with error
messages or perhaps silently ignore the as-path alternations, rather
than allow the box to be configured in an unstable manner.

Nov 19 21:29:39   /kernel: BAD_PAGE_FAULT: pid 71702 (rpd), uid 0: pc
0x81713e6 got a read fault at 0x28, x86 fault flags = 0x4

policy-statement master-RIP2RIB {
/* treat route learnt from RIPv2 neighbor as a BGP customer route
 * and adjust the AS-PATH */
term quirk-1 {
    from {
        route-filter 192.168.0.0/24 exact;
    }
    then {
        local-preference 500;
        community + exco-customer;
        /* as-path-prepend 65432 also crashes in the same manner */
        as-path-expand 65432;
    }
}
} // end policy-statement master-RIP2RIB

protocols rip {
  import master-RIP2RIB;
  group rip {
    export reject;
    neighbor .....;
  }
}

-- 
Jeff S Wheeler <jsw at inconcepts.biz> +1-212-981-0607
Sr Network Operator  /  Innovative Network Concepts



More information about the juniper-nsp mailing list