Cisco Systems OL-27172-01 Mobility Aid User Manual


 
11-8
Cisco Broadband Access Center 3.8 Administrator Guide
OL-27172-01
Chapter 11 Monitoring Cisco Broadband Access Center
Monitoring Servers by Using SNMP
Examples # ./snmpAgentCfgUtil.sh delete host test.cisco.com
OK
Please restart [stop and start] SNMP agent.
Note The changes that you introduce through this command do not take effect until you restart the
SNMP agent by using the /etc/init.d/bprAgent restart snmpAgent command. For detailed
information, see Cisco BAC Process Watchdog, page 9-1.
Adding an SNMP Agent Community
You use this command to add an SNMP community string to restrict access to the SNMP agent. The
SNMP community name is used as a shared secret, with SNMP managers accessing the Cisco BAC
SNMP agent.
Syntax Description
snmpAgentCfgUtil.sh add community string [ro | rw]
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 network management system
and the managed device must reference the same community string.
rw—Assigns a read-write (rw) community string. SNMP applications require read-write access for
set operations. The
rw community string enables write access to object identifier (OID) values.
Note The default ro and rw community strings are bacread and bacwrite, respectively. Cisco
recommends that you change these values before deploying Cisco BAC. To change them, add
new community names and delete the default ones.
Examples
# ./snmpAgentCfgUtil.sh add community fsda54 ro
OK
Please restart [stop and start] SNMP agent.
Note The changes that you introduce through this command do not take effect until you restart the
SNMP agent by using the /etc/init.d/bprAgent restart snmpAgent command. For detailed
information, see Cisco BAC Process Watchdog, page 9-1.