ixSimulatePortPhysicalInterfaceUp
ixSimulatePortPhysicalInterfaceUp - This command simulates physical interface up on a single port.
SYNOPSIS
ixSimulatePortPhysicalInterfaceUp chassisID cardID portID
DESCRIPTION
The ixSimulatePortPhysicalInterfaceUp command simulates that the status of single physical port is Up.
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
Code
The return code from simulatePortPhysicalInterfaceUp.
EXAMPLES
set retCode $::TCL_OK
return [ixSimulatePortPhysicalInterfaceUp $chassis $lm $port]