Implementing and Operating Cisco Service Provider Network Core Technologies (SPCOR) — Question 85
The administrator of a small company network notices that intermittent network issues occasionally cause inbound notifications to its SNMP servers to be lost.
Which configuration must the administrator apply so that the SNMP servers acknowledge the notifications that they receive?
Answer options
- A. snmp-server enable traps snmp
- B. snmp-server enable traps bgp snmp-server host 192.168.2.1 informs
- C. snmp-server host test.cisco.com public snmp-server community ciscotest rw 10
- D. snmp-server community ciscotest rw 10
Correct answer: B
Explanation
The correct answer is B, as it configures the SNMP server to send 'informs', which require acknowledgment from the receiver, ensuring that notifications are confirmed. Option A enables traps but does not require acknowledgment, while option C and D do not set up informs, thus they won't address the acknowledgment requirement.