ixSimulatePhysicalInterfaceUp
ixSimulatePhysicalInterfaceUp - This command simulates physical interface up on a port list
SYNOPSIS
ixSimulatePhysicalInterfaceUp TxRxArray
DESCRIPTION
The ixSimulatePhysicalInterfaceUp command simulates that the status of physical interfaces in a port list is up.
ARGUMENTS
TxRxArray
Either list of ports or array of ports.
RETURNS
Code
The return code from simulatePhysicalInterfaceUp.
EXAMPLES
proc ixSimulatePhysicalInterfaceUp {TxRxArray} \
{
upvar $TxRxArray txRxArray
return [simulatePhysicalInterfaceUp txRxArray]
}