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