Exam 350-501 All QuestionsBrowse all questions from this exam
Question 214

A network engineer must implement SNMPv2 with these parameters:

✑ Enable SNMP community string c1sc0 with read-only permissions.

✑ Enable interface index persistence.

Restrict the SNMP community to only the monitoring server with IP address 198.18.19.100/32.

✑ Provide view-only access to ospfIfEntry and ospfNbrEntry.

Which configuration must the engineer apply?

    Correct Answer: B

    The correct configuration must grant specific SNMP configurations as mentioned. The use of 'access-list 5 permit 198.18.19.100 0.0.0.0' restricts the SNMP community to the monitoring server with IP address 198.18.19.100/32. The command 'snmp-server community c1sc0 view BLOCKED_VIEW RO 5' ensures the community string c1sc0 with read-only permissions is enabled and tied to access-list 5. The appropriate views for ospfIfEntry and ospfNbrEntry are included, and the command 'snmp ifmib ifindex persist' enables interface index persistence. This matches the requirements precisely, making option B the correct choice.

Discussion
ccie_raceOption: B

B - RO - excluded - 5 (mention of ACL is a must)

picho707Option: B

snmp-server view BlOCKED_VIEW internet excluded snmp-server view BlOCKED_VIEW ospfIfEntry included snmp-server view BlOCKED_VIEW ospfNbrEntry included snmp-server community c1sc0 view BLOCKED_VIEW RO 5 snmp ifmib ifindex persist

thejagOption: B

B - need RO 5

AhmedTottiOption: B

B is correct