Philip
Please have a look at the result below
Ping from a PC within the same network didn't show static ip addresses for printer and alarm control system within ARP table
Then I did ping both addresses 192.168.0.200 (printer) and 192.168.0.251 (Alarm system) as a result both of them shown in ARP table,,,,,means when there is activity (traffic) then it would be shown in ARP table!!!
Second issue both ip addresses 192.168.0.200 (printer) and 192.168.0.251 (Alarm system) shown as dynamic not static why ???
Code:
C:\Users\showroom>arp -a
Interface: 192.168.0.219 --- 0xc
Internet Address Physical Address Type
192.168.0.1 10-da-43-f0-d4-0d dynamic
192.168.0.217 cc-6e-a4-4a-33-8f dynamic
192.168.0.225 10-bf-48-7e-94-f3 dynamic
192.168.0.226 2c-fd-a1-bb-56-f8 dynamic
192.168.0.229 10-bf-48-7e-94-f3 dynamic
192.168.0.230 1c-b7-2c-de-ec-fb dynamic
192.168.0.231 10-7b-44-49-f3-66 dynamic
192.168.0.234 cc-6e-a4-4b-cc-2d dynamic
192.168.0.255 ff-ff-ff-ff-ff-ff static
224.0.0.7 01-00-5e-00-00-07 static
224.0.0.9 01-00-5e-00-00-09 static
224.0.0.22 01-00-5e-00-00-16 static
224.0.0.251 01-00-5e-00-00-fb static
224.0.0.252 01-00-5e-00-00-fc static
239.255.255.250 01-00-5e-7f-ff-fa static
239.255.255.251 01-00-5e-7f-ff-fb static
255.255.255.255 ff-ff-ff-ff-ff-ff static
####Printer ip address is static ########
---------------------------------------------------
C:\Users\showroom>ping 192.168.0.200
Pinging 192.168.0.200 with 32 bytes of data:
Reply from 192.168.0.200: bytes=32 time=4ms TTL=64
Reply from 192.168.0.200: bytes=32 time=1ms TTL=64
Reply from 192.168.0.200: bytes=32 time=4ms TTL=64
Reply from 192.168.0.200: bytes=32 time=2ms TTL=64
Ping statistics for 192.168.0.200:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 4ms, Average = 2ms
C:\Users\showroom>arp -a
Interface: 192.168.0.219 --- 0xc
Internet Address Physical Address Type
192.168.0.1 10-da-43-f0-d4-0d dynamic
192.168.0.200 80-38-96-ca-f8-1d dynamic
192.168.0.217 cc-6e-a4-4a-33-8f dynamic
192.168.0.225 10-bf-48-7e-94-f3 dynamic
192.168.0.226 2c-fd-a1-bb-56-f8 dynamic
192.168.0.229 10-bf-48-7e-94-f3 dynamic
192.168.0.230 1c-b7-2c-de-ec-fb dynamic
192.168.0.231 10-7b-44-49-f3-66 dynamic
192.168.0.234 cc-6e-a4-4b-cc-2d dynamic
192.168.0.255 ff-ff-ff-ff-ff-ff static
224.0.0.7 01-00-5e-00-00-07 static
224.0.0.9 01-00-5e-00-00-09 static
224.0.0.22 01-00-5e-00-00-16 static
224.0.0.251 01-00-5e-00-00-fb static
224.0.0.252 01-00-5e-00-00-fc static
239.255.255.250 01-00-5e-7f-ff-fa static
239.255.255.251 01-00-5e-7f-ff-fb static
255.255.255.255 ff-ff-ff-ff-ff-ff static
####Alarm box its ip address static as well ####
------------------------------------------------------------
C:\Users\showroom>ping 192.168.0.251
Pinging 192.168.0.251 with 32 bytes of data:
Reply from 192.168.0.251: bytes=32 time=6ms TTL=64
Reply from 192.168.0.251: bytes=32 time=1ms TTL=64
Reply from 192.168.0.251: bytes=32 time=1ms TTL=64
Reply from 192.168.0.251: bytes=32 time=9ms TTL=64
Ping statistics for 192.168.0.251:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 9ms, Average = 4ms
C:\Users\showroom>arp -a
Interface: 192.168.0.219 --- 0xc
Internet Address Physical Address Type
192.168.0.1 10-da-43-f0-d4-0d dynamic
192.168.0.200 80-38-96-ca-f8-1d dynamic
192.168.0.217 cc-6e-a4-4a-33-8f dynamic
192.168.0.225 10-bf-48-7e-94-f3 dynamic
192.168.0.226 2c-fd-a1-bb-56-f8 dynamic
192.168.0.229 10-bf-48-7e-94-f3 dynamic
192.168.0.230 1c-b7-2c-de-ec-fb dynamic
192.168.0.231 10-7b-44-49-f3-66 dynamic
192.168.0.234 cc-6e-a4-4b-cc-2d dynamic
192.168.0.251 ac-c9-35-e0-06-00 dynamic
192.168.0.255 ff-ff-ff-ff-ff-ff static
224.0.0.7 01-00-5e-00-00-07 static
224.0.0.9 01-00-5e-00-00-09 static
224.0.0.22 01-00-5e-00-00-16 static
224.0.0.251 01-00-5e-00-00-fb static
224.0.0.252 01-00-5e-00-00-fc static
239.255.255.250 01-00-5e-7f-ff-fa static
239.255.255.251 01-00-5e-7f-ff-fb static
255.255.255.255 ff-ff-ff-ff-ff-ff static
Printer ip address is below :
https://imgur.com/a/5D1uh2c
Thanks
Bookmarks