Jeremy's IT Lab CCNA SNMP Day 40

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/26

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:57 AM on 7/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

27 Terms

1
New cards

Each variable in the SNMP MIB is identified with an [...].

OID

2
New cards

SNMP [...] use UDP port 161.

Agents

3
New cards

SNMP [...] use UDP port 162.

Managers

4
New cards

SNMP Agents use [...] port 161.

UDP

5
New cards

SNMP Agents use UDP port [...].

161

6
New cards

SNMP Managers use [...] port 162.

UDP

7
New cards

SNMP Managers use UDP port [...].

162

8
New cards

The [...] is the structure that contains the variables that are managed by SNMP.

Management Information Base (MIB)

9
New cards

The SNMP Agent is software on the [NMS/managed devices].

managed devices

10
New cards

The SNMP Manager is software on the [NMS/managed devices].

NMS

11
New cards

What are the two types of devices in SNMP?

Managed Devices

Network Management Station (NMS)

12
New cards

What does MIB stand for?

Management Information Base

13
New cards

What does NMS stand for?

Network Management Station

14
New cards

What does OID stand for?

Object ID

15
New cards

What does SNMP stand for?

Simple Network Management Protocol

16
New cards

What is the most commonly used version of SNMPv2?

SNMPv2c

17
New cards

Which SNMP message is a more efficient version of the GetNext message?

GetBulk

18
New cards

Which SNMP message is a request sent from the manager to the agent to change the value of one or more variables?

set

19
New cards

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)

20
New cards

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

21
New cards

Which SNMP message is an acknowleged notification sent from the agent to the manager?

Inform

22
New cards

Which SNMP message is an unacknowleged notification sent from the agent to the manager?

Trap

23
New cards

Which SNMP message(s) is/are in the 'notification' message class?

Trap

Inform

24
New cards

Which SNMP message(s) is/are in the 'read' message class?

Get

GetNext

GetBulk

25
New cards

Which SNMP message(s) is/are in the 'response' message class?

Response

26
New cards

Which SNMP message(s) is/are in the 'write' message class?

Set

27
New cards

Which version of SNMP is most secure?

SNMPv3