Which configuration must the engineer apply?

By | December 2, 2022

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?

  • A. configure terminal access-list 5 permit 198.18.19.100 0.0.0.0 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 snmp ifmib ifindex persist end
  • B. configure terminal access-list 5 permit 198.18.19.100 0.0.0.0 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 end
  • C. configure terminal access-list 5 permit 198.18.19.100 0.0.0.0 snmp-server view BLOCKED_VIEW internet included snmp-server view BLOCKED_VIEW ospfIfEntry included snmp-server view BLOCKED_VIEW ospfNbrEntry included snmp-server community c1sc0 view BLOCKED_VIEW RO snmp ifmib ifindex persist end
  • D. configure terminal access-list 5 permit 198.18.19.100 0.0.0.0 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 RW 5 snmp ifmib ifindex persist end
Answer: Option B.
Explanation: 

No answer description available for this question

The post Which configuration must the engineer apply? appeared first on Majanto.