Junos OS

last person joined: yesterday 

Ask questions and share experiences about Junos OS.
  • 1.  gkmd: %USER-3: Exit at main 1088

    Posted 08-12-2020 03:32

    Hi, I found a log message but no information about it. Hoping some one can help. Thank!

    gkmd: %USER-3: Exit at main 1088



  • 2.  RE: gkmd: %USER-3: Exit at main 1088
    Best Answer

     
    Posted 08-12-2020 03:43

    Hello n2t,

     

    These are informational messages and expected as per the version used, you may safely ignore them. If you wish to suppress them log messages, you can add the below configuration:

     

    #show system syslog
    user * {
    any emergency;
    }
    file messages {
    any any;
    match "!(.*gkmd.*)";
    }

     

    I hope this helps. Please mark this post "Accept as solution" if this answers your query.

     

    Kudos are always appreciated! Smiley Happy

     

    Best Regards,

    Lingabasappa H