Chapter 19 - Managing Network Devices Flashcards
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?
- Message integrity - Helps ensure that a packet has not been tampered with in transit.
- Authentication - Helps ensure that the packet came from a known and trusted source.
- Encryption - Helps ensure that information cannot be read if the data is captured in transit.
What are the 3 possible security modes of SNMP version 3?
- noAuthNoPriv - authentication method is username
- authNoPriv - authentication method is Message Digest 5 or Secure Hash Algorithm (SHA)
- authPriv - Message Digest 5 (MD5) or Secure Hash Algorithm (SHA)
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)