Re-Enable BOOTP

Lovell

Lifetime Supporting Member
Join Date
Feb 2013
Location
Saskatchewan, Canada
Posts
120
Hi All,

When connecting to a configured PLC (L32E) - knowing the MAC ID but not knowing the IP Address - is there a way to re-enable BOOT-P?

I tried to use BOOTP-DHCP Server with a direct connection between PLC and laptop but there is nothing showing up in the BOOTP window. I tried a PLC reboot - still no BOOTP showing up. I tried manual new entry of the MAC ID and tried right-click 'enable bootp' but it did not take even after reboot.

Anyone run across this before? What can cause this?

Thanks!
 
Last edited:
Once you disable BootP, I dont think there is any way to enable it back again in order to change the address by using the BootP server program. Once you are online you can enable it or if you are connected via RSLinx you can enable it, but I dont know of any way to hook up using the MAC address in your situation.

That all said, there is a dos command arp that may help. Type:

arp -a

and that should give you a list of network IP addresses with their associated MAC addresses. I think you have to be on the same subnet.
 
Last edited:
I use "Wireshark" PC program which allows me to scan all traffic on a ethernet port.
I connect Laptop ethernet port to PLC ethernet port directly with a crossover ethernet cable.

Wireshark will show you exactly which "IP" addresses are talking on the network.
Its easy to find unknown IPs this way.
 
So the BootP-DHCP Server can enable or disable BootP or DHCP. But, you must have the IP address and the MAC address to do so.

In my experience enabling can be kind of hit and miss, where disabling usually works fine.

So you really can't use that tool to discover the IP addresses. Potentially if you have the project file on your PC you can open the file in the Logix software and view the info offline.

Beyond that you are probably looking at some sort of scanner or Wireshark method like are mentioned above.

OG
 
Re-Enable BOOTP - L32E -

Thanks for the suggestions and input.

The reason why I could not uses the serial port is because I forgot to bring a serial adapter and I was on site at the time. Eventually that was the way I did it - did not need to re-enable BOOTP after I was connected. Just used RSLinx and the DF1 connection to drill to the PLC and changed its IP from there.

I do use Wireshark - I will give that a shot next time, great idea!(y)

Lovell
 

Similar Topics

Hello all. I have a 1769-L32E that I am re-purposing. I have unplugged the battery and left it for a while, I have actuated the little pushbutton...
Replies
17
Views
4,101
Hello. I am trying to use BOOTP to configure a point I/O module. I enter the MAC Address, disable my network, and each time I try to enable it...
Replies
2
Views
2,545
Hello. I really appreciate this type of forum, first time poster, long time reader. I have a 1794-AENT series B that is flashing module status...
Replies
7
Views
11,773
Hello I have In touch 10.1 I tried to enter the WindowMaker to make some adjustments I am using a dongol for the license . I can access the...
Replies
1
Views
90
I'm using one TON (called SystemTimer) throughout a program that I change the .PRE given different conditions. I'm porting an IDEC ladder over to...
Replies
8
Views
331
Back
Top Bottom