Switching

last person joined: yesterday 

Ask questions and share experiences about EX and QFX portfolios and all switching solutions across your data center, campus, and branch locations.
  • 1.  rpd process core dumps failure

    Posted 09-29-2014 08:37

    Hi

     

     

    Is it possible to run the event script and generate the snmp trap in case of rpd core dump in Ex series switch. If anyone have sample configuration then please share with me ( only rpd core dump configuration required).



  • 2.  RE: rpd process core dumps failure

    Posted 09-29-2014 12:00

    Hi

     

    The following simple event policy seems to work for me

     

    event-options {
        policy RPD {
            events rpd_abort;
            then {
                raise-trap;
            }
        }
    }
    snmp {
        trap-group rpd {                    
            version v2;
            categories {
                rmon-alarm;
            }
            targets {
                10.254.0.34;
            }
        }
    }

     I simulate the error with "request system core-dump routing fatal".



  • 3.  RE: rpd process core dumps failure

    Posted 09-30-2014 08:18

    I am not able to run command "request system core-dump routing fatal" in EX 4200 switch. 



  • 4.  RE: rpd process core dumps failure
    Best Answer

    Posted 09-30-2014 11:08

    Hi

     

    This is a hidden command, you need to type it in full not relying on auto-complete.

    It works for sure on EX2200, at least.



  • 5.  RE: rpd process core dumps failure

    Posted 09-30-2014 11:09

    P.S. I hope you understand that this command is killing routing process with

    all neighbors and adjacencies. Use for lab test only.