Displays the available SNMP destinations (IP address or hostname) to which the Service Processor is configured to send. Many networking programs use this information to identify the machine.
sp get snmp-destinations
Return Codes
Following are the return values for this command:
| Code | Numeric Code | Description |
|---|---|---|
| NWSE_Success | 0 | Command successfully completed. |
| NWSE_InvalidUsage | 1 | Invalid usage: bad parameter usage, conflicting options specified. |
| NWSE_RPCTimeout | 2 | Request was issued, but was not serviced by the server. RPC procedure timed out and the request may or may not have been serviced by the server. |
| NWSE_RPCConnRefused | 3 | RPC connection refused. |
| NWSE_NoMemory | 8 | Insufficient memory. |
| NWSE_UnknownError | 15 | Miscellaneous error not captured by other errors. |
| NWSE_FileError | 18 | File open, missing, or read or write error occurred. |