VERSION 3 # # Created using xnmevents by Administrator on Fri May 08 09:11:13 # # Configuration for event formats and actions. # This configuration file is used by pmd, xnmevents, and ovactiond. # # The Hewlett-Packard shipped version of this file can be found in # %OV_PATH%\newconfig/OVEVENT-MIN/conf/$LANG/trapd.conf, where $LANG is # your native language (by default, "C"). This file documents the HP # internal events, as well as setting a template for other events # (sometimes called traps). HP does not support users sending any of the # HP OpenView events, unless otherwise documented. See the trapd.conf(4) # manpage for more information on the format of events in this file. # # The HP internal event names all start with the characters: # "OV", and can be listed using the command: # grep '^EVENT OV' %OV_PATH%\newconfig/OVEVENT-MIN/conf/$LANG/trapd.conf # # # WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING # Do not modify this file directly, use xnmtrap via the # OVW menu item 'Options:Event Configuration', or # merge in your changes via 'xnmevents -load FILE'. # On Unix, see trapd.conf(4), xnmtrap(1), and xnmevents(1) manpages # for details, on Windows NT, see trapd.conf, xnmtrap, and xnmevents # reference pages in the help file. # WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING # # ############################################################################ # # Display Categories: # # Categories 0 and 1 are required, and cannot be modified by the user, # however, their category names never show up. These can be used # as categories in the trap formats below to "IGNORE" (don't log or # display) or to "LOGONLY" (don't display) events. # Category 2 is required but it's title may be changed via this file. # # CATEGORY 0 "IGNORE" CATEGORY 1 "LOGONLY" CATEGORY 2 "Error Events" CATEGORY 3 "Threshold Events" CATEGORY 4 "Status Events" CATEGORY 5 "Configuration Events" CATEGORY 6 "Application Alert Events" CATEGORY 7 "RFL IMUX2000 Events" ############################################################################ # # Operator-initiated (manual) Actions: # ACTION 20 "Print Events" printEvents SDESC Print events to printer with title and some filtering. EDESC ACTION 20 "Print Events with Topology Information" printEvents -s SDESC Print events to printer with topology information for every event source. EDESC ACTION 0 "Browse MIB" ovmibBrwEvent SDESC Bring up the SNMP MIB browser, on the first source defined by the list of indicated events. EDESC ACTION 20 "Sort Events by Severity" sortEvents -s SDESC Sort the events based on severity, and pass them to a dialog in which you may do further sorting or printing. EDESC ACTION 20 "Sort Events by Source" sortEvents -n SDESC Sort the events based on source, and pass them to a dialog in which you may do further sorting or printing. EDESC ACTION 20 "Sort Events by Message" sortEvents -m SDESC Sort the events based on the message string, and pass them to a dialog in which you may do further sorting or printing. EDESC ACTION 20 "Sort Events by Source Frequency" freqSortEvnt -s SDESC Sort the events based on frequency of event source. This is useful to find out which source sends the most events. EDESC ACTION 20 "Sort Events by Event Frequency" freqSortEvnt -e SDESC Sort the events based on frequency of event type. This is useful to find out type of event is most frequently sent. EDESC ACTION 20 "Sort Events by Source and Event Frequency" freqSortEvnt -c SDESC Sort the events based on frequency of the combination of event type and source. This is useful to find out which event and source combination is the most common. EDESC ACTION 60 "Search Event Log for Source" sourceEvents SDESC Search trapd.log.old and trap.log for events with the same source as the current event. This will include events that have the same HP OpenView object identifier as the source, or have the source in the message string. This action is useful if you want to find all events for a given source. Log only events are not included. Note: This may appear to take a long time to display. Depending on the size of your logfile and the number of sources selected, it could take a couple of minutes to display the output. EDESC ACTION 60 "Search Event Log for Source (include Log Only events)" sourceEvents -l SDESC Search trapd.log.old and trap.log for events with the same source as the current event. This will include events that have the same HP OpenView object identifier as the source, or have the source in the message string. This action is useful if you want to find all events for a given source, including log only events. Note: This may appear to take a long time to display. Depending on the size of your logfile and the number of sources selected, it could take a couple of minutes to display the output. EDESC ############################################################################ # # Enterprises: # OID_ALIAS rmon .1.3.6.1.2.1.16 OID_ALIAS ENTERPRISES .1.3.6.1.4.1 OID_ALIAS OpenView .1.3.6.1.4.1.11.2.17.1 OID_ALIAS rfl .1.3.6.1.4.1.2743 OID_ALIAS snmpTraps .1.3.6.1.6.3.1.1.5 ############################################################################ # # Event formats and actions: # # # EVENT RMON_Rise_Alarm .1.3.6.1.2.1.16.0.1 "Threshold Events" Warning FORMAT RMON Rising Alarm: $2 exceeded threshold $5; value = $4. (Sample type = $3; alarm index = $1) SDESC This event is sent when an RMON device exceeds a preconfigured threshold. EDESC # # # EVENT RMON_Falling_Alarm .1.3.6.1.2.1.16.0.2 "Threshold Events" Warning FORMAT RMON Falling Alarm: $2 fell below threshold $5; value = $4. (Sample type = $3; alarm index = $1) SDESC This event is sent when an RMON device falls below a preconfigured threshold. EDESC # # # EVENT RMON_Packet_Match .1.3.6.1.2.1.16.0.3 "Status Events" Normal FORMAT RMON Packet Match trap: Matched channel index #$1 ($3); match count at $2 SDESC This event is sent when an RMON device matches a channel index. EDESC # # # EVENT EnterpriseDefault .1.3.6.1.4.1.* "Error Events" Normal FORMAT Received event $o (enterprise:$e generic:$G specific:$S), no format in trapd.conf. $# args: $* SDESC This is the default event format used when an enterprise specific event (trap) is received for which no format has been configured (i.e. no event definition exists). To configure the event (trap), select HP OpenView Network Node Manager's "Options:Event Configuration" menu item, then "Edit:Add->Event..." and create a definition. This default definition is used if no definition has been configured for a given event. If this default event definition is missing (i.e., removed from this file), a hard-coded absolute default will be used. On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Default .1.3.6.1.4.1.11.2.17.1.* "Error Events" Normal FORMAT Received event $o, no format in trapd.conf. $# args: $* SDESC This is the default event format used when an HP OpenView event object identifier is received for which no format has been configured (i.e. no event definition exists). To configure the event object identifier, select HP OpenView Network Node Manager's "Options:Event Configuration" menu item, then "Edit:Add->Event..." and create a definition. On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_IF_Marginal .1.3.6.1.4.1.11.2.17.1.0.40000000 "LOGONLY" Warning FORMAT $7 marginal SDESC This event is generated by HP OpenView when it detects a interface has gone marginal. This happens when an interface without an IP address is no longer producing traffic on the network. Since HP OpenView cannot determine if the interface is up or down, it declares it marginal until a definitive status can be found. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface which caused the event 7) The name or label for the interface which caused the event 8) The IP address for the interface which caused the event, or "0" if unavailable On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_IF_IP_Addr_Chg .1.3.6.1.4.1.11.2.17.1.0.40000001 "Configuration Events" Normal FORMAT Interface with physical address $9 now has IP address $8 (was $10) SDESC This event is generated by HP OpenView when it detects a new IP address on an interface which previously had no IP address. This event only occurs if the interface had no IP address before, such as when a physical address gets an IP address associated with it. The data passed with the event are 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The name or label for the interface that caused the event 8) The new IP address for the interface that caused the event 9) The physical address for the interface that caused the event 10) The previous IP address associated with this interface On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Network_SubMskChg .1.3.6.1.4.1.11.2.17.1.0.40000002 "Configuration Events" Normal FORMAT IP Subnet mask now $7 (was $8) SDESC This event is generated by HP OpenView when it detects the subnet mask for an entire subnetwork has changed. This event can be triggered either through user editing of describe information associated with the network, or by HP OpenView detecting that all routers connected to the target IP network changing to the same new subnet mask. The data passed with the event is 1) The ID of application sending the event 2) The name of the network that caused the event 3) The HP OpenView object identifier of the network that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The IP address of the network/subnet 7) The new subnet mask for the network/subnet 8) The previous subnet mask for the network/subnet On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Connection_Up .1.3.6.1.4.1.11.2.17.1.0.40000003 "LOGONLY" Normal FORMAT $8 connection up SDESC This event is sent by HP OpenView when it detects that a connection has come up. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The HP OpenView object identifier of the segment connected to 8) The name (if known) or OVW object identifier of the segment connected to On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Connection_Down .1.3.6.1.4.1.11.2.17.1.0.40000004 "LOGONLY" Minor FORMAT $8 connection down SDESC This event is sent by HP OpenView when it detects that a connection has gone down. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The HP OpenView object identifier of the segment connected to 8) The name (if known) or OVW object identifier of the segment connected to On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Connection_Marg .1.3.6.1.4.1.11.2.17.1.0.40000005 "LOGONLY" Warning FORMAT $8 connection marginal SDESC This event is sent by HP OpenView when it detects that a connection has become marginal. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The HP OpenView object identifier of the segment connected to 8) The name (if known) or OVW object identifier of the segment connected to On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_DataCollect_Check .1.3.6.1.4.1.11.2.17.1.0.40000006 "LOGONLY" Normal FORMAT Collection check on $2 SDESC This event instructs the data collector to re-try the specified node (argument #2). Get-Next SNMP requests will be issued to find all instances of the requested variables. This is useful if the status of the node changed (i.e., now supports SNMP), or if new instances of a variable have been added. The data passed with the event is 1) The ID of application sending the event 2) The node to collection check 3) Not applicable 4) Not applicable On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_IF_Disconnected .1.3.6.1.4.1.11.2.17.1.0.40000007 "LOGONLY" Normal FORMAT $7 disconnected from all segments SDESC This event is generated by HP OpenView when an interface is no longer connected to any segment The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The name or label for the interface that caused the event 8) The IP address for the interface that caused the event, or "0" if unavailable On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Map_Change .1.3.6.1.4.1.11.2.17.1.0.40000008 "LOGONLY" Normal FORMAT OVW map changed from "$4" to "$5" SDESC This event is generated by HP OpenView when the user changes the OVW map. The data passed with the event is 1) The ID of application sending the event 2) Not applicable 3) Not applicable 4) The old map name 5) The new map name On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Network_IPAddrChg .1.3.6.1.4.1.11.2.17.1.0.40000009 "Configuration Events" Normal FORMAT IP network/subnet address now $6 (was $7) SDESC This event is generated by HP OpenView when it detects the IP network/subnet address for an entire subnetwork has changed. The data passed with the event is 1) The ID of application sending the event 2) The name of the network that caused the event 3) The HP OpenView object identifier of the network that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The new IP network/subnet address for the network 7) The previous IP network/subnet address On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Network_Name_Chg .1.3.6.1.4.1.11.2.17.1.0.40000010 "Configuration Events" Normal FORMAT Network name changed (was $6) SDESC This event is generated by HP OpenView when it detects the name for an entire subnetwork has changed. The data passed with the event is 1) The ID of application sending the event 2) The name of the network that caused the event 3) The HP OpenView object identifier of the network that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The previous IP network/subnet name On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_IF_Unknown .1.3.6.1.4.1.11.2.17.1.0.40000011 "LOGONLY" Normal FORMAT IF $7 Unknown SDESC This event is generated by HP OpenView when an interface status becomes unknown. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The name or label for the interface that caused the event 8) The IP address for the interface that caused the event, or "0" if unavailable On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Node_Unknown .1.3.6.1.4.1.11.2.17.1.0.40000012 "LOGONLY" Normal FORMAT Node unknown SDESC This event is generated by HP OpenView when it detects the status of a node has become unknown (no interfaces on the node with known status). The data passed with the event is 1) The ID of application sending the event 2) The name of the node that caused the event 3) The HP OpenView object identifier of the node 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Segment_Unknown .1.3.6.1.4.1.11.2.17.1.0.40000013 "LOGONLY" Normal FORMAT Seg unknown SDESC This event is generated by HP OpenView when it detects the status of a segment has become unknown (no interfaces in the segment have a known status). The data passed with the event is 1) The ID of application sending the event 2) The name of the IP segment that caused the event 3) The HP OpenView object identifier of the segment 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Network_Unknown .1.3.6.1.4.1.11.2.17.1.0.40000014 "LOGONLY" Normal FORMAT Net unknown SDESC This event is generated by HP OpenView when it detects the status of a network has become unknown (no interfaces in the network have a known status). The data passed with the event is 1) The ID of application sending the event 2) The name of the network that caused the event 3) The HP OpenView object identifier of the network that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_ConnectionUnknown .1.3.6.1.4.1.11.2.17.1.0.40000015 "LOGONLY" Normal FORMAT $8 connection unknown SDESC This event is sent by HP OpenView when it detects that a connection has come up. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The HP OpenView object identifier of the segment connected to 8) The name (if known) or OVW object identifier of the segment connected to On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Node_SupportsSNMP .1.3.6.1.4.1.11.2.17.1.0.40000016 "LOGONLY" Normal FORMAT Node supports SNMP SDESC This event is generated by HP OpenView when the IP discovery process (netmon) successfully communicates using SNMP to a previously non-SNMP node. The data passed with the event is 1) The ID of application sending the event 2) The name of the node that caused the event 3) The HP OpenView object identifier of the node 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Station_Added .1.3.6.1.4.1.11.2.17.1.0.40000017 "LOGONLY" Normal FORMAT Collection station added. SDESC This event is generated by HP OpenView when an entry for a remote collection station is created in the topology database. The data passed with the event is 1) The ID of application sending the event 2) The name of the collection station 3) The local HP OpenView object identifier of the station 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Station_Deleted .1.3.6.1.4.1.11.2.17.1.0.40000018 "LOGONLY" Normal FORMAT Collection station deleted. SDESC This event is generated by HP OpenView when an entry for a remote collection staiton is deleted from the topology database. The data passed with the event is 1) The ID of application sending the event 2) The name of the deleted collection station 3) The local HP OpenView object identifier of the station 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Station_Normal .1.3.6.1.4.1.11.2.17.1.0.40000019 "LOGONLY" Normal FORMAT Collection station normal. SDESC This event is generated by HP OpenView when a collection station status is changed to normal/up. This happens when HP OpenView is able to verify that the remote collection station is responding to queries for topology information via SNMP via a topology status check. The data passed with the event is 1) The ID of application sending the event 2) The name of the collection station 3) The local HP OpenView object identifier of the station 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Station_Critical .1.3.6.1.4.1.11.2.17.1.0.40000020 "Status Events" Critical FORMAT Collection station Critical - not responding for four status checks. DISPLAY Collection station $2 Critical - not responding for four status checks. SDESC This event is generated by HP OpenView when a remote collection status is changed to down/critical. This happens when HP OpenView is unable to communicate with the remote collection station for four successive topology status checks. The normal progression of status changes is Normal -> Warning -> Minor -> Major -> Critical, with one level of increment for each non-responsive topology status check. Note that topology status checks are based on the remote station responding to queries for topology information via SNMP, so it is possible for the station to be up and responding to TCP/IP traffic, but not responding to SNMP queries. The data passed with the event is 1) The ID of application sending the event 2) The name of the collection station 3) The HP OpenView object identifier of the station 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Station_Marginal .1.3.6.1.4.1.11.2.17.1.0.40000021 "Status Events" Minor FORMAT Collection station warning - not responding for two status checks. SDESC This event is generated by HP OpenView when a remote collection status is changed to minor/marginal. This happens when HP OpenView is unable to communicate with the remote collection station for two successive topology status checks. The normal progression of status changes is Normal -> Warning -> Minor -> Major -> Critical, with one level of increment for each non-responsive topology status check. Note that topology status checks are based on the remote station responding to queries for topology information via SNMP, so it is possible for the station to be up and responding to TCP/IP traffic, but not responding to SNMP queries. The data passed with the event is 1) The ID of application sending the event 2) The name of the remote collection station 3) The local HP OpenView object identifier of the station 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Station_Unknown .1.3.6.1.4.1.11.2.17.1.0.40000022 "LOGONLY" Normal FORMAT Collection station status unknown. SDESC This event is generated by HP OpenView when a remote collection status is changed to unknown. This should not happen during normal operations of the system, but may happen via ovtopofix or other applications which are fixing a detected inconsistency. The data passed with the event is 1) The ID of application sending the event 2) The name of the collection station 3) The local HP OpenView object identifier of the station 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Manage_Station .1.3.6.1.4.1.11.2.17.1.0.40000023 "LOGONLY" Normal FORMAT Collection station managed. SDESC This event is generated by HP OpenView when a remote collection status is changed to unknown when it was previously unmanaged. This is normally the result of managing the object via the "xnmtopoconf -manage" command line. The data passed with the event is 1) The ID of application sending the event 2) The name of the collection station 3) The local HP OpenView object identifier of the station 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Unmanage_Station .1.3.6.1.4.1.11.2.17.1.0.40000024 "LOGONLY" Normal FORMAT Collection station unmanaged. SDESC This event is generated by HP OpenView when a remote collection status is changed to unmanaged when it was previously managed. This is normally the result of unmanaging the object via the "xnmtopoconf -unmanage" command line. The data passed with the event is 1) The ID of application sending the event 2) The name of the collection station 3) The local HP OpenView object identifier of the station 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Station_Flg_Chg .1.3.6.1.4.1.11.2.17.1.0.40000025 "LOGONLY" Normal FORMAT Station flags changed - $8. SDESC This event is generated for internal use by the HP OpenView system, and signals an internal change in state for the remote collection station. The data passed with the event is 1) The ID of application sending the event 2) The name of the collection station 3) The HP OpenView object identifier of the station 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The new flags formatted for internal use 7) The old flags formatted for internal use 8) The new flags as a nicely formatted string On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Station_Name_Chg .1.3.6.1.4.1.11.2.17.1.0.40000026 "LOGONLY" Normal FORMAT Collection station changed name (was $6). SDESC This event is generated by HP OpenView when it detects that the official IP hostname for a remote collection station has changed. The data passed with the event is 1) The ID of application sending the event 2) The name of the collection station 3) The local HP OpenView object identifier of the station 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The old name for the collection station On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Station_Warning .1.3.6.1.4.1.11.2.17.1.0.40000027 "Status Events" Warning FORMAT Collection station warning - not responding to last status check SDESC This event is generated by HP OpenView when a remote collection status is changed to a warning state. This happens when HP OpenView is unable to communicate with the remote collection station for a single topology status check. The normal progression of status changes is Normal -> Warning -> Minor -> Major -> Critical, with one level of increment for each non-responsive topology status check. Note that topology status checks are based on the remote station responding to queries for topology information via SNMP, so it is possible for the station to be up and responding to TCP/IP traffic, but not responding to SNMP queries. The data passed with the event is 1) The ID of application sending the event 2) The name of the remote collection station 3) The local HP OpenView object identifier of the station 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Station_Major .1.3.6.1.4.1.11.2.17.1.0.40000028 "Status Events" Major FORMAT Collection station warning - not responding for three status checks SDESC This event is generated by HP OpenView when a remote collection status is changed to a warning state. This happens when HP OpenView is unable to communicate with the remote collection station for a single topology status check. The normal progression of status changes is Normal -> Warning -> Minor -> Major -> Critical, with one level of increment for each non-responsive topology status check. Note that topology status checks are based on the remote station responding to queries for topology information via SNMP, so it is possible for the station to be up and responding to TCP/IP traffic, but not responding to SNMP queries. EDESC # # # EVENT OV_Station_DbTime .1.3.6.1.4.1.11.2.17.1.0.40000029 "LOGONLY" Normal FORMAT Station db creation time changed to "$7" SDESC This event is generated by HP OpenView when it detects that the database creation time of the remote station changed. This is an indication that the remote station's database has either been initialized to an empty state, or recovered from backup. In either case the local station will remove local copies of remote objects reported by the station and will completely resynchronize. The data passed with the event is 1) The ID of application sending the event 2) The name of the collection station 3) The local HP OpenView object identifier of the station 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The new database creation time as an integer 7) The new database creation time as a date string On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Station_Type .1.3.6.1.4.1.11.2.17.1.0.40000030 "LOGONLY" Normal FORMAT Collection station type changed to "$6" (was "$7") SDESC This event is generated by HP OpenView when it detects that the type of the remote collection station has changed. Valid types include NNM for Unix, OV for Windows, or NNM for Windows/NT. The data passed with the event is 1) The ID of application sending the event 2) The name of the collection station 3) The local HP OpenView object identifier of the station 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The new type as a formatted string 7) The old type as a formatted string On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Station_Vers .1.3.6.1.4.1.11.2.17.1.0.40000031 "LOGONLY" Normal FORMAT Station version changed to $6 (was $7). SDESC This event is generated by HP OpenView when it detects a change in the version reported by a remote collection station via SNMP. This can happen as the result of a new version of the collection station software being installed at the remote station. The data passed with the event is 1) The ID of application sending the event 2) The name of the collection station 3) The local HP OpenView object identifier of the station 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The new version number 7) The old version number On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Station_Desc .1.3.6.1.4.1.11.2.17.1.0.40000032 "LOGONLY" Normal FORMAT Station description changed to "$6" (was "$7") SDESC This event is generated by HP OpenView when it detects a change in the description reported by a remote collection station via SNMP. This can happen as the result of a new version of the collection station software being installed at the remote station. The data passed with the event is 1) The ID of application sending the event 2) The name of the collection station 3) The local HP OpenView object identifier of the station 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The new description 7) The old description On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Station_Interval .1.3.6.1.4.1.11.2.17.1.0.40000033 "LOGONLY" Normal FORMAT Station status check interval changed to $7 SDESC This event is generated by HP OpenView when the configured status check interval for a collection station is changed. This is normally accomplished via the "xnmtopoconf -interval" command line option. The data passed with the event is 1) The ID of application sending the event 2) The name of the collection station 3) The local HP OpenView object identifier of the station 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The new interval in seconds 7) The new interval nicely formatted On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Station_SNMPSec .1.3.6.1.4.1.11.2.17.1.0.40000034 "LOGONLY" Normal FORMAT Station SNMP configuration changed SDESC This event is generated by HP OpenView when the SNMP configuration used by the system for communicating with the remote station has changed via user configuration. This is normally done via the "xnmtopoconf -community" command line option. As a result the system will try a topology status check immediately to verifiy communication with the remote station. The data passed with the event is 1) The ID of application sending the event 2) The name of the collection station 3) The local HP OpenView object identifier of the station 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Station_Lic_Date .1.3.6.1.4.1.11.2.17.1.0.40000035 "LOGONLY" Normal FORMAT Station license expiration date changed to "$7" (was "$8") SDESC This event is generated by HP OpenView when it detects that the license granted to the remote collection station has changed expiration date. This can happen, for example, when the remote system changed from a temporary or evaluation license to a permanent license. The data passed with the event is 1) The ID of application sending the event 2) The name of the collection station 3) The local HP OpenView object identifier of the station 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The new expiration date in internal form 7) The new expiration date as a string 8) The old expiration date as a string On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Station_Lic_Nodes .1.3.6.1.4.1.11.2.17.1.0.40000036 "LOGONLY" Normal FORMAT Station licensed number of nodes changed to $6 (was $7) SDESC This event is generated by HP OpenView when that the licensed maximum number of nodes has changed for the remote system. For example, this can happen if the remote license is changed from an NNM Entry to a full NNM license. The data passed with the event is 1) The ID of application sending the event 2) The name of the collection station 3) The local HP OpenView object identifier of the station 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The new maximum number of nodes 7) The old maximum number of nodes On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Station_Overlap .1.3.6.1.4.1.11.2.17.1.0.40000037 "LOGONLY" Normal FORMAT Station overlap mode $6 SDESC The station overlap mode has changed to the indicated value. The data passed with the event is 1) The ID of application sending the event 2) The name of the collection station 3) The local HP OpenView object identifier of the station 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The new overlap mode On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_DatabaseInit .1.3.6.1.4.1.11.2.17.1.0.40000040 "LOGONLY" Normal FORMAT Topology database created and initialized at $6 FORWARD %REMOTE_MANAGERS_LIST% SDESC This event is generated when the HP OpenView IP topology database has been initialized the first time after being created. The data passed with the event is 1) The ID of application sending the event 2) The name of the local management station 3) The local HP OpenView object identifier 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The creation time as a date string On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_IPTopoFlags .1.3.6.1.4.1.11.2.17.1.0.40000041 "LOGONLY" Normal FORMAT Global flags changed to $7 SDESC This event is generated when the global internal flag values have changed. The data passed with the event is 1) The ID of application sending the event 2) The name of the local management station 3) The local HP OpenView object identifier 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The new flags in internal form 7) The new flags as a nice string 8) The old flags in internal form On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Net_Primary .1.3.6.1.4.1.11.2.17.1.0.40000050 "LOGONLY" Normal FORMAT Primary station now $6 SDESC This event is generated when a new primary collection station is chosen for an object. This happens when multiple collection stations report information about the same object and HP OpenView decides that a new collection station provides more accurate data, or if the current primary collection station is deleted or no longer reports information about the object. The data passed with the event is: 1) The ID of application sending the event 2) The name of the object 3) The HP OpenView object identifier of the object 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The name of the new primary station 7) The HP OpenView object identifier of the new primary On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Seg_Primary .1.3.6.1.4.1.11.2.17.1.0.40000051 "LOGONLY" Normal FORMAT Primary station now $6 SDESC This event is generated when a new primary collection station is chosen for an object. This happens when multiple collection stations report information about the same object and HP OpenView decides that a new collection station provides more accurate data, or if the current primary collection station is deleted or no longer reports information about the object. The data passed with the event is: 1) The ID of application sending the event 2) The name of the object 3) The HP OpenView object identifier of the object 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The name of the new primary station 7) The HP OpenView object identifier of the new primary On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Node_Primary .1.3.6.1.4.1.11.2.17.1.0.40000052 "LOGONLY" Normal FORMAT Primary station now $6 SDESC This event is generated when a new primary collection station is chosen for an object. This happens when multiple collection stations report information about the same object and HP OpenView decides that a new collection station provides more accurate data, or if the current primary collection station is deleted or no longer reports information about the object. The data passed with the event is 1) The ID of application sending the event 2) The name of the object 3) The HP OpenView object identifier of the object 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The name of the new primary station 7) The HP OpenView object identifier of the new primary On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_If_Primary .1.3.6.1.4.1.11.2.17.1.0.40000053 "LOGONLY" Normal FORMAT If $7 - Primary station now $9 SDESC This event is generated when a new primary collection station is chosen for an object. This happens when multiple collection stations report information about the same object and HP OpenView decides that a new collection station provides more accurate data, or if the current primary collection station is deleted or no longer reports information about the object. The data passed with the event is 1) The ID of application sending the event 2) The name of the object 3) The HP OpenView object identifier of the object 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The name or label for the interface that caused the event 8) The IP address for the interface that caused the event, or "0" if unavailable 9) The name of the new primary station 10) The HP OpenView object identifier of the new primary On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Net_Sec_Added .1.3.6.1.4.1.11.2.17.1.0.40000060 "LOGONLY" Normal FORMAT Secondary station $6 added SDESC This event is generated when HP OpenView discovers that multiple collection stations are monitoring the same object. The version of the object reported by the station will be tracked as a "secondary" version of the object, and is used to determine status if the primary collection station for the object becomes unavailable. The data passed with the event is 1) The ID of application sending the event 2) The name of the object 3) The HP OpenView object identifier of the object 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The name of the new secondary station 7) The HP OpenView object identifier of the new secondary On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Net_Sec_Deleted .1.3.6.1.4.1.11.2.17.1.0.40000061 "LOGONLY" Normal FORMAT Secondary station $6 deleted SDESC This event is generated when a version of an object is no longer reported by a remote collection station that is acting as a secondary collection station for the object. The data passed with the event is: 1) The ID of application sending the event 2) The name of the object 3) The HP OpenView object identifier of the object 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The name of the new secondary station 7) The HP OpenView object identifier of the new secondary On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Seg_Sec_Added .1.3.6.1.4.1.11.2.17.1.0.40000062 "LOGONLY" Normal FORMAT Secondary station $6 added SDESC This event is generated when HP OpenView discovers that multiple collection stations are monitoring the same object. The version of the object reported by the station will be tracked as a "secondary" version of the object, and is used to determine status if the primary collection station for the object becomes unavailable. The data passed with the event is 1) The ID of application sending the event 2) The name of the object 3) The HP OpenView object identifier of the object 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The name of the new secondary station 7) The HP OpenView object identifier of the new secondary On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Seg_Sec_Deleted .1.3.6.1.4.1.11.2.17.1.0.40000063 "LOGONLY" Normal FORMAT Secondary station $6 deleted SDESC This event is generated when a version of an object is no longer reported by a remote collection station that is acting as a secondary collection station for the object. The data passed with the event is 1) The ID of application sending the event 2) The name of the object 3) The HP OpenView object identifier of the object 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The name of the new secondary station 7) The HP OpenView object identifier of the new secondary On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Node_Sec_Added .1.3.6.1.4.1.11.2.17.1.0.40000064 "LOGONLY" Normal FORMAT Secondary station $6 added SDESC This event is generated when HP OpenView discovers that multiple collection stations are monitoring the same object. The version of the object reported by the station will be tracked as a "secondary" version of the object, and is used to determine status if the primary collection station for the object becomes unavailable. The data passed with the event is 1) The ID of application sending the event 2) The name of the object 3) The HP OpenView object identifier of the object 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The name of the new secondary station 7) The HP OpenView object identifier of the new secondary On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Node_Sec_Deleted .1.3.6.1.4.1.11.2.17.1.0.40000065 "LOGONLY" Normal FORMAT Secondary station $6 deleted SDESC This event is generated when a version of an object is no longer reported by a remote collection station that is acting as a secondary collection station for the object. The data passed with the event is 1) The ID of application sending the event 2) The name of the object 3) The HP OpenView object identifier of the object 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The name of the new secondary station 7) The HP OpenView object identifier of the new secondary On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_If_Sec_Added .1.3.6.1.4.1.11.2.17.1.0.40000066 "LOGONLY" Normal FORMAT If $7 - Secondary station $9 added SDESC This event is generated when HP OpenView discovers that multiple collection stations are monitoring the same object. The version of the object reported by the station will be tracked as a "secondary" version of the object, and is used to determine status if the primary collection station for the object becomes unavailable. The data passed with the event is 1) The ID of application sending the event 2) The name of the object 3) The HP OpenView object identifier of the object 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The name or label for the interface that caused the event 8) The IP address for the interface that caused the event, or "0" if unavailable 9) The name of the new secondary station 10) The HP OpenView object identifier of the new secondary On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_If_Sec_Deleted .1.3.6.1.4.1.11.2.17.1.0.40000067 "LOGONLY" Normal FORMAT If $7 - Secondary station $9 deleted SDESC This event is generated when a version of an object is no longer reported by a remote collection station that is acting as a secondary collection station for the object. The data passed with the event is 1) The ID of application sending the event 2) The name of the object 3) The HP OpenView object identifier of the object 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The name or label for the interface that caused the event 8) The IP address for the interface that caused the event, or "0" if unavailable 9) The name of the new secondary station 10) The HP OpenView object identifier of the new secondary On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Net_Status .1.3.6.1.4.1.11.2.17.1.0.40000070 "LOGONLY" Normal FORMAT Net status $6 (was $7) station $8 SDESC This event is generated when HP OpenView detects a change in the status as reported by a collection station. Note that this may be different than the locally propogated status for the network, depending on which objects are known at the local or remote sites. The data passed with the event is 1) The ID of application sending the event 2) The name of the network which caused the event 3) The HP OpenView object identifier of the network that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The new status value 7) The old status value 8) The name of the station reporting the status 9) The HP OpenView object identifier of the station reporting the status On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Seg_Status .1.3.6.1.4.1.11.2.17.1.0.40000071 "LOGONLY" Normal FORMAT Seg status $6 (was $7) station $8 SDESC This event is generated when HP OpenView detects a change in the status as reported by a collection station. Note that this may be different than the locally propogated status for the segment, depending on which objects are known at the local or remote sites. The data passed with the event is 1) The ID of application sending the event 2) The name of the segment that caused the event 3) The HP OpenView object identifier of the segment that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The new status value 7) The old status value 8) The name of the station reporting the status 9) The HP OpenView object identifier of the station reporting the status On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Node_Status .1.3.6.1.4.1.11.2.17.1.0.40000072 "LOGONLY" Normal FORMAT Node status $6 (was $7) station $8 SDESC This event is generated when HP OpenView detects a change in the status as reported by a collection station. Note that this may be different than the locally propogated status for the node, depending on which objects are known at the local or remote sites. The data passed with the event is 1) The ID of application sending the event 2) The name of the node which caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The new status value 7) The old status value 8) The name of the station reporting the status 9) The HP OpenView object identifier of the station reporting the status On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_If_Status .1.3.6.1.4.1.11.2.17.1.0.40000073 "LOGONLY" Normal FORMAT If $7 status $9 (was $10) station $11 SDESC This event is generated when HP OpenView detects a change in the status as reported by a collection station. Note that this may be different than the locally propogated status for the interface, depending on which station has been choosen as a primary and which station is currently acting as the status source for this interface. The data passed with the event is 1) The ID of application sending the event 2) The name of the node which caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The name or label for the interface that caused the event 8) The IP address for the interface that caused the event 9) The new status value 10) The old status value 11) The name of the station reporting the status 12) The HP OpenView object identifier of the station reporting the status On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Network_Warning .1.3.6.1.4.1.11.2.17.1.0.40000080 "LOGONLY" Warning FORMAT Net status - warning SDESC This event is generated by HP OpenView when it detects the status of a network has reached a warning state (one segment or connector abnormal, the remainder normal). The data passed with the event is 1) The ID of application sending the event 2) The name of the network that caused the event 3) The HP OpenView object identifier of the network that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Network_Major .1.3.6.1.4.1.11.2.17.1.0.40000081 "Status Events" Warning FORMAT Network status major (almost critical) SDESC This event is generated by HP OpenView when it detects the status of a network has reached a major status (all segments and connectors in an abnormal state but one). The data passed with the event is 1) The ID of application sending the event 2) The name of the network that caused the event 3) The HP OpenView object identifier of the network that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Segment_Warning .1.3.6.1.4.1.11.2.17.1.0.40000082 "LOGONLY" Warning FORMAT Seg status - warning SDESC This event is generated by HP OpenView when it detects the status of a segment has reached a warning state (one contained node or interface abnormal, the remainder normal). The data passed with the event is 1) The ID of application sending the event 2) The name of the segment that caused the event 3) The HP OpenView object identifier of the segment that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Segment_Major .1.3.6.1.4.1.11.2.17.1.0.40000083 "Status Events" Warning FORMAT Segment status major (almost critical) SDESC This event is generated by HP OpenView when it detects the status of a segment has reached a major status (all contained nodes and interfaces have gone to an abnormal state but one). The data passed with the event is 1) The ID of application sending the event 2) The name of the segment that caused the event 3) The HP OpenView object identifier of the segment that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Node_Warning .1.3.6.1.4.1.11.2.17.1.0.40000084 "LOGONLY" Warning FORMAT Node status - warning SDESC This event is generated by HP OpenView when it detects the status of a node has reached a warning state (one contained interface abnormal, the remainder normal). The data passed with the event is 1) The ID of application sending the event 2) The name of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Node_Major .1.3.6.1.4.1.11.2.17.1.0.40000085 "LOGONLY" Warning FORMAT Node status - major SDESC This event is generated by HP OpenView when it detects the status of a node has reached a major status (all contained nodes and interfaces have gone to an abnormal state but one). The data passed with the event is 1) The ID of application sending the event 2) The name of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_IF_Warning .1.3.6.1.4.1.11.2.17.1.0.40000086 "LOGONLY" Warning FORMAT IF $7 Warning SDESC This event is generated by HP OpenView when it detects the status of an interface has gone to a warning level. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The name or label for the interface that caused the event 8) The IP address for the interface that caused the event, or "0" if unavailable On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_IF_Major .1.3.6.1.4.1.11.2.17.1.0.40000087 "LOGONLY" Warning FORMAT IF $7 Major SDESC This event is generated by HP OpenView when it detects the status of an interface has gone to a major level. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The name or label for the interface that caused the event 8) The IP address for the interface that caused the event, or "0" if unavailable On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_IF_AdminDown .1.3.6.1.4.1.11.2.17.1.0.40000088 "LOGONLY" Normal FORMAT IF $7 Admin. down SDESC This event is generated by HP OpenView when it detects an interface is administratively down. Normally this happens when the target node supports SNMP, and reports the interface in an administratively down state. You can use "rnetstat -i " from a command line to query the node directly to see the state of the reported interfaces. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The name or label for the interface that caused the event 8) The IP address for the interface that caused the event, or "0" if unavailable On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_IF_Testing .1.3.6.1.4.1.11.2.17.1.0.40000089 "LOGONLY" Normal FORMAT IF $7 Testing SDESC This event is generated by HP OpenView when it detects an interface is an a testing state. Normally this happens when the target node supports SNMP, and reports the interface in an administratively testing state. You can use "rnetstat -i " from a command line to query the node directly to see the state of the reported interfaces. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The name or label for the interface that caused the event 8) The IP address for the interface that caused the event, or "0" if unavailable On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Conn_Warning .1.3.6.1.4.1.11.2.17.1.0.40000090 "LOGONLY" Normal FORMAT Connection to $8 - warning SDESC This event is generated by HP OpenView when it detects a connection enters a warning state. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The HP OpenView object identifier of the segment connected to 8) The name (if known) or OVW object identifier of the segment connected to On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Conn_Major .1.3.6.1.4.1.11.2.17.1.0.40000091 "LOGONLY" Normal FORMAT Connection to $8 - major SDESC This event is generated by HP OpenView when it detects a connection enters a major status level. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The HP OpenView object identifier of the segment connected to 8) The name (if known) or OVW object identifier of the segment connected to On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Conn_AdminDown .1.3.6.1.4.1.11.2.17.1.0.40000092 "LOGONLY" Normal FORMAT Connection to $8 - admin down SDESC This event is generated by HP OpenView when it detects a connection is administratively down. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The HP OpenView object identifier of the segment connected to 8) The name (if known) or OVW object identifier of the segment connected to On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Conn_Testing .1.3.6.1.4.1.11.2.17.1.0.40000093 "LOGONLY" Normal FORMAT Connection to $8 - testing SDESC This event is generated by HP OpenView when it detects a connection is in a testing state. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The HP OpenView object identifier of the segment connected to 8) The name (if known) or OVW object identifier of the segment connected to On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Node_SNMP_Addr .1.3.6.1.4.1.11.2.17.1.0.40000100 "LOGONLY" Normal FORMAT SNMP address now $6 (was $7) SDESC This event is generated by HP OpenView when the discovery and monitoring process (netmon) decides to use a different SNMP address for communicating with a node. This normally will happen if one interface of a node becomes unreachable for some reason, and the system must choose a new target address. The data passed with the event is 1) The ID of application sending the event 2) The name of the node that caused the event 3) The HP OpenView Object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The new SNMP address 7) The old SNMP address On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_IF_Seg_Type .1.3.6.1.4.1.11.2.17.1.0.40000101 "LOGONLY" Normal FORMAT IF $7, segment type changed to "$9" SDESC This event is generated by HP OpenView when it notices that the expected segment type for an interface has changed. This may happen as a result of the interface type changing (ifType) as a result of a configuration poll of the target node and interface. The SNMP variable queried for the interface type is .iso.org.dod.internet.mgmt.mib-2.interfaces.ifTable. ifEntry.ifType. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The name or label for the interface that caused the event 8) The IP address for the interface that caused the event, or "0" if unavailable 9) The new segment type On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_IF_Name_Chg .1.3.6.1.4.1.11.2.17.1.0.40000102 "LOGONLY" Normal FORMAT Interface name for $8 changed to "$9" SDESC This event is generated by HP OpenView when it notices that the interface name for a node has changed. This event occurs the first time an agent on a node comes up, since the interface name goes from unknown to known. The SNMP variable queried for this information is .iso.org.dod.internet.mgmt.mib-2.interfaces.ifTable. ifEntry.ifName. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The name or label for the interface that caused the event 8) The IP address of the interface, if any, or "0" 9) The new interface name On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Upd_Network .1.3.6.1.4.1.11.2.17.1.0.40000108 "LOGONLY" Normal FORMAT Network updated SDESC This event is generated via ovtopofix when run with the -u or -U options. As a result of receiving this event, any running ipmap processes will update the matching symbols for the object in currently open ovw maps. The data passed with the event is 1) The ID of application sending the event 2) The name of the network 3) The HP OpenView object identifier of the network 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Upd_Segment .1.3.6.1.4.1.11.2.17.1.0.40000109 "LOGONLY" Normal FORMAT Segment updated SDESC This event is generated via ovtopofix when run with the -u or -U options. As a result of receiving this event, any running ipmap processes will update the matching symbols for the object in currently open ovw maps. The data passed with the event is 1) The ID of application sending the event 2) The name of the segment 3) The HP OpenView object identifier of the network 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Upd_Node .1.3.6.1.4.1.11.2.17.1.0.40000110 "LOGONLY" Normal FORMAT Node updated SDESC This event is generated via ovtopofix when run with the -u or -U options. As a result of receiving this event, any running ipmap processes will update the matching symbols for the object in currently open OVW maps. The data passed with the event is 1) The ID of application sending the event 2) The name of the node 3) The HP OpenView object identifier of the network 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Upd_Interface .1.3.6.1.4.1.11.2.17.1.0.40000111 "LOGONLY" Normal FORMAT Interface $7 updated SDESC This event is generated via ovtopofix when run with the -u or -U options. As a result of receiving this event, any running ipmap processes will update the matching symbols for the object in currently open OVW maps. The data passed with the event is 1) The ID of application sending the event 2) The name of the node 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface 7) The name or label for the interface 8) The IP address for the interface 9) The OpenView object identifier of the primary station monitoring the interface On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Upd_Station .1.3.6.1.4.1.11.2.17.1.0.40000112 "LOGONLY" Normal FORMAT Station updated SDESC This event is generated via ovtopofix when run with the -u or -U options. As a result of receiving this event, any running ipmap processes will update the matching symbols for the object in currently open OVW maps. The data passed with the event is 1) The ID of application sending the event 2) The name of the station 3) The HP OpenView object identifier of the station 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_SNMPSysName .1.3.6.1.4.1.11.2.17.1.0.40000113 "LOGONLY" Normal FORMAT System sysName (from SNMP) changed to "$6" SDESC This event is generated by HP OpenView when it notices that the SNMP sysName field for a node has changed. This event occurs the first time an agent on a node comes up, since the system name goes from unknown to known. It may also occurs when an SNMP agent changes. The SNMP variable queried for this information is .iso.org.dod.internet.mgmt.mib-2.system.sysName.0 The data passed with the event is 1) The ID of application sending the event 2) The name of the node that caused the event 3) The HP OpenView Object ID of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The new system name On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_IPXServName .1.3.6.1.4.1.11.2.17.1.0.40000114 "LOGONLY" Normal FORMAT IPX Server name changed to "$6" SDESC This event is generated by HP OpenView when it notices that the IPX server name for a node has changed. This event occurs for systems that have IPX discovery enabled when the discovery process determines a name via the IPX protocols. The data passed with the event is 1) The ID of application sending the event 2) The name of the node that caused the event 3) The HP OpenView Object ID of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The new IPX server name. On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Warning .1.3.6.1.4.1.11.2.17.1.0.50462720 "LOGONLY" Warning FORMAT $5 SDESC This event is generated by HP OpenView when it detects a warning situation. The data passed with the event is 1) The ID of application sending the event 2) The source of the event, if available 3) The HP OpenView object identifier, if available 4) The database name, if applicable 5) Formatted description of event On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Inform .1.3.6.1.4.1.11.2.17.1.0.50462721 "LOGONLY" Normal FORMAT $5 SDESC This event is generated by HP OpenView when it needs to log informational messages. The data passed with the event is 1) The ID of application sending the event 2) The source of the event, if available 3) The HP OpenView object identifier, if available 4) The database name, if applicable 5) Formatted description of event On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Node_Marginal .1.3.6.1.4.1.11.2.17.1.0.50790400 "LOGONLY" Warning FORMAT Node marginal SDESC This event is generated by HP OpenView when it detects the status of a node has become marginal (interfaces on the node are not all up or all down). The data passed with the event is 1) The ID of application sending the event 2) The name of the node that caused the event 3) The HP OpenView Object identifier of the node 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Segment_Normal .1.3.6.1.4.1.11.2.17.1.0.50790401 "LOGONLY" Normal FORMAT Seg normal SDESC This event is generated by HP OpenView when it detects the status of a segment has been restored to normal (all interfaces in the segment are up). The data passed with the event is 1) The ID of application sending the event 2) The name of the IP segment that caused the event 3) The HP OpenView object identifier of the segment 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Segment_Marginal .1.3.6.1.4.1.11.2.17.1.0.50790402 "LOGONLY" Warning FORMAT Seg marginal SDESC This event is generated by HP OpenView when it detects the status of a segment has gone to marginal (interfaces in the segment are not all up or all down). The data passed with the event is 1) The ID of application sending the event 2) The name of the IP segment that caused the event 3) The HP OpenView object identifier of the segment 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Network_Normal .1.3.6.1.4.1.11.2.17.1.0.50790403 "LOGONLY" Normal FORMAT Net normal SDESC This event is generated by HP OpenView when it detects the status of a network has been restored to normal (all segments on the network are up). The data passed with the event is 1) The ID of application sending the event 2) The name of the network that caused the event 3) The HP OpenView object identifier of the network that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Network_Marginal .1.3.6.1.4.1.11.2.17.1.0.50790404 "LOGONLY" Warning FORMAT Net marginal SDESC This event is generated by HP OpenView when it detects the status of a network has gone to marginal (segments on the network are not all up or all down). The data passed with the event is 1) The ID of application sending the event 2) The name of the network that caused the event 3) The HP OpenView object identifier of the network that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Segment_Added .1.3.6.1.4.1.11.2.17.1.0.50790405 "LOGONLY" Normal FORMAT Seg added SDESC This event is generated by HP OpenView when a new segment has been added to the map topology. The data passed with the event is 1) The ID of application sending the event 2) The name of the IP segment that caused the event 3) The HP OpenView object identifier of the segment 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Segment_Deleted .1.3.6.1.4.1.11.2.17.1.0.50790406 "LOGONLY" Normal FORMAT Seg deleted SDESC This event is generated by HP OpenView when a segment has been deleted from the map topology. The data passed with the event is 1) The ID of application sending the event 2) The name of the IP segment that caused the event 3) The HP OpenView object identifier of the segment 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Network_Added .1.3.6.1.4.1.11.2.17.1.0.50790407 "LOGONLY" Normal FORMAT Net added SDESC This event is generated by HP OpenView when a new network has been added to the IP topology database. The data passed with the event is 1) The ID of application sending the event 2) The name of the network that caused the event 3) The HP OpenView object identifier of the network that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Network_Deleted .1.3.6.1.4.1.11.2.17.1.0.50790408 "LOGONLY" Normal FORMAT Net deleted SDESC This event is generated by HP OpenView when a network has been deleted from the IP topology database. The data passed with the event is 1) The ID of application sending the event 2) The name of the network that caused the event 3) The HP OpenView Object ID of the network that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Connection_Added .1.3.6.1.4.1.11.2.17.1.0.50790409 "LOGONLY" Normal FORMAT Conn added to $8 SDESC This event is generated by HP OpenView when a connection has been added to the IP topology database. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The HP OpenView object identifier of the segment connected to 8) The name (if known) or OVW object identifier of the segment connected to On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_ConnectionDeleted .1.3.6.1.4.1.11.2.17.1.0.50790410 "LOGONLY" Normal FORMAT Conn to $8 deleted SDESC This event is generated by HP OpenView when a connection has been deleted from the IP topology database. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the connection that caused the event 7) The HP OpenView object identifier of the segment connected to 8) The name (if known) or OVW object identifier of the segment connected to On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Change_Poll_Parms .1.3.6.1.4.1.11.2.17.1.0.50790411 "LOGONLY" Normal FORMAT netmon polling chg SDESC This event is generated by HP OpenView when the network monitoring (netmon) polling parameters have been modified by the user. This event is generated by nmpolling for netmon when it modifies the polling file that configures netmon. The data passed with the event is 1) The ID of application sending the event 2) The source of the event 3) Not applicable 4) The program name generating event 5) The name of the new configuration file On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Force_Polling .1.3.6.1.4.1.11.2.17.1.0.50790412 "LOGONLY" Normal FORMAT netmon poll SDESC This event is generated by HP OpenView when a "demand poll" operation (force polling operation) has been initiated by the user for the network monitoring program (netmon). The data passed with the event is 1) The ID of application sending the event 2) The name of the node being demand polled 3) HP OpenView object identifier, if available 4) The database name, if applicable 5) The IP address of the node requesting the poll information 6) The TCP port number to connect to on the requesting node On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Cancel_Force_Poll .1.3.6.1.4.1.11.2.17.1.0.50790413 "LOGONLY" Normal FORMAT Cancel netmon poll SDESC This event is generated by HP OpenView when a "demand poll" operation (force polling operation) has been canceled by the user for the network monitoring program (netmon). The data passed with the event is 1) The ID of application sending the event 2) The name of the node being demand polled 3) HP OpenView object identifier, if available 4) The database name, if applicable On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Manage_Network .1.3.6.1.4.1.11.2.17.1.0.50790416 "LOGONLY" Normal FORMAT Net managed SDESC This event is generated by HP OpenView when a network has been managed (begin monitoring status of segments on network). The data passed with the event is 1) The ID of application sending the event 2) The name of the network that caused the event 3) The HP OpenView object identifier of the network that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Unmanage_Network .1.3.6.1.4.1.11.2.17.1.0.50790417 "LOGONLY" Normal FORMAT Net unmanaged SDESC This event is generated by HP OpenView when a network has been unmanaged (end monitoring status of segments on network). The data passed with the event is 1) The ID of application sending the event 2) The name of the network that caused the event 3) The HP OpenView object identifier of the network that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Manage_Node .1.3.6.1.4.1.11.2.17.1.0.50790418 "LOGONLY" Normal FORMAT Node managed SDESC This event is generated by HP OpenView when a node has been managed (begin monitoring status of interfaces on node). The data passed with the event is 1) The ID of application sending the event 2) The name of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Unmanage_Node .1.3.6.1.4.1.11.2.17.1.0.50790419 "LOGONLY" Normal FORMAT Node unmanaged SDESC This event is generated by HP OpenView when a network has been unmanaged (end monitoring status of interfaces on node). The data passed with the event is 1) The ID of application sending the event 2) The name of the network that caused the event 3) The HP OpenView object identifier of the network that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Manage_Segment .1.3.6.1.4.1.11.2.17.1.0.50790420 "LOGONLY" Normal FORMAT Seg managed SDESC This event is generated by HP OpenView when a segment has been managed (begin monitoring status of nodes on segment). The data passed with the event is 1) The ID of application sending the event 2) The name of the segment that caused the event 3) The HP OpenView object identifier of the segment that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Unmanage_Segment .1.3.6.1.4.1.11.2.17.1.0.50790421 "LOGONLY" Normal FORMAT Seg unmanaged SDESC This event is generated by HP OpenView when a segment has been unmanaged (end monitoring status of nodes on segment). The data passed with the event is 1) The ID of application sending the event 2) The name of the segment that caused the event 3) The HP OpenView object identifier of the segment that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Chg_Trace_File .1.3.6.1.4.1.11.2.17.1.0.50790422 "LOGONLY" Normal FORMAT netmon trace $5 SDESC This event is generated by HP OpenView when the trace file for the network monitor (netmon) has changed. The data passed with the event is 1) The ID of application sending the event 2) The source of the event, if applicable 3) The HP OpenView object identifier, if available 4) The Database name, if applicable 5) The new trace file On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Chg_Trace_Mask .1.3.6.1.4.1.11.2.17.1.0.50790423 "LOGONLY" Normal FORMAT netmon trace mask $5 SDESC This event is generated by HP OpenView when the trace file mask for the network monitor (netmon) has changed. The data passed with the event is 1) The ID of application sending the event 2) The source of the event, if applicable 3) The HP OpenView object identifier, if available 4) The database name, if applicable 5) The new trace mask On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Trace_Node_Info .1.3.6.1.4.1.11.2.17.1.0.50790424 "LOGONLY" Normal FORMAT netmon node dump SDESC This event is generated by HP OpenView when the network monitor (netmon) is requested to dump information about a node to its trace file. The data passed with the event is 1) The ID of application sending the event 2) The name of the node to dump 3) The HP OpenView object identifier, if available 4) The database name, if applicable On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Trace_IF_Info .1.3.6.1.4.1.11.2.17.1.0.50790425 "LOGONLY" Normal FORMAT netmon IF dump SDESC This event is generated by HP OpenView when the network monitor (netmon) is requested to dump information about an interface to its trace file. The data passed with the event is 1) The ID of application sending the event 2) The name of the node for the interface 3) The HP OpenView object identifier, if available 4) The database name, if applicable 5) The IP address of the interface to dump On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Trace_Actions .1.3.6.1.4.1.11.2.17.1.0.50790426 "LOGONLY" Normal FORMAT netmon action dump SDESC This event is generated by HP OpenView when the network monitor (netmon) is requested to dump information about what actions it does to its trace file. The data passed with the event is 1) The ID of application sending the event 2) The name of the node, if applicable 3) The HP OpenView object identifier, if available 4) The database name, if applicable 5) The netmon action to dump On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Chg_IF_Segment .1.3.6.1.4.1.11.2.17.1.0.50790427 "LOGONLY" Normal FORMAT IF $7 to seg $10 SDESC This event is generated by HP OpenView when an interface is moved to a new segment. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The name or label for the interface that caused the event 8) The IP address for the interface that caused the event, or "0" if unavailable 9) The HP OpenView object identifier of the new segment 10) The name of the new segment On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Filter_Change .1.3.6.1.4.1.11.2.17.1.0.50790436 "LOGONLY" Normal FORMAT Filter file ($4) changed SDESC This event is generated by HP OpenView when any filter file changes via a filter modification tool, or the nmfilterchk -event command is issued. The data passed with the event is 1) The ID of application sending the event 2) The source of the event 3) Not applicable 4) The program name generating event 5) The name of the modified filter file On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_SnmpConf_Change .1.3.6.1.4.1.11.2.17.1.0.50790437 "LOGONLY" Normal FORMAT snmp conf chg SDESC This event is generated by HP OpenView when the SNMP configurator changes the configuration database. This is generated by xnmsnmpconf. The data passed with the event is 1) The ID of application sending the event 2) The source of the event 3) Not applicable 4) The program name generating event 5) The name of the new configuration file On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_TrapFormat_Change .1.3.6.1.4.1.11.2.17.1.0.50790438 "LOGONLY" Normal FORMAT event fmt chg SDESC This event is generated by HP OpenView when the event formatter changes trapd.conf. This is generated by xnmtrap or xnmevents for xnmevents, ovactiond, and pmd. The data passed with the event is 1) The ID of application sending the event 2) The source of the event 3) Not applicable 4) The program name generating event 5) The name of the new configuration file On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_MIB_Change .1.3.6.1.4.1.11.2.17.1.0.50790439 "LOGONLY" Normal FORMAT MIB chg SDESC This event is generated by HP OpenView when the SNMP MIB loader configuration has change (generated by xnmloadmib for xnmevents and pmd) The data passed with the event is 1) The ID of application sending the event 2) The source of the event 3) Not applicable 4) The name of the new binary file On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Data_Collect_Chg .1.3.6.1.4.1.11.2.17.1.0.50790440 "LOGONLY" Normal FORMAT snmp col chg SDESC This event is generated by HP OpenView when the data collector configuration has changed. This event is generated by xnmcollect for snmpCollect when it modifies the snmpCol.conf file. The data passed with the event is 1) The ID of application sending the event 2) The source of the event 3) Not applicable 4) The program name generating event 5) The name of the new configuration file On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Manage_IF .1.3.6.1.4.1.11.2.17.1.0.50790441 "LOGONLY" Normal FORMAT Manage IF $7 SDESC This event is generated by HP OpenView when an interface is managed (status polling is enabled). The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The name or label for the interface that caused the event 8) The IP address for the interface that caused the event, or "0" if unavailable On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Unmanage_IF .1.3.6.1.4.1.11.2.17.1.0.50790442 "LOGONLY" Normal FORMAT Unmanage IF $7 SDESC This event is generated by HP OpenView when an interface is unmanaged (status polling is disabled). The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The name or label for the interface that caused the event 8) The IP address for the interface that caused the event, or "0" if unavailable On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Network_Flg_Chg .1.3.6.1.4.1.11.2.17.1.0.50790443 "LOGONLY" Normal FORMAT Net flags $8 SDESC This event is generated by HP OpenView when it changes it's internal flags on a network. The data passed with the event is 1) The ID of application sending the event 2) The name of the network that caused the event 3) The HP OpenView object identifier of the network that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The new flags as an integer 7) The old flags as an integer 8) The new flags as a nicely formatted string On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Segment_Flag_Chg .1.3.6.1.4.1.11.2.17.1.0.50790444 "LOGONLY" Normal FORMAT Seg flags $8 SDESC This event is generated by HP OpenView when it changes its internal flags on a segment. The data passed with the event is 1) The ID of application sending the event 2) The name of the segment that caused the event 3) The HP OpenView object identifier of the segment that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The new flags as an integer 7) The old flags as an integer 8) The new flags as a nicely formatted string On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Node_Flags_Chg .1.3.6.1.4.1.11.2.17.1.0.50790445 "LOGONLY" Normal FORMAT Node flags $8 SDESC This event is generated by HP OpenView when it changes it's internal flags on a node. The data passed with the event is 1) The ID of application sending the event 2) The name of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The new flags as an integer 7) The old flags as an integer 8) The new flags as a nicely formatted string On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_IF_Flags_Chg .1.3.6.1.4.1.11.2.17.1.0.50790446 "LOGONLY" Normal FORMAT IF flags $7 to $11 SDESC This event is generated by HP OpenView when it changes its internal flags on an interface. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The name or label for the interface that caused the event 8) The IP address for the interface that caused the event, or "0" if unavailable 9) The new internal flags for the interface (integer) 10) The old internal flags for the interface (integer) 11) The new internal flags for the interface (string) On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_RepLogMaskCh .1.3.6.1.4.1.11.2.17.1.0.51000000 "LOGONLY" Normal FORMAT new ovrepld log mask: $6 SDESC This event is generated by the HP OpenView IP topology replicator when it is executed with the -M option to change the log mask of a running ovrepld process. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The new replicator log mask On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_RepPrintDS .1.3.6.1.4.1.11.2.17.1.0.51000001 "LOGONLY" Normal FORMAT Print ovrepld internal data structures to the log file. Structures: $6 SDESC This event is generated by the HP OpenView IP topology replicator when it is executed with the -p option to request that a running ovrepld process print its data structures to its log files. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The data structures to print to the log On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_RepPollStation .1.3.6.1.4.1.11.2.17.1.0.51000002 "LOGONLY" Normal FORMAT Poll Collection Station $8, source: $6-$7 SDESC This event is generated by and HP OpenView application when it wants the replicator to synchronize the local topology with that of a collection station. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The IP address of the node on which the application sending the event resides. 7) The port number on which the application sending the event will listen for synchronization results. 8) The name of the station to poll On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_StopPollStation .1.3.6.1.4.1.11.2.17.1.0.51000003 "LOGONLY" Normal FORMAT Stop Poll of Collection Station $6 SDESC This event is generated by and HP OpenView application when it wants the replicator to synchronize the local topology with that of a collection station. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The name of the station to stop polling On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_ChangeTopoFilter .1.3.6.1.4.1.11.2.17.1.0.52000000 "LOGONLY" Normal FORMAT Change Topology Filter to '$4' SDESC This event is generated by and HP OpenView application when it wants the replicator to synchronize the local topology with that of a collection station. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The database name, if applicable 4) The name of the new topology filter to use (possibly an empty name) On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_DataCollectThresh .1.3.6.1.4.1.11.2.17.1.0.58720263 "Threshold Events" Major FORMAT $5.$6 threshold exceeded ($13 $7 * $14): $8. Sampled high of $9 at $10 low of $11 at $12 SDESC This event is generated by HP OpenView data collector when a sampled value exceeds a preconfigured level. (See also specific event #58720264 for rearm events). The user may also configure value exceeded events with specific trap numbers in the odd range of 1 to 9999. The data passed with the event is 1) The ID of application sending the event 2) The name of the host that caused the event 3) The HP OpenView object identifier, if available 4) The MIB variable in dotted numeric format 5) The name of the collection 6) The MIB instance 7) The threshold value 8) The sampled value 9) The highest sampled (peak) value 10) The time the highest value was sampled 11) The lowest sampled (trough) value 12) The time the lowest value was sampled 13) The threshold operator 14) The threshold count On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_DataCollect_Rearm .1.3.6.1.4.1.11.2.17.1.0.58720264 "Threshold Events" Normal FORMAT $5.$6 threshold rearmed ($13 $7 * $14): $8. Sampled high of $9 at $10 low of $11 at $12 SDESC This event is generated by HP OpenView data collector when a sampled value drops below a preconfigured level, after generating an event for exceeding a value. (See also specific event #58720263 for value exceeded events). The user may also configure rearm events with specific trap numbers in the even range of 2 to 10000. The data passed with the event is 1) The ID of application sending the event 2) The name of the host that caused the event 3) The HP OpenView object identifier, if available 4) The MIB variable in dotted numeric format 5) The name of the collection 6) The instance 7) The rearm value 8) The sample value 9) The highest sampled (peak) value 10) The time the highest value was sampled 11) The lowest sampled (trough) value 12) The time the lowest value was sampled 13) The rearm operator 14) The rearm count On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_DataCollect_Error .1.3.6.1.4.1.11.2.17.1.0.58720265 "Error Events" Major FORMAT $4 SDESC This event is generated by HP OpenView data collector when an error is detected. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the machine running snmpCollect 3) Not applicable 4) The error message On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_IF_Added .1.3.6.1.4.1.11.2.17.1.0.58785792 "LOGONLY" Normal FORMAT IF $7 added SDESC This event is generated by HP OpenView when an interface has been added to the IP topology database. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView Object ID of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView Object ID of the interface that caused the event 7) The name or label for the interface that caused the event 8) The IP address for the interface that caused the event, or "0" if unavailable On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_IF_Deleted .1.3.6.1.4.1.11.2.17.1.0.58785793 "LOGONLY" Normal FORMAT IF $7 deleted SDESC This event is generated by HP OpenView when an interface has been deleted from the IP topology database. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView Object ID of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView Object ID of the interface that caused the event 7) The name or label for the interface that caused the event 8) The IP address for the interface that caused the event, or "0" if unavailable On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Node_Added .1.3.6.1.4.1.11.2.17.1.0.58785794 "Configuration Events" Normal FORMAT Node added SDESC This event is generated by HP OpenView when a node has been added to the map topology. If you are running the SNMP event browser with the X resources xnmevents.filterByMap:True on a UNIX platform, or XNmevents filterByMap application resource set to a non-zero value in the registry on Windows NT, you may not see this event, because the node may not have yet been automatically added to the current map. The data passed with the event is 1) The ID of application sending the event 2) The name of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Node_Deleted .1.3.6.1.4.1.11.2.17.1.0.58785795 "LOGONLY" Normal FORMAT Node deleted SDESC This event is generated by HP OpenView when a node has been deleted from the map topology. The data passed with the event is 1) The ID of application sending the event 2) The name of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Error .1.3.6.1.4.1.11.2.17.1.0.58851329 "Error Events" Major FORMAT $5 SDESC This event is generated by HP OpenView when it detects a error situation. The data passed with the event is 1) The ID of application sending the event 2) The source of the event, if available 3) The HP OpenView object identifier, if available 4) The database name, if applicable 5) The formatted description of event On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Fatal_Error .1.3.6.1.4.1.11.2.17.1.0.58851330 "Error Events" Critical FORMAT $5 SDESC This event is generated by HP OpenView when it detects a fatal error situation. The data passed with the event is 1) The ID of application sending the event 2) The source of the event, if available 3) The HP OpenView object identifier, if available 4) The database name, if applicable 5) The formatted description of event On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Trap_PDU_Error .1.3.6.1.4.1.11.2.17.1.0.58851331 "LOGONLY" Warning FORMAT $5 SDESC This event is generated when HP OpenView detects an error trying to read or decode an incoming trap. The data passed with the event is 1) The ID of application sending the event 2) The source of the event, if available 3) Not applicable 4) Not applicable 5) The description of parse error On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Node_Up .1.3.6.1.4.1.11.2.17.1.0.58916864 "LOGONLY" Normal FORMAT Node up SDESC This event is generated by HP OpenView when it detects the status of a node has become up (interfaces on the node are all up). The data passed with the event is 1) The ID of application sending the event 2) The name of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Node_Down .1.3.6.1.4.1.11.2.17.1.0.58916865 "Status Events" Warning FORMAT Node down SDESC This event is generated by HP OpenView when it detects the status of a node has become down (all interfaces on the node are down). Interfaces are classified as down if the netmon process does not get ICMP echo responses from the node. The data passed with the event is 1) The ID of application sending the event 2) The name of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_IF_Up .1.3.6.1.4.1.11.2.17.1.0.58916866 "LOGONLY" Normal FORMAT IF $7 up SDESC This event is generated by HP OpenView when it detects the status of an interface has come up, normally by responding to an ICMP Echo (ping) request. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView Object ID of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The name or label for the interface that caused the event 8) The IP address for the interface that caused the event, or "0" if unavailable On UNIX, see that trapd.conf(4) manpage for complete details. On Windows NT, see that trapd.conf reference page in the help file. EDESC # # # EVENT OV_IF_Down .1.3.6.1.4.1.11.2.17.1.0.58916867 "LOGONLY" Warning FORMAT IF $7 down SDESC This event is generated by HP OpenView when it detects the status of an interface has gone down. Normally this happens when an interface with an IP address no longer responds to ICMP Echo (ping) requests. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The name or label for the interface that caused the event 8) The IP address for the interface that caused the event, or "0" if unavailable On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Segment_Critical .1.3.6.1.4.1.11.2.17.1.0.58916868 "Status Events" Major FORMAT Segment critical SDESC This event is generated by HP OpenView when it detects the status of a segment has become critical (all interfaces on the segment are abnormal). The data passed with the event is 1) The ID of application sending the event 2) The name of the segment that caused the event 3) The HP OpenView object identifier of the segment that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Network_Critical .1.3.6.1.4.1.11.2.17.1.0.58916869 "Status Events" Major FORMAT Network critical SDESC This event is generated by HP OpenView when it detects the status of a network has become critical (all connectors and segments in the network are in an abnormal state). The data passed with the event is 1) The ID of application sending the event 2) The name of the network that caused the event 3) The HP OpenView object identifier of the network that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Set_Status_Color .1.3.6.1.4.1.11.2.17.1.0.58916871 "Status Events" Normal FORMAT $3 $4 SDESC This special event can be generated by a user to change the status color of an object via SNMP. On UNIX, see the trapd.conf(4) manpage for a discussion on how to set up the parameters to send this event, and a description of the parameters. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Message .1.3.6.1.4.1.11.2.17.1.0.58916872 "Application Alert Events" Normal FORMAT $3 SDESC This special event can be generated by a user to display an event message in the event browser. It assumes the message is in the third variable. To send a message with a popup notification, use the OV_Popup_Message event. On UNIX, see the trapd.conf(4) manpage for a discussion on how to set up the parameters to send this event, and a description of the parameters. On Windows NT, see the trapd.conf reference page in the help file. The data passed with the event is 1) The ID of application sending the event 2) The source of the event, if available 3) The string to display On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Popup_Message .1.3.6.1.4.1.11.2.17.1.0.58916873 "Application Alert Events" Normal FORMAT $3 DISPLAY $3 SDESC This special event can be generated by a user to popup an event notification message (assuming xnmevents is running). It assumes the message is in the third variable. To send a message without a popup notification, use the OV_Message event. On UNIX, see the trapd.conf(4) manpage for a discussion on how to set up the parameters to send this event, and a description of the parameters. On Windows NT, see the trapd.conf reference page in the help file. The data passed with the event is 1) The ID of application sending the event 2) The source of the event, if available 3) The string to display in a popup notification window On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Bell_Message .1.3.6.1.4.1.11.2.17.1.0.58916874 "Application Alert Events" Normal FORMAT $3 SDESC This special event can be generated by a user to generate bell notification and message (assuming xnmevents is running). It assumes the message is in the third variable. To send a message without a bell notification, use the OV_Message event. On UNIX, see the trapd.conf(4) manpage for a discussion on how to set up the parameters to send this event, and a description of the parameters. On Windows NT, see the trapd.conf reference page in the help file. The loudness of the bell can be defined by the xnmevents.bellPercent, and can range from -100 to 100. On a UNIX platform, see the XNm resource file, on Windows NT see the application defaults reference page. The data passed with the event is 1) The ID of application sending the event 2) The source of the event, if available 3) The string to display in a notification window On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Highlight_Source .1.3.6.1.4.1.11.2.17.1.0.58916875 "Application Alert Events" Normal FORMAT $3 SDESC This special event can be generated by a user to highlight a node and send a message to the event categories window (assuming that xnmevents is running). It assumes the message is in the third variable. On UNIX, see the trapd.conf(4) manpage for a discussion on how to set up the parameters to send this event, and a description of the parameters. On Windows NT, see the trapd.conf reference page in the help file. The data passed with the event is 1) The ID of application sending the event 2) The source of the event (event to highlight) 3) The string to display in a notification window On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Bad_ARP_Cache .1.3.6.1.4.1.11.2.17.1.0.58982397 "Configuration Events" Major FORMAT Bad ARP cache entry for $5 SDESC This event is generated by HP OpenView when it detects an invalid physical address in an ARP cache. This can be a problem because resolving the corresponding IP address will yield an invalid physical address, causing connectivity problems. The data passed with the event is 1) The ID of application sending the event 2) The name of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) The bad ARP cache entry On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_BadPhys_From_Node .1.3.6.1.4.1.11.2.17.1.0.58982398 "Configuration Events" Major FORMAT Bad physical address $5 returned from node SDESC This event is generated by HP OpenView when it detects an invalid physical address returned from a node via SNMP. This can be a problem because access to the corresponding IP address will yield an invalid address, causing connectivity problems. The physical address is returned in the MIB variable: .iso.org.dod.internet.mgmt.mib-2.interfaces.ifTable. ifEntry.ifPhysAddress. The data passed with the event is 1) The ID of application sending the event 2) The name of the node which that the event 3) The HP OpenView Object ID of the node that caused the event 4) The database name, if applicable 5) The bad physical address On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_ARPPhysChgSameSrc .1.3.6.1.4.1.11.2.17.1.0.58982399 "Configuration Events" Warning FORMAT $6 reports a new physical address for $2, changing from $9 to $10 SDESC This event is generated by HP OpenView when it receives new information concerning the physical address on a node. Since the node in question does not support SNMP, HP OpenView determines the physical address by looking in ARP caches instead of directly querying the node in question. This event is sent when a new physical address is detected in the same ARP cache as previously detected. The latest address seen is assumed to be the correct physical address. If the physical address keeps toggling back and forth between two addresses, it may indicate a duplicate IP address problem. This would happen if some nodes think the physical address for the questionable IP address is is physAddr1, and some nodes think it is physAddr2. When netmon polls the ARP caches on nodes, it finds the mappings between IP address and physical address. If the ARP resolution is continuously returning two different physical addresses, that could indicate that two nodes think their IP address is the same. The two nodes would return different physical addresses for the ARP, resulting in alternating mappings from IP to physical address. The data passed with the event is 1) The ID of application sending the event 2) The node who's physical address has been changed 3) The HP OpenView object identifier of the node with the changed physical address 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The name of the node that reported the new physical address 7) The OVW object identifier of the second node 8) The OVW object identifier of the effected interface 9) The old physical address 10) The new physical address On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Phys_Addr_Chg .1.3.6.1.4.1.11.2.17.1.0.58982400 "LOGONLY" Normal FORMAT Physical address for $7 changed to $9 (was $10) SDESC This event is generated by HP OpenView when it detects the physical address (sometimes called MAC address or link level address) for an interface on a node has changed. If many of these events occur for a node, and if it toggles between two physical addresses, it is a very high probability that what you are seeing is a duplicate IP address, with the physical address alternating between the nodes. This happens because the ARP caches on various nodes give conflicting information, due to the duplicate IP addresses. If only a few of these events occur, or it does not toggle back and forth, it may be because the network card has been replaced, or that the machine has been upgraded, keeping the previous IP address. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The name or label for the interface that caused the event 8) The IP address for the interface that caused the event, or "0" if unavailable 9) The new physical address for the interface 10) The previous physical address for the interface On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_PhysAddr_Mismatch .1.3.6.1.4.1.11.2.17.1.0.58982401 "Configuration Events" Major FORMAT $9 reports address $11 for $8, $2 reported $12 via SNMP SDESC This event is generated by HP OpenView when it detects a suspect physical address (sometimes called MAC address or link level address) on a node. This happens when the physical address from node2's ARP cache is different than what node1 returned via SNMP. The physical address from node2 is discarded. This could be caused by a stale ARP cache entry, if node1's physical address recently changed. However, if the physical address on node1 has not changed due to a change in node1's physical address (such as interface card replaced or machine upgraded), this could represent a duplicate IP address, so this event should be closely watched. The ARP cache on node2 could be different because nodeX is also using node1's IP address, and node2 has most recently talked to nodeX. To get more information, two nodes need to be queried. The first node is the node which reported a different physical address. This information was retrieved from the first node's ARP cache. The other part of the information needed is to get the physical address for the node in question. This information was retrieved from the second node's IfPhysAddress. The first part of the information needed (ARP Cache) can be retrieved by selecting the first node then using the menu item: Configuration:Network Configuration->ARP Cache or the TTY command: snmpwalk .1.3.6.1.2.1.3.1.1.2 It can also be determined by selecting mgmt.mib-2.at.atTable.atEntry.atPhysAddress from the MIB browser and SNMP walking the first node. These will all return the ARP Cache. You must find the entry which corresponds to the second node. The second part of the information needed (physical address) can be retrieved using the menu item: Configuration:Network Configuration->Addresses or the TTY command: snmpwalk .1.3.6.1.2.1.2.2.1.6 It can also be determined by selecting mgmt.mib-2.interfaces.ifTable.ifEntry.ifPhysAddress from the MIB browser and SNMP walking the second node. If there truly is a mismatch, it can be caused by one node using the same IP address as another. The message may also indicate that an IP address is using two different physical addresses. This happens when the IP address of a node changes because that node has changed subnets. Yet another problem comes from older HP X-Terminal firmware which incorrectly reported an ifPhysAddress of 00 00 00 00 00 00. Typically, several nodes will report this mismatch during a demand poll operation, or as they do their daily configuration checks. The data passed with the event is 1) The ID of application sending the event 2) The name of the node 3) The HP OpenView object identifier of the node 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface effected by this event 7) A name or label for the interface effected by this event 8) The IP address of the interface effected by this event 9) The name of the node with the incorrect entry 10) The HP OpenView object identifier of the node with the incorrect entry 11) The incorrect physical address reported by the node in $9 12) The correct physical address reported by the node via SNMP On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_ARPChgNewPhysAddr .1.3.6.1.4.1.11.2.17.1.0.58982402 "Configuration Events" Major FORMAT $6 reports a different physical address for $2 than reported by $8, changing from $12 to $13 SDESC This event is generated by HP OpenView when it receives conflicting information concerning the physical address (sometimes called MAC address or link level address) on a node. Since the node in question does not support SNMP, HP OpenView determines the physical address by looking in ARP caches. This event is sent when two different ARP caches report two different physical addresses. The latest address seen is assumed to be the correct physical address. If the physical address keeps toggling back and forth between two addresses, it may indicate a duplicate IP address problem. This would happen if some nodes think the physical address for the questionable IP address is is physAddr1, and some nodes think it is physAddr2. When netmon polls the ARP caches on nodes, it finds the mappings between IP address and physical address. If the ARP resolution is continuously returning two different physical addresses, that could indicate that two nodes think their IP address is the same. The two nodes would return different physical addresses for the ARP, resulting in alternating mappings from IP to physical address. The data passed with the event is 1) The ID of application sending the event 2) The name of the node 3) The HP OpenView object identifier of the node 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The name of the node that reports a different physical address for the node 7) The HP OpenView object identifier of the node that reports a different physical address for the node 8) The name of the node that previously reported a different physical address 9) The HP OpenView object identifier of the node that previously reported a different physical address 10) The HP OpenView object identifier of the interface on the target node which has the incorrect entry 11) The IP address of the interface effected by this event 12) The old physical address reported by the node in $8 13) The new physical address reported by the node in $6 On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Object_ID_Chg .1.3.6.1.4.1.11.2.17.1.0.58982403 "LOGONLY" Normal FORMAT OID $6 SDESC This event is generated by HP OpenView when it notices that the object identifier (OID) for a node has changed. This event occurs the first time an agent on a node comes up, since the OID goes from unknown to known. The SNMP variable queried for this information is .iso.org.dod.internet.mgmt.mib-2.system.sysObjectID.0 The data passed with the event is 1) The ID of application sending the event 2) The name of the node that caused the event 3) The HP OpenView Object ID of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The new SNMP object identifier On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Sys_Descr_Chg .1.3.6.1.4.1.11.2.17.1.0.58982404 "LOGONLY" Normal FORMAT System description changed to "$6" SDESC This event is generated by HP OpenView when it notices that the system description for a node has changed. This event occurs the first time an agent on a node comes up, since the system description goes from unknown to known. It also occurs when an SNMP agent changes. The SNMP variable queried for this information is .iso.org.dod.internet.mgmt.mib-2.system.sysDescr.0 The data passed with the event is 1) The ID of application sending the event 2) The name of the node that caused the event 3) The HP OpenView Object ID of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The new system description On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Sys_Name_Chg .1.3.6.1.4.1.11.2.17.1.0.58982405 "Configuration Events" Normal FORMAT System name changed (was $6) SDESC This event is generated by HP OpenView when it notices that the system name for a node has changed. This event may occur the first time an agent on a node comes up, since the system name may be different than what is currently known. The SNMP variable queried for this information is .iso.org.dod.internet.mgmt.mib-2.system.sysName.0 The data passed with the event is 1) The ID of application sending the event 2) The name of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The previous name associated with the node On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Subnet_Mask_Chg .1.3.6.1.4.1.11.2.17.1.0.58982406 "LOGONLY" Normal FORMAT IP Network Mask for $7 changed to $9 (was $10) SDESC This event is generated by HP OpenView when it notices that the subnet mask for an interface on a node has changed. This event may occur the first time an agent on a node comes up, since the subnet mask may be different than what is currently known. The SNMP variable queried for this information is .iso.org.dod.internet.mgmt.mib-2.ip.ipRouteTable. ipRouteEntry.ipRouteMask. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The name or label for the interface that caused the event 8) The IP address for the interface that caused the event 9) The new subnet mask associated with the interface 10) The previous subnet mask associated with the interface On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Forw_Status_Chg .1.3.6.1.4.1.11.2.17.1.0.58982407 "LOGONLY" Normal FORMAT IP forwarding status changed -- now a $7 SDESC This event is generated by HP OpenView when it notices that the IP forwarding status for a node has changed. If this node has IP forwarding, it is acting as an IP router. This event may occur the first time an agent on a node comes up, since the forwarding status may be different than what is currently known. The SNMP variable queried for this information is .iso.org.dod.internet.mgmt.mib-2.ip.ipForwarding.0 The data passed with the event is 1) The ID of application sending the event 2) The name of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The new value as an integer 7) The new value as a nicely formatted string On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Bad_Forw_To_Host .1.3.6.1.4.1.11.2.17.1.0.58982408 "Configuration Events" Minor FORMAT Incorrect routing to node $6 SDESC This event is generated by HP OpenView when it notices that the host to which IP is forwarded to is not a router. This is determined by the querying the value .iso.org.dod.internet.mgmt.mib-2.ip.ipForwarding.0 on the on the host indicated by the value .iso.org.dod.internet.mgmt.mib-2.ip.ipRouteTable. ipRouteEntry.ipRouteNextHop. The data passed with the event is 1) The ID of application sending the event 2) The name of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The name of the node being forwarded to 7) The HP OpenView object identifier of the node being forwarded to On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Sys_Contact_Chg .1.3.6.1.4.1.11.2.17.1.0.58982410 "LOGONLY" Normal FORMAT System contact change to "$6" SDESC This event is generated by HP OpenView when it notices that the system contact for a node has changed. This event occurs the first time an agent on a node comes up, since the system contact goes from unknown to known. It also occurs after an SNMP set changes the value of sysContact. The SNMP variable queried for this information is .iso.org.dod.internet.mgmt.mib-2.system.sysContact.0 The data passed with the event is 1) The ID of application sending the event 2) The name of the node which caused the event 3) The HP OpenView object identifier of the node which caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The new system contact reported via SNMP. On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Sys_Location_Chg .1.3.6.1.4.1.11.2.17.1.0.58982411 "LOGONLY" Normal FORMAT System location changed to "$6" SDESC This event is generated by HP OpenView when it notices that the system location for a node has changed. This event occurs the first time an agent on a node comes up, since the system location goes from unknown to known. It also occurs after an SNMP set changes the value of sysLocation. The SNMP variable queried for this information is .iso.org.dod.internet.mgmt.mib-2.system.sysLocation.0 The data passed with the event is 1) The ID of application sending the event 2) The name of the node that caused the event 3) The HP OpenView Object ID of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The new location reported via SNMP On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_IF_Type_Change .1.3.6.1.4.1.11.2.17.1.0.58982412 "LOGONLY" Normal FORMAT Interface type for $7 changed to $10 SDESC This event is generated by HP OpenView when it notices that the interface type for a node has changed. This event occurs the first time an agent on a node comes up, since the interface type goes from unknown to known. The SNMP variable queried for this information is .iso.org.dod.internet.mgmt.mib-2.interfaces.ifTable. ifEntry.ifType. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node which caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface which caused the event 7) The name or label for the interface which caused the event 8) The IP address for the interface which caused the event, or "0" if unavailable 9) The new interface type as an integer-formatted string 10) The new interface type as a string On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_IF_Descr_Chg .1.3.6.1.4.1.11.2.17.1.0.58982413 "LOGONLY" Normal FORMAT Interface description for $7 changed to "$9" SDESC This event is generated by HP OpenView when it notices that the interface description for a node has changed. This event occurs the first time an agent on a node comes up, since the interface description goes from unknown to known. The SNMP variable queried for this information is .iso.org.dod.internet.mgmt.mib-2.interfaces.ifTable. ifEntry.ifDescr. The data passed with the event is 1) The ID of application sending the event 2) The hostname of the node that caused the event 3) The HP OpenView object identifier of the node that caused the event 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The HP OpenView object identifier of the interface that caused the event 7) The name or label for the interface that caused the event 8) The IP address for the interface that caused the event, or "0" if unavailable 9) The new interface description On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Bad_Subnet_Mask .1.3.6.1.4.1.11.2.17.1.0.58982414 "Configuration Events" Minor FORMAT Inconsistent subnet mask $9 on interface $7, should be $10 SDESC This event is generated by HP OpenView when it notices that the subnet mask on the node is incorrect. It determines the correct subnet mask based on the subnet mask for the connecting devices in the network. This information can be verified by selecting the node and using the menu item: Configuration:Network Configuration->Addresses or the TTY commands: snmpwalk .1.3.6.1.2.1.4.20.1.3 or rnetstat -I It can also be determined by selecting mgmt.mib-2.ip.ipAddrTable.ipAddrEntry.ipAdEntNetMask from the MIB browser and SNMP walking the node. If the node does not support SNMP, the subnet mask is determined via an ICMP mask request. Once the incorrect subnet mask is determined, it should be corrected to prevent possible subnetting problems. If your subnet mask is too restrictive (i.e., is 255.255.255.128 when should be 255.255.255.0), you will degrade network performance because you will need to bounce off of your router to get to nodes in your subnet, creating unnecessary traffic, and unnecessary delay. If your subnet mask is to permissive (i.e., is 255.255.0.0 when should be 255.255.255.0), you may not be able to get to certain nodes, since your node will think they are in your subnet, when in fact you need to go to your router in order to route to those nodes. The data passed with the event is 1) The ID of application sending the event 2) The name of the node that caused the event 3) The OVW object identifier of the node that caused the event 4) The Database name, if applicable 5) A time stamp for when the event occurred 6) The OVW object identifier of the interface that caused the event 7) A name or label for the interface 8) The IP address of the interface 9) The incorrect subnet mask 10) The correct subnet mask On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Duplicate_IP_addr .1.3.6.1.4.1.11.2.17.1.0.58982415 "Configuration Events" Major FORMAT Duplicate IP address: node $2 reported having $6, but this address was previously detected on node $7 SDESC This event is generated by HP OpenView when it notices that the two different nodes have the same IP address entry. For instance, IP address 1.2.3.4 was originally found to belong to node1 and this data is stored in the HP OpenView database. Later, HP OpenView is doing a normal configuration poll of node2 and finds 1.2.3.4 listed in node2's ipAddrTable. If HP OpenView determines that node1 and node2 are indeed distinct nodes, address 1.2.3.4 will not be added to node2, and this event will be generated. It is possible that this event may be generated falsely if address 1.2.3.4 has been very recently removed from node1 and added to node2. If HP OpenView does a configuration poll of node2 before doing so for node1, this event will be generated. In order to verify if this event was sent legitimately, an operator can select both of the nodes listed in the event and select the following menu item: Configuration:Network Configuration->Addresses Or, from a shell prompt, you can use the following command twice, once for each node: rnetstat -I hostname This will result in two lists of the reported IP addresses, one for each of the nodes. Search both lists for the address contained within the event. If one of the nodes does not report this address, then the condition which caused the event can be cleared up by selecting only the node which no longer has the address configured, and select the following menu item: Fault:Network Connectivity->Poll Node Or, from a shell prompt, you can use the following command: nmdemandpoll hostname If both nodes show this address, you have a true duplicate IP address problem. One of the two nodes must be re-configured to remove the IP address listed in the event. The data passed with the event is 1) The ID of application sending the event 2) The name of the node having the duplicate address 3) The HP OpenView object identifier of the node having the duplicate address 4) The database name, if applicable 5) A time stamp for when the event occurred 6) The duplicated IP address 7) The name of the node where this address is currently configured 8) The HP OpenView object identifier of the node with the address currently configured 9) The HP OpenView object identifier of the interface having this address 10) A name or label for the interface having this address On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Application_Alert .1.3.6.1.4.1.11.2.17.1.0.59047936 "Application Alert Events" Minor FORMAT $4 : $5 : $6 SDESC This event is generated by HP OpenView when an application alert message is sent via the OVwAlertMsg() API call. The data passed with the event is 1) The ID of application sending the event 2) The source of the event 3) Not applicable 4) The name of application generating alert 5) The class of alert 6) The alert message On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_X_Error .1.3.6.1.4.1.11.2.17.1.0.59047937 "LOGONLY" Minor FORMAT X11 error from $3's xnmevents session on $4: $5 SDESC This event is generated by HP OpenView when xnmevents receives an X error, such as a loss of connection with the server. The data passed with the event is 1) The ID of application sending the event 2) Not applicable 3) The user's login name 4) The user's display 5) The X11 error message On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Set_Event_Filter .1.3.6.1.4.1.11.2.17.1.0.59179055 "LOGONLY" Normal FORMAT $4 event filter changed to $5 SDESC This event is generated by the HP OpenView event system when an application changes the list of events it would like to see. The data passed with the event is 1) The ID of application sending the event 2) Not applicable 3) Not applicable 4) The name of the connecting application 5) The integer source of the connecting application 6) The new filter (empty indicates no events) On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Application_Up .1.3.6.1.4.1.11.2.17.1.0.59179056 "LOGONLY" Normal FORMAT $4 connected to pmd SDESC This event is generated by the HP OpenView event system when an application comes up (connects to pmd). The data passed with the event is 1) The ID of application sending the event 2) The initial filter (empty indicates no events) 3) The address of the connecting application's machine 4) The name of the connecting application 5) The PID of the connecting application On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Application_Down .1.3.6.1.4.1.11.2.17.1.0.59179057 "LOGONLY" Normal FORMAT $4 disconnected from pmd SDESC This event is generated by the HP OpenView event system when an application goes down (disconnects from pmd). The data passed with the event is 1) The ID of application sending the event 2) Not applicable 3) Not applicable 4) The name of the disconnecting application On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_AppUngracefulExit .1.3.6.1.4.1.11.2.17.1.0.59179058 "Error Events" Major FORMAT pmd lost contact with $4: pid $7 ungracefully disconnected from pmd with $6 pending events: $8 SDESC This event is generated by pmd when it detects one of selected applications ungracefully disconnects from pmd. This usually happens when the application does not perform a normal shutdown of it's sockets. The selected applications include netmon, ovtopmd, snmpCollect, and ovactiond. The data passed with the event is 1) The ID of application sending the event 2) Not applicable 3) Not applicable 4) The name of the disconnected application 5) The integer source of the disconnected application 6) The number of outstanding events lost 7) The process id of the disconnected application 8) The reason for the disconnect On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Remote_Mgr_Add .1.3.6.1.4.1.11.2.17.1.0.59179059 "LOGONLY" Normal FORMAT $2 added as remote manager. It will receive events destined for remote managers SDESC This event is generated by ovtopmd when it detects a remote manager would like to use the local station as a collection station. Any events designated to be forwarded to the remote managers will also be sent to this management station. The data passed with the event is 1) The ID of application sending the event 2) The remote manager to add On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Remote_Mgr_Delete .1.3.6.1.4.1.11.2.17.1.0.59179060 "LOGONLY" Normal FORMAT $2 removed as remote manager. It will no longer receive events destined for remote managers SDESC This event is generated by ovtopmd when it detects a remote manager would no longer like to use the local station as a collection station. Any events designated to be forwarded to the remote managers will no longer be sent to this management station. The data passed with the event is 1) The ID of application sending the event 2) The remote manager to delete On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Remote_Mgr_Down .1.3.6.1.4.1.11.2.17.1.0.59179061 "Status Events" Major FORMAT Lost contact with remote pmd at $2, disabled event forwarding to it. Will retry the connection after $4 minutes SDESC This event is generated by pmd when a remote pmd to which a connection already exists can no longer be contacted. The lost connection is disabled for the defined time period. After this time, the next event to be forwarded to the disabled, remote pmd will cause pmd to attempt a re-connection. If this attempt fails, the connection will be deleted. If this attempt succeeds, event forwarding will be reenabled. The data passed with the event is 1) The ID of application sending the event 2) The remote pmd being disabled 3) Not applicable 4) The minimum time until a re-connection will be attempted On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Remote_Mgr_Up .1.3.6.1.4.1.11.2.17.1.0.59179062 "Status Events" Normal FORMAT Reconnected with remote pmd at $2, enabled event forwarding to it. SDESC This event is generated by pmd when a remote pmd that was previously disabled by an OV_Disable_Remote_Mgr event is successfully re-connected. The local pmd will once again forward events to it. The data passed with the event is 1) The ID of application sending the event 2) The remote pmd being enabled On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Postmaster_Down .1.3.6.1.4.1.11.2.17.1.0.59179065 "Error Events" Warning FORMAT pmd lost contact with remote pmd at $4: pid $7 ungracefully disconnected with $6 pending events: $8 SDESC This event is generated by pmd when it detects that a remote pmd to which it has been connected ungracefully disconnects from it. This usually happens when the remote pmd is shutdown as part of an NNM platform shutdown on the remote station. The data passed with the event is 1) The ID of application sending the event 2) Not applicable 3) Not applicable 4) The host name of the disconnecting Postmaster 5) The integer source of the disconnected Postmaster 6) The number of outstanding events lost 7) The process id of the disconnected Postmaster 8) The reason for the disconnect On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_LicNodeViolation .1.3.6.1.4.1.11.2.17.1.0.59179225 "Application Alert Events" Major FORMAT Network Node Manager licensed maximum number of managed nodes reached ($4) DISPLAY $2: Network Node Manager licensed maximum number of managed nodes reached ($4) FORWARD %REMOTE_MANAGERS_LIST% SDESC This event is generated by Network Node Manager when it first manages the licensed maximum number of managed nodes. Network Node Manager generates this event once a day as long as it continues to manage the licensed maximum number of managed nodes. The data passed with the event is 1) The ID of application sending the event 2) The source of the event 3) Not applicable 4) The licensed maximum number of managed nodes On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_LicNodeWarn .1.3.6.1.4.1.11.2.17.1.0.59179226 "Application Alert Events" Minor FORMAT Network Node Manager licensed maximum number of managed nodes nearly reached ($5 of $4) DISPLAY $2: Network Node Manager licensed maximum number of managed nodes nearly reached ($5 of $4) FORWARD %REMOTE_MANAGERS_LIST% SDESC This event is generated by Network Node Manager when it first manages 90% of the licensed maximum number of managed nodes. Network Node Manager generates this event once a day as long as it continues to manage 90% of the licensed maximum number of managed nodes. The data passed with the event is 1) The ID of application sending the event 2) The source of the event 3) Not applicable 4) The licensed maximum number of managed nodes 5) The current number of managed nodes On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_LicExpire .1.3.6.1.4.1.11.2.17.1.0.59179227 "Application Alert Events" Critical FORMAT Network Node Manager license expired on $4 DISPLAY $2: Network Node Manager license expired on $4 FORWARD %REMOTE_MANAGERS_LIST% SDESC WARNING: YOU ARE USING AN EXPIRED LICENSE. PLEASE, CONTACT YOUR HP SALES REPRESENTATIVE OR CHANNEL PARTNER TO PURCHASE A NETWORK NODE MANAGER LICENSE. This event is generated by Network Node Manager once a day when its license has expired. The data passed with the event is 1) The ID of application sending the event 2) The source of the event 3) Not applicable 4) The expiration date of the license On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_LicExpireWarn .1.3.6.1.4.1.11.2.17.1.0.59179228 "Application Alert Events" Major FORMAT Network Node Manager license expires on $4 DISPLAY $2: Network Node Manager license expires on $4 FORWARD %REMOTE_MANAGERS_LIST% SDESC WARNING: YOU ARE USING A TEMPORARY LICENSE. PLEASE, CONTACT YOUR HP SALES REPRESENTATIVE OR CHANNEL PARTNER TO PURCHASE A NETWORK NODE MANAGER LICENSE. This event is generated by Network Node Manager once a day when its license will expire within one year. The data passed with the event is 1) The ID of application sending the event 2) The source of the event 3) Not applicable 4) The expiration date of the license On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_LicOneTime .1.3.6.1.4.1.11.2.17.1.0.59179229 "Application Alert Events" Critical FORMAT Network Node Manager license obtained is a one-time emergency license DISPLAY $2: Network Node Manager license obtained is a one-time emergency license FORWARD %REMOTE_MANAGERS_LIST% SDESC WARNING: THERE IS NO NETWORK NODE MANAGER LICENSE AVAILABLE FROM THE LICENSE SERVER. IF YOU HAVE INSTALLED LICENSE PASSWORDS ON THE LICENSE SERVER, THIS MAY BE DUE TO PROBLEMS ACCESSING THE LICENSE SERVER. THIS IS THE LAST TIME YOU WILL BE ALLOWED TO RUN NETWORK NODE MANAGER WITHOUT INSTALLING A LICENSE OR CORRECTING ACCESS TO THE LICENSE SERVER. IF YOU HAVE NOT INSTALLED A LICENSE, PLEASE CONTACT YOUR HP SALES REPRESENTATIVE OR CHANNEL PARTNER TO PURCHASE A NETWORK NODE MANAGER LICENSE. This event is generated by Network Node Manager once a day when its license is an emergency license that allows Network Node Manager to start only one time. The data passed with the event is 1) The ID of application sending the event 2) The source of the event 3) Not applicable On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_LicNoLic .1.3.6.1.4.1.11.2.17.1.0.59179230 "Application Alert Events" Critical FORMAT $4 DISPLAY $2: $4 FORWARD %REMOTE_MANAGERS_LIST% SDESC ERROR: THERE IS NO NETWORK NODE MANAGER LICENSE AVAILABLE FROM THE LICENSE SERVER. IF YOU HAVE INSTALLED LICENSE PASSWORDS ON THE LICENSE SERVER, THIS MAY BE DUE TO PROBLEMS ACCESSING THE LICENSE SERVER. YOU WILL NOT BE ALLOWED TO RUN NETWORK NODE MANAGER WITHOUT INSTALLING A LICENSE OR CORRECTING ACCESS TO THE LICENSE SERVER. IF YOU HAVE NOT INSTALLED A LICENSE, PLEASE CONTACT YOUR HP SALES REPRESENTATIVE OR CHANNEL PARTNER TO PURCHASE A NETWORK NODE MANAGER LICENSE. This event is generated by Network Node Manager when it cannot obtain a license to start. The data passed with the event is 1) The ID of application sending the event 2) The source of the event 3) Not applicable 4) The formatted description of the licensing error On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see trapd.conf reference page in the help file. EDESC # # # EVENT OV_LicGood .1.3.6.1.4.1.11.2.17.1.0.59179231 "LOGONLY" Normal FORMAT $4 SDESC This event is generated by Network Node Manager when it obtains a license to start. The data passed with the event is 1) The ID of application sending the event 2) The source of the event 3) Not applicable 4) The formatted description of the license obtained On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT OV_Field_Changed .1.3.6.1.4.1.11.2.17.1.0.60000000 "IGNORE" Normal FORMAT Station $1: Field change for $6 : time $7 : type $3 : event number $2 FORWARD %REMOTE_MANAGERS_LIST% SDESC This event is used to forward changes in topology information from a collection station to interested management stations. The data passed with the event is 1) The station name/identifying string 2) The event sequence number for ordering events 3) The type of change: 1 == New object 2 == Deleted object 3 == Field value changes 4) The object identifier of the remote object, with the SNMP object identifier of the of the field matching the appropriate MIB column by type. 5) The UUID of the remote object. 6) The type of the remote object (network, segment, node, etc) 7) The time the change occurred at the collection station 8-N) If type is 3, then 1 or more fields indicating the new value, where the SNMP object identifier of the field matches the MIB value that has changed On UNIX, see the trapd.conf(4) manpage for complete details. On Windows NT, see the trapd.conf reference page in the help file. EDESC # # # EVENT RFLDefault .1.3.6.1.4.1.2743.* "RFL IMUX2000 Events" Major FORMAT Received UNKNOWN RFL trap: generic #$G specific #$S. $# args: $* SDESC Unknown RFL Trap EDESC # # # EVENT rflAlert .1.3.6.1.4.1.2743.0.101 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC CM3B/C - Alert At Channel Card EDESC # # # EVENT rflReset .1.3.6.1.4.1.2743.0.102 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC CM3B/C - Reset Alert At Channel Card EDESC # # # EVENT rflMultipleAlert .1.3.6.1.4.1.2743.0.103 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC CM3B/C - Alert At Multiple Cards EDESC # # # EVENT rflMultipleReset .1.3.6.1.4.1.2743.0.104 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC CM3B/C - Reset At Multiple Cards EDESC # # # EVENT rflPowerSupplyFail .1.3.6.1.4.1.2743.0.105 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC CM3B/C - Redundant Power Supply Failure EDESC # # # EVENT rflPowerSupplyReset .1.3.6.1.4.1.2743.0.106 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC CM3B/C - Reset Redundant Power Supply EDESC # # # EVENT rflShelfStatusAlert .1.3.6.1.4.1.2743.0.107 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC CM3B/C - Shelf Status (Alert) EDESC # # # EVENT rflShelfStatusReset .1.3.6.1.4.1.2743.0.108 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC CM3B/C - Shelf Status (Reset-Alert) EDESC # # # EVENT rflShelfStatusAlarm .1.3.6.1.4.1.2743.0.109 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC CM3B/C - Shelf Status (Alarm) EDESC # # # EVENT rflShelfAlarmReset .1.3.6.1.4.1.2743.0.110 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC CM3B/C - Shelf Status (Reset-Alarm) EDESC # # # EVENT rflD&I-BConfigAlarm .1.3.6.1.4.1.2743.0.111 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC CM3B/C - D&I-B Configuration Alarm EDESC # # # EVENT rflD&I-BConfigReset .1.3.6.1.4.1.2743.0.112 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC CM3B/C - D&I-B Configuration Reset EDESC # # # EVENT rflTiming .1.3.6.1.4.1.2743.0.113 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC CM3B/C - XMIT Timing Not Correct EDESC # # # EVENT rflTimingReset .1.3.6.1.4.1.2743.0.114 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC CM3B/C - XMIT Timing Reset EDESC # # # EVENT rflCarrierLoss .1.3.6.1.4.1.2743.0.115 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC CM3B/C - RCV Carrier Loss EDESC # # # EVENT rflCarrierLossReset .1.3.6.1.4.1.2743.0.116 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC CM3B/C - RCV Carrier Loss Reset EDESC # # # EVENT rflJitter .1.3.6.1.4.1.2743.0.117 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC CM3B/C - Excess Receive Jitter EDESC # # # EVENT rflJitterReset .1.3.6.1.4.1.2743.0.118 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC CM3B/C - Excess Receive Jitter Reset EDESC # # # EVENT rflRCV_OutofFrame .1.3.6.1.4.1.2743.0.119 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC CM3B/C - RCV Out Of Frame EDESC # # # EVENT rflOutofFrameReset .1.3.6.1.4.1.2743.0.120 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC CM3B/C - RCV Out of Frame Reset EDESC # # # EVENT rflDI-AOutofFrame .1.3.6.1.4.1.2743.0.121 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC CM3B/C - Other Side (DI-A) Out Of Frame EDESC # # # EVENT rflDI-AFrameReset .1.3.6.1.4.1.2743.0.122 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC CM3B/C - Other Side (DI-A) Out Of Frame Reset EDESC # # # EVENT rflDI-BOutofFrame .1.3.6.1.4.1.2743.0.123 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC CM3B/C - Other Side (DI-B) out of Frame EDESC # # # EVENT rflDI-BFrameReset .1.3.6.1.4.1.2743.0.124 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC CM3B/C - Other Side (DI-B) Out Of Frame Reset EDESC # # # EVENT rflRCVAllOnes .1.3.6.1.4.1.2743.0.125 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC CM3B/C - RCV All Ones EDESC # # # EVENT rflRCVAllOnesReset .1.3.6.1.4.1.2743.0.126 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC CM3B/C - RCV All Ones Reset EDESC # # # EVENT rflRCVRemoteAlarm .1.3.6.1.4.1.2743.0.127 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC CM3B/C - RCV Remote Alarm EDESC # # # EVENT rflRCVRemoteReset .1.3.6.1.4.1.2743.0.128 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC CM3B/C - RCV Remote Alarm Reset EDESC # # # EVENT rflXMITClockFreeRun .1.3.6.1.4.1.2743.0.129 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC CM3B/C - XMIT Clock Free Running EDESC # # # EVENT rflClockFreeRunReset .1.3.6.1.4.1.2743.0.130 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC CM3B/C - XMIT Clock Free Running Reset EDESC # # # EVENT rflXMITFallbackTmng .1.3.6.1.4.1.2743.0.131 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC CM3B/C - XMIT Using Fallback Timing EDESC # # # EVENT rflFallbackTmngReset .1.3.6.1.4.1.2743.0.132 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC CM3B/C - XMIT Using Fallback Timing Reset EDESC # # # EVENT rflDACSAlert .1.3.6.1.4.1.2743.0.201 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC DACS - Alert On The DACS EDESC # # # EVENT rflDACSAlertReset .1.3.6.1.4.1.2743.0.202 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC DACS - Alert On The DACS Reset EDESC # # # EVENT rflDACSFailure .1.3.6.1.4.1.2743.0.203 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC DACS - Failure On The DACS EDESC # # # EVENT rflDACSFailureReset .1.3.6.1.4.1.2743.0.204 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC DACS - Failure On The DACS Reset EDESC # # # EVENT rflDACSFrameLoss .1.3.6.1.4.1.2743.0.205 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC DACS - Loss Of Frame On Framer EDESC # # # EVENT rflDACSFrameReset .1.3.6.1.4.1.2743.0.206 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC DACS - Loss Of Frame on Framer Reset EDESC # # # EVENT rflDACSDataLoss .1.3.6.1.4.1.2743.0.207 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC DACS - Loss Of Data On Framer EDESC # # # EVENT rflDACSDataLossReset .1.3.6.1.4.1.2743.0.208 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC DACS - Loss Of Data On Framer Reset EDESC # # # EVENT rflDACSOnesSignal .1.3.6.1.4.1.2743.0.209 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC DACS - All Ones Signal On Framer EDESC # # # EVENT rflDACSOnesReset .1.3.6.1.4.1.2743.0.210 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC DACS - All Ones Signal On Framer Reset EDESC # # # EVENT rflDACSBitErrorRate .1.3.6.1.4.1.2743.0.211 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC DACS - Bit Error Rate Exceeded Framer EDESC # # # EVENT rflDACSBitErrorReset .1.3.6.1.4.1.2743.0.212 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC DACS - Bit Error Rate Exceeded Framer Reset EDESC # # # EVENT rflILSAlert .1.3.6.1.4.1.2743.0.301 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC ILS - Alert On The ILS EDESC # # # EVENT rflILSAlertReset .1.3.6.1.4.1.2743.0.302 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC ILS - Alert On The ILS Reset EDESC # # # EVENT rflILSFailure .1.3.6.1.4.1.2743.0.303 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC ILS - Failure On The ILS EDESC # # # EVENT rflILSFailureReset .1.3.6.1.4.1.2743.0.304 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC ILS - Failure On The ILS Reset EDESC # # # EVENT rflILSFrameLoss .1.3.6.1.4.1.2743.0.305 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC ILS - Frame Loss On The ILS EDESC # # # EVENT rflILSFrameLossReset .1.3.6.1.4.1.2743.0.306 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC ILS - Frame Loss On The ILS Reset EDESC # # # EVENT rflILSDataLoss .1.3.6.1.4.1.2743.0.307 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC ILS - Loss Of Data On Framer EDESC # # # EVENT rflILSDataLossReset .1.3.6.1.4.1.2743.0.308 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC ILS - Loss Of Data On Framer Reset EDESC # # # EVENT rflILSOnesSignal .1.3.6.1.4.1.2743.0.309 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC ILS - All Ones Signal On Framer EDESC # # # EVENT rflILSOnesReset .1.3.6.1.4.1.2743.0.310 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC ILS - All Ones Signal On Framer Reset EDESC # # # EVENT rflILSBitErrorRate .1.3.6.1.4.1.2743.0.311 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC ILS - Bit Error Rate Exceeded Framer EDESC # # # EVENT rflILSBitErrorReset .1.3.6.1.4.1.2743.0.312 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC ILS - Bit Error Rate Exceeded Framer Reset EDESC # # # EVENT rflILSBackup2Fail .1.3.6.1.4.1.2743.0.313 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC ILS - Backup 2 Failure EDESC # # # EVENT rflILSBackup2Reset .1.3.6.1.4.1.2743.0.314 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC ILS - Backup 2 Failure Reset EDESC # # # EVENT rflILSBackup2InUse .1.3.6.1.4.1.2743.0.315 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC ILS - Backup 2 In Use EDESC # # # EVENT rflILSBkp2InUseReset .1.3.6.1.4.1.2743.0.316 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC ILS - Backup 2 In Use Reset EDESC # # # EVENT rflILSBackup3Fail .1.3.6.1.4.1.2743.0.317 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC ILS - Backup 3 Failure EDESC # # # EVENT rflILSBackup3Reset .1.3.6.1.4.1.2743.0.318 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC ILS - Backup 3 Failure Reset EDESC # # # EVENT rflILSBackup3InUse .1.3.6.1.4.1.2743.0.319 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC ILS - Backup 3 In Use EDESC # # # EVENT rflILSBkpInUseReset .1.3.6.1.4.1.2743.0.320 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC ILS - Backup 3 In Use Reset EDESC # # # EVENT rflNoRespFromCard .1.3.6.1.4.1.2743.0.1001 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC NMS - No Response From Card EDESC # # # EVENT rflNoRespFrmCrdReset .1.3.6.1.4.1.2743.0.1002 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC NMS - No Response From Card Reset EDESC # # # EVENT rflNoRespFromNtwrk .1.3.6.1.4.1.2743.0.1003 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC NMS - No Response From Network EDESC # # # EVENT rflNoRespFrmNwkReset .1.3.6.1.4.1.2743.0.1004 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC NMS - No Response From Network Reset EDESC # # # EVENT rflInvalidNtwrkReq .1.3.6.1.4.1.2743.0.1005 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC NMS - Invalid Network Requested EDESC # # # EVENT rflInvalidNtwrkReset .1.3.6.1.4.1.2743.0.1006 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC NMS - Invalid Network Requested Reset EDESC # # # EVENT rflPollingEnded .1.3.6.1.4.1.2743.0.1007 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC NMS - Polling Has Ended EDESC # # # EVENT rflPollingResumed .1.3.6.1.4.1.2743.0.1008 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC NMS - Polling Has Resumed EDESC # # # EVENT rflInitializeColors .1.3.6.1.4.1.2743.0.2000 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Normal\" SDESC When rflagt starts, 2000 trap will turn all icons into green EDESC # # # EVENT rflNoRespFromNMS .1.3.6.1.4.1.2743.0.2001 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC Agent - No Response From NMS EDESC # # # EVENT rflNoRespFrmNMSReset .1.3.6.1.4.1.2743.0.2002 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC c:\\openview\\contrib\\nnm\\rfl\\rflsnmp.exe SDESC NMS - No Response From NMS Reset EDESC # # # EVENT rflNoRespFromSbAgnt .1.3.6.1.4.1.2743.0.2003 "RFL IMUX2000 Events" Critical FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Critical\" SDESC Agent - No Response From Subagent EDESC # # # EVENT rflNoRespFrmAgtReset .1.3.6.1.4.1.2743.0.2004 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* SDESC NMS - No Response From SubAgent Reset EDESC # # # EVENT rflClearAlarmsForSA .1.3.6.1.4.1.2743.0.2005 "RFL IMUX2000 Events" Normal FORMAT Received trap: generic #$G specific #$S. $# args: $* EXEC snmpnotify \"\" .1.3.6.1.4.1.11.2.17.1.0.58916871 .1.3.6.1.4.1.11.2.17.2.1.0 Integer 14 .1.3.6.1.4.1.11.2.17.2.2.0 OctetStringAscii $1 .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Status is\" .1.3.6.1.4.1.11.2.17.2.4.0 OctetString \"Normal\" SDESC Agent - Clear All Alarms For Subaddress EDESC # # # EVENT SNMP_Cold_Start .1.3.6.1.6.3.1.1.5.1 "LOGONLY" Normal FORMAT Agent Up with Possible Changes (coldStart Trap) enterprise:$E ($e) args($#):$* SDESC A coldStart trap signifies that the sending protocol entity is reinitializing itself such that the agent's configuration or the protocol entity implementation may be altered. EDESC # # # EVENT SNMP_Warm_Start .1.3.6.1.6.3.1.1.5.2 "LOGONLY" Normal FORMAT Agent Up with No Changes (warmStart Trap) enterprise:$E ($e) args($#):$* SDESC A warmStart trap signifies that the sending protocol entity is reinitializing itself such that neither the agent configuration nor the protocol entity implementation is altered. EDESC # # # EVENT SNMP_Link_Down .1.3.6.1.6.3.1.1.5.3 "LOGONLY" Minor FORMAT Agent Interface Down (linkDown Trap) enterprise:$E ($e) on interface $1 SDESC A linkDown trap signifies that the sending protocol entity recognizes a failure in one of the communication links represented in the agent's configuration. The data passed with the event is 1) The name and value of the ifIndex instance for the affected interface. The name of the interface can be retrieved via an snmpget of .1.3.6.1.2.1.2.2.1.2.INST, where INST is the instance returned with the trap EDESC # # # EVENT SNMP_Link_Up .1.3.6.1.6.3.1.1.5.4 "LOGONLY" Normal FORMAT Agent Interface Up (linkUp Trap) enterprise:$E ($e) on interface $1 SDESC A linkUp trap signifies that the sending protocol entity recognizes that one of the communication links represented in the agent's configuration has come up. The data passed with the event is 1) The name and value of the ifIndex instance for the affected interface. The name of the interface can be retrieved via an snmpget of .1.3.6.1.2.1.2.2.1.2.INST, where INST is the instance returned with the trap EDESC # # # EVENT SNMP_Authen_Failure .1.3.6.1.6.3.1.1.5.5 "LOGONLY" Warning FORMAT Incorrect Community Name (authenticationFailure Trap) enterprise:$E ($e) args($#):$* SDESC An authentication failure trap signifies that the sending protocol entity is the addressee of a protocol message that is not properly authenticated. While implementations of the SNMP must be capable of generating this trap, they must also be capable of suppressing the emission of such traps via an implementation- specific mechanism. HP-UX only: On HP-UX agents, the valid community names can be found in the /etc/snmpd.conf file. The IP address which caused the authentication failure can be determined by either looking in the log file (snmpd.log), or by doing an snmpwalk on the SNMP variable .iso.org.dod.internet.private.enterprises.hp.nm.snmp. authfail.authFailTable.authFailEntry This event is sent when an entity does an SNMPGET with a community name which does not match the get-community name in /etc/snmpd.conf. It also is sent when an entity does an SNMPSET with a community name which does not match the set-community name AND does not match the get-community name. If no get-community name is configured, authentication failure traps will never be sent, because the get community name matches all. On HP-UX machines, see snmpd(1M). EDESC # # # EVENT SNMP_EGP_Down .1.3.6.1.6.3.1.1.5.6 "LOGONLY" Warning FORMAT EGP Neighbor Down (egpNeighborLoss Trap) enterprise:$E ($e) neighbor $1 SDESC An egpNeighborLoss trap signifies that an EGP neighbor for whom the sending protocol entity was an EGP peer has been marked down and the peer relationship no longer obtains. The data passed with the event is 1) The name and value of the ifIndex egpNeighAddr for the affected neighbor EDESC # # End of configuration for event formats and actions #