Description
Scope
Solution
This article provide an overview on how to check the total concurrent session for one particular service port.
Scope
Solution
For example, to find out the total concurrent session for DNS traffic, use the following command:
# diag sys session filter dport 53 << specify the service port
# diag sys session list | grep total << dump out the output of the total session specified by filter
Labels: