SNMP Flashcards
Simple Network Monitoring Protocol
T/F: SNMP can be used to make configuration changes
T
What are the two main types of devices in SNMP
1) Managed Devices (switches, routers)
2) Network Management Stations (NMS)
What are the 3 main functionalities provided by SNMP
1) Managed devices notify NMS of events (failures, restoration, etc)
2) NMS can ask managed devices for their status
3) NMS instructs managed devices to make a config change
What are the two components of the NMS’s SNMP software
1) SNMP Manager, interacts with managed devices
2) SNMP Application, provides UI for admins
What is the function of an NMS’s SNMP Manager component
To interact with managed devices. Receives notifications, sends requests for information, sends config changes, etc.
What is the function of an NMS’s SNMP Application component
To provide a UI for a sysadmin to interact with. Displays alters, statistics, charts, etc
What are the two components of a Managed Device’s SNMP software
1) SNMP Agent
2) Management Information Base (MIB)
What is the function of a Managed Device’s SNMP Agent
To interact with the SNMP manager on the NMS. Send notifications, receive config change orders, etc.
What is a Managed Device’s Management Information Base (MIB)
The structure that contains the variables that are managed/reported by SNMP
T/F: each variable in the MIB is identified by an Object ID (OID)
True
How are SNMP OIDs organized
A hierarchical structure.
Essentially works by organizing variables in sub directories, and each number represents a level.
For example -> 1.3.6.1.2.1.1.5 ::
– iso
– identified-organization
– dod
– internet
– mgmt
– mib-2
– system
– sysName
This variable would give you the hostname for a cisco device, if a NMS requested this OID
What are the 3 major versions of SNMP that achieved widespread use
v1
v2c
v3
What is the version of SNMP widely in use today
v3
What are the classes of SNMP messages
Read
Write
Notification
Response
What is the well known listening port for an SNMP trap
UDP 162