ixRestartPortAutoNegotiation
ixRestartPortAutoNegotiation - restart auto-negotiation on a port
SYNOPSIS
ixRestartPortAutoNegotiation chassisID cardID portID
DESCRIPTION
The ixRestartPortAutoNegotiation command sends a message to the IxServer to restart the auto-negotiation on port.
ARGUMENTS
chassisID
(By value) The ID number of the chassis.
cardID
(By value) The ID number of the card.
portID
(By value) The ID number of the port.
RETURNS
0
No error; the command was successfully delivered to the IxServer.
1
Error; the command was delivered to the IxServer but it could not process the message.
EXAMPLES
if [ixRestartPortAutoNegotiation 1 1 1] {
ixPuts $::ixErrorInfo
}