Difference between revisions of "APC PDU"

From Noah.org
Jump to navigationJump to search
m (Created page with 'Category:Engineering = How to configure the APC PDU, model number AP7930 = You need to know the MAC address of the PDU and the IP address you want to give it. In this exampl…')
 
Line 6: Line 6:
 
<pre>
 
<pre>
 
arp -s 10.10.10.2 00:c0:b7:4d:a4:83
 
arp -s 10.10.10.2 00:c0:b7:4d:a4:83
sleep 1
 
 
ping 10.10.10.2 -s 113  
 
ping 10.10.10.2 -s 113  
 
telnet 10.10.10.2
 
telnet 10.10.10.2
 
# http://10.10.10.2/
 
# http://10.10.10.2/
 
</pre>
 
</pre>

Revision as of 12:39, 13 December 2012

How to configure the APC PDU, model number AP7930

You need to know the MAC address of the PDU and the IP address you want to give it. In this example the MAC address is 00:c0:b7:4d:a4:83 and the IP address is 10.10.10.2. This will assign 10.10.10.2 to the PDU. After doing this you can login with telnet using the username apc and password apc. You can also access the PDU with a web browser using http.

arp -s 10.10.10.2 00:c0:b7:4d:a4:83
ping 10.10.10.2 -s 113 
telnet 10.10.10.2
# http://10.10.10.2/