13.3 Simple Network Management Protocol Flashcards
Describe Simple Network Management Protocol (SNMP)
gathers information from various network devices and uses it to provide system administrators with an overview of the health of the network. This allows problems to be identified and rectified before they cause more severe issues.
Describe Poll
The SNMP Manager can poll (query) the SNMP Agents for specific information regarding their associated devices. These are referred to as get messages. The SNMP Manager consolidates this information and makes it available to the system administrator. Poll messages are sent on UDP port 161.
Describe Trap
The SNMP Agent can communicate based on traps, which are thresholds for certain parameters. Whenever an agent detects that its associated device has exceeded one of these thresholds, it sends an SNMP trap message to the SNMP Manager (instead of waiting to be polled). Trap messages are sent on UDP port 162. Set messages set variables in SNMP.
Router(config)#snmp-server engineID
Configures the Simple Network Management Protocol (SNMP) engine ID.
Router(config)#snmp-server group [name] version [version#] [auth]
Configures a new Simple Network Management Protocol (SNMP) group.
Router(config)#snmp-server user [username] [groupname] version [version#]
auth [auth-option] [auth-password] [auth] [encryption] [priv-password]
Configures a new user to a Simple Network Management Protocol (SNMP) group.
Router(config)#snmp-server enable traps [keyword]
Router(config)#snmp-server enable traps cpu
Router(config)#snmp-server enable traps config
Router(config)#snmp-server enable traps snmp
Enables all Simple Network Management Protocol (SNMP) notification types that are available on the device.
Router(config)#snmp-server host [a.b.c.d] traps version [version#] [auth]
Specifies the recipient of a Simple Network Management Protocol (SNMP) notification operation:
Router(config)#snmp-server source-interface traps [type] [number]
Specifies the interface from which a Simple Network Management Protocol (SNMP) trap originates the informs or traps.