4-8: Monitoring the Network Flashcards
The ______ protocol uses UDP port 514 and is the most common method to access system messages provided by networking devices.
syslog
Which destination do Cisco routers and switches use by default when sending syslog messages for all severity levels?
console
Refer to the exhibit. Which two conclusions can be drawn from the syslog message that was generated by the router?
- This message is a level 5 notification message.
- This message indicates that service timestamps have been configured.
What are SNMP trap messages?
unsolicited messages that are sent by the SNMP agent and alert the NMS to a condition on the network
Refer to the exhibit. From what location have the syslog messages been retrieved?
router RAM
Which statement describes SNMP operation?
A set request is used by the NMS to change configuration variables in the agent device.
A network administrator has issued the snmp-server user adminl admin v3 encrypted auth md5 abc789 priv des 256 key99 command. What are two features of this command? (Choose two.)
- It uses the MD5 authentication of the SNMP messages.
- It adds a new user to the SNMP group.
How can SNMP access be restricted to a specific SNMP manager?
Define an ACL and reference it by using the snmp-server community command.
What is the most common purpose of implementing NetFlow in a networked environment?
to support accounting and monitoring with consumer applications
When logging is used, which severity level indicates that a device is unusable?
Emergency-Level 0
What are the most common syslog messages?
linkup and link down messages
A network administrator has issued the snmp-server user admin1 admin v3 encrypted auth md5 abc789 priv des 256 key99 command. What are two features of this command? (Choose two.)
- It uses the MD5 authentication of the SNMP messages.
- It adds a new user to the SNMP group.
What is a difference between SNMP and NetFlow?
NetFlow collects more detailed traffic statistics on IP networks than SNMP does.
Refer to the exhibit. What does the number 17:46:26.143 represent?
the time when the syslog message was issued
A network administrator issues two commands on a router:
R1(config)# snmp-server host 10.10.50.25 version 2c campus
R1(config)# snmp-server enable traps
What can be concluded after the commands are entered?
If an interface comes up, a trap is sent to the server.