Initial ethernet configuration – Toshiba T300MVi User Manual
Page 30
 
17
12. Initial Ethernet Configuration
The interface typically requires configuration prior to communicating on an 
Ethernet network. This fundamental configuration is achieved via one of two 
possible methods: using ICMP (“ping”) configuration via the Address Resolution 
Protocol (ARP), or via a text-based console interface, accessible over the 
RS232 serial channel and a telnet interface. The following are the factory-set 
values of the most important Ethernet parameters: 
 
IP Address ........................ 192.168.1.100 
Subnet Mask..................... 255.255.255.0 
Default Gateway ............... 192.168.1.2 
 
If these parameters are not compatible with your network settings, they will 
need to be modified. 
 
12.1 ARP Method
The IP address can be changed remotely by using the Address Resolution 
Protocol (ARP). This is performed by adding a static entry into a PC’s ARP 
cache table, which stores the associations between a device’s IP and physical 
(MAC) addresses. The unit is then “pinged” from a command prompt (MS 
DOS™ window) to assign the new IP address to it. Below is an example of the 
commands used to change the unit’s IP address: 
 
arp -s <IP address> <MAC address> 
ping <IP address> 
arp -d <IP address> 
 
The initial “arp –s” command adds a static association between the unit’s MAC 
address and the desired IP address to the PC’s ARP table. When the ping 
command is executed with the IP address as an argument, the PC sends this 
information to the unit indicated by the associated MAC address. The unit then 
detects that it was addressed with the correct MAC address and adopts the IP 
address indicated in the ICMP “ping” packet. The optional “arp –d” command 
then removes the static route from the PC’s ARP table. 
 
The unit’s MAC address is printed on a long bar-coded label located just below 
the Ethernet connector, and just above DIP switch DS1. The label contains 
bar-coded information on its left side and 6 characters on its right side. The 6 
characters represent the least-significant 24 bits of the interface’s unique 48-bit 
MAC ID. The most-significant 24 bits are always “0090C2”, and are therefore 
not printed. For example, if the label reads “C0298B”, then this unit’s complete 
48-bit MAC ID is 00-90-C2-C0-29-8B, and an example of setting this unit’s IP 
address to 192.168.16.110 would look like: 
 
arp -s 192.168.16.110 00-90-C2-C0-29-8B
ping 192.168.16.110
arp –d 192.168.16.110