SRX

last person joined: 2 days ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  how to monitor flows from policy name

    Posted 07-24-2014 01:43

    for example I have policy name  policy_1 to policy policy_1000

     

    how to view session that match policy name policy_500  

     

    show security flows session source xxx destination xxx  not enough flexible for this case if this rule have multiple destination , multiple source and multiple service

     

     

     

     

     



  • 2.  RE: how to monitor flows from policy name

    Posted 07-24-2014 01:58

    Hi ,

     

    You can run this command:

     

    root> show security flow session | match policyname

     

    Regards
    rparthi
     

    Please Mark My Solution Accepted if it Helped, Kudos are Appreciated Too



  • 3.  RE: how to monitor flows from policy name

    Posted 07-24-2014 02:04

    I think this cli  you can see only 1 line not solution

     



  • 4.  RE: how to monitor flows from policy name

    Posted 07-24-2014 02:11

    Hi ,

     

    Using show security flow session | match policyname is the only option to find the sessions for a particular policy name.

     

    There is no option in CLI to search sessions based on policy name.

     

    Regards
    rparthi
     

    Please Mark My Solution Accepted if it Helped, Kudos are Appreciated Too



  • 5.  RE: how to monitor flows from policy name
    Best Answer

     
    Posted 07-24-2014 05:45

    One workaround is to run the command from shell.

     

    i.e. if policy name is "728"

     

    % cli show security flow session | grep -A2 "Policy.*728"

     

    Hope this helps.

     

    Regards,

    Sam