13.3 Simple Network Management Protocol Flashcards

1
Q

Describe Simple Network Management Protocol (SNMP)

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe Poll

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Describe Trap

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Router(config)#snmp-server engineID

A

Configures the Simple Network Management Protocol (SNMP) engine ID.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Router(config)#snmp-server group [name] version [version#] [auth]

A

Configures a new Simple Network Management Protocol (SNMP) group.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Router(config)#snmp-server user [username] [groupname] version [version#]

auth [auth-option] [auth-password] [auth] [encryption] [priv-password]

A

Configures a new user to a Simple Network Management Protocol (SNMP) group.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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

A

Enables all Simple Network Management Protocol (SNMP) notification types that are available on the device.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Router(config)#snmp-server host [a.b.c.d] traps version [version#] [auth]

A

Specifies the recipient of a Simple Network Management Protocol (SNMP) notification operation:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Router(config)#snmp-server source-interface traps [type] [number]

A

Specifies the interface from which a Simple Network Management Protocol (SNMP) trap originates the informs or traps.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly