nerdexam
Cisco

300-410 · Question #31

Refer to the exhibit. Network operations cannot read or write an configuration on the device with this configuration from the operation subnet. Which two configuration fix the issue? (Choose two.)…

The correct answer is A. Configure SNMP rw permission in addition to community ciscotest. To allow network operations to read and write configuration via SNMP, the SNMP community string must be explicitly configured with read-write (RW) permissions, as the default is read-only.

Infrastructure Services

Question

Refer to the exhibit. Network operations cannot read or write an configuration on the device with this configuration from the operation subnet. Which two configuration fix the issue? (Choose two.) snmp-server community ciscotest1 snmp-server host 192.168.1.128 ciscotest snmp-sever enable traps bgp

Options

  • AConfigure SNMP rw permission in addition to community ciscotest
  • BModify access list 1 and allow operations subnet in the access list
  • CModify SNMP rw permission in addition to version 1
  • DConfigure SNMP rw permission in addition to version 1

How the community answered

(28 responses)
  • A
    93% (26)
  • B
    4% (1)
  • C
    4% (1)

Why each option

To allow network operations to read and write configuration via SNMP, the SNMP community string must be explicitly configured with read-write (RW) permissions, as the default is read-only.

AConfigure SNMP rw permission in addition to community ciscotestCorrect

The command `snmp-server community ciscotest1` configures a read-only community by default. To enable network operations to both read and write configuration on the device using SNMP, the community string needs to be explicitly configured with read-write (RW) permissions, for example, `snmp-server community ciscotest1 RW`.

BModify access list 1 and allow operations subnet in the access list

Modifying an access list might be necessary for granular control over which hosts can access SNMP, but it does not address the fundamental issue of the community string itself lacking read-write permissions.

CModify SNMP rw permission in addition to version 1

Simply mentioning 'version 1' does not fix the issue of missing read-write permissions; while SNMPv1 supports RW communities, the specific configuration for 'rw permission' is the key.

DConfigure SNMP rw permission in addition to version 1

This choice is a duplicate of C, and specifying 'version 1' does not inherently fix the lack of read-write permission for the community string.

Concept tested: SNMP community string permissions configuration

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/snmp/configuration/xe-16/snmp-xe-16-book/nm-snmp-cfg.html

Topics

#SNMP#Community String#Read-Write Permissions#Network Management

Community Discussion

No community discussion yet for this question.

Full 300-410 Practice