1/26
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Each variable in the SNMP MIB is identified with an [...].
OID
SNMP [...] use UDP port 161.
Agents
SNMP [...] use UDP port 162.
Managers
SNMP Agents use [...] port 161.
UDP
SNMP Agents use UDP port [...].
161
SNMP Managers use [...] port 162.
UDP
SNMP Managers use UDP port [...].
162
The [...] is the structure that contains the variables that are managed by SNMP.
Management Information Base (MIB)
The SNMP Agent is software on the [NMS/managed devices].
managed devices
The SNMP Manager is software on the [NMS/managed devices].
NMS
What are the two types of devices in SNMP?
Managed Devices
Network Management Station (NMS)
What does MIB stand for?
Management Information Base
What does NMS stand for?
Network Management Station
What does OID stand for?
Object ID
What does SNMP stand for?
Simple Network Management Protocol
What is the most commonly used version of SNMPv2?
SNMPv2c
Which SNMP message is a more efficient version of the GetNext message?
GetBulk
Which SNMP message is a request sent from the manager to the agent to change the value of one or more variables?
set
Which SNMP message is a request sent from the manager to the agent to discover the available variables in the MIB?
GetNext
(also GetBulk, which is a more efficient version)
Which SNMP message is a request sent from the manager to the agent to retrieve the value of a variable (OID), or multiple variables?
Get
Which SNMP message is an acknowleged notification sent from the agent to the manager?
Inform
Which SNMP message is an unacknowleged notification sent from the agent to the manager?
Trap
Which SNMP message(s) is/are in the 'notification' message class?
Trap
Inform
Which SNMP message(s) is/are in the 'read' message class?
Get
GetNext
GetBulk
Which SNMP message(s) is/are in the 'response' message class?
Response
Which SNMP message(s) is/are in the 'write' message class?
Set
Which version of SNMP is most secure?
SNMPv3