03-07-2015 04:26 AM - edited 03-07-2019 10:59 PM
We have cisco 2960 switches and cisco 3750 l3 switch,this switches connected in stack
now we have scada machine more than 60 (PLC) in our plant and and it is connected with cisco switch.
Now we are facing problem is that after certain time of period machine (fix two machine) lost the network connection and it gives emergency so after emergency machine stop the production we have to reboot it and when we check the ping status at the time of emergency, we are getting ping fine no any break or request time out.
now customer is saying that this related to network problem like network load, network loss so that our machine gives emergency.
now how can i troubleshoot the problem customer told us that they have already talked with
machine vendor and that vendor came and check machine is ok and in that scada machine allen bradley switch is installed..
now help me as soon as possible it is very serious issue...
03-08-2015 06:12 AM
If the machines appear to lose connectivity or stop working, but is still responding to pings, possible duplicate ip address?
I would verify the arp table for the ip address of the machine when its working and then verify the arp table when it stops working.
Verify machine's mac address is still binded to the machine's ip address.
show mac address-table interface g0/1 ( to obtain the mac address of the machine)
sh arp | i xxxx.xxxx.xxxx (mac address of machine)
will return ip address and mac address of machine
re-type the commands above when machines stops working to verify mac address is still binded to the ip address.
Seen a scenario before where pc's would randomly lose connectivity. Issue was an end user connected a linksys router to their network with the same ip address of their gateway. PC's would bind their gateway address 192.168.1.1 to the mac of the linksys, which would result in no access to their gateway.
To locate a mac address type
show mac address-table address xxxx.xxxx.xxxx
If the machine tests ok, I would do the above test again on the ip address the machine is trying to communicate with
This is a start..
03-13-2015 05:38 AM
I tried sh arp | i xxxx.xxxx.xxxx (mac address of machine) but it is not showing ip of machine.
and i tried show mac address-table address XXXX.XXXX.XXXX
SHOW WHAT IS NEXT..PLEASE HELP ME
03-13-2015 05:43 AM
I assume its down now...
Ping the machine and verify if its responding.
If it does respond, disconnect the ethernet cable going to the machine and verify if the pings drop.
You can do a continued ping by typing
ping 10.1.1.1 -t
03-13-2015 05:48 AM
03-13-2015 05:49 AM
I would disconnect the ethernet cable going to the machine and verify the pings stop.
03-13-2015 05:53 AM
03-13-2015 05:59 AM
Jon asked a great question, Are all other machines ok?
All on the same network?
As jon, pointed out, if this is an urgent issue, you would probably be better opening a tac case, and they can assist you.
If all other machines are ok and its all on the same network, and the machine has connectivity, it sounds like its something to do with the machine.
But its hard to say.
03-13-2015 06:22 AM
03-13-2015 06:25 AM
Have a look at interfaces on the switch that connect to the machines and see if there are errors, collisions etc.
Check the configuration of the ports compared to ports that are working okay.
Is there any difference, are they in the same vlan etc.
You need to narrow down the issue by eliminating things.
Jon
03-13-2015 11:56 PM
that we have checked port configuration is same as other ports and how can i see there is collision and error on that port or not is there any command or what.
03-14-2015 02:03 PM
show interface g0/1 will show you crc errors, collisions, etc...
Look for speed and duplex status as well.
Preferably both sides will be configured with auto-negotiation.
Regardless, both sides need to be configured the same.
Auto - Auto
full 1000 - full 1000
full 100 - full 100
03-13-2015 06:31 AM
You can do a packet capture to see whats going on.
you'll need to download wireshark, if you don't have it already.
Here is a sample config for a monitor session on a 3750, which will allow you to capture the data on that port.
Switch(config)# no monitor session 1
Switch(config)# monitor session 1 source interface gigabitethernet1/0/1
Switch(config)# monitor session 1 destination interface gigabitethernet1/0/2
Connect your laptop on the destination port and launch wireshark and capture the data.
03-13-2015 11:53 PM
after capture the data what i have see in capture data can you tell me
and our scad machine manufacturer is rockwell automation and inside rockwell automation plc allen bradley switch is installed and from that switch network card is connected and allen bradley switch is connected with 2960.
topology is as below.
network card(PLC) - 2960 switch - 3750 switch - server..
03-13-2015 07:57 AM
Not sure if this would be any help, but here a link to a forum discussing troubleshooting scada machines.
http://forums.ge-ip.com/printthread.php?t=9319
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