User manual
Appendix A – CLI Command Reference
82 ePower Power Distribution Unit User Manual, Revision 1.1
set
Syntax
set [target] propertyname=value
Description
Sets the value of properties in a managed element. If no target is specified,
the current working target is used.
Properties
• propertyname=value
Sets the property for the given target. Accepts a line with multiple
property names and values, separated by spaces. For Boolean
properties, accepts Y, Yes, True, or On, and N, No, False, or Off,
but displays Y and N.
Response
There is no response for the set command.
Commands that contain invalid values for a given property return
an ERROR status.
Example 1: Enable HTTP in the TCPIP element.
ePower:/system1/settings/network--> set ipv4 enable=Y
ePower:/system1/settings/network-->
Example 2: Set multiple properties on a single command line.
ePower:/system1/settings/network--> set ipv4 address=192.168.1.10 dhcp=N enable=y
ePower:/system1/settings/network-->
Example 3: Set an incorrect value for a property.
ePower:/system1/settings/network--> set ipv4 address=1234.5678.9101.1234
COMMAND ERROR: INVALID PROPERTY VALUE: “1234.5678.9101.1234”
ePower:/system1/settings/network-->