SRX

last person joined: 21 hours ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  SRX stop logging traffic into file

    Posted 07-10-2013 03:32

    My log configuration was working fine and suddenly stop to write into default-log-messages.
    I tried to add another test file with the same parameters, and unfortunatly, same result, nothing.

    But the syslog server receive the log correctly.
    Any idea will appreciated

    Thanks

     

    There a part my config:

    root@FW-JUN-CLUSTER# show system syslog       
    archive size 10m files 10;
    user * {
        any emergency;
    }
    host 192.168.13.199 {
        any any;
    }
    file messages {
        any any;
        authorization info;
    }
    file interactive-commands {
        interactive-commands error;
    }
    file default-log-messages {
        any any;
        match RT_FLOW_SESSION;
        structured-data;
    }
    file test {
        any any;
        match RT_FLOW;
        structured-data;
    }
    log-rotate-frequency 5;
    
    {primary:node0}[edit]
    root@FW-JUN-CLUSTER# show security log     
    mode event;
    

     

    My configuration: 

    Model: srx240h
    JUNOS Software Release [11.4R2.14]



  • 2.  RE: SRX stop logging traffic into file
    Best Answer

    Posted 07-10-2013 04:59

    Is the file system full? can you check the show system storage output?

     



  • 3.  RE: SRX stop logging traffic into file

    Posted 07-10-2013 05:21

    Node 0 was almost empty, but Node 1 was full.

    I didn't realize a failover. The reduncy group swith to Node 1 and the log too.

    Thanks for your help.



  • 4.  RE: SRX stop logging traffic into file

    Posted 07-10-2013 05:42

    Oh good to hear..!