Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 6 SNMPv2c and SNMPv3 : SNMP Tasks

SNMP Tasks
Server
Perform the required tasks and any of the optional tasks that you need for your SNMP server configuration.
1.
Enter the snmp-server Global CONFIG command:
tibco(config)# snmp-server
Entering the snmp-server Global CONFIG command moves you to the SNMP CONFIG level within the CLI for configuring SNMP parameters:
tibco(config-snmp-server)#
2.
tibco(config-snmp-server)# community ontario group california
tibco(config-snmp-server)# user ontario group california password version3
Note: You can only configure SNMPv3 users when the SNMP server is not running.
3.
tibco(config-snmp-server)# group california v2c
tibco(config-snmp-server)# group california v3 priv
4.
tibco(config-snmp-server)# contact “Bob Smith”
tibco(config-snmp-server)# location “10009 Highway 83”
5.
tibco(config-snmp-server)# host 126.197.10.5 traps v3 priv user ontario port 165
6.
tibco(config-snmp-server)# no shutdown
Note: By default the SNMP server is not running on the TIBCO Messaging Appliance P-7500 system.
7.
tibco> show snmp
You have completed this procedure.
Trap
Perform the required tasks and any of the optional tasks that you need for your SNMP trap configuration.
1.
a.
Enter the snmp-server trap Global CONFIG command:
tibco(config)# snmp-server
tibco(config-snmp-server)# trap
 
Entering the snmp-server trap Global CONFIG command moves you to the SNMP Trap CONFIG level within the CLI:
tibco(config-snmp-server-trap)#
b.
Note: All of the following SNMP Trap CONFIG commands are independent of each other, and optional.
tibco(config-snmp-server-trap)# connections
tibco(config-snmp-server-trap)# disk-utilization
tibco(config-snmp-server-trap)# egress-msg-rate
tibco(config-snmp-server-trap)# fan-speed
tibco(config-snmp-server-trap)# ingress-msg-rate
tibco(config-snmp-server-trap)# power-status
tibco(config-snmp-server-trap)# subscriptions
tibco(config-snmp-server-trap)# temperature
tibco(config-snmp-server-trap)# voltage
2.
tibco(config-snmp-server-trap)# no shutdown
3.
tibco> show snmp trap
You have completed this procedure.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved