Setting of the IP address via the ARP table

An easy method to change the addressing is using the DOS window. Only addresses in the same network class can be changed though! The new address will be stored and kept even when the module is powered down.

Procedure:

Temporary flashing of the ERROR LED during the initializing phase shows, that the module is addressed via ARP. The switches have no information about the actual module address!

NOTICE

Note

When changing the IP address, all dynamic ARP entries should be deleted. Only a ping with a length of 123 Byte for changing the address is accepted (>ping -l "IP-Address<).

Example

  1. C:>ping 172.16.17.255
  2. C:>ARP -a
    172.16.17.255        00-01-05-00-11-22
  3. C:>arp -d 172.16.17.255
  4. C:>arp -s 172.16.44.44 00-01-05-00-11-22
  5. C:>ping -l 123 172.16.44.44