- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
01-25-2018 02:54 AM
Hello
I need to show all session with destination IP 2.2.2.2 from all my worstation but not from my 1.1.1.1
How to do that?
Negation using "!" doesnt work (works perfectly in GUI)
show session all filter source !1.1.1.1 destination 2.2.2.2
Regards
SLawek
01-25-2018 03:12 AM
Hi @_slv_,
You can use except in CLI.
show session all filter destination 2.2.2.2 | except 1.1.1.1
Hope this helps !
-Kiwi
01-25-2018 03:26 AM
Hi @kiwi
Unfortunetelly "show session all filter destination 2.2.2.2 | except 1.1.1.1" doesnt show session id.
I need to see all sessions and its id's to troubleshoot it further.
Regards
Slawek
01-25-2018 04:49 AM - edited 01-25-2018 04:51 AM
Hi @_slv_,
If you filter out that specific host and there are no other session IDs visible then I guess that there are no other sessions that match your filter.
Cheers !
-Kiwi,
01-28-2018 11:39 PM
Hi @kiwi
Problem is that there is many other session and I need to exclude that one IP from source.
Regards
Slawek
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!