aci_snmp 4-119
21 Dec 2001
Figure 4-109 Example of the aci_shutdown Function
aci_snmp
The aci_snmp function sends SNMP messages. See
Figure 4-110.
Figure 4-110 aci_snmp Function Call
See Table 4-49.
Only supported by the Scalar DLC software.
Return Values
0: The call was successful.
-1: The call failed.
Table 4-49 Parameter for the aci_snmp Function Call
Parameter Description
Msg defines the SNMP message
/* Shut down DAS operation */
int rc;
char *now = NULL;
if ((rc = aci_shutdown(now)))
{
aci_perror("Shut down failed:");
}
else
{
printf("Shut down successful.\n");
}
#include "aci.h"
int aci_snmp (char *Msg)