Cisco Cisco Broadband Access Center for Cable 4.1

Page of 267
 
8-32
Cisco Broadband Access Center for Cable Administrator’s Guide
OL-2445-02
Chapter 8      Broadband Access Center for Cable Support Tools and Advanced Concepts
Using the rduSnmpAgent.sh Command
Syntax Description
To add the community string:
rduSnmpAgent.sh add community string [ro | rw]
Where:
<string>—Identifies the SNMP community.
<ro>—Assigns a read only (ro) community string. Only get requests (queries) can be performed. The ro 
community string allows Get requests, but no Set operations. The NMS and the managed device must 
reference the same community string.
<rw>—Assigns a read write (rw) community string. SNMP applications require RW access for Set 
operations. The rw community string enables write access to OID values.
Note
The default ro and rw community strings are bprread and bprwrite respectively. Cisco 
recommends that you change these values before deploying BAC.
Examples
This example shows how to add an RDU SNMP agent community string:
rduSnmpAgent.sh add community fsda54 ro
OK
Please restart [stop and start] RDU SNMP agent.
Deleting an RDU SNMP Agent Community
You can delete a SNMP community string to prevent access to the RDU SNMP agent.
Syntax Description
You must use this syntax to delete the community string:
rduSnmpAgent.sh delete community string [ro | rw]
Where:
<string>—identifies the SNMP community
<ro>—assigns a read only (ro) community string
<rw>—assigns a read write (rw) community string
Note
See th
 for additional information on the 
ro and wr community strings.
Examples
This example shows how to delete an RDU SNMP agent community string:
rduSnmpAgent.sh delete community fsda54 ro
OK
Please restart [stop and start] RDU SNMP agent.