Section 3: Assigning an Internet Address
AXIS 200 User’s Manual
20
Using ARP in
UNIX and OS/2
Follow these instructions to download the Internet address and verify
the communication.
Type the following commands:
Example:
The host will return ‘
cameraname is alive
’
,
or some similar
message to indicate that the address has been set and the
communication is established.
Notes:
❏ Please note that when you execute the
ping
command for the first
time, you may experience a significantly longer response time
than is usual.
❏ The
arp -s
command may vary from system to system. Some
BSD-type systems expect the host name and Ethernet address in
reverse order, whereas IBM AIX systems require the additional
argument
ether
. For example:
arp -s <host name> <Ethernet address> temp
ping <host name>
arp -s cameraname 00:40:8c:10:00:86 temp
ping cameraname
arp -s ether <host name> 00:40:8c:10:00:86 temp