Cisco Systems OL-27172-01 Mobility Aid User Manual


 
11-9
Cisco Broadband Access Center 3.8 Administrator Guide
OL-27172-01
Chapter 11 Monitoring Cisco Broadband Access Center
Monitoring Servers by Using SNMP
Deleting an SNMP Agent Community
You use this command to delete an SNMP community string to prevent access to the SNMP agent.
Syntax Description
snmpAgentCfgUtil.sh delete community string [ro | rw]
string—Identifies the SNMP community
ro—Assigns a read-only (ro) community string
rw—Assigns a read-write (rw) community string
Note For additional information on the ro and rw community strings, see Adding an SNMP Agent Community,
page 11-8.
Examples
# ./snmpAgentCfgUtil.sh delete 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.
Starting the SNMP Agent
You use this command to start the SNMP agent process on which Cisco BAC is already installed.
Note You can also start the SNMP agent by invoking the Cisco BAC watchdog process agent by using the
/etc/init.d/bprAgent start snmpAgent command. For more information, see Using Cisco BAC Process
Watchdog from the Command Line, page 9-2.
Examples
# ./snmpAgentCfgUtil.sh start
Process snmpAgent has been started
Stopping the SNMP Agent
You use this command to stop the SNMP agent process on any Solaris computer on which Cisco BAC is
already installed.
Note You can also stop the SNMP agent by invoking the Cisco BAC watchdog process agent by using the
/etc/init.d/bprAgent stop snmpAgent command. For more information, see Using Cisco BAC Process
Watchdog from the Command Line, page 9-2.