Implementing and Operating Cisco Service Provider Network Core Technologies (SPCOR) — Question 215
A network administrator must monitor network usage to provide optimal performance to the network end users when the network is under heavy load. The administrator asked the engineer to install a new server to receive SNMP traps at destination 192.168.1.2. Which configuration must the engineer apply so that all traps are sent to the new server?
Answer options
- A. snmp-server enable traps entity snmp-server host 192.168.1.2 public
- B. snmp-server enable traps bgp snmp-server host 192.168.1.2 public
- C. snmp-server enable traps isdn snmp-server host 192.168.1.2 public
- D. snmp-server enable traps snmp-server host 192.168.1.2 public
Correct answer: D
Explanation
The correct answer is D because it properly configures the SNMP server to enable traps without specifying a protocol type, which allows all traps to be sent. Options A, B, and C are incorrect as they limit the traps to specific protocols (entity, bgp, and isdn respectively), which does not fulfill the requirement to send all traps to the new server.