See Also
snmp,
snmpget
snmpget will request a single OID from the specified agent.
Usage
snmpget hostNameOrAddress communityName OID
Example (IPv6)
snmpget
Example (IPv4)
snmpget
See Also
snmpwalk
snmpwalk
snmpwalk will traverse the SNMP MIB of the agent running at the specified address. If the address OID is not provided, the walk will begin at the first OID, if the community name is not provided, walk with use public and if the hostNameOrAddress is not provided, walk will use localhost.
Usage
snmpwalk [hostNameOrAddress [communityName [OID]]]
Example (IPv6)
snmpwalk
Example (IPv4)
snmpwalk
Example (SNMPv3)
snmpwalk
See Also
snmpget
ssh
The ssh command enables the user to log into a remote machine and execute remote commands from within the SMS CLI. The communications between two hosts is encrypted and secure.
For more information, refer to external ssh documentation, such as the UNIX man pages.
Usage
ssh
time
The time command runs the specified program command with the given arguments. When the command finishes, time writes a message to standard output giving timing statistics about this program run. These statistics consist of the elapsed real time between invocation and termination, the user CPU time, and the system CPU time.
For information about the time object, see ”time” on page 46.
Usage
time <command> [arguments...]
16 SMS Command Reference