ixStartAtmOamTransmit
ixStartAtmOamTransmit - start ATM OAM transmit on a group of ports simultaneously
SYNOPSIS
ixStartAtmOamTransmit portList
DESCRIPTION
The ixStartAtmOamTransmit command sends a message to the IxServer to start ATM OAM message transmit on a group of ports simultaneously. The ports may span multiple chassis.
ARGUMENTS
portList
(By reference) The list of ports in one of the following formats:
one2oneArray, one2manyArray, many2oneArray, many2manyArray
Or a reference to a list. For example, pl after
set pl {{1 1 1} {1 1 2} {1 1 3} {1 1 4}} -or-
set pl {1,1,1 1,1,2 1,1,3 1,1,4}
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 [ixStartAtmOamTransmit portList] {
ixPuts $::ixErrorInfo
}
SEE ALSO
ixStartPortAtmOamTransmit, ixStartAtmOamTransmit, ixStopPortAtmOamTransmit