User guide

21User Guide InfraStruxure 150kVA Power Distribution Unit
ping
Access: Administrator, Device
Description. Determine whether the device with the IP address or DNS name you specify is
connected to the network.
Four inquiries are sent to the address.
Example: To determine whether a device with an IP address of 192.168.1.50 is connected to the
network, type:
apc> ping 192.168.1.50
E000: Success
Reply from 192.168.1.50: time(ms)= <10
Reply from 192.168.1.50: time(ms)= <10
Reply from 192.168.1.50: time(ms)= <10
Reply from 192.168.1.50: time(ms)= <10
portSpeed
Access: Administrator
Description: Allow the user to get/set the network port speed. Note: The system will reboot if any
configuration is changed.
Examples:
To display portspeed, type:
apc> portspeed
E000: Success
Port Speed: 10 Half_Duplex
To configure the TCP/IP port to communicate using 100 Mbps with half-duplex communication
(communication in only one direction at a time), type:
apc> portspeed -s 100h
E000: Success
To configure the TCP/IP port to communicate using the auto command.
apc> portspeed -s auto
E000: Success
Argument Description
<IP address or DNS name> Type an IP address with the format xxx.xxx.xxx.xxx, or the DNS name configured
by the DNS server.
Option Arguments Description
-s auto | 10H | 10F |
100H | 100F
Define the communication speed of the Ethernet port. The auto command
enables the Ethernet devices to negotiate to transmit at the highest possible
speed.
auto = Auto_negotiation
H = Half Duplex
F = Full Duplex
10 = 10 Meg Bits
100 = 100 Meg Bits