Cisco Systems OL-27172-01 Mobility Aid User Manual


 
11-11
Cisco Broadband Access Center 3.8 Administrator Guide
OL-27172-01
Chapter 11 Monitoring Cisco Broadband Access Center
Monitoring Servers by Using SNMP
Examples In this example, the contact name is Ace Duffy and the telephone extension is 1234:
# ./snmpAgentCfgUtil.sh contact “Ace Duffy - ext 1234”
Displaying SNMP Agent Settings
You use this command to display all current SNMP settings.
Syntax Description
snmpAgentCfgUtil.sh show
Examples # ./snmpAgentCfgUtil.sh show
Location : Washington_1
Contact : John
Port Number : 8001
Notification Type : trap
Notification Recipient Table :
[ Host IP address, Community, UDP Port ]
[ 10.10.10.1, public, 162 ]
Access Control Table :
Read Only Communities
bacread
Read Write Communities
bacwrite
Specifying SNMP Notification Types
You use this command to specify which types of notifications (traps or informs) the SNMP agent will
send. By default, the agent sends traps; although you can set this to send SNMP informs instead.
Note For the SNMP trap feature to work, you must enable the notification flag. In other words, the value for
the MIB variable 0cbsNotifEnableFlags (OID = .1.3.6.1.4.1.9.9.349.1.1.1.1.5.1) must be set to 1.
Syntax Description
snmpAgentCfgUtil.sh inform [retries retry_count timeout timeout] | trap
Where the parameter is the back-off timeout between retries.
Examples
snmpAgentCfgUtil.sh inform retries 3 timeout 1000
OK
Please restart [stop and start] SNMP agent.
Note Use the snmpAgentCfgUtil.sh show command to verify your configuration settings.
# ./snmpAgentCfgUtil.sh show
Location : <unknown>
Contact : <unknown>
Port Number : 8001
Notification Type : inform
Notification Retries : 3