What is Simple Network Management Protocol?
SNMP - An application layer protocol that provides a message format for communication between what are termed managers and agents.
What is an example of an SNMP manager or Network Management Software (NMS)?
Cisco Prime
What are the messages that poll information from the SNMP agent referred to?
GET messages
What are the messages that write variables referred to?
SET messages
What are SNMP traps?
When the device itself independently notifies the NMS when a problem occurs.
What are the 3 main versions of SNMP?
1, 2c, and 3
What versions of SNMP only support community strings to authenticate access to MIB objects?
Version 1 and Version 2c
What 3 security protocol features are offered with SNMPv3?
What are the 3 possible security modes of SNMP version 3?
What are the 8 system message severity levels?
0 - Emergency - The system my be unusable.
1 - Alert - Immediate action may be required.
2 - Critical - A critical event took place.
3 - Error - The router experienced an error.
4 - Warning - A condition might warrant attention.
5 - Notification - A normal but significant condition occurred.
6 - Informational - A normal event occurred.
7 - Debugging - The output is a result of a debug command.
What is the purpose of NetFlow?
To as efficiently as possible provide statistics on IP packets flowing through network devices.
To capture the flow data, what commands does the engineer need to add to the interfaces?
ip flow ingress (monitors incoming packets)
ip flow egress (monitors outgoing packets)