User's Manual

Command line 36
Item Description
PXE (optional)
Enables or disables PXE on a connection. Valid values are "enabled",
"disabled", and "UseBios". This applies to Ethernet network connections
only.
PXE can be enabled on one connection per profile.
pxeBootOrder (optional)
Modifies the PXE IP boot order. The default setting is 'Auto'. Valid values
are:
Auto
IPv4Only
IPv6Only
IPv4ThenIPv6
IPv6ThenIPv4
SpeedType (optional)
The requested operational speed for the server port. Valid values include
"Auto", "Preferred", "Custom", and "Disabled". The default value is
"Preferred".
If the speed type is "Auto", the maximum port speed is determined by the
maximum configured speed for the network.
If the speed type is "Preferred", the speed of the network is the same as the
preferred speed of the network to which the connection is associated. If no
preferred speed is configured for a network, it defaults to "Auto".
If the speed type is "Custom", you can configure a speed from 100Mb to
MAX configured speed for the network in 100Mb increments.
If the speed type is "Disabled", bandwidth is not allocated and the server
port status is "Administratively Disabled".
Speed (required if the
SpeedType is Custom)
The user-defined speed for the server port. Valid values include 100Mb to
MAX configured speed for the network in 100Mb increments.
Examples
->set enet-connection MyProfile 2
Network=NewNetworkName
Changes the associated network of an Ethernet connection
->set enet-connection RedProfile 1 Network=""
Sets a network connection to "Unassigned"
->set enet-connection GreenProfile 3 PXE=disabled
Disables PXE on an Ethernet connection
->set enet-connection MyProfile 1 SpeedType=Preferred
Modifies the Ethernet network connection to set the speed to "Preferred"
->set enet-connection MyProfile 1 SpeedType=Custom
Speed=2000
Modifies the Ethernet network connection to set the speed to 2Gb
->set enet-connection RedProfile 1
McastFilter="MyFilter"
Sets a Multicast Filter
Item Description
show enet-connection
Display the Ethernet connections associated with the server profiles.
Syntax
show enet-connection [<ConnectionID>]
Parameter
ConnectionID (optional)
The ID of an existing Ethernet connection. The ID format is
<ProfileName:Port>. Use <ProfileName:*> to display all profile
Ethernet connections. Use "*" to display all connections in the domain.
Examples