Industrial Communications

cancel
Showing results for 
Search instead for 
Did you mean: 

EthernetIP across subnets

EthernetIP driver or spec has no internal limits on communications across subnets as long as those subnets are routable, correct?  Does anyone know of a device or documentation that would assist in this sort of network topology.  We have a server with LV EthernetIP code on one subnet.  PLC's will be on another subnet.  Thanks for reading.

0 Kudos
Message 1 of 3
(5,899 Views)

We do suggest to use EIP producer and consumer in the same subnet.

If in different subnets, we can not tell whether it is the problem of the network environment or something else very easily.

 

In that case, could you please give me a detailed scenario of the network environment? (Cabelling, IP addressing, firwalls, OS, device type)

 

DirkW

0 Kudos
Message 2 of 3
(5,893 Views)

EtherNet/IP communication uses standard networking protocols including: TCP, UDP unicast, and UDP multicast. All three of these protocols can run across multiple subnets assuming the network is configured to route the traffic appropriately. TCP is mostly used for explicit messaging while the UDP is mostly used for I/O communication. The multicast UDP is likely the one that needs some care by your network administrator to ensure that it works across multiple subnets. Typically this can be configured to work automatically via IGMP snooping or by manully configuring certain multicast groups to be forwarded between subnets by your routers. You (or your network administrator) should probably read this whitepaper published by the ODVA: http://www.odva.org/Portals/0/Library/Publications_Numbered/PUB00035R0_Infrastructure_Guide.pdf

 

Eric

0 Kudos
Message 3 of 3
(5,857 Views)