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


Chapter 6 SNMPv2c and SNMPv3 : Starting and Stopping SNMP Trap Generation

Starting and Stopping SNMP Trap Generation
By default SNMP trap generation is disabled on TIBCO Messaging Appliance P-7500 systems.
Note: SNMP trap notifications are not received by any SNMP trap hosts until the host SNMP Server CONFIG command is used to designate and configure the hosts. You can configure up to three SNMP trap hosts on each system.
no shutdown
To start SNMP trap generation, enter the no shutdown SNMP Trap CONFIG command:
tibco(config-snmp-server-trap)# no shutdown
The traps started are listed in the “Trap Categories” section. All categories are enabled.
shutdown
To stop SNMP trap generation once started, enter the shutdown SNMP Trap CONFIG command:
tibco(config-snmp-server-trap)# shutdown
Example
This CLI command sequence starts the generation of standard and configured enterprise-specific SNMP traps for power status and subscriptions traps, and disables disk utilization traps:
tibco> enable
tibco# configure
tibco(config)# snmp-server trap
tibco(config-snmp-server-trap)# power-status
tibco(config-snmp-server-trap)# subscriptions set-value 350000 clear-value 300000
tibco(config-snmp-server-trap)# no disk-utilization
tibco(config-snmp-server-trap)# no shutdown

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