SNMP command
- Zuletzt aktualisiert2020/04/17
SNMP command
Use the SNMP command to automate network management.
Overview
Simple Network Management Protocol (SNMP) is used to locate the network management component on one or more computers and the managed component on multiple network devices.
The Automation Anywhere SNMP command offers powerful network management. Using this command users can easily monitor network devices configured with SNMP agent software. Network devices such as servers, workstations, printers, routers, bridges, and hubs, as well as services such as Dynamic Host Configuration Protocol (DHCP) or Windows Internet Name Service (WINS) can be monitored.
- Get
- Retrieves data from an SNMP agent and assigns the return value to a variable.
- Get Next
- Browses entire hierarchy of management objects and assigns the return value to a variable.
- Set
- Modifies data on an SNMP agent.
- Walk
- Retrieves a sub-tree of management values using SNMP Get Next requests.
- Send Trap
- Sends trap messages to the SNMP Manager from an SNMP Agent. These messages are sent by an SNMP Agent whenever certain events occur, such as a system restart.