Automation

last person joined: 8 days ago 

Ask questions and share experiences about Apstra, Paragon, and all things network automation.
  • 1.  PR695200 - Syslog Filter

    Posted 03-12-2013 10:18

    Hello all,

    sorry for the simple request, but I'm not so introduced in Junos syntax.

    I've the necessity to filter out one particular syslog msg documented in the PR695200.

     

    The output syslog sample is:

    Sep 30 22:52:53 router fpc0 MRVL-L2:mrvl_fdb_mac_entry_uc_set(),966:FDb SP HW-overwrite failed(3) for VLANIdx=21:00:41:37:81:11:a9/48:IFL=67

     

    I found in Internet the following configuration filter example, but it seams to me not complete:

    syslog {
    [...]
        file messages {
            any notice;
            authorization info;
            match "!mrvl_fdb_mac_entry_uc_set";
        }
    [...]
    }

     

    Is my feeling right or the previous code is correct?

     

     



  • 2.  RE: PR695200 - Syslog Filter
    Best Answer

     
    Posted 03-12-2013 23:16

    Hi,

     

    The configuration you have provided is correct and should work. Please try it.

     

    Thanks,

    Sriram



  • 3.  RE: PR695200 - Syslog Filter

    Posted 04-04-2013 06:27

    Thanks Sriram for the answer.

     

    Regards, Efrem