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?
- No traps are sent, because the notification-types argument was not specified yet.
- Traps are sent with the source IP address as 10.10.50.25.
- If an interface comes up, a trap is sent to the server.
- The snmp-server enable traps command needs to be used repeatedly if a particular subset of trap types is desired.
Explanation: The snmp-server enable traps command enables SNMP to send trap messages to the NMS at 10.10.50.25. This notification-types argument can be used to specify what specific type of trap is sent. If this argument is not used, then all trap types are sent. If the notification-types argument is used, then repeated use of this command is required if another subset of trap types is desired.
Exam with this question: CCNA 4 Chapter 5 Exam Answers
Exam with this question: CCNA 4 v6 Chapter 5: Check Your Understanding
Please login or Register to submit your answer