05-24-2004 11:59 PM
I would like to capture what source IP is accessing which server so which subsystem can I turn on and which level should i use?
05-25-2004 01:10 AM
use the llama/debug command 'flow trace
This is somekind of debug ip packet.
The ip address that you enter servers as a filter.
The type of messages you get are :
5/1 471 FLOWMGR-4: TCP out 192.168.10.3:1053->10.48.66.123:80 SYN
You only see the traffic that is sent to SCM.
Once the flow is fastswitched you don't see it with the above debug.
Regards,
Gilles.
05-25-2004 07:38 AM
If I would like to capture the message to syslog server,is the following command applicable
logging subsystem netman level debug-7
Thanks
Regards
Chin Lam
05-26-2004 12:14 AM
the message starts with :FLOWMGR-4:
This means you need to have flowmgr logging level set to 4.
However, I don't see the use to log this to a syslog server.
This command should only be used to do some debugging.
You should not leave it running forever to gather statistics.
Regards,
Gilles.
05-26-2004 03:23 AM
My customer would like to log all sessions going through the CSS. May I know is there any other alternative way to do this?
Please advice
Thanks
With Regards
Chin Lam
05-30-2004 12:54 PM
There is no other way on the CSS itself.
But Cisco sells the NAM card that is a device to collect info about traffic.
The reason it is not good to do this on the CSS is because too much messages will impact performances and may cause more problems.
It is also not guarantee that all messages will be logged - they are rate limited.
Gilles.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide