beautypg.com

Removing an snmp community string – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 107

background image

Network OS NETCONF Operations Guide

75

53-1003231-02

SNMP community strings

7

Changing the access of a read-only community string

To change the access permission for an SNMP community string to read-write, perform the
following steps.

1. Issue the RPC to configure the node in the

urn:brocade.com:mgmt:brocade-snmp namespace.

2. Under the node, specify the node element.

3. Under the node element, specify the leaf element, and set its

value to the name of the community string for which you want to change the access
permission.

4. Under the node element, include the leaf element and set its value to

“rw”.

The following example changes the access permission of an existing community string named
“user123” to read-write.

user123

rw

Removing an SNMP community string

To remove an SNMP community string, perform the following steps.

1. Issue the RPC to configure the node in the

urn:brocade.com:mgmt:brocade-snmp namespace.

2. Under the node, specify the node element, and include the

delete operation in the opening element tag.

3. Under the node element, set the leaf element value to the name

of the community string you want to remove.

The following example removes the community string named “private” from the SNMP
configuration.