Hi Redpix,
1. What does the error address at PC ....mean and what can be concluded by it.
As far as I know, it basically means that the CPU is trying to access a memory location that is not allocated.
It can be related to an IOS version bug. What is the version/name of the IOS file your using, If the file name has a 'T' in it, this means that it has new features that are probably in beta/test. Try to replace it with an IOS that does not have a T.
Several forums also suggest that such a problem can be caused by NBAR. Try disabling NBAR (if your switch supports it) for each interface/vlan that has it on, like this:
switch(config)#interface FastEthernet 0/1
router-2621(config-if)#no ip nbar protocol-discovery
router-2621(config-if)#exit
2. How to download the crash file from the flash and interpret it and what i can expect from it, if am able to understand/read it.
Example to show crash file:
switch# more flash:crashinfo_20070321-094503
I have never inspected a crash file so I'm no use here. Hope others can answer.
3. I suspect an insider in my LAN who has generated some strange traffic that has caused this and can I trace that person's IP add and If I wanna trace it what can be done or how to monitor & analyse traffic originating from that IP/person's PC.
Perhaps the easiest way to trace and/or monitor traffic is using either NetFlow or Syslog. Both work in collaboration with your Cisco network devices. For Netflow:
- Manageengine's NetFlow Analyzer:
www.manageengine.com/products/netflow/download-free.html
- Solarwinds NetFlow Analyzer:
www.solarwinds.com/products/freetools/netflow_analyzer.aspx
For Syslog,
- KiwiSyslog server:
www.solarwinds.com/products/freetools/kiwi_syslog_server/
There are many other tools using Netflow or Syslog. The above are just a few.
Hope this helps.