- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
08-30-2016 01:52 PM
I'm trying to find the session info on our outside interface; however I can't seem to find a command simular to show session info for looking at one interface.
08-31-2016 12:03 AM
You can apply QoS profile (which doesn't do anyhing in sense of prioritizing traffic) on outside interface and you will see number of session groupd by application. Sum of tose numbers will give you the answer. Not elegant, I know. But I don't know any other way to get that exact info.
One way would also be show session all | match 'name_of_outside_zone' and see the number of lines in output. But you will see number of flows this way. And sessions which are from and to the outside zone will count twice.
08-31-2016 12:03 AM
You can apply QoS profile (which doesn't do anyhing in sense of prioritizing traffic) on outside interface and you will see number of session groupd by application. Sum of tose numbers will give you the answer. Not elegant, I know. But I don't know any other way to get that exact info.
One way would also be show session all | match 'name_of_outside_zone' and see the number of lines in output. But you will see number of flows this way. And sessions which are from and to the outside zone will count twice.
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!