|
|
This chapter describes in detail, the mappings for all traps configured in the cisco.rules file for the Cisco Info Center Info Mediators. The Cisco Info Mediators include the following:
This chapter consists of the following sections:
The cisco.rules file is located in the /opt/Omnibus/probes/solaris2 directory, and contains links to rules files that contain all of the rules for the events that are processed by the Cisco Info Center Info Mediators.
The cisco.rules file implements rules file statements that allow linking to subsidiary rules files from the main rules file. These links are implemented using the include statment. For example, when a ProbeWatch event is received, the Info Server examines the value in the @Manager field and processes the following rules file statement:
case "ProbeWatch": include "opt/Omnibus/probes/solaris2/cisco.includes/generatediscardtrap.r"
Events for each event category event are processed by rules files located in the /opt/Omnibus/probes/solaris2/cisco.includes directory. For example, when a generic trap is processed and the @Manager field has the value 6, the following include statment is processed:
include "opt/Omnibus/probes/solaris2/cisco.includes/generictraps/generictrap6.r"
The generictrap6.r file, in turn, contains include statements that point to rules files for specific enterprise OIDs. The actual rules file that contains the rules for specific traps is several directory levels belw the generictraps directory.
If you need to modify a particular rule, examine the rules files, starting with the cisco.rules file, and determine the path to the file for the specific rules. For example, for the 1000 series rules, examine the cisco.rules file and determine the path to the 1000.r rules file, which is:
/opt/Omnibus/probes/Solaris2/cisco.includes/generictraps/enterprises/traps/1000.r
Note that only system integrators with an advanced knowledge of the rules file language and the software/hardware topology for the site that they are managing should customize the rules files. Incorrect coding in the rules files can have unpredictable consequences.
This section describes the lookup files and tables defined in the rules file, cisco.rules. These files and tables are used in message processing to determine the value that should be assigned to a variable in the rules code for a particular trap.
The Cisco lookup files are stored in the \opt\Omnibus\probes\solaris2\cisco.lookups directory.
The lookup files use external ASCII files on disk to contain the lookup information. These files are read by the Info Mediators upon start-up.
The file must be in the following format:
key[TAB]valuekey[TAB]value
The following external lookup files are used with CIC 2.0.
This lookup file contains the MGX 8220/8850 Shelf Functional Module Type which is received as a varbind in the MGX 8220/8850 traps. The ObjectType for this object is an integer and this lookup returns the text string assigned to the SubObjectType field in the Cisco Info Server.
This lookup file contains the MGX 8220/8850 Line Module Type which is received as a varbind in the MGX 8220/8850 traps. The ObjectType for this object is an integer and this lookup returns the text string assigned to the SubObjectType field in the Cisco Info Server.
This lookup file is used to discard traps that are not required. The key for the lookup takes the form of $enterprise-$generic-$specific where:
The value returned upon lookup could be one of {NNM, CWM, or All} where:
By default, the lookup file is populated with all MGX 8220, 20000 through 20007, 25000 through 25002 (only for CWM 8.4), and 25010 through 25012 (only for
CWM 9.1) traps with lookup value NNM, as they are duplicated between HP NNM and the CWM Agent.
This lookup file looks up the Enterprise Name received from the trap in a dot notation (ASN.1) and returns the Enterprise Name as a character string.
This lookup file is used in the Enterprise.1.3.6.1.4.1.351.120 traps (Specific Trap 20001), and contains the lineCardType, which is an integer ObjectType. This lookup file converts the integer to a text string and is used as one of the strings in the SubObjectType field in the Cisco Info Server.
This lookup file is generated by the script:
$OMNIHOME/utils/generate_lookups/generate_lookups
This script performs an Informix database lookup and provides a lookup file with the IP address for all of the network elements stored in the Node table in the Informix database. The key for the lookups is NEName, and the IP address returned is stored in the NEAddress field in the Cisco Info Server.
Note, you can manually invoke this script during a network upgrade.
This lookup file is generated by the script:
$OMNIHOME/utils/generate_lookups/generate_lookups
The script is used for SWSW (switch software) MGX 8220/8850 version interoperability support. This script performs an Informix database lookup. The key is NEName and the value it returns is the firmware version of the underlying network element.
This lookup file is generated by the script:
$OMNIHOME/utils/generate_lookups/generate_lookups
This table is used to look up the switch model number for MGX switches.
This lookup file is generated by the script:
$OMNIHOME/utils/generate_lookups/generate_lookups
This table is used to look up an index value that is used to locate the name of the network. The lookup table contains a list of SV+ or CWM versions that is used to locate the index value.
This lookup file is generated by the script:
$OMNIHOME/utils/generate_lookups/generate_lookups
The script is used for multiple CWM support. This script performs an Informix database lookup. The key is NEName and the unique network index it returns is the lookup value.
This lookup file is generated by the script:
$OMNIHOME/utils/generate_lookups/generate_lookups
This script performs an Informix database lookup and provides a lookup file with the network element platform for all of the network elements stored in the Node table in the Informix database. The key for the lookups is NEName, and the network element platform returned is stored in the NEType field in the Cisco Info Server.
NEType defaults to Unknown (999) when no lookup is found.
1000 InfoCenter Mediator
Valid NETypes are displayed in Table 1-1.
| Integer Value | Platform |
|---|---|
1 | BPX |
2 | IGX |
3 | MGX |
4 | DAS |
5 | VNS |
6 | DASD |
11 | C3800 |
12 | ESP |
14 | MGX |
100 | IPX |
426 | CWMHost |
555 | CSCOrtr |
999 | Unknown |
1000 | Info Center Mediator |
This lookup file is generated by the script:
$OMNIHOME/utils/generate_lookups/generate_lookups
The script is used for multiple CWM support. The key is the hostname of the CWM machine. The value it returns is the release version of the CWM software.
This lookup file is used in the Enterprise .1.3.6.1.4.1.351.120 traps (Specific Trap 20002), and contains the svTrunkCardType, which is an integer ObjectType. This lookup file converts the integer to a text string and is used as one of the strings in the SubObjectType field in the Cisco Info Server.
This lookup file is used in the Enterprise .1.3.6.1.4.1.351.120 traps (Specific Traps 20003 and 20004), and contains the trapCardType, which is an integer ObjectType. This lookup file converts the integer to a text string and assigns it in the SubObjectType field in the Cisco Info Server.
This lookup file is used in the Enterprise .1.3.6.1.4.1.351.120 traps (Specific Traps 20001 through 20007). varbind4 is the trapReason which is an integer ObjectType. This lookup file converts the integer to a text string and assigns it in the TrapReason field in the Cisco Info Server.
A lookup table can be defined directly within the rules file itself using the following format:
table tablename={{"key","value"},{"key","value"}}
The cisco.rules file contains the following lookup tables:
This lookup table is used to populate the SubObjectType field in the object for the Redundancy Added and Deleted alarms for MGX 8220 traps 50047 and 50048. The redPrimaryType and redSecondaryType are integer objects.
table redPSType =
{{"1", "other"},{"2", "bsc"},{"10", "aum-T3"},{"20", "tim"},{"30", "frsm-4T1"},{"31", "frsm-4E1"},{"35", "frsm-8T1"},{"36", "frsm-8E1"},{"40", "asum-4T1"},{"41", "asum-4E1"},{"60", "cesm-4T1"},{"61", "cesm-4E1"},{"70", "imatmb-T3T1"},{"71", "imatmb-E3E1"},{"72", "imatmb-8T1"},{"73", "imatmb-8E1"},{"80", "frasm-8T1"},{"90", "cesm-8T1"},{"91", "cesm-8E1"},{"110", "atmt-8T1" },{"111", "atmt-8E1" },{"120", "frt-8T1" },{"121", "frt-8E1" },{"131", "frsm-2t3" },{"132", "frsm-2e3" },{"133", "frsm-hs2" },{"140", "cesm-T3" },{"141", "cesm-E3" },{"150", "vism-8T1" },{"151", "vism-8E1" },{"1000", "pxm1" },{"1001", "pxm1-2t3e3" },{"1002", "pxm1-4oc3" },{"1003", "pxm1-oc12" },{"2000", "rpm" }}
This table is used to determine the clock source.
table ClockSource = {
{"1", "liu-rclk0"}{"2","liu-rclk1"}{"3", "liu-rclk2"}{"4", "liu-rclk3"}{"5", "liu-rclk4"}{"6", "liu-rclk5"}{"7", "liu-rclk6"}{"8", "liu-rclk7"}{"9", "dsx3"}{"10", "bp8clk"}{"11", "none"}}
This lookup table is used to make the Summary field meaningful by converting the integer values in the primaryClockSource and secondaryClockSource fields into their text strings for MGX 8220 traps 50240 and 50241.
table LineType = {
{"1", "dsx1ESF"}{"2", "dsx1D4"}{"3", "dsx1E1"}{"4", "dsx1E1CRC"}{"5", "dsx1E1MF"}{"6", "dsx1E1CRC-MF"}{"7", "dsx1E1clearchannel"}{"51", "dsx3CbitParity"}{"52", "dsx3g832-g804"}{"53", "dsx3m13mode"}{"54", "dsx3g751"}{"55", "dsx3Unframed"}{"56", "e3Unframed"}{"101", "x21dte"}{"102", "x21dce"}{"151", "sonetSts3c"}{"152", "sonetStm1"}{"153", "sonetSts12c"}{"154", "sonetStm4"}}
This lookup table is used to convert the LineType object from its integer value to a text string and to assign it to the SubObjectType field in the Cisco Info Server. This lookup table is used with MGX 8220 traps.
The following lookup table is used to convert the LineType object in IGX messages to a text string and assign it t the SubObjectType field in the Cisco Info Server.
table IGXCardType = { {"9", "hdm"}
{"15", "ldm"}{"22", "ntm"}{"25", "frm"}{"29", "cvm"}{"32", "npm"}{"33", "arm"}{"34", "btm"}{"37", "ufm-c"}{"38", "ufm-u"}{"40", "uvm"}{"41", "uxm"}}
The following table is used to convert integers that represent port states for frame relay connections into text strings that are displayed by the Cisco Info Server.
table FrameRelayPortState ={
{"1", "notConfigured"},{"2", "active"},{"3", "remoteLoopback"},{"4", "failedDueToLine"},{"5", "failedDueToSignalling"},{"6", "inactive"},{"7", "inBert"},{"8", "farEndRemoteLoopback"},{"9", "latchDS0DropFeLoop"},{"10", "latchDS0LineFeLoop"},{"11", "latchOcuFeLoop"},{"12", "latchCsuFeLoop"},{"13", "latchDsuFeLoop"},{"14", "latchHL96FeLoop"},{"15", "v54PolynomialFeLoop"}}
ObjectStatus reported by the network elements can have multiple conversions for the same integer value, as shown in the following tables.
| ObjectStatus Value | Converted Value |
|---|---|
1 | Clear |
2 | Failed |
| ObjectStatus Value | Converted Value |
|---|---|
1 | Inactive |
2 | Failed |
The ObjectStatus for each trap is offset with a constant, making the integer value unique in the conversion table. For example, adding 200 to the ObjectStatus value for trapPeripheralState and 400 to the ObjectStatus value for svportState produces the following tables:
| ObjectStatus Value | Converted Value |
|---|---|
201 | Clear |
202 | Failed |
| ObjectStatus Value | Converted Value |
|---|---|
401 | Inactive |
402 | Failed |
In the rules file, ObjectStatus is assigned a value that is an addition of the constant defined for that trap and the varbind that contains the ObjectStatus value. For example:
@ObjectStatus = int($svPortState) + int($5)
Table 1-6 lists the constants defined for the ObjectStatus value.
| Variable Name | Constant |
|---|---|
$lineStatus | 100 |
$svTrunkStatus | 100 |
$nodeReachableStatus | 170 |
$trapCardStatus | 200 |
$trapPeripheralStatus | 200 |
$svPortState | 400 |
$svConnOpStatus | 500 |
$redPrimaryState | 600 |
$shelfFunctionModuleState | 600 |
$shelfIntegratedAlarm | 700 |
$lineModuleState | 800 |
$portState | 900 |
$bertStatus | 1000 |
$ausmPortState | 1100 |
$imaPortState | 1200 |
$apsOperStatus | 1400 |
$voiceNodeState | 1500 |
$C3800CardOperStatus | 1600 |
$C3800SysAggStatus | 1700 |
$insOperStatus | 1800 |
$configChangeStatus | 1900 |
The probe rules file is configured in two main sections. The first section deals with the ProbeWatch messages; the second section deals with the traps received from the network elements. The mappings for the ProbeWatch messages are set by the Mediators based on the Manager field generated by the Mediator.
For ProbeWatch messages, the Manager field is set to ProbeWatch.
| Manager | ProbeWatch |
Summary | @Agent + "on" + @Node + "" + @Summary |
NEName | @Node |
ObjectType | "InfoCenter.system" |
SubObjectType | "Mediator" |
AlertKey | @Agent |
NEType | 1000 |
This subsection describes the ProbeWatch message mappings based on summary types.
Summary | "Going Down...": |
Type | 1 |
AlertGroup | "ProbeUpDown" |
ObjectStatus | 103 - Failed |
Summary | "Running..." |
Type | 2 |
AlertGroup | "ProbeUpDown" |
ObjectStatus | 102 |
When the above two cases do not match for
Manager = ProbeWatch
the rest of the traps generated by the Mediators are discarded.
This section describes the main rules file section and deals with all traps other than the ProbeWatch messages.
Following is the rule to set up the key for the discard lookup:
$discardtrap = lookup($enterprise + "-" + $generic-trap + "-" + $specific-trap, discards)if(match($discardtrap, $Manager) or match($discardtrap, "All")){discard}
The valid values for the discard lookup are NNM, CWM, or All. Based on the value returned, the Mediator discards the entire event. The @Manager is set to NNM for the nco_p_nnm5 Mediator and CWM for the nco_p_rttrapd Mediator (that is, CWM Mediators).
elseDo not discard, continue with the rest of processing
Default values are set in the next section. Where required, these values are overwritten in the mappings for the specific trap.
Table 1-10 describes the main rules default settings.
| Field | Value | Description |
|---|---|---|
remove($Identifier) | " " | The Identifier is the key field used for the deduplication. By default, the Identifier is set in the Mediator. As the Identifier is customized for each trap, the $Identifier variable is unset (removed) and set at the end of the rules file. |
@Node | $Node | $Node is the token created by the probe. This is taken from the SNMP Trap header (Agent address). |
@SVVersion | lookup(@NEName, SVPlusVersion) | The SV+ version is returned from the lookup file's NEName. |
@NEName | $2 | The Network Element Name is received as a varbind in the traps. Because most varbind positions are the same for all the Cisco traps, by default the NEName is assigned to $2. It may, however, be overwritten later. |
@NEType | lookup(@NEName, NETypes) | The NEType is returned from the lookup file's NETypes. |
@NEAddress | lookup(@NEName, neaddress) | The NEAddress fields are returned from the lookup file's NEAddress. |
@NEModelID | lookup(@NEName, @NEModel) | The hardware model, which is extracted from the CWM database during installation. |
@NEFWVersion | lookup(@NEName, NEFWRel) | The firmware version. |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) | The network name is looked up in a lookup table during message processing. |
@Summary | "??: " + $enterprise + " " + $generic-trap + " " + $specific-trap | The text for the summary line that describes the event. |
@Severity | "1" | By default, the severity is set to Indeterminate. |
Type | "1" | Type is set to 1 (default). |
@Agent | $enterprise-name |
|
All traps generated by the HP Network Node Manager are discarded from the CWM Mediators in the following manner:
case ".1.3.6.1.4.1.11.2.17.1":
discard
User Connection traps are issued when user connection are made. These traps include the following:
Depending on which version of SV+ or Cisco WAN Manager is running, these traps are registered differently:
User Connection traps consist of traps generated from the following types of connection:
All of the user connection traps have common varbinds and common mappings for most of the message fields. However, certain fields vary depending on the type of trap.
Table 1-11 lists the varbinds that are received from the above specific traps and which have common positions and descriptions:
| CWM 9.1 varbind Position | CWM 9.2 varbind Position | Object | Description |
|---|---|---|---|
1 | 1 | lastSequenceNumber | The sequence number of the last trap generated on the SNMP Proxy. |
2 | 2 | svConnLocalEndPt | The OID of the first attribute of the end point in the associated protocol specific end point table. Used for determining whether local end is ATM, FR, or CE. |
3 | 3 | svConnLocalStr | The remote end point information in string format (that is, the instance information of the end point): Format example: node.shelf.slot.port.vpi.vci (for ATM) node.shelf.slot.port.0.0 (for CE) node.shelf.slot.port.0.0 (for Voice) node.shelf.slot.port.0.0 (for Data) node.shelf.slot.port.0.0 (for ATM-CE) When a shelf does not exist, a null string {..} is returned. |
not used | 4 | svConnAlarmLocalEndNNI | The local end of the network-to-network connection. |
4 | 5 | svConnRemoteEndPt | The OID of the second attribute of the end point in the associated protocol specific end point table. Used for determining whether remote end is ATM, FR, or CE. |
5 | 6 | svConnRemoteStr | The remote end point information in string format (that is, the instance information of the end point). Format example: node.shelf.slot.port.vpi.vci (for ATM) node.shelf.slot.port.0.0 (for CE) node.shelf.slot.port.0.0 (for Voice) node.shelf.slot.port.0.0 (for Data) node.shelf.slot.port.0.0 (for ATM-CE) When there is no shelf, a null string {..} is returned. |
not used | 7 | svConnAlarmRemoteEndNNI | The remote end of the network-to-network connection. |
6 | 8 | svConnOpStatus | Operational status of the connection. |
7 | 9 | svConnAbitStatus | A-bit status of the connection. Valid values are: |
8 | 10 | svConnType | Connection type: |
| Field | Value | Description |
|---|---|---|
@AlertKey | $svConnLocalStr + $svConnRemoteStr |
|
@ObjectType | "connection" |
|
@ObjectStatus | int($svConnOpStatus) + int($6) int(@ObjectStatus) + 4 (when $7 = 2) |
|
$DeDupKey | @AlertKey + @ObjectStatus +@ServiceType |
|
$ObjectStatus | InActive (when @ObjectStatus = 501) Clear (when @ObjectStatus = 502) Fail (when @ObjectStatus = 503) Down (when @ObjectStatus = 504) InComplete (when @ObjectStatus = 505) ClearABitFail (when @ObjectStatus = 506) FailABitFail (when @ObjectStatus = 507) DownABitFail (when @ObjectStatus = 508) Unknown (default). |
|
@Type | 1 2 (when @ObjectStatus = 502). |
|
$shelf | extract($svConnLocalStr, "^[^.]*\.([^.]*)\..*") | The local and remote connection string (varbind 3 and 5) contain the instance information for the endpoint. The Network Element Names (NEName and RemoteNEName) are extracted from either the first or second field, depending upon the value in the second field. The fields are separated by a "." The format is: Node.shelf.<field.field> depending upon the connection type. |
@NEName | extract($svConnLocalStr, "(^[^.]*)\.[^.]*\..*") (when $shelf is blank). @NEName = $shelf (when $shelf is not blank). |
|
@Node | @NEName (when $shelf is blank). extract($svConnLocalStr, "(^[^.]*)\.[^.]*\..*") (when $shelf is not blank). |
|
@NEType | lookup(@NEName, NETypes) |
|
@Slot | extract($svConnLocalStr, "^[^.]*\.[^.]*\.([^.]*)\..*") | Extract the third field (slot number) and assign it to the slot field in the Cisco Info Server. |
$rshelf | extract($svConnRemoteStr, "^[^.]*\.([^.]*)\..*") | Extract the remote NEName. |
@RemoteNEName | extract($svConnRemoteStr, "(^[^.]*)\.[^.]*\..*") (when $shelf is blank). $rshelf (when $shelf is not blank). |
|
@AdditonalInfo | extract($svConnRemoteStr, "(^[^.]*)\.[^.]*\..*") (when $rshelf is not blank). |
|
@RemoteSlot | extract($svConnRemoteStr, "^[^.]*\.[^.]*\.([^.]*)\..*") | Extract the third field (slot number) and assign it to the remote slot field in the Cisco Info Server. |
@TrapReason | $specific-trap |
|
$master-end | ATM (when $2 = "1.3.6.1.4.1.351.1.101.1.15" or "OID: enterprises.351.1.101.1.15") FR (when $2 = "1.3.6.1.4.1.351.1.101.1.16" or "OID: enterprises.351.1.101.1.16" DATA (when $2 = "1.3.6.1.4.1.351.1.101.1.19" or "OID: enterprises.351.1.101.1.19") VOICE (when $2 = "1.3.6.1.4.1.351.1.101.1.18" or "OID: enterprises.351.1.101.1.18") CE (default case). | The type of connection (fr-fr, fr-atm, atm-fr, ce-ce). The OIDs returned in varbind 2 are used to determine the connection type. varbind 2 could either have the OID in dot notation (for example, .1.3.6.1.4.1.351.1.101.1.15) or the string "OID:enterprises" followed by the rest of the enterprise ID (for example, "OID:enterprises.351.1.101.1.15") |
$remoteend | ATM (when $svConnRemoteEndPt = "1.3.6.1.4.1.351.1.101.1.15" or "OID: enterprises.351.1.101.1.15") FR (when $svConnRemoteEndPt = "1.3.6.1.4.1.351.1.101.1.16" or "OID: enterprises.351.1.101.1.16" DATA (when $svConnRemoteEndPt = "1.3.6.1.4.1.351.1.101.1.18" or "OID: enterprises.351.1.101.1.18") VOICE (when $svConnRemoteEndPt = "1.3.6.1.4.1.351.1.101.1.19" or "OID: enterprises.351.1.101.1.19") CE - (default case). | The type of connection on the remote end. |
$SubObjectType | $masterend +"-" + $remoteend | Concatenate the master end and the remote end to make up the connection type. |
@Class | @Class = 1040 (when @NEType = AXIS) @Class = 1100 (when @NEType = BPX) @Class = 1020 (when @NEType = IPX/IGX) | Class type. |
The format of a Frame Relay to Frame Relay connection string is:
Node.shelf.slot.line.port.dlci
| Field | Value | Description |
|---|---|---|
@SubObjectType | "fr-fr" | Assign the SubObjectType to indicate a fr-fr connection. |
@ServiceType | "frChan" (when @NEType = 3) "frEndpt" (default) | Assign the ServiceType field the frEndpt value. This field is used by the Real Time Counters tool to dynamically display the relevant counters for a fr-fr connection that could be polled for statistics. As the counters depend upon the Network Element, the service type is based on the NEType. |
$Line | extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") | Extract the fourth field from the local connection string. |
$Port | extract($3,"^[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") | Extract the fifth field from the local connection string. |
@DSAP | extract($3,"^[^.]*\.[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)") + "(DLCI)" | Destination Service Access Point (DSAP). Indicates the DLCI for this connection is extracted from the sixth field and is appended to the (DLCI) string. |
$RLine | extract($svConnRemoteStr, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") | Extract the fourth field from the remote connection string. |
$RPort | extract($svConnRemoteStr, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") | Extract the fifth field from the remote connection string. |
@RemotePSAP | $RLine + "." + $RPort |
|
@RemoteDSAP | extract($svConnRemoteStr, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)") + "(DLCI)" |
|
@PSAP | $Line = "1" (when $Line = 0) $Line + "." + $Port (when $Line != 0) | For FR cards, the Physical Service Access Point (PSAP) is denoted with the line.port notation. Any line having a 0 value is converted to a 1. |
$Rline | 1 - (when $RLine = 0) |
|
The format of an ATM-ATM connection string is:
Node.shelf.slot.port.vpi.vci
| Field | Value | Description |
|---|---|---|
@SubObjectType | "atm-atm" | Connection is atm-atm. Assign to SubObjectType field. |
@ServiceType | "ausmChan" (when @NEType = 3) "atmEndpt" (default) | Assign the ServiceType field the atmEndpt value. This field is used by the Real Time Counters tool to dynamically display the relevant counters for an ATM-ATM connection that could be polled for statistics. |
@PSAP | extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") | The Physical Service Access Point (PSAP) is the port field (fourth) in the local connection string. |
$VPI | extract($3, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") | The Destination Service Access Point (DSAP) for ATM connections is denoted by the vpi.vci. The fifth and sixth fields are extracted and concatenated with the VPI/VCI string. |
$VCI | extract($3, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)" | Local VCI. |
@DSAP | $VPI + "." + $VCI + "(VPI/VCI)" |
|
$RPort | extract($svConnRemoteStr, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") | Extract the remote end point port information. |
@RemotePSAP | $RPort |
|
$RVPI | extract($svConnRemoteStr, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") | Remote VPI. |
$RVCI | extract($svConnRemoteStr, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)" | Remote VCI. |
@RemoteDSAP | $RVPI + "." + $RVCI + "(VPI/VCI)" |
|
This section describes Frame Relay to ATM (fr-atm) connections and ATM to Frame Relay (atm-fr) connections. For both cases, the SubObjectType is set to atm-fr.
The format of the local and remote strings of FR-ATM connections depends upon the local and remote end point types (that is, whether the local end is Frame Relay or ATM, and the opposite for the remote end.)
Therefore, the connection string could be either:
Node.shelf.slot.port.vpi.vci-Node.shelf.line.port.dlci
or
Node.shelf.line.port.dlci-Node.shelf.port.vpi.vci
| Field | Value |
|---|---|
@SubObjectType | "atm-fr" |
@ServiceType | "ausmChan" (when $masterend is ATM and NEType = AXIS) "atmEndpt" (when $masterend is ATM and NEType = BPX) |
$PSAP | extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") |
$VPI | extract($3, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") |
$VCI | extract($3, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)") |
@DSAP | $VPI + "." + $VCI + "(VPI/VCI)" |
$RLine | extract($svConnRemoteStr, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") |
$RPort | extract($svConnRemoteStr, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") |
@RemotePSAP | $RLine + "." + $RPort |
@RemoteDSAP | extract($svConnRemoteStr, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)") + "(DLCI)" |
$RLine | 1 (when $RLine = 0) |
| Field | Value |
|---|---|
@ServiceType | "frChan" - (when $masterend is fr and NEType = AXIS) "frEndpt" - (when $masterend is fr and NEType = IPX/IGX) |
$Line | extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") |
$Port | extract($3, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") |
@DSAP | extract($3, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)") + "(DLCI)" |
@PSAP | 1 - (when $Line = 0) $Line + "." + $Port (when $Line != 0) |
$RPSAP | extract($svConnRemoteStr, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") |
$RVPI | extract($svConnRemoteStr, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") |
$RVCI | extract($svConnRemoteStr, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)") |
@RemoteDSAP | $RVPI + "." + $RVCI + "(VPI/VCI)" } |
This section describes the Circuit Emulation connections (ce-ce). The format for a ce-ce connection string is:
Node.shelf.slot.port.0.0
| Field | Value |
|---|---|
@SubObjectType | "ce-ce" |
@ServiceType | "cesmChan" |
@PSAP | extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") |
@RemotePSAP | extract($svConnRemoteStr, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") |
This section describes the Voice connections (voice-voice). The format for a voice-voice connection string is:
Node.shelf.slot.port.0.0
| Field | Value |
|---|---|
@SubObjectType | "voice-voice" |
@ServiceType | "voice" |
@PSAP | extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*).*") @PSAP = @PSAP + "." + @LSAP |
@LSAP | extract($3, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)") |
@RemotePSAP | extract($6, "^[^.]*\.[^.]*\.[^.]*\.([^.]*).*") |
@RemoteLSAP | extract($6, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)") |
This section describes the Data connections (data-data). The format for a data-data connection string is:
Node.shelf.slot.port.0.0
| Field | Value |
|---|---|
@SubObjectType | "data-data" |
@ServiceType | "dataUVMCVM", or if $RemotePSAP = 0, "dataHDMLDM" |
@PSAP | extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*).*") |
@LSAP | extract($3, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)") |
@RemotePSAP | extract($6, "^[^.]*\.[^.]*\.[^.]*\.([^.]*).*") |
@RemoteLSAP | extract($6, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)") |
This trap is generated when a connection alarm status is received.
Supported CIC Releases: 1.0
Table 1-20 describes the fields and values for Specific Trap 25000.
| Field | Value |
|---|---|
@AlertGroup | "UserConnectionClear" |
@Summary | "User connection Clear"+ $3 + "-" + $5 + "ConnStatus:"+ $objectstatus + "ConnType:" + @SubObjectType |
This trap is generated when a user connection has entered the failed state.
Supported CIC Releases: 1.0
Table 1-21 describes the fields and values for Specific Trap 25001.
| Field | Value |
|---|---|
@AlertGroup | "UserConnectionClear" |
@Summary | "User connection Fail" + $3 + "-" + $5 + "ConnStatus:" + $objectstatus + "ConnType:" + @SubObjectType |
This trap is generated when a user connection has entered the downed state.
Supported CIC Releases: 1.0
Table 1-22 describes the fields and values for Specific Trap 25002.
| Field | Value |
|---|---|
@AlertGroup | "UserConnectionClear" |
@Summary | "User connection Down" + $3 + "-" + $5 + "ConnStatus:" + $objectstatus + "ConnType:" + @SubObjectType |
This trap is generated when a user connection has recovered from a failed/downed state.
Supported CIC Releases: 1.1
Table 1-23 describes the fields and values for Specific Trap 25010.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ObjectType | "connection" |
@ObjectStatus | int($C_svConnOpStatus) + int($svConnOpStatus) int(@ObjectStatus) + 4 (when $svConnAbitStatus = 2) |
@Type | 2 (when @ObjectStatus = 502) |
@NEAddress | lookup(@NEName, neaddress) |
@NEName | extract($svConnLocalStr, "(^[^.]*)\.[^.]*\..*") (when $shelf = "") $shelf (otherwise) |
@Node | @NEName (when $shelf = "") extract($svConnLocalStr, "(^[^.]*)\.[^.]*\..*") (otherwise) |
@NEType | lookup(@NEName, NETypes) |
@Severity | 0 (when @ObjectStatus = 501) |
$shelf | extract($svConnLocalStr, "^[^.]*)\.([^.]*\..*") |
@PSAP | $Line + "." + $Port (when @SubObjectType = "fr-fr") extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*" (when @SubObjectType = "atm-atm") extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*" (when @SubObjectType = "fr-atm") extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*" (when @SubObjectType = "atm-fr") extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*" (when @SubObjectType = "ce-ce") |
@DSAP | extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\.[^.]*\.([^.]*)") + "(DLCI)" (when @SubObjectType = "fr-fr") $VPI + "." $VCI + "(VPI/VCI)" (when @SubObjectType = "atm-atm") $VPI + "." $VCI + "(VPI/VCI)" (when @SubObjectType = "fr-atm") $VPI + "." $VCI + "(VPI/VCI)" (when @SubObjectType = "atm-fr") |
@Slot | extract($svConnLocalStr, "^[^.]*\.[^.]*\.([^.]*)\..*") |
@Class | 1040 (if @NEType is = 3) |
@AlertKey | $svConnLocalStr + svConnRemoteStr |
@AlertGroup | "UserConnectionClear" |
@Summary | "User connection Clear " + $3 + " - " + $6 + " ConnStatus: " + $objectstatus + " ConnType: " + @SubObjectType |
$DeDupKey | @AlertKey + @ObjectStatus + @ServiceType |
This trap is generated when the user connection has failed.
Supported CIC Releases: 1.1
Table 1-24 describes the fields and values for Specific Trap 25011.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ObjectType | "connection" |
@ObjectStatus | int($C_svConnOpStatus) + int($svConnOpStatus) int(@ObjectStatus) + 4 (when $svConnAbitStatus = 2) |
@Type | 2 (when @ObjectStatus = 502) |
@NEName | extract($svConnLocalStr, "(^[^.]*)\.[^.]*\..*") (when $shelf = "") $shelf (otherwise) |
@Node | @NEName (when $shelf = "") extract($svConnLocalStr, "(^[^.]*)\.[^.]*\..*") (otherwise) |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@Severity | 0 (when @ObjectStatus = 501) |
$shelf | extract($svConnLocalStr, "^[^.]*)\.([^.]*\..*") |
@PSAP | $Line + "." + $Port (when @SubObjectType = "fr-fr") extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*" (when @SubObjectType = "atm-atm") extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*" (when @SubObjectType = "fr-atm") extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*" (when @SubObjectType = "atm-fr") extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*" (when @SubObjectType = "ce-ce") |
@DSAP | extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\.[^.]*\.([^.]*)") + "(DLCI)" (when @SubObjectType = "fr-fr") $VPI + "." $VCI + "(VPI/VCI)" (when @SubObjectType = "atm-atm") $VPI + "." $VCI + "(VPI/VCI)" (when @SubObjectType = "fr-atm") $VPI + "." $VCI + "(VPI/VCI)" (when @SubObjectType = "atm-fr") |
@Slot | extract($svConnLocalStr, "^[^.]*\.[^.]*\.([^.]*)\..*") |
@Class | 1040 (if @NEType is = 3) |
@AlertKey | $svConnLocalStr + svConnRemoteStr |
@AlertGroup | "UserConnectionClear" |
@Summary | "User connection Fail " + $3 + " - " + $6 + " ConnStatus: " + $objectstatus + " ConnType: " + @SubObjectType |
$DeDupKey | @AlertKey + @ObjectStatus + @ServiceType |
This trap is generated when the user connection goes down.
Supported CIC Releases: 1.1
Table 1-25 describes the fields and values for Specific Trap 25012.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ObjectType | "connection" |
@ObjectStatus | int($C_svConnOpStatus) + int($svConnOpStatus) int(@ObjectStatus) + 4 (when $svConnAbitStatus = 2) |
@Type | 2 (when @ObjectStatus = 502) |
@NEName | extract($svConnLocalStr, "(^[^.]*)\.[^.]*\..*") (when $shelf = "") $shelf (otherwise) |
@Node | @NEName (when $shelf = "") extract($svConnLocalStr, "(^[^.]*)\.[^.]*\..*") (otherwise) |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@Severity | 0 (when @ObjectStatus = 501) |
$shelf | extract($svConnLocalStr, "^[^.]*)\.([^.]*\..*") |
@PSAP | $Line + "." + $Port (when @SubObjectType = "fr-fr") extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*" (when @SubObjectType = "atm-atm") extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*" (when @SubObjectType = "fr-atm") extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*" (when @SubObjectType = "atm-fr") extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*" (when @SubObjectType = "ce-ce") |
@DSAP | extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\.[^.]*\.([^.]*)") + "(DLCI)" (when @SubObjectType = "fr-fr") $VPI + "." $VCI + "(VPI/VCI)" (when @SubObjectType = "atm-atm") $VPI + "." $VCI + "(VPI/VCI)" (when @SubObjectType = "fr-atm") $VPI + "." $VCI + "(VPI/VCI)" (when @SubObjectType = "atm-fr") |
@Slot | extract($svConnLocalStr, "^[^.]*\.[^.]*\.([^.]*)\..*") |
@Class | 1040 (if @NEType is = 3) |
@AlertKey | $svConnLocalStr + svConnRemoteStr |
@AlertGroup | "UserConnectionDown" |
@Summary | "User connection Clear " + $3 + " - " + $5 + " ConnStatus: " + $objectstatus + " ConnType: " + @SubObjectType |
$DeDupKey | @AlertKey + @ObjectStatus + @ServiceType |
This trap is generated when the user connection route changes.
Supported CIC Releases: 2.0
Table 1-26 describes the fields and values for Specific Trap 25019.
| Field | Value |
|---|---|
@AlertGroup | "UserConnectionRouteChange" |
@Type | 0 |
@Severity | 0 |
@Summary | "User connection route changed." |
@Class | 1070 |
$svConnType | $9 |
$remextract | $6 |
$remoid | $5 |
Table 1-27 shows the mappings for traps for the enterprise .1.3.6.1.4.1.351.1 traps that are not one of the group that includes 25000, 25001, 25002, 25010, 25011, and 25012.:
| Field | Value |
|---|---|
@Summary | "Unknown specific trap number (" + $specific-trap +" ) received for enterprise + $enterprise-name" |
@Severity | 1 |
details Table | details($enterprise, $generic-trap, $specific-trap, $1, $2, $3, $4, $5, $6, $7, $8, $9). |
This section describes maintenance log traps. These traps are also referred to as the 1000 series traps. Events sent by the switch software to the CWM host are converted to traps and sent to the HP NNM trapd process. These traps are acquired by the HP NNM Mediator portion of the CWM Mediators.
Most of the maintenance log traps contain all of the information for the trap in varbind 8. For some of the messages, the information processed is contained in varbind 7 ($7). Therefore, the Mediator's cisco.rules rile sets the varbind dynamically as shown in Table 1-28.
$DeDupKey | $trapMsgStr |
|---|---|
@TrapReason | $specific-trap |
The first string in the message text received in the varbind is used to determine the mapping for the event. This is done by extracting the first string from the varbind.
$MessageType = extract($trapMsgStr, "^([^ ]*)")The following strings are extracted and mapped. Messages that do not contain one of these strings are discarded.
If none of the above message strings match, the varbind is searched for the following strings:
This section provides information about SNMP events. Traps having SNMP as the first word in the string are discarded. These traps are generated when SNMP Managers register as trap receivers. However, SNMP command strings are retained and processed.
Table 1-29 describes the common mapping values for SNMP command events.
| Field | Value | Description |
|---|---|---|
@ObjectType | "system.general" |
|
@TrapReason | extract($trapMsgStr, "^Command .*\) *([^ ]*) *.*") | Extract the command run and assign it to the TrapReason field. |
@Severity | 0 | Clear event. |
@Class | 1070 |
|
This section provides information about User events. Table 1-30 describes the common mapping values for User events.
| Field | Value | Description |
|---|---|---|
@ObjectType | "system.general" |
|
@Class | 1070 |
|
@AlertGroup | "Login-Logout" |
|
$User | extract($trapMsgStr, "^User ([^ ]*) .*") | Extract the user name. |
$Terminal | extract($trapMsgStr, "^User .* \(([^\)]*)") | Extract the terminal connected from. |
@AlertKey | $User + ":" + $Terminal | Add the user and terminal to the AlertKey. |
@Class | 1070 |
|
Eighth varbind matches the regular expression ".* logged in .*":
| Field | Value |
|---|---|
@Type | 1 |
@Severity | 2 |
if (regmatch($trapMsgStr, ".* logged in .*"))
| Field | Value |
|---|---|
@Type | 2 |
@Severity | 0 |
if (regmatch($trapMsgStr, " .*logged out .*"))
This section provides information about line events. For access line events for this enterprise, the Line Activated and Line Deactivated events are mapped. All other events that begin with LN are discarded. Table 1-33 describes the common mapping values for line events.
| Field | Value | Description |
|---|---|---|
@ObjectType | "line.access" |
|
@Slot | extract($trapMsgStr, "^LN ([^. ]*)") | Extract the slot. |
@PSAP | extract($trapMsgStr, "^LN [^.]*\.([^ ]*)") | Extract the port. |
Table 1-34 shows the common mapping values for trunk deactivated events.
| Field | Value | Description |
|---|---|---|
@AlertGroup | "AccessLineDeactivated" |
|
@AlertKey | @NEName + @Slot + @PSAP |
|
@ObjectStatus | int($lineStatus) + 1 | Object status = 101 (deactivated) |
@Class | 1070 | No tools |
@Severity | 2 |
|
@Type | 3 |
|
Table 1-35 shows the common mapping values for line activated events.
| Field | Value | Description |
|---|---|---|
@AlertGroup | "AccessLineDeactivated" |
|
@AlertKey | @NEName + @Slot + @PSAP |
|
@ObjectStatus | int($lineStatus) + 99 | Object Status = 199 (Activated) |
@Class | Class = 1045 (for BPXAccessLine or ds1Line) | Tools based on the NEType |
@Severity | 2 |
|
@Type | 4 |
|
This section provides information about Trunk events. For Trunk Line events, the fields for TRK Activated and TRK Deactivated are mapped and all other events that begin with TRK are discarded.
Table 1-36 shows the common mapping values for trunk events.
| Field | Value | Description |
|---|---|---|
@ObjectType | "line.trunk" |
|
@PSAP | extract($trapMsgStr, "^TRK [^.]*\.([^. ]*)") | Extract port |
@Slot | extract($trapMsgStr, "^TRK ([^. ]*)") | Extract slot |
$trunkid | extract($trapMsgStr, "^TRK [^.]*\.[^.]*\.([^ ]*)" | Extract trunk ID to a temporary variable. |
@LSAP | $trunkid |
|
Table 1-37 shows the common mapping values for trunk deactivated events.
| Field | Value | Description |
|---|---|---|
@ObjectStatus | int($svTrunkStatus) + 1 | Object Status = 101 (Inactive) |
@AlertGroup | "TrunkLineDeactivated" |
|
@AlertKey | @NEName + @Slot + @PSAP + @LSAP |
|
@Class | 1070 | No tools |
@Severity | 2 |
|
@Type | 3 |
|
Table 1-38 shows the common mapping values for trunk activated events.
| Field | Value | Description |
|---|---|---|
@AlertKey | @NEName + @Slot + @PSAP + @LSAP |
|
@AlertGroup | "TrunkLineDeactivated" |
|
@ObjectStatus | int($svTrunkStatus) + 99 | Object Status = 199 (Active) |
@Severity | 2 |
|
@Type | 4 |
|
@Class | Class = 1045 (for BPX 8600) Class = 1045 (for IPX/IGX 8400) |
|
@ServiceType | atmTrunk (for BPX 8600) IPXIGXTrunk (for IPX/IGX 8400) | The ServiceType for IPX, IGX 8400 cannot be determined from the trap. The Automations pick this temporary ServiceType and get the ServiceType from the switch. |
@PSAP | 0 (for IPX/IGX 8400) |
|
Table 1-39 describes the common mapping values for PHYSLN (physical line) events.
| Field | Value | Description |
|---|---|---|
@ObjectType | "line.physical" |
|
@PSAP | extract($trapMsgStr, "^PHYSLN [^.]*\.([^. ]*)") | Extract port |
@Slot | extract($trapMsgStr, "^PHYSLN ([^. ]*)") | Extract slot |
Table 1-40 shows the mapping values for PHYSLN deactivated events.
| Field | Value | Description |
|---|---|---|
@ObjectStatus | int($lineStatus) + 1 | Object Status = 101 (Inactive) |
@AlertGroup | "PhysicalLineDeactivated" |
|
@AlertKey | @NEName + @Slot + @PSAP |
|
@Class | 1070 - Admin Tool | No tools |
@Severity | 2 |
|
@Type | 3 |
|
Table 1-41 shows the mapping values for PHYSLN activated events.
| Field | Value | Description |
|---|---|---|
@AlertKey | @NEName + @Slot + @PSAP |
|
@AlertGroup | "PhysicalLineDeactivated" |
|
@ObjectStatus | int($lineStatus) + 99 | Object Status = 199 (Active) |
@Severity | 2 |
|
@Type | 4 |
|
@Class | Class = 1060 |
|
This section provides information about Port events. For Port events, the fields for Port Activated and Port Deactivated are mapped and all other events that begin with the string Port are discarded. Table 1-42 describes the common mapping values for Port events.
| Field | Value | Description |
|---|---|---|
@Slot | extract($trapMsgStr, "^Port ([^.]*)") | Extract the slot. |
$PSAP | extract($trapMsgStr, "^Port [^.]*\.([^ ]*)") | Extract the port. |
Table 1-43 describes the common mapping values for ATM ports (port.ATM - BPX 8600).)
| Field | Value | Description |
|---|---|---|
@ServiceType | "atmPort" |
|
@ObjectType | "port.ATM" |
|
@PSAP | $PSAP + "." + $PSAP | For consistency with the CWM Switch Events, the PSAP field has the format: line.port. As Line = Port for ATM Port Events, PSAP = PSAP + "." + PSAP is used. |
@Class | 1050 |
|
Table 1-44 describes the common mapping values for Frame Relay ports (port.FR - IPX/IGX 8400).
| Field | Value | Description |
|---|---|---|
@ServiceType | "frLport" |
|
@ObjectType | "port.FR" |
|
@PSAP | "1." + $PSAP | For consistency with the CWM Switch Events, the PSAP field has the format: line.port. As Line = 1 for FR Port Events, PSAP = "1" + "." + PSAP is used. |
@Class | 1050 |
|
Table 1-45 describes the common mapping values for Port Deactivated events.
| Field | Value | Description |
|---|---|---|
@ObjectStatus | int($svPortState) + 1 | Object Status = 101 (Inactive) |
@Class | 1070 |
|
@AlertGroup | "PortDeactivate" |
|
@AlertKey | @NEName + @Slot + @PSAP |
|
@Severity | 2 |
|
@Type | 3 |
|
Table 1-46 describes the common mapping values for Port Activated events.
| Field | Value | Description |
|---|---|---|
@ObjectStatus | int($svPortState) + 99 | Object Status = 199 (Inactive) |
@AlertGroup | "PortDeactivate" |
|
@AlertKey | @NEName + @Slot + @PSAP |
|
@Severity | 2 |
|
@Type | 4 |
|
This section provides information about IPX/AF events. For IPX/AF events, the fields for IPX/AF Added and IPX/AF Deleted are mapped and all other events that begin with IPX/AF are discarded. Table 1-47 describes the common mapping values for IPX/AF events.
| Field | Value | Description |
|---|---|---|
@ObjectType | "NE" |
|
@Slot | extract($trapMsgStr, "^IPX/AF shelf on TRK ([^.:]*)") | Extract Slot |
@PSAP | extract($trapMsgStr, "^IPX/AF shelf on TRK [^.]*\.([^:]*)") | Extract Port |
Table 1-48 describes the values for IPX/AF Deleted events mapping.
| Field | Value |
|---|---|
@ObjectStatus | 3 |
@Class | 1070 |
@Severity | 2 |
@Type | 4 |
@AlertGroup | "IPX\AFDeleted" |
Table 1-49 describes the values for IPX/AF Added events mapping.
| Field | Value |
|---|---|
@ObjectStatus | 2 |
@Class | 1065 |
@Severity | 2 |
@Type | 3 |
@AlertGroup | "IPX\AFDeleted" |
This section provides information about MGX 8220 and 8850 events. For MGX 8220 events, the fields for MGX 8220 Added and MGX 8220 Deleted are mapped and all other events that begin with MGX 8220 are deleted. These are Feeder Added and Deleted messages and not traps sent from the MGX 8220 network element. These events are sent from the BPX 8600. Table 1-50 describes the common mapping values for MGX 8220 events.
| Field | Value | Description |
|---|---|---|
@ObjectType | "NE" |
|
@Slot | extract($trapMsgStr, "^AXIS shelf on TRK ([^.:]*)") | Extract Slot |
@PSAP | extract($trapMsgStr, "^AXIS shelf on TRK [^.]*\.([^:]*)") | Extract Port |
Table 1-51 describes the values for MGX 8220 Deleted events mapping.
| Field | Value |
|---|---|
@ObjectStatus | 3 (Deleted) |
@Class | 1070 |
@Severity | 2 |
@Type | 4 |
@AlertGroup | "AxisDeleted" |
Table 1-52 describes the values for MGX 8220 Added events mapping.
| Field | Value |
|---|---|
@ObjectStatus | 2 (Added) |
@Class | 1060 |
@Severity | 2 |
@Type | 3 |
@AlertGroup | "AxisDeleted" |
This section provides information about BPX 8600 events. For BPX 8600 events, the fields for BPX 8600 Added and BPX 8600 Deleted are mapped and all other events that begin with BPX 8600 are discarded. Table 1-53 describes the common mapping values for BPX 8600 events.
| Field | Value | Description |
|---|---|---|
@ObjectType | "NE" |
|
@Slot | extract($trapMsgStr, "^BPX shelf on TRK ([^.:]*)") | Extract slot. |
@PSAP | extract($trapMsgStr, "^BPX shelf on TRK [^.]*\.([^:]*)") | Extract port. |
Table 1-54 describes the values for BPX 8600 Deleted events mapping.
| Field | Value |
|---|---|
@ObjectStatus | 3 - Deleted |
@Class | 1070 |
@Severity | 2 |
@Type | 4 |
@AlertGroup | "NEDeleted" |
Table 1-55 describes the values for BPX 8600 Added events mapping.
| Field | Value |
|---|---|
@ObjectStatus | 2 - Added |
@Class | 1060 |
@Severity | 2 |
@Type | 3 |
@AlertGroup | "NEDeleted" |
This section provides information about Added Connection events. Added Connection events for the end points begin with Added: and have the following format:
Table 1-56 describes the common mapping values for Added connection events.
| Type | Value |
@ObjectType | "endpoint" |
@Severity | 2 |
@Slot | extract($trapMsgStr, "^[^:]*: ([^.]*)\..*") |
@Type | 3 |
@Severity | 2 |
@ObjectStatus | 1901 - Added |
@AlertGroup | "endpointdeleted" |
Table 1-57 provides values for Added events mapping.
| Field | Value | Description |
|---|---|---|
@PSAP | extract($trapMsgStr, "^[^:]*: [^.]*\.([^.]*)\..*") | Extract Port |
@DSAP | extract($trapMsgStr, "^[^:]*: [^.]*\.[^.]*\.([^.]*\.[^ ]*) .*") + "(VPI/VCI)" | Extract VPI.VCI as this is an ATM end point and append the returned value with VPI/VCI. |
@ObjectType | "endpoint.ATM" | This is an ATM end point as this is from a BPX 8600. |
@ServiceType | "atmEndpt" |
|
@Class | 1115 |
|
This section provides information about Added events from IPX/IGX 8400 network elements. Connection events from IPX/IGX 8400 exist for Frame Relay and Voice/Data connections.
The format for Frame Relay events is:
The format for Voice/Data events is:
Table 1-58 describes the common mapping values for added events from IPX/IGX 8400 network elements.
| Field | Value | Description |
|---|---|---|
@ObjectType | "endpoint.FR" | This is a FR endpoint as this is from an IPX/IGX 8400 with the format: |
@ServiceType | "frEndpt" |
|
@Class | 1020 |
|
$Port | extract($trapMsgStr, "^[^:]*:[^.]*\.([^.]*)\..*") | Extract port. |
@PSAP | "1." + $Port | Add 1 to the port to maintain line.port |
@DSAP | extract($trapMsgStr, "^[^:]*: [^.]*\.[^.]*\.([^ ]*) .*") + "(DLCI)" | Extract the DSAP and append it to the DLCI. |
Table 1-59 shows the values for the Voice/Data Added events from IPX/IGX 8400 network elements.
| Field | Value |
|---|---|
@PSAP | extract($Field2,"^[^.]*\.(.*)") |
@ServiceType | "voice/data" |
@Class | 1150 |
This section provides information about Deleted Connection events. Deleted Connection events for the end points begin with Deleted: and have the following format:
Table 1-60 shows the common mapping values for Deleted events.
| Field | Value |
|---|---|
@Type | 4 |
@Severity | 2 |
@AlertGroup | "endpointdeleted" |
@Class | 1000 |
@ObjectStatus | 1902 # Deleted |
@Slot | extract($trapMsgStr, "^[^:]*: ([^.]*)") |
Table 1-61 shows the common mapping values for deleted events from BPX 8600 network elements.
| Field | Value |
|---|---|
@ObjectType | "endpoint.ATM" |
@ServiceType | "atmEndpt" |
@PSAP | extract($trapMsgStr, "^[^:]*: [^.]*\.([^.]*)\..*") |
@DSAP | extract($trapMsgStr, "^[^:]*: [^.]*\.[^.]*\.([^.]*\.[^ ]*).*") + "(VPI/VCI)" |
Table 1-62 shows the common mapping values for deleted events from IPX/IGX 8400 network elements.
Field | Value |
|---|---|
@ObjectType | "endpoint.FR" |
@ServiceType | "frEndpt" |
$Port | extract($trapMsgStr, "^[^:]*: [^.]*\.([^.]*)\..*") |
@PSAP | "1." + $Port |
@DSAP | extract($trapMsgStr, "^[^:]*: [^.]*\.[^.]*\.([^ ]*).*") + "(DLCI)" |
This section provides information about Upped Connection events. Upped Connection events for the end points begin with Upped: and have the following format:
Table 1-63 shows the common mapping values for Upped events.
| Field | Value |
|---|---|
@ObjectType | "endpoint" |
@Slot | extract($trapMsgStr, "^[^:]*: ([^.]*)") |
@Type | 3 |
@Severity | 2 |
@AlertGroup | "endpointdowned" |
@ObjectStatus | 6 # Up |
Table 1-64 shows the common mapping values for upped events from BPX 8600 network elements.
| Field | Value |
|---|---|
@PSAP | extract($trapMsgStr, "^[^:]*: [^.]*\.([^.]*)\..*") |
@DSAP | extract($trapMsgStr, "^[^:]*: [^.]*\.[^.]*\.([^.]*\.[^.]*).*") |
Table 1-65 shows the common mapping values for upped events from IPX/IGX 8400 network elements.
| Field | Value |
|---|---|
@PSAP | extract($trapMsgStr, "^[^:]*: [^.]*\.([^.]*)\..*") |
@DSAP | extract($trapMsgStr, "^[^:]*: [^.]*\.[^.]*\.([^.]*)\..*") |
This section provides information about Downed Connection events. Downed Connection events for the end points begin with Downed: and have the following format:
Table 1-66 shows the common mapping values for Downed events.
| Field | Value |
|---|---|
@ObjectType | "endpoint" |
@Slot | extract($trapMsgStr, "^[^:]*: ([^.]*)") |
@Type | 4 |
@Severity | 2 |
@AlertGroup | "endpointdowned" |
@ObjectStatus | 504 - Downed |
This section provides information about nodes Added to Network events. The format for the Node Added events is:
Table 1-67 describes the common mapping values for nodes Added to Network events.
| Field | Value |
|---|---|
@NEName | extract($trapMsgStr, "^([^ ]*)") |
@ObjectType | "NE" |
@Class | 1065 |
@ObjectStatus | 2 |
@ServiceType | "Unknown" |
@Severity | 2 |
@Type | 3 |
@AlertGroup | "NERemovedFromNet" |
This section provides information about nodes Removed from Network events. The format for the Node Removed events is:
<Nodename> removed from network
| Field | Value |
|---|---|
@NEName | extract($8, "^([^ ]*)") |
@NEType | lookup(@NEName, NETypes) |
@ObjectType | "NE" |
@Class | 1000 |
@ObjectStatus | 3 - Deleted |
@ServiceType | "Unknown" |
@Severity | 2 |
@Type | 4 |
@AlertGroup | "NERemovedFromNet" |
This section provides information about Trunk Added events. The format for the Added TRK events is:
Table 1-69 shows the common mapping values for Trunk Added events.
| Field | Value |
|---|---|
@RemoteNEName | extract($trapMsgStr, "^Added TRK from ([^/]*)") |
@RemoteSlot | extract($trapMsgStr, "^Added TRK from [^/]*/([^. ]*)") |
@RemotePSAP | extract($trapMsgStr, "^Added TRK from [^/]*/[^.]*\.([^. ]*)") |
$trunkid | extract($trapMsgStr, "^Added TRK from [^/]*/[^.]*\.[^.]*\.([^. ]*)") |
@RemoteLSAP | $trunkid |
@NEName | extract($trapMsgStr, "^Added TRK from [^ ]* to ([^/]*)") |
@NEType | lookup(@NEName, NETypes) |
@Slot | extract($trapMsgStr, "^Added TRK from [^ ]* to [^/]*/([^. ]*)") |
$Port | extract($trapMsgStr, "^Added TRK from [^ ]* to [^/]*/[^.]*\.([^. ]*)") |
$Trunkid | extract($trapMsgStr, "^Added TRK from [^ ]* to [^/]*/[^.]*\.[^.]*\.([^. ]*)") |
@PSAP | $Port |
@LSAP | $Trunkid |
@ObjectType | "line.trunk" |
@Class | 1045 |
@ObjectStatus | 2 - Added |
@ServiceType | "Unknown" |
@Severity | 2 |
@Type | 3 |
@AlertGroup | "TrunkRemoved" |
@AlertKey | @NEName + ":" + @Slot + ":"+ @PSAP + ":" + @LSAP + ":" + @RemoteNEName + ":" + @RemoteSlot + ":" + @RemotePSAP + ":" + @RemoteLSAP |
This section provides information about Trunk Deleted events. The format for the Deleted TRK events is:
Table 1-70 shows the common mapping values for Trunk Deleted events.
| Field | Value |
|---|---|
@RemoteLSAP | $trunkid |
@RemoteNEName | extract($trapMsgStr, "^Removed TRK from ([^/]*)") |
@RemoteSlot | extract($trapMsgStr, "^Removed TRK from [^/]*/([^. ]*)") |
@RemotePSAP | extract($trapMsgStr, "^Removed TRK from [^/]*/[^.]*\.([^. ]*)") |
$trunkid | extract($trapMsgStr, "^Removed TRK from [^/]*/[^.]*\.[^.]*\.([^. ]*)") |
@RemoteLSAP | $trunkid |
@NEName | extract($trapMsgStr, "^Removed TRK from [^ ]* to ([^/]*)") |
@NEType | lookup(@NEName, NETypes) |
@Slot | extract($trapMsgStr, "^Removed TRK from [^ ]* to [^/]*/([^. ]*)") |
$Port | extract($trapMsgStr, "^Removed TRK from [^ ]* to [^/]*/[^.]*\.([^. ]*)") |
$Trunkid | extract($trapMsgStr, "^Removed TRK from [^ ]* to [^/]*/[^.]*\.[^.]*\.([^. ]*)") |
@PSAP | $Port |
@LSAP | $Trunkid |
@ObjectType | "line.trunk" |
@Class | 1070 |
@ObjectStatus | 3 - Deleted |
@ServiceType | "Unknown" |
@Severity | 2 |
@Type | 4 |
@AlertGroup | "TrunkRemoved" |
@AlertKey | @NEName + ":" + @Slot + ":" + @PSAP + ":" + @LSAP + ":" + @RemoteNEName + ":" + @RemoteSlot + ":" + @RemotePSAP + ":" + @RemoteLSAP |
This section provides information about Card event alarms.
The format for the Card Activated alarms is:
Table 1-71 shows the common mapping values for Card Activated alarms.
| Field | Value |
|---|---|
@Slot | extract($trapMsgStr, "^[^ ]* ([^ ]*)") |
@SubObjectType | $MessageType |
@Severity | 2 |
@ObjectType | "card" |
@AlertKey | @NEName + @Slot + $MessageType |
@AlertGroup | "Card Freed" |
@Type | 3 |
@Class | Class = 1060 (For BPX 8600 Cards) Class = 1065 (For IPX/IGX 8400 Cards) |
@ObjectStatus | 499 - Active |
The format for the Card Inserted Activated alarms is:
Table 1-72 shows the common mapping values for Card Inserted Activated alarms.
| Field | Value |
|---|---|
@Slot | extract($trapMsgStr, "^[^ ]* ([^ ]*)") |
@SubObjectType | $MessageType |
@Severity | 2 |
@ObjectType | "card" |
@AlertGroup | "CardRemoved" |
@AlertKey | @NEName + @Slot |
@Class | 120 |
@ObjectStatus | 499 - Active |
The format for the Card Freed alarms is:
Table 1-73 shows the common mapping values for Card Freed alarms.
| Field | Value |
|---|---|
@Slot | extract($trapMsgStr, "^[^ ]* ([^ ]*)") |
@ObjectType | "card" |
@SubObjectType | $MessageType |
@Severity | 2 |
@AlertKey | @NEName + @Slot + $MessageType |
@AlertGroup | "CardFreed" |
@Type | 4 |
@Class | Class = 1060 (For BPX 8600 Cards) Class = 1065 (For IPX/IGX 8400 Cards) |
@ObjectStatus | 501 - InActive |
The format for the Card Down alarms is:
Table 1-74 shows the common mapping values for Card Down alarms.
| Field | Value |
|---|---|
@Slot | extract($trapMsgStr, "^[^ ]* ([^ ]*)") |
@ObjectType | "card" |
@SubObjectType | $MessageType |
@Severity | 2 |
@Type | 4 |
@AlertKey | @NEName + @Slot + $MessageType |
@AlertGroup | "CardUp" |
@Class | Class = 1060 (For BPX 8600 Cards) Class = 1065 (For IPX/IGX 8400 Cards) |
@ObjectStatus | 504 - Down |
The format for the Card Up alarms is:
Table 1-75 shows the common mapping values for Card Up alarms.
| Field | Value |
|---|---|
@Slot | extract($trapMsgStr, "^[^ ]* ([^ ]*)") |
@ObjectType | "card" |
@Severity | 2 |
@AlertGroup | "CardUp" |
@Type | 4 |
@AlertKey | @NEName + @Slot + $MessageType |
@Class | Class = 1060 (For BPX 8600 Cards) Class = 1065 (For IPX/IGX 8400 Cards) |
@SubObjectType | $MessageType |
@ObjectStatus | 6 - Up |
The format for the Card Inserted alarms is:
Table 1-76 shows the common mapping values for Card Inserted alarms.
| Field | Value |
|---|---|
@Slot | extract($trapMsgStr, "^[^ ]* ([^ ]*)") |
@ObjectType | "card" |
@Severity | 2 |
@AlertKey | @NEName + @Slot + $MessageType |
@AlertGroup | "CardRemoved" |
@Type | 4 |
@Class | Class = 1060 (For BPX 8600 Cards) Class = 1065 (For IPX/IGX 8400 Cards) |
@SubObjectType | $MessageType |
@ObjectStatus | 2 - Added |
The format for the Card Removed alarms is:
Table 1-77 shows the common mapping values for Card removed alarms.
| Field | Value |
|---|---|
@Slot | extract($trapMsgStr, "^[^ ]* ([^ ]*)") |
@ObjectType | "card" |
@SubObjectType | $MessageType |
@Severity | 2 |
@ObjectStatus | 298 - Deleted |
@AlertKey | @NEName + @Slot + $MessageType |
@Class | 1070 |
@AlertGroup | "CardRemoved" |
@Type | 3 |
This section provides information about Login Failed event alarms. Table 1-78 shows the common mapping values for Login Failed alarms.
| Field | Value |
|---|---|
@ObjectType | "system.general" |
@Severity | 5 |
@Class | 1070 |
This section provides information about Alarm Status events.
Supported CIC Releases: 1.0
Table 1-79 shows the common mapping values for Alarm Status events.
| Field | Value |
|---|---|
@ObjectType | "NE" |
@Severity | 1 |
@Class | 1065 |
This section provides information about Switch Software Log event alarms.
This trap is generated when a normal IPX event occurs.
Supported CIC Releases: 1.0
Table 1-80 describes the fields and values for Specific Trap 1000.
| Field | Value |
|---|---|
@Summary | $trapMsgStr |
This trap is generated when a minor IPX event occurs.
Supported CIC Releases: 1.0
Table 1-81 describes the fields and values for Specific Trap 1001.
| Field | Value |
|---|---|
@Summary | $trapMsgStr |
This trap is generated when a major IPX event occurs.
Supported CIC Releases: 1.0
Table 1-82 describes the fields and values for Specific Trap 1002.
| Field | Value |
|---|---|
@Summary | $trapMsgStr |
This trap is generated when a critical IPX event occurs.
Supported CIC Releases: 1.0, 1.2, 2.0
Table 1-83 describes the fields and values for Specific Trap 1003.
| Field | Value |
|---|---|
@Summary | $trapMsgStr |
This trap is generated when a normal switch event occurs.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-84 describes the fields and values for Specific Trap 1004.
| Field | Value |
|---|---|
@Summary | $trapMsgStr |
This trap is generated when a minor switch event occurs.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-85 describes the fields and values for Specific Trap 1005.
| Field | Value |
|---|---|
@Summary | $trapMsgStr |
This trap is generated when a major switch event occurs.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-86 describes the fields and values for Specific Trap 1006.
| Field | Value |
|---|---|
@Summary | $trapMsgStr |
This trap is generated when a critical switch event occurs.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-87 describes the fields and values for Specific Trap 1007.
| Field | Value |
|---|---|
@Summary | $trapMsgStr |
| Field | Value |
|---|---|
@Summary | "Unknown specific trap number (" + $specific-trap + ") received for enterprise" + $enterprise-name |
@Severity | 1 |
details Table | details($enterprise, $generic-trap, $specific-trap, $1, $2, $3, $4, $5, $6, $7, $8, $9) |
This section describes the traps sent by the MGX 8220 and MGX 8850 network elements to the Service View Agent. These traps are forwarded by the Trapd Mediator of the CWM Mediators. These traps are received from the Cisco MGX 8220 Enterprise .1.3.6.1.4.1.351.110 SysOID. Table 1-89 shows the common mapping values for MGX 8220 and 8850 traps.
| Field | Value | Description |
|---|---|---|
@Slot | $4 | Slot is varbind 4 |
$ObjectSeverity | $5 | Temporary variable |
@Severity | 3 (For $5 = 1) 4 (For $5 = 2) 2 (For $5 = 3) 1 (For Any Other $5 Value) | $5 defines the severity of the MGX 8220 event. This severity is mapped to the severity field in the Cisco Info Center which determines the color of the event. |
@TrapReason | $specific-trap | Specific trap number. |
@NEType | 3 | MGX 8220 event. |
This section describes the specific traps sent by the MGX 8220 and MGX 8850 network elements to the Service View Agent.
This trap is generated when a standby card becomes active, due to the failure of an active card. The log in the card shows the reason the cards are ASC and BNM.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-90 describes the fields and values for Specific Trap 50000.
| Field | Value |
|---|---|
@ObjectType | "card" |
@SubObjectType | lookup($7, Axisfm) |
@Class | 1005 |
@AlertKey | $2 + $4 |
@AlertGroup | "CoreCardSwitchOver" |
@Summary | "MGX" + @NEModelID + " " + $2 + " card in slot " + $4 + " switched over" |
@ObjectStatus | int($shelfFunctionModuleState) + int($6) |
$DeDupKey | @AlertKey + $6 |
This trap is generated when the shelf restarts.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-91 describes the fields and values for Specific Trap 50001.
| Field | Value |
|---|---|
@ObjectType | "NE" |
@Class | 1005 |
@SubObjectType | "AXIS" |
@AlertKey | $2 + $3 |
$DeDupKey | @AlertKey + $6 |
@AlertGroup | "ShelfRestart" |
$funcModResetReason | "PowerUp" - ($6 = 1) "ParityError" - ($6 = 2) "WatchDog" - ($6 = 3) "ResourceOverflow" ($6 = 4) "ClearAllCnf" ($6 = 5) "MissingTask" ($6 = 6) "Unknown" (default) |
@Summary | "MGX" + @NEModelID + " " + $2 + " shelf " + $3 + " restarted due to " + $funcModResetReason |
@AdditionalInfo | "ResetReason" + ":" + $funcModResetReason |
This trap is generated when a function module is removed. This includes SRM removal.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-92 describes the fields and values for Specific Trap 50002.
| Field | Value |
|---|---|
@ObjectType | "card" |
@Class | 1070 |
@SubObjectType | lookup($7, Axisfm) |
@AlertKey | $2 + $4 |
@Type | 3 |
@AlertGroup | "FuncModInsertRemove" |
@Summary | "MGX" + @NEModelID + " " + $2 + " function module in slot " + $4 + " removed" |
@ObjectStatus | 1902 # Deleted |
@Severity | 4 |
$DeDupKey | @AlertKey + $6 + $7 |
This trap is generated when a function module is inserted. This includes SRM insertion.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-93 describes the fields and values for Specific Trap 50003.
| Field | Value |
|---|---|
@ObjectType | "card" |
@Class | 1005 |
@SubObjectType | lookup($7, Axisfm) |
@AlertKey | $2 + $4 |
$DeDupKey | @AlertKey + $6 + $7 |
@Type | 4 |
@AlertGroup | "FuncModInsertRemove" |
@Summary | "MGX" + @NEModelID + " " + $2 + " function module in slot " + $4 + " inserted" |
@ObjectStatus | 1901 # Added |
@Severity | 1 |
This trap is generated when a function module has changed state from standby to active, or vice versa.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-94 describes the fields and values for Specific Trap 50004.
| Field | Value |
|---|---|
@ObjectType | "card" |
@Class | 1005 |
@SubObjectType | lookup($7, Axisfm) |
@AlertKey | $2 + $4 |
@AlertGroup | "FuncModuleSwitchOver" |
@Summary | "MGX" + @NEModelID + " " + $2 + " function module in slot " + $4 + " switched over" |
@ObjectStatus | int($shelfFunctionModuleState) + int($6) |
$DeDupKey | @AlertKey + $6 + $7 |
This trap is generated when a function module becomes operational.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-95 describes the fields and values for Specific Trap 50005.
| Field | Value |
|---|---|
@ObjectType | "card" |
@Class | 1005 |
@SubObjectType | lookup($7, Axisfm) |
@AlertKey | $2 + $4 |
@AlertGroup | "FunctionModuleFailed" |
@ObjectStatus | int($shelfFunctionModuleState) + int($6) |
@Type | 2 |
@Summary | "MGX" + @NEModelID + " " + $2 + " function module " + $4 + " active." |
$DeDupKey | @AlertKey + $6 + $7 |
This trap is generated when a function module becomes nonoperational.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-96 describes the fields and values for Specific Trap 50006.
| Field | Value |
|---|---|
@ObjectType | "card" |
@Class | 1005 |
@SubObjectType | lookup($7, Axisfm) |
@AlertKey | $2 + $4 |
@AlertGroup | "FunctionModuleFailed" |
@ObjectStatus | int($shelfFunctionModuleState) + int($6) |
@Type | 1 |
@Summary | "MGX" + @NEModelID + " " + $2 + " function module " + $4 + " failed" |
$DeDupKey | @AlertKey + $6 + $7 |
This trap is generated when a different front card is inserted, or when the same card with a different feature list, is inserted.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-97 describes the fields and values for Specific Trap 50007.
| Field | Value |
|---|---|
@ObjectType | "card" |
@Class | 1005 |
@SubObjectType | lookup($7, Axisfm) |
@AlertKey | $2 + $4 |
@AlertGroup | "FunctionModuleFailed" |
@ObjectStatus | int($shelfFunctionModuleState) + int($6) |
@Type | 1 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " function module and line module mismatch" |
$DeDupKey | @AlertKey + $6 + $7 |
This trap is generated when a function module self test fails. It is not generated when self test passes.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-98 describes the fields and values for Specific Trap 50008.
| Field | Value |
|---|---|
@ObjectType | "card" |
@Class | 1005 |
@SubObjectType | lookup($7, Axisfm) |
@AlertKey | $2 + $4 |
@AlertGroup | "FuncModSelfTestFail" |
@ObjectStatus | int($shelfFunctionModuleState) + int($6) |
@Summary | "MGX" + @NEModelID + " " + $2 + " function module " + $4 + " self-test failed" |
$DeDupKey | @AlertKey + $6 + $7 |
This trap is generated when a function module is in a standby state.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-99 describes the fields and values for Specific Trap 50009
| Field | Value |
|---|---|
@ObjectType | "card" |
@Class | 1005 |
@SubObjectType | lookup($7, Axisfm) |
@AlertKey | $2 + $4 |
@AlertGroup | "FunctionModuleFailed" |
@ObjectStatus | int($shelfFunctionModuleState) + int($6) |
@Type | 1 |
@Summary | "MGX" + @NEModelID + " " + $2 + " standby function module " + $4 + " inserted" |
$DeDupKey | @AlertKey + $6 + $7 |
This trap is generated when the temperature is within the normal range.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-100 describes the fields and values for Specific Trap 50010.
| Field | Value |
|---|---|
@ObjectType | "peripheral.ts" |
@BitMapField | $6 |
@Convert | "asmPhysicalAlarmState" |
@Class | 1010 |
@AlertKey | $2 |
@AlertGroup | "ASMTempAboveNormal" |
@Type | 2 |
@ObjectStatus | 1 |
@Summary | "MGX" + @NEModelID + " " + $2 + " temperature normal" |
$DeDupKey | @AlertKey + $6 |
This trap is generated when the temperature has exceeded the upper limit of its normal range.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-101 describes the fields and values for Specific Trap 50011.
| Field | Value |
|---|---|
@ObjectType | "peripheral.ts" |
@BitMapField | $6 |
@Convert | "asmPhysicalAlarmState" |
@Class | 1010 |
@AlertKey | $2 |
@AlertGroup | "ASMTempAboveNormal" |
@Type | 1 |
@ObjectStatus | 1 - (Failed, see Bit Map) |
@Summary | "MGX" + @NEModelID + " " + $2 + " temperature above normal" |
$DeDupKey | @AlertKey + $6 |
This trap is generated when the shelf is within its normal DC level.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-102 describes the fields and values for Specific Trap 50012.
| Field | Value |
|---|---|
@ObjectType | "peripheral.dc" |
@BitMapField | $6 |
@Convert | "asmPhysicalAlarmState" |
@Class | 1010 |
@AlertKey | $2 + $7 |
@AlertGroup | "ASMDCLevelBelowNormal" |
@Type | 2 |
@ObjectStatus | 1 - (Failed, see Bit Map) |
@Summary | "MGX" + @NEModelID + " " + $2 + " ASM alarm unit# " + $7 + " DC level normal" |
@AdditionalInfo | "ASM Alarm Unit#" + ":" + $7 |
$DeDupKey | @AlertKey + $6 |
This trap is generated when the shelf is DC level below the normal DC level.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-103 describes the fields and values for Specific Trap 50013.
| Field | Value |
|---|---|
@ObjectType | "peripheral.dc" |
@BitMapField | $6 |
@Convert | "asmPhysicalAlarmState" |
@Class | 1010 |
@AlertKey | $2 + $7 |
@AlertGroup | "ASMDCLevelBelowNormal" |
@Type | 1 |
@ObjectStatus | 1 - (Failed, see Bit Map) |
@Summary | "MGX" + @NEModelID + " " + $2 + " ASM alarm unit# " + $7 + " DC level out of range" |
@AdditionalInfo | "ASM Alarm Unit#" + ":" + $7 |
$DeDupKey | @AlertKey + $6 |
This trap is generated when the shelf's power supply status is normal.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-104 describes the fields and values for Specific Trap 50014.
| Field | Value |
|---|---|
@ObjectType | "peripheral.ps" |
@BitMapField | $6 |
@Convert | "asmPhysicalAlarmState" |
@Class | 1010 |
@AlertKey | $2 + $7 |
@AlertGroup | "PowerSupplyFailed" |
@Type | 2 |
@ObjectStatus | 1 |
@Summary | "MGX" + @NEModelID + " " + $2 + " power unit# " + $7 + " normal" |
@AdditionalInfo | "Power Unit#" + ":" + $7 |
$DeDupKey | @AlertKey + $6 |
This trap is generated when the shelf's power supply status is "failed."
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-105 describes the fields and values for Specific Trap 50015.
| Field | Value |
|---|---|
@ObjectType | "peripheral.ps" |
@BitMapField | $6 |
@Convert | "asmPhysicalAlarmState" |
@Class | 1010 |
@AlertKey | $2 + $7 |
@AlertGroup | "PowerSupplyFailed" |
@Type | 1 |
@ObjectStatus | 1 - (Failed, see Bit Map) |
@Summary | "MGX" + @NEModelID + " " + $2 + " power unit# " + $7 + " failed" |
@AdditionalInfo | "Power Unit#" + ":" + $7 |
$DeDupKey | @AlertKey + $6 |
This trap is generated when a particular fan's RPM is normal.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-106 describes the fields and values for Specific Trap 50016
.
| Field | Value |
|---|---|
@ObjectType | "peripheral.fan" |
@BitMapField | $6 |
@Class | 1010 |
@AlertKey | $2 + $7 |
@AlertGroup | "FanBelowNormal" |
@Type | 2 |
@ObjectStatus | 1 - (Failed, see Bit Map) |
@Summary | "MGX" + @NEModelID + " " + $2 + " fan unit# " + $7 + " normal" |
@AdditionalInfo | "Fan Unit#" + ":" + $7 |
$DeDupKey | @AlertKey + $6 |
This trap is generated when a particular fan's RPM is below normal.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-107 describes the fields and values for Specific Trap 50017.
| Field | Value |
|---|---|
@ObjectType | "peripheral.fan" |
@BitMapField | $6 |
@Class | 1010 |
@AlertKey | $2 + $7 |
@AlertGroup | "FanBelowNormal" |
@Type | 1 |
@ObjectStatus | 1 - (Failed, see Bit Map) |
@Summary | "MGX" + @NEModelID + " " + $2 + " fan unit# " + $7 + " below normal" |
@AdditionalInfo | "Fan Unit#" + ":" + $7 |
$DeDupKey | @AlertKey + $6 |
This trap is generated when the shelf integrated alarm is changed and the status of the shelf integrated alarm is sent.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-108 describes the fields and values for Specific Trap 50018.
| Field | Value |
|---|---|
@ObjectType | "NE" |
@SubObjectType | "AXIS" |
@Class | 1005 |
@ObjectStatus | int($shelfIntegratedAlarm) + int($6) |
@AlertKey | $2 |
@AlertGroup | "aggregateShelfAlm" |
@Severity @Type | case ($6) `1':
`2':
`3':
|
@Summary | "MGX" + @NEModelID + " " + $2 + "Aggregate alarm has changed." |
$DeDupKey | @AlertKey + $6 |
This trap is generated when a user logs in.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-109 describes the fields and values for Specific Trap 50020.
| Field | Value |
|---|---|
@ObjectType | "system.general" |
@SubObjectType | "login" |
@Class | 1015 |
@AlertKey | $2 + $6 + $4 |
@Type | 1 |
@AlertGroup | "AXISUserLoginLogout" |
@Summary | "User:" + $6 + "logged into MGX:" + $2 + "slot:" + $4 |
@AdditionalInfo | "User:" + $6 |
@Severity | 2 |
$DeDupKey | @AlertKey |
This trap is generated when a user logs out.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-110describes the fields and values for Specific Trap 50021.
| Field | Value |
|---|---|
@ObjectType | "system.general" |
@Class | 1015 |
@SubObjectType | "logout" |
@AlertKey | $2 + $7 + $4 |
@Type | 2 |
@AlertGroup | "AXISUserLoginLogout" |
@Summary | "User:" + $7 + "logged out from MGX:" + $2 + "slot:" + $4 |
@AdditionalInfo | "User:" + $6 |
@Severity | 0 |
$DeDupKey | @AlertKey |
This trap is generated upon the loss of an LMI alarm for an MGX 8220 BNM trunk (ANNEX G signalling failure).
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-111 describes the fields and values for Specific Trap 50022.
| Field | Value |
|---|---|
@ObjectType | "system.general" |
@Class | 1015 |
@Type | 1 |
@ObjectStatus | 302 # Failed |
@AlertKey | $2 + $4 |
@AlertGroup | "shelfLossLmiAlarmClear" |
@Summary | "Loss of LMI Alarm for MGX" + @NEModelID + " " + $2 + "Slot" + $4 + "BNM Trunk. (ANNEX G Signalling Failure)" |
@Severity | 4 |
$DeDupKey | @AlertKey |
This trap is generated upon the Clear of Loss of an LMI Alarm for an MGX 8220 BNM trunk (ANNEX G signalling failure has cleared).
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-112 describes the fields and values for Specific Trap 50023.
| Field | Value |
|---|---|
@ObjectType | "system.general" |
@Class | 301 # Cleared |
@Type | 2 |
@AlertKey | $2 + $4 |
@ObjectStatus | 301 |
@AlertGroup | "shelfLossLmiAlarmClear" |
@Summary | "Clear of Loss of LMI Alarm for MGX" _ @NEModelID + " " + $2 + "Slot" + $4 + "BNM Trunk. (ANNEX G Signalling Cleared)" |
@Severity | 0 |
$DeDupKey | @AlertKey |
This trap is generated when a particular line module has been removed.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-113 describes the fields and values for Specific Trap 50030.\
| Field | Value |
|---|---|
@ObjectType | "card" |
@Class | 1005 |
@Type | 3 |
@SubObjectType | lookup($7, Axislm) |
@ObjectStatus | 1902 - (Deleted) |
@AlertKey | $2 + $4 + $7 |
@AlertGroup | "LineModuleRemoved" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " card " + @SubObjectType + " line module removed" |
@Severity | 4 |
$DeDupKey | @AlertKey + $6 |
This trap is generated when a particular line module has been inserted.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-114 describes the fields and values for Specific Trap 50031.
| Field | Value |
|---|---|
@ObjectType | "card" |
@Class | 1005 |
@Type | 4 |
@SubObjectType | lookup($7, Axislm) |
@ObjectStatus | 1901 # Added |
@AlertKey | $2 + $4 + $7 |
@AlertGroup | "LineModuleRemoved" |
@Summary | ""MGX" + @NEModelID + " "+ $2 + " slot " + $4 + " card " + @SubObjectType + " line module inserted" |
@Severity | 0 |
$DeDupKey | @AlertKey + $6 |
This trap is generated when the front card does not support the line module.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-115 describes the fields and values for Specific Trap 50032.
| Field | Value |
|---|---|
@ObjectType | "card" |
@Class | 1005 |
@SubObjectType | lookup($6, Axislm) |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "LineModuleMismatch" |
@AdditionalInfo | "LineModuleType:" + @SubObjectType + "FunctionModuleType:" + lookup($7, Axisfm) |
@ObjectStatus | int($shelfFunctionModuleState) + 8 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " card " + @SubObjectType + " line module mismatch with function module" |
@Severity | 2 |
$DeDupKey | @AlertKey |
This trap is sent out when the resource partition type is changed. The possible changes for the cardLcnPartitionType trap are:
1. no partition,
2. controller based
3. port controller based
Supported CIC Releases: 1.2, 2.0
Table 1-116 describes the fields and values for Specific Trap 50033.
| Field | Value |
|---|---|
@Type | 6 |
@SubObjectType | lookup($9, Axislm) |
@AlertKey | $2 + $4 + $8 |
@AlertGroup | "SecLinModuleInsertRemove" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + "Resource partition type is changed to " + @SubObjectType |
$DeDupKey | @AlertKey |
This trap indicates whether or not a particular secondary (bottom) line module has been removed. This trap is applicable only to MGX 8850 switches that have a full-height front card and two half-height back cards.
Supported CIC Releases: 1.2, 2.0
Table 1-117 describes the fields and values for Specific Trap 50035.
| Field | Value |
|---|---|
@Class | 1070 |
@Slot | $4 (moduleSlotNumber) |
@AlertKey | $2 + $4 + $8 |
@SubObjectType | lookup($9, Axislm) |
@AlertGroup | "SecLinModuleInsertRemove" |
$DeDupKey | @AlertKey |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + "Secondary line module has been removed"
|
This trap indicates whether or not a particular secondary (bottom) line module has been inserted into a MGX 8850 switch. This trap is applicable only to MGX 8850 switches that have a full-height front card and two half-height back cards.
Supported CIC Releases: 1.2, 2.0
Table 1-118 describes the fields and values for Specific Trap 50036.
| Field | Value |
|---|---|
@Class | 1070 |
@Type | 3 |
@Slot | $4 (moduleSlotNumber) |
@AlertKey | $2 + $4 + $8 |
$DeDupKey | @AlertKey |
@SubObjectType | lookup($9, Axislm) |
@AlertGroup | "SecLinModuleInsertRemove"
|
@Summary | @Summary = "MGX" + @NEModelID + " " + $2 + " slot " + $4 + "Secondary line module has been inserted" |
This trap indicates that the front card does not support the secondary (bottom) line module. This trap is applicable only to MGX 8850 switches that have a full-height front card and two half-height back cards.
Supported CIC Releases: 1.2, 2.0
Table 1-119 describes the fields and values for Specific Trap 50037.
| Field | Value |
|---|---|
@Class | 1070 |
@Slot | $4 (moduleSlotNumber) |
@AlertKey | $2 + $4 + $8 |
$DeDupKey | @AlertKey |
@SubObjectType | lookup($9, Axislm) |
@AlertGroup | "SecLinModuleInsertRemove" |
@Summary | "MGX"+ @NEModelID + " " + $2 + " slot " + "Secondary line module has mismatch" |
This trap is generated when a mismatch occurs between the core card configuration and the physical core cards in the system. For example, when an ASC card is configured for a BNM-T3 card but an BNM-E3 card is plugged in.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-120 describes the fields and values for Specific Trap 50040.
| Field | Value |
|---|---|
@Slot | $6 |
@ObjectType | "system.config" |
@ObjectStatus | 610 |
@Class | 1015 |
@SubObjectType | lookup($7, Axisfm) |
@AlertKey | $2 + $4 |
@AlertGroup | "BnmConfigMismatch" |
@Summary | "MGX" + @NEModelID + " " + $2 + " core card " + $6 + " config mismatch with function module " + @SubObjectType |
@Severity | 2 |
$DeDupKey | @AlertKey + $6 + $7 |
This trap is generated when a mismatch between two core card sets exists. For example, one set has BNM-T3, however, the other set has BNM-E3.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-121 describes the fields and values for Specific Trap 50041.
| Field | Value |
|---|---|
@Slot | $6 |
@ObjectType | "card" |
@ObjectStatus | 610 |
@Class | 1005 |
@SubObjectType | lookup($7, Axisfm) |
@AlertKey | $2 + $4 |
@AlertGroup | "BnmPeerMismatch" |
@Summary | "MGX" + @NEModelID + " " + $2 + " core card " + $6 + " peer mismatch with function module " + @SubObjectType |
@Severity | 4 |
$DeDupKey | @AlertKey + $6 + $7 |
This trap is generated when the config is cleared.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-122 describes the fields and values for Specific Trap 50042.
| Field | Value |
|---|---|
@ObjectType | "system.config" |
@ObjectStatus | 606 |
@Class | 1015 |
@SubObjectType | lookup($6, Axisfm) |
@AlertKey | $2 + $4 + $6 |
@AlertGroup | "CoreCardsConfigClear" |
@Summary | "Config on node:" + $2 + "has been cleared" |
@Severity | 2 |
$DeDupKey | @AlertKey |
This trap indicates that a function module is in the Hold state.
Supported CIC Releases: 1.2, 2.0
Table 1-123 describes the fields and values for Specific Trap 50044.
| Field | Value |
|---|---|
@ObjectType | "card" |
@Class | 1070 |
@AlertKey | $2 + $4 |
$DeDupKey | @AlertKey + $7 + $8 |
@Type | 5 |
@AlertGroup | "FuncModeInsertRemove" |
@Summary | "MGX" + @NEModelID + " " + $2 + " function module in slot " + $4 + " hold" |
@ObjectStatus | 1901 - Added |
This trap is generated when the redundant card goes active.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-124 shows the fields and values for Specific Trap 50045.
| Field | Value |
|---|---|
@Slot | $7 |
@ObjectType | "system.redundancy" |
@ObjectStatus | 603 |
@Class | 1015 |
@SubObjectType | "yCable" - ($6 = 1) "oneToN" - ($6 = 2) "unknown" - (default) |
@AlertKey | $2 +$4+ $7 + $8 |
@AlertGroup | "RedundancyActivated" |
@Summary | "MGX" + @NEModelID + " " + $2 + " redundant slot " + $8 + " becomes active, primary slot " + $7 + " failed" |
$DeDupKey | @AlertKey |
This trap is generated when the redundant card is reverted back to standby (reset first).
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-125 describes the fields and values for Specific Trap 50046.
| Field | Value |
|---|---|
@Slot | $7 |
@ObjectType | "system.redundancy" |
@ObjectStatus | 603 |
@Class | 1015 |
@SubObjectType | "yCable" - ($6 = 1) "oneToN" - ($6 = 2) "unknown" - (default) |
@AlertKey | $2 +$4 + $7 + $8 |
@AlertGroup | "RedundancyReverted" |
@Summary | "MGX" + @NEModelID + " " + $2 + " primary slot " + $7 + " becomes active, redundant slot " + $8 + " went standby/failed" |
$DeDupKey | @AlertKey |
This trap is generated when redundancy is added.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-126 describes the fields and values for Specific Trap 50047.
| Field | Value |
|---|---|
@Slot | $7 |
@ObjectType | "system.redundancy" |
@Class | 1015 |
$SubObjectType | "yCable" - ($6 = 1) "oneToN" - ($6 = 2) "unknown" - (default) |
$primarystate | "No Card" - ($9 = 1) "Standby" - ($9 = 2) "Active" - ($9 = 3) "Failed" - ($9 = 4) "Self Test" - ($9 = 5) "Held In Reset" - ($9 = 6) "Boot" - ($9 = 7) "Mismatch" - ($9 = 8) "Unknown" - ($9 = 9) "Blocked" - ($9 = 11) "Unknown" - (default) |
$secondarystate | "No Card" - ($12 = 1) "Standby" - ($12 = 2) "Active" - ($12 = 3) "Failed" - ($12 = 4) "Self Test" - ($12 = 5) "Held In Reset" - ($12 = 6) "Boot" - ($12 = 7) "Mismatch" - ($12 = 8) "Unknown" - ($12 = 9) "Blocked" - ($12 = 11) "Unknown" - (default) |
$redPrimaryType | lookup($8, redPSType) |
$redSecondaryType | lookup($11, redPSType) |
@SubObjectType | $SubObjectType + "." + $redPrimaryType + "." + $redSecondaryType |
@ObjectStatus | 2 |
$redSecondaryState | int($redPrimaryState) + int($12) |
@AlertKey | $2 + $4 + $7 + $9 + $10 + $12 |
@AlertGroup | "RedundancyAdded" |
@Summary | "MGX" + @NEModelID + " " + $2 + " redundancy added, primary slot# " + $7 + " Primary State " + $primarystate + " secondary slot# " + $10 + " Secondary state " + $secondarystate |
$DeDupKey | @AlertKey |
@Type | 3 |
This trap is generated when redundancy is deleted.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-127 describes the fields and values for Specific Trap 50048
.
| Field | Value |
|---|---|
@Slot | $7 |
@ObjectType | "system.redundancy" |
@Class | 1015 |
$SubObjectType | "yCable" - ($6 = 1) "oneToN" - ($6 = 2) "unknown" - (default) |
$primarystate | "No Card" - ($9 = 1) "Standby" - ($9 = 2) "Active" - ($9 = 3) "Failed" - ($9 = 4) "Self Test" - ($9 = 5) "Held In Reset" - ($9 = 6) "Boot" - ($9 = 7) "Mismatch" - ($9 = 8) "Unknown" - ($9 = 9) "Blocked" - ($9 = 11) "Unknown" - (default) |
$secondarystate | "No Card" - ($12 = 1) "Standby" - ($12 = 2) "Active" - ($12 = 3) "Failed" - ($12 = 4) "Self Test" - ($12 = 5) "Held In Reset" - ($12 = 6) "Boot" - ($12 = 7) "Mismatch" - ($12 = 8) "Unknown" - ($12 = 9) "Blocked" - ($12 = 11) "Unknown" - (default) |
$redPrimaryType | lookup($8, redPSType) |
$redSecondaryType | lookup($11, redPSType) |
@SubObjectType | $SubObjectType + "." + $redPrimaryType + "." + $redSecondaryType |
@ObjectStatus | 3 |
$redSecondaryState | int($redPrimaryState) + int($12) |
@AlertKey | $2 + $4 +$7 + $9 + $10 + $12 |
@AlertGroup | "RedundancyAdded" |
@Summary | "MGX" + @NEModelID + " " + $2 + " redundancy deleted, primary slot# " + $7 + " Primary State " + $primarystate + " secondary slot# " + $10 + |
$DeDupKey | @AlertKey |
@Type | 4 |
This trap is generated when the current clock source has changed.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-128 describes the fields and values for Specific Trap 50050.
| Field | Value |
|---|---|
@ObjectType | "system" |
@Class | 1015 |
@AlertKey | $2 + $4 +$6 |
@SubObjectType | "bnm" |
$currentClockSource | "primary" - ($6 = 1) "secondary" - ($6 = 2) "internal" - ($6 = 3) "unknown" - (default) |
@AlertGroup | "CurrentClockSource" |
@Summary | "MGX" + @NEModelID + " " + $2 + " back-plane current clock source: " + $currentClockSource + " has changed" |
@AdditionalInfo | "Current Clock" + ":" + $currentClockSource |
$DeDupKey | @AlertKey |
This trap is generated when the trunk cell format is changed. When a BNM-155 card is present, it can be changed between UNI and NNI when no connections exist on the shelf. This is fixed for a T3/E3 card to STI format.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-129 describes the fields and values for Specific Trap 50051.
| Field | Value |
|---|---|
@ObjectType | "system.config" |
@SubObjectType | "bnm" |
@Class | 1015 |
@AlertKey | $2 + $4 |
$bnmLineInterfaceFormat | "bnmSti" - ($6 = 1) "bnmUni" - ($6 = 2) "bnmNni" - ($6 = 3) "unknown" - (default) |
@AlertGroup | "BNMTrunkCell" |
@Summary | "MGX" + @NEModelID + " " + $2 + " BNM Trunk at slot: " + $4 + " cell format changed to " + $bnmLineInterfaceFormat |
@AdditionalInfo | "BNM Line Interface Format" + ":" + $bnmLineInterfaceFormat |
$DeDupKey | @AlertKey + $6 |
This trap is generated when the line cell format is changed. Processor/Switch Module (PXM) lines can be configured to either UNI or NNI cell formats. The STI format is not supported in the MGX 8850 PXM.
Supported CIC Releases: 1.2, 2.0
Table 1-130 describes the fields and values for Specific Trap 50052.
| Field | Value |
|---|---|
@Type | 6 |
@AlertKey | $2 + $4 |
This trap is generated when a BERT (bit error rate tester) is configured and started.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-131 describes the fields and values for Specific Trap 50060.
| Field | Value |
|---|---|
@Slot | $8 |
@LSAP | $10 |
@DSAP | $11 |
@ObjectType | "system.test" |
@Class | 1015 |
@SubObjectType | lookup($7, Axisfm) |
@AlertGroup | "BERTStart" |
@Type | 1 |
@ObjectStatus | int($bertStatus) + int($12) |
@AlertKey | $2 + $4 + $8 + $10 + $11 |
$bertTestMedium | "port" - ($9 = 1) "line" - ($9 = 2) "unknown" - (default) |
@Summary | "BERT on node:" + $2 + "at slot" + $8 + "is configured and started". |
$DeDupKey | @AlertKey + $7 + $9 + $12 |
@AdditionalInfo | "bertTestMedium" + $berTestMedium |
This trap is generated when an ongoing BERT is stopped.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-132 describes the fields and values for Specific Trap 50061.
| Field | Value |
|---|---|
@Slot | $8 |
@LSAP | $10 |
@PSAP | $11 |
@ObjectType | "system.test" |
@Class | 1015 |
@SubObjectType | lookup($7, Axisfm) |
@AlertGroup | "BERTStart" |
@Type | 2 |
@ObjectStatus | int($bertStatus) + int($12) |
@AlertKey | $2 + $4 + $8 + $10 + $11 |
@Summary | "BERT on node:" + $2 + "at slot" + $8 + "is stopped." |
$bertTestMedium | "port" - ($9 = 1) "line" - ($9 = 2) "unknown" - (default) |
$DeDupKey | @AlertKey + $7 + $9 + $12 |
@AdditionalInfo | "bertTestMedium" + $bertTestMedium |
This trap is generated when an ongoing BERT is aborted due to state changes of the cards that BERT involves (namely ASC, SRM, and SM.) The test is aborted when a core card switch exists or when it's an SM switch to a redundant card.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-133 describes the fields and values for Specific Trap 50062.
| Field | Value |
|---|---|
@Slot | $8 |
@LSAP | $10 |
@PSAP | $11 |
@ObjectType | "system.config" |
@Class | 1015 |
@SubObjectType | lookup($7, Axisfm) |
@AlertGroup | "BERTAbort" |
@Type | 1 |
@ObjectStatus | int($bertStatus) + int($12) |
@AlertKey | $2 + $4 +$8 + $10 + $11 |
@Summary | "BERT on node:" + $2 + "at slot" + $8 + "is aborted." |
$bertAbortReason | "ascStateChange" - ($9 = 1) "smStateChange" - ($9 = 2) "srmStateChange" - ($9 = 3) "coreCardSwitch" - ($9 = 4) "smRedundancySwitch" - ($9 = 5) "unknown" - (default) |
$DeDupKey | @AlertKey + $7 + $9 + $12 |
@AdditionalInfo | "bertAbortReason" + $bertAbortReason |
This trap indicates that the switchcc process is in progress and that all of the initial checks required for the process to start were successful.
Supported CIC Releases: 1.2, 2.0
Table 1-134 describes the fields and values for Specific Trap 50064.
| Field | Value |
|---|---|
@Class | 1070 |
@Slot | 4 |
@Type | 3 |
@AlertKey | $2 + $4 + $6 |
@AlertGroup | "CardSwitch" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + "Switchcc process in progress" |
This trap indicates that the switchcc process cannot start because the initial checks required for the process to start have failed. Therefore a switchcc blocked trap is sent.
Supported CIC Releases: 1.2, 2.0
Table 1-135 describes the fields and values for Specific Trap 50065.
| Field | Value |
|---|---|
@Class | 1070 |
@Slot | 4 |
@Type | 4 |
@AlertKey | $2 + $4 + $6 |
@AlertGroup | "CardSwitch" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + "Switchcc process blocked" |
This trap indicates that there is no line alarm (this trap is obsolete in MGX 8220 4.0).
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-136 describes the fields and values for Specific Trap 50100.
| Field | Value |
|---|---|
@PSAP | $6 |
@ServiceType | "dsx1" |
@ObjectType | "line.access" |
@Type | 2 - ($8 = 0) 1 - ($8 != 0) |
@ObjectStatus | 301 (Clear - $8 = 0) 1 (Failed, see Bit Map - $8 != 0) |
@BitMapField | $8 |
@Convert | "lineAlarmState" |
@Class | 1025 |
@SubObjectType | lookup($7, LineType) |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "LineAlarmClear" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " alarm cleared" |
$DeDupKey | @AlertKey + $7 + $8 |
This trap is generated when a line alarm exists (this trap is obsolete in MGX 8220 4.0).
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-137 describes the fields and values for Specific Trap 50101.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "line.access" |
@ServiceType | "dsx1" |
@SubObjectType | lookup($7, LineType) |
@BitMapField | $8 |
@Convert | "lineAlarmState" |
@Class | 1025 |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "LineAlarmClear" |
@Type | 1 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " failed. Check BitMap for Status" |
$DeDupKey | @AlertKey + $8 |
This trap is generated when loopback has been enabled on the line (obsolete in MGX 8220 4.0).
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-138 describes the fields and values for Specific Trap 50102.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "line.access" |
@ServiceType | "dsx1" |
@BitMapField | $8 |
@Convert | "lineAlarmState" |
@Class | 1025 |
@SubObjectType | lookup($7, LineType) |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "AxLineLoopbackEnabled" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " type: " + @SubObjectType + " local loopback enabled" |
$DeDupKey | @AlertKey + $8 |
@Type | 3 |
This trap is generated when the line's loopback has been disabled (obsolete in MGX 8220 4.0).
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-139 describes the fields and values for Specific Trap 50103.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "line.access" |
@ServiceType | "dsx1" |
@BitMapField | $8 |
@Convert | "lineAlarmState" |
@Class | 1025 |
@SubObjectType | lookup($7, LineType) |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "AxLineLoopbackEnabled" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " local loopback disabled" |
$DeDupKey | @AlertKey + $8 |
@Type | 4 |
This trap is generated to indicate no line alarm. This trap obsoletes Specific Trap 50100.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-140 describes the fields and values for Specific Trap 50104.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "line.trunk" "line.access" - (Slot = 15 or 16) |
@ServiceType | "bnmdsx3" - (Slot = 1 or 2) "dsx3" - (Slot = 15 or 16) "imadsx3" - (Any other Slot) |
@Class | 1025 |
@ObjectStatus | 301 - ($8 = 0) 1 - ($8 != 0) |
@Type | 2 - ($8 = 0) 1 - ($8 != 0) |
@BitMapField | $8 |
@Convert | "dsx3LineAlarmState" |
@SubObjectType | dsx3CbitParity - ($7 = 1) g832-g804 - ($7 = 2) unknown - (default) |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "Dsx3LineAlarmClear" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " dsx3 line# " + $6 + " alarm cleared"
|
@Severity | 0 |
$DeDupKey | @AlertKey + $8 |
This trap is generated when a line alarm exists. This trap obsoletes trap 50101.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-141 describes the fields and values for Specific Trap 50105.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "line.trunk" `line.access: - (Slot = 15 or 16) |
@ServiceType | "bnmdx3 - (Slot = 1 or 2) "dsx3" - (Slot = 15 or 16) "imadx1" (Any other Slot) |
@Class | 1025 |
@BitMapField | $8 |
@Convert | "dsx3LineAlarmState" |
@SubObjectType | dsx3CbitParity - ($7 = 1) g832-g804 - ($7 = 2) unknown - (default) |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "Dsx3LineAlarmClear"
|
@Type | 1 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " dsx3 line# " + $6 + " failed" |
This trap is generated when the line's loopback has been enabled. This trap obsoletes trap 50102.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-142 describes the fields and values for Specific Trap 50106.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "line.trunk" `line.access: - (Slot = 15 or 16) |
@ServiceType | "bnmdx3 - (Slot = 1 or 2) "dsx3" - (Slot = 15 or 16) "imadx1" (Any other Slot) |
@Class | 1025 |
@BitMapField | $8 |
@Convert | "dsx3LineAlarmState" |
@SubObjectType | dsx3CbitParity - ($7 = 1) g832-g804 - ($7 = 2) unknown - (default) |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "Dsx3LineLoopbackEnab" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " dsx3 line# " + $6 + " type: " + @SubObjectType + " local loopback enabled" |
$DeDupKey | @AlertKey + $8 |
@Type | 3 |
This trap is generated when the line's loopback has been disabled. This trap obsoletes trap 50103.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-143 describes the fields and values for Specific Trap 50107.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "line.trunk" `line.access: - (Slot = 15 or 16) |
@ServiceType | "bnmdx3 - (Slot = 1 or 2) "dsx3" - (Slot = 15 or 16) "imadx1" (Any other Slot) |
@SubObjectType | dsx3CbitParity - ($7 = 1) g832-g804 - ($7 = 2) unknown - (default) |
@Class | 1025 |
@BitMapField | $8 |
@Convert | "dsx3LineAlarmState" |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "Dsx3LineLoopbackEnab" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " dsx3 line# " + $6 + " local loopback disabled" |
$DeDupKey | @AlertKey + $8 |
@Type | 4 |
This trap is generated when a line alarm exists.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-144 describes the fields and values for Specific Trap 50108.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "line.trunk" |
@ServiceType | "bnm.sonet-axis" |
@Class | 1025 |
@BitMapField | $8 |
@Convert | "sonetLineCurrentStatus" |
@SubObjectType | "sonetSts3c" - ($7 = 1) "sonetStm1" - ($7 - 2) "Unknown" - (default) |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "SonetLineInAlarm" |
@Type | 2 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " lineType " + @SubObjectType |
$DeDupKey | @AlertKey + $8 |
This trap is generated when the line alarm has cleared.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-145 describes the fields and values for Specific Trap 50109.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "line.trunk" |
@ServiceType | "bnm.sonet-axis" |
@Class | 1025 |
@BitMapField | $8 |
@Convert | "sonetLineCurrentStatus" |
@SubObjectType | "sonetSts3c" - ($7 = 1) "sonetStm1" - ($7 - 2) "Unknown" - (default) |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "SonetLineInAlarm" |
@Type | 1 |
@Summary | "MGX" + @NEModelID + " "+ $2 + " slot " + $4 + " line# " + $6 + " alarm cleared. lineType " + @SubObjectType |
$DeDupKey | @AlertKey + $8 |
This trap is generated when the line's loopback has been enabled.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-146 describes the fields and values for Specific Trap 50110.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "line.trunk" |
@ServiceType | "bnm.sonet-axis" |
@Class | 1025 |
@BitMapField | $8 |
@Convert | "sonetLineCurrentStatus" |
switch($7) |
|
@SubObjectType | "sonetSts3c" - ($7 = 1) "sonetStm1" - ($7 - 2) "Unknown" - (default) |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "SonetLineLpbkEnabled" |
@Summary | "MGX" + @NEModelID + " "+ $2 + " slot " + $4 + " line# " + $6 + " local loopback enabled" |
$DeDupKey | @AlertKey + $8 |
@Type | 3 |
This trap is generated when the line's loopback has been disabled.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-147 describes the fields and values for Specific Trap 50111.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "line.trunk" |
@ServiceType | "bnm.sonet-axis" |
@Class | 1025 |
@BitMapField | $8 |
@Convert | "sonetLineCurrentStatus" |
@SubObjectType | "sonetSts3c" - ($7 = 1) "sonetStm1" - ($7 - 2) "Unknown" - (default) |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "SonetLineLpbkEnabled" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " local loopback disabled" |
$DeDupKey | @AlertKey + $8 |
@Type | 4 |
This trap is generated when no line alarm exists.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-148 describes the fields and values for Specific Trap 50120.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "line.access" |
@ServiceType | "dsx1" |
@Class | 1025 |
@BitMapField | $8 |
@Convert | "lineAlarmState" |
@Type | 2 - ($8 = 0) 1 - ($8 != 0) |
@ObjectStatus | 301 - ($8 = 0) 1 - ($8 != 0) |
@SubObjectType | "dsx1ESF" - ($7 = 1) "dsx1D4" - ($7 = 2) "dsx1E1" - ($7 = 3) "dsx1E1CRC" - ($7 = 4) "dsx1E1MF" - ($7 = 5) "dsx1CRC-MF" - ($7 = 6) "dsx1E1clearchannel" - ($7 = 7) unknown - (default) |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "dsx1LineNoAlarmTrap"
|
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " no line alarm" |
$DeDupKey | @AlertKey + $8 |
This trap is generated when a line alarm exists.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-149 describes the fields and values for Specific Trap 50121.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "line.access" |
@ServiceType | "dsx1" |
@Class | 1025 |
@BitMapField | $8 |
@Convert | "lineAlarmState" |
@SubObjectType | "dsx1ESF" - ($7 = 1) "dsx1D4" - ($7 = 2) "dsx1E1" - ($7 = 3) "dsx1E1CRC" - ($7 = 4) "dsx1E1MF" - ($7 = 5) "dsx1CRC-MF" - ($7 = 6) "dsx1E1clearchannel" - ($7 = 7) unknown - (default) |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "dsx1LineNoAlarmTrap" |
@Type | 1 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " line alarm exists" |
@Severity | 4 |
$DeDupKey | @AlertKey + $8 |
This trap is generated when the line's loopback has been enabled.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-150 describes the fields and values for Specific Trap 50122.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "line.access" |
@ServiceType | "dsx1" |
@Class | 1025 |
@BitMapField | $8 |
@Convert | "lineAlarmState" |
@SubObjectType | "dsx1ESF" - ($7 = 1) "dsx1D4" - ($7 = 2) "dsx1E1" - ($7 = 3) "dsx1E1CRC" - ($7 = 4) "dsx1E1MF" - ($7 = 5) "dsx1CRC-MF" - ($7 = 6) "dsx1E1clearchannel" - ($7 = 7) unknown - (default) |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "dsx1LineLpbkEnableTrap" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " line loopback has been enabled" |
$DeDupKey | @AlertKey + $8 |
@Type | 3 |
This trap is generated when the line's loopback has been disabled.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-151 describes the fields and values for Specific Trap 50123.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "line.access" |
@ServiceType | "dsx1" |
@Class | 1025 |
@BitMapField | $8 |
@Convert | "lineAlarmState" |
@SubObjectType | "dsx1ESF" - ($7 = 1) "dsx1D4" - ($7 = 2) "dsx1E1" - ($7 = 3) "dsx1E1CRC" - ($7 = 4) "dsx1E1MF" - ($7 = 5) "dsx1CRC-MF" - ($7 = 6) "dsx1E1clearchannel" - ($7 = 7) unknown - (default) |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "dsx1LineLpbkEnableTrap" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " line loopback has been disabled" |
$DeDupKey | @AlertKey + $8 |
@Type | 4 |
This trap is generated to indicate the current statistical alarm state.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-152 describes the fields and values for Specific Trap 50131.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "line.trunk" `line.access: - (Slot = 15 or 16) |
@ServiceType | "bnmdx3 - (Slot = 1 or 2) "dsx3" - (Slot = 15 or 16) "imadx1" (Any other Slot) |
@SubObjectType | dsx3CbitParity - ($7 = 1) g832-g804 - ($7 = 2) unknown - (default) |
@Class | 1025 |
@BitMapField | $8 |
@Convert | "dsx3LineStatisticalAlarmState" |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "LineStatisticalEvent" |
@Summary | "Line Statistical Event for MGX " + NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 |
$DeDupKey | @AlertKey + $8 |
This trap generates a sectional statistical alarm for the MGX 8220.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-153 describes the fields and values for Specific Trap 50132.
| Field | Value |
|---|---|
@ObjectType | "line.trunk" |
@ServiceType | "bnm.sonet-axis" |
@PSAP | $6 |
@Class | 1025 |
@BitMapField | $8 |
@Convert | "sonetSectionStatAlarmStatus" |
@SubObjectType | "sonetSts3c" - ($7 = 1) "sonetStm1" - ($7 = 2" "unknown" - (default) |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "BNMStatSectionalAlm" |
@Summary | "Sectional Statistical Alarm for MGX " _ @NEModelID + " " + $2 + " slot " + $4 + " Sonet line# " + $6 |
$DeDupKey | @AlertKey + $8 |
This trap generates a statistical alarm for the MGX 8220.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-154 describes the fields and values for Specific Trap 50133.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "line.trunk" |
@ServiceType | "bnm.sonet-axis" |
@Class | 1025 |
@BitMapField | $8 |
@Convert | "sonetSectionStatAlarmStatus" |
@SubObjectType | "sonetSts3c" - ($7 = 1) "sonetStm1" - ($7 = 2" unknown - (default) |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "BNMStatLineAlarm" |
@Summary | "Statistical Alarm for MGX " + @NEModelID + " " + $2 + " slot " + $4 + " Sonet line# " + $6 + " Check BitMap for Statistical Value" |
$DeDupKey | @AlertKey + $8 |
This trap generates a statistical path alarm for the MGX 8220.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-155 describes the fields and values for Specific Trap 50134.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "line.trunk" |
@ServiceType | "bnm.sonet-axis" |
@Class | 1025 |
@BitMapField | $8 |
@Convert | "sonetSectionStatAlarmStatus" |
@SubObjectType | "sonetSts3c" |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "BNMStatPathAlarm" |
@Summary | "Statistical Path Alarm for MGX " + @NEModelID + " " + $2 + " slot " + $4 + " Sonet line# " + $6 |
$DeDupKey | @AlertKey + $8 |
This trap indicates that the current clock source has changed.
Supported CIC Releases: 1.2, 2.0
Table 1-156 describes the fields and values for Specific Trap 50135.
| Field | Value |
|---|---|
@Class | 1070 |
@AlertKey | $2 + $4 |
@AlertGroup | "pxmCurClkSource" |
@Summary | "MGX" + @NEModelID + " " + $2 + "current clock source has changed: " |
This trap generates an MGX 8220 SRM T3 line transmit clock source alarm.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-157 describes the fields and values for Specific Trap 50140.
| Field | Value |
|---|---|
@ObjectType | "system" |
@Class | 1015 |
@SubObjectType | "dsx3CbitParity" - ($7 = 1) "g832-g804" - ($7 = 2) "unknown" - (default) |
@PSAP | $6 |
@ObjectStatus | 1903 # Modified |
@AlertKey | $2 + $6 + $7 |
@AlertGroup | "SrmT3TxClockSource" |
$dsx3LineXmtClockSrc | "backplaneClk" - ($8 = 1) "recoverClk" - ($8 = 2) "unknown" - (default) |
@Summary | "MGX" + @NEModelID + " "+ $2 + " SRM T3 Line# " + $6 + " Transmit clock source: " + $dsx3LineXmtClockSrc |
$DeDupKey | @AlertKey + $8 |
This trap generates an MGX 8220 SRM T3 line enabled alarm.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-158 describes the fields and values for Specific Trap 50141.
| Field | Value |
|---|---|
@ObjectType | "line.access" |
@ServiceType | "dsx3" |
@Class | 1025 |
@PSAP | $6 |
@SubObjectType | "dsx3CbitParity" - ($7 = 1) "g832-g804" - ($7 = 2) "unknown" - (default) |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "Srm3T3LineEnable" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " SRM T3 line# " + $6 + " type: " + @SubObjectType + " enabled" |
$DeDupKey | @AlertKey |
This trap generates an MGX 8220 SRM T3 line disabled alarm.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-159 describes the fields and values for Specific Trap 50142.
| Field | Value |
|---|---|
@ObjectType | "line.access" |
@Class | 1070 |
@ServiceType | dsx3 |
@PSAP | $6 |
@SubObjectType | "dsx3CbitParity" - ($7 = 1) "g832-g804" - ($7 = 2) "unknown" - (default) |
@AlertKey | $2 + $4 + $6 |
@AlertGroup | "Srm3T3LineDisable" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " SRM T3 line# " + $6 + " disabled" |
$dsx3LineEnable | "disable" - ($8 = 1) "enable" - ($8 = 2) "unknown" - (default) |
@AdditionalInfo | "dsx3LineEnable" + ":" + $dsx3LineEnable |
$DeDupKey | @AlertKey + $8 |
This trap generates an MGX 8220 SRM T3 line loopback enabled alarm.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-160 describes the fields and values for Specific Trap 50143.
| Field | Value |
|---|---|
@ObjectType | "line.access" |
@Class | 1080 |
@ServiceType | "dsx3" |
@SubObjectType | "dsx3CbitParity" - ($7 = 1) "g832-g804" - ($7 = 2) "unknown" - (default) |
@PSAP | $6 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "Srm3T3LineLpbkEnable" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " 3T3 line# " + $6 + " type: " + @SubObjectType + " loopback enabled" |
$dsx3LineXmtFEACCode | "dsx3SendNoCode" - ($8 = 1) "dsx3SendLineCode" - ($8 = 2) "dsx3SendResetCode" - ($8 = 3) "dsx3SendResetCode" - ($8 = 4) "dsx3SendDS1LoopCode" - ($8 = 5) "dsx3SendTestPattern" - ($8 = 6) "unknown" - (default) |
@AdditionalInfo | "dsx3LineXmtFEACCode" + ":" + $dsx3LineXmtFEACCode + ";" + "dsx3FarEndLoopbkLineNum" + ":" + $9 |
$DeDupKey | @AlertKey + $8 + $9 |
@Type | 3 |
This trap generates an MGX 8220 SRM T3 line loopback disabled alarm.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-161 describes the fields and values for Specific Trap 50144.
| Field | Value |
|---|---|
@ObjectType | "line.access" |
@Class | 1080 |
@ServiceType | "dsx3" |
@SubObjectType | "dsx3CbitParity" - ($7 = 1) "g832-g804" - ($7 = 2) "unknown" - (default) |
@PSAP | $6 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "Srm3T3LineLpbkEnable" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " 3T3 line# " + $6 + " type: " + $7 + " loopback disabled" |
$dsx3LineXmtFEACCode | "dsx3SendNoCode" - ($8 = 1) "dsx3SendLineCode" - ($8 = 2) "dsx3SendResetCode" - ($8 = 3) "dsx3SendResetCode" - ($8 = 4) "dsx3SendDS1LoopCode" - ($8 = 5) "dsx3SendTestPattern" - ($8 = 6) "unknown" - (default) |
@AdditionalInfo | "dsx3LineXmtFEACCode" + ":" + $dsx3LineXmtFEACCode + ";" + "dsx3FarEndLoopbkLineNum" + ":" + $9 |
$DeDupKey | @AlertKey + $8 + $9 |
@Type | 4 |
This trap generates an MGX 8220 SRM T3 line added alarm.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-162 describes the fields and values for Specific Trap 50145.
| Field | Value |
|---|---|
@Slot | $8 |
@ObjectType | "line.access" |
@Class | 1080 |
@ServiceType | "dsx3" |
@PSAP | $7 |
@AlertKey | $2 + $4 + $6 + $7 + $8 + $9 |
@AlertGroup | "Srm3T3AddLink" |
@Type | 3 |
@Summary | "MGX" + @NEModelID + " " + $2 +"T1 line:" + $7 + "from T3 line:" + $6 + "is added at slot:" + $4 |
$DeDupKey | @AlertKey |
This trap generates an MGX SRM T3 line deleted alarm.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-163 describes the fields and values for Specific Trap 50146.
| Field | Value |
|---|---|
@Slot | $8 |
@ObjectType | "line.access" |
@Class | 1080 |
@ServiceType | "dsx3" |
@Trunk | $6 |
@PSAP | $7 |
@AlertKey | $2 + $4 + $6 + $7 + $8 + $9 |
@AlertGroup | "Srm3T3AddLink" |
@Type | 4 |
@Summary | "T1 line:" + $8 + "." + $7 + "from T3 line:" + $6 + "is deleted at slot:: + $4 |
$DeDupKey | @AlertKey |
This trap generates slot on an MGX 8220 SRM T3 line deleted alarm.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-164 describes the fields and values for Specific Trap 50147.
| Field | Value |
|---|---|
@Slot | $8 |
@ObjectType | "line.access" |
@Class | 1080 |
@ServiceType | "dsx3" |
@Trunk | $6 |
@PSAP | $7 |
@AlertKey | $2 + $4 + $6 + $7 + $8 + $9 |
@AlertGroup | "Srm3t3DelSlotLink" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " SRM3T3 line# " + $6 + " delete from slot. StartT1 Line " + $7 + " TargetSlot# " + $8 + " TargetLine# " + $9 |
$DeDupKey | @AlertKey |
This trap generates an MGX 8220 SRM T3 line near end loopback enabled alarm.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-165 describes the fields and values for Specific Trap 50148.
| Field | Value |
|---|---|
@ObjectType | "line.access" |
@ServiceType | "dsx3" |
@Class | 1025 |
@BitMapField | $8 |
@Convert | "dsx3NearEndLoopbkLineStatus" |
@SubObjectType | "dsx3CbitParity" - ($7 = 1) "g832-g804" - ($7 = 2) "unknown" - (default) |
@PSAP | $6 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "Srm3t3NELineLpbkEnab" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " 3T3 line# " + $6 + " type: " + @SubObjectType + " loopback enabled" |
@AdditionalInfo | "See Bit Map for Dsx3 NearEnd Loopback Status". |
$DeDupKey | @AlertKey + $8 |
@Type | 3 |
This trap generates an MGX 8220 SRM T3 line near end loopback disabled alarm.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-166 describes the fields and values for Specific Trap 50149.
| Field | Value |
|---|---|
@ObjectType | "line.access" |
@Class | 1025 |
@SubObjectType | "dsx3CbitParity" - ($7 = 1) "g832-g804" - ($7 = 2) "unknown" - (default) |
@BitMapField | $8 |
@Convert | "dsx3NearEndLoopbkLineStatus" |
@ServiceType | "dsx3" |
@PSAP | $6 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "Srm3t3NELineLpbkEnab" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " 3T3 line# " + $6 + " type: " + $7 + " loopback disabled." |
@AdditionalInfo | "See Bit Map for Dsx3 NearEnd Loopback Status". |
$DeDupKey | @AlertKey + $8 |
@Type | 4 |
This trap generates an MGX 8220 SRM T3 line loss of clock alarm.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-167 describes the fields and values for Specific Trap 50150.
| Field | Value |
|---|---|
@ObjectType | "line.access" |
@Class | 1080 |
@ServiceType | "dsx3" |
@SubObjectType | "dsx3CbitParity" - ($7 = 1) "g832-g804" - ($7 = 2) "unknown" - (default) |
@PSAP | $6 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "Srm3t3NELineLpbkDisa" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " T3 line# " + $6 + " type: " + $7 + " has lost clock source" |
$DeDupKey | @AlertKey |
This trap is generated when a sub-interface is added.
Supported CIC Releases: 1.2, 2.0
Table 1-168 describes the fields and values for Specific Trap 50191.
| Field | Value |
|---|---|
@LSAP | $8 |
@ObjectType | "port.RPM" |
@Class | 1070 |
@AlertKey | $2 + $4 + $8 + $9 |
@AlertGroup | RpmPortAAMD |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Port If# " + $8 + " SubIf# " + $9 + " added" |
$Type | 3 |
This trap is generated when a sub-interface is deleted.
Supported CIC Releases: 1.2, 2.0
Table 1-169 describes the fields and values for Specific Trap 50192.
| Field | Value |
|---|---|
@LSAP | $8 |
@ObjectType | "port.RPM" |
@Class | 1070 |
@AlertKey | $2 + $4 + $8 + $9 |
@AlertGroup | RpmPortAAMD |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Port If# " + $8 + " SubIf# " + $9 + " deleted" |
$Type | 4 |
This trap is generated when a sub-interface is modified.
Supported CIC Releases: 1.2, 2.0
Table 1-170 describes the fields and values for Specific Trap 50193.
| Field | Value |
|---|---|
@LSAP | $8 |
@ObjectType | "port.RPM" |
@Class | 1070 |
@AlertKey | $2 + $4 + $8 + $9 |
@AlertGroup | RpmPortAAMD |
@Summary | "MGX" + @NEModelID+ " " + $2 + " slot " + $4 + " Port If# " + $8 + " SubIf# " + $9 + " modified" |
$Type | 5 |
This trap is generated when a sub-interface becomes active.
Supported CIC Releases: 1.2, 2.0
Table 1-171 describes the fields and values for Specific Trap 50194.
| Field | Value |
|---|---|
@LSAP | $8 |
@ObjectType | "port.RPM" |
@Class | 1070 |
@AlertKey | $2 + $4 + $8 + $9 |
@AlertGroup | RpmPortAAMD |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Port If# " + $8 + " SubIf# " + $9 + " active" |
$Type | 2 |
This trap is generated when an RPM channel is added.
Supported CIC Releases: 1.2, 2.0
Table 1-172 describes the fields and values for Specific Trap 50196.
| Field | Value |
|---|---|
@Class | 1070 |
@ObjectType | "chan.RPM" |
@ObjectStatus | $GenericAdded |
@AlertKey | $2 + $4 + $8 + $9 + $10 + $11 |
@AlertGroup | RpmChanAAMD |
@Summary | "MGX" + @NEModelID+ " " + $2 + " slot " + $4 + " Chan If# " + $8 + " Chan Num " + $9 + " VPI " + $10 + " VCI " + $11 + " added" |
This trap is generated when an RPM channel is deleted.
Supported CIC Releases: 1.2, 2.0
Table 1-173 describes the fields and values for Specific Trap 50197.
| Field | Value |
|---|---|
@Class | 1070 |
@ObjectType | "chan.RPM" |
@ObjectStatus | $GenericDeleted |
@AlertKey | $2 + $4 + $8 + $9 + $10 + $11 |
@AlertGroup | RpmChanAAMD |
@Summary | "MGX" + @NEModelID+ " " + $2 + " slot " + $4 + " Chan If# " + $8 + " Chan Num " + $9 + " VPI " + $10 + " VCI " + $11 + " deleted" |
This trap is generated when an RPM channel is modified.
Supported CIC Releases: 1.2, 2.0
Table 1-174 describes the fields and values for Specific Trap 50198.
| Field | Value |
|---|---|
@Class | 1070 |
@ObjectType | "chan.RPM" |
@ObjectStatus | $GenericModify |
@AlertKey | $2 + $4 + $8 + $9 + $10 + $11 |
@AlertGroup | RpmChanAAMD |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Chan If# " + $8 + " Chan Num " + $9 + " VPI " + $10 + " VCI " + $11 + " modified" |
This trap is generated when an RPM channel becomes active.
Supported CIC Releases: 1.2, 2.0
Table 1-175 describes the fields and values for Specific Trap 50199.
| Field | Value |
|---|---|
@Class | 1070 |
@ObjectType | "chan.RPM" |
@ObjectStatus | $GenericCleared |
@AlertKey | $2 + $4 + $8 + $9 + $10 + $11 |
@AlertGroup | RpmChanAAMD |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Chan If# " + $8 + " Chan Num " + $9 + " VPI " + $10 + " VCI " + $11 + " actived" |
This trap is generated when no line alarm exists.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-176 describes the fields and values for Specific Trap 50200.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "line.access" |
@Class | 1095 |
@SubObjectType | "dte" - ($7 = 1) "dce" - ($7 = 2) "unknown" - (default) |
@BitMapField | $8 |
@Convert | "x21LineAlarmState" |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "x21LineNoAlarm" |
@Type | 2 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " X21Line# " + $6 + " X21LineType " + @SubObjectType + "in no alarm" |
$DeDupKey | @AlertKey + $8 |
This trap is generated when a line alarm exists.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-177 describes the fields and values for Specific Trap 50201.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "line.access" |
@Class | 1095 |
@SubObjectType | "dte" - ($7 = 1) "dce" - ($7 = 2) "unknown" - (default) |
@BitMapField | $8 |
@Convert | "x21LineAlarmState" |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "x21LineNoAlarm" |
@Type | 1 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " X21Line# " + $6 + " X21LineType " + @SubObjectType + " in alarm. See BitMap for LineStatus". |
$DeDupKey | @AlertKey + $8 |
This trap is generated when the line's loopback has been enabled.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-178 describes the fields and values for Specific Trap 50202.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "line.access" |
@Class | 1095 |
@SubObjectType | "dte" - ($7 = 1) "dce" - ($7 = 2) "unknown" - (default) |
@BitMapField | $8 |
@Convert | "x21LineAlarmState" |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "x21LineLpbkEnable" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " X21Line# " + $6 + " X21LineType " + @SubObjectType + " Line loopback Enabled. See BitMap for LineStatus". |
$DeDupKey | @AlertKey + $8 |
@Type | 3 |
This trap is generated when the line's loopback has been disabled.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-179 describes the fields and values for Specific Trap 50203.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "line.access" |
@Class | 1095 |
@SubObjectType | "dte" - ($7 = 1) |
@BitMapField | $8 |
@Convert | "x21LineAlarmState" |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "x21LineLpbkEnable" |
@Summary | ""MGX" + @NEModelID + " " + $2 + " slot " + $4 + " X21Line# " + $6 + " X21LineType " + @SubObjectType + " Line loopback Disabled" |
$DeDupKey | @AlertKey + $8 |
@Type | 4 |
This trap is generated when the line's loopback code/condition has been detected.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-180 describes the fields and values for Specific Trap 50204.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "line.access" |
@Class | 1095 |
@SubObjectType | "dte" - ($7 = 1) "dce" - ($7 = 2) "unknown" - (default) |
@BitMapField | $8 |
@Convert | "x21LineAlarmState" |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "x21LineLpbkDetected" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " X21Line# " + $6 + " X21LineType " + @SubObjectType + " Line loopback Detected" |
$DeDupKey | @AlertKey + $8 |
@Type | 3 |
This trap is generated when the line's loopback code/condition no longer exists.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-181 describes the fields and values for Specific Trap 50205.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "line.access" |
@Class | 1095 |
@SubObjectType | "dte" - ($7 = 1) "dce" - ($7 = 2) "unknown" - (default) |
@BitMapField | $8 |
@Convert | "x21LineAlarmState" |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "x21LineLpbkDetected" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " X21Line# " + $6 + " X21LineType " + @SubObjectType + " Line loopback Removed" |
$DeDupKey | @AlertKey + $8 |
@Type | 4 |
This trap is generated when the IMA group is disabled.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-182 describes the fields and values for Specific Trap 50230.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "system.config" |
@Class | 1015 |
@ObjectStatus | int($imaPortState) + int($8) |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "ImaDisabled" |
@Type | 1 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " IMA Port# " + $6 + " LinkList " + $7 + " disabled" |
@AdditionalInfo | "listLinksPresentInImaGroup" + ":" + $7 |
$DeDupKey | @AlertKey + $8 |
This trap is generated when the IMA group becomes active.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-183 describes the fields and values for Specific Trap 50231.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "system.config" |
@Class | 1015 |
@ObjectStatus | int($imaPortState) + int($8) |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "ImaDisabled" |
@Type | 2 |
@AlertKey | $2 + $4 + $6 + $7 |
@Summary | "MGX" + @NEModelID + " "" + $2 + " slot " + $4 + " IMA Port# " + $6 + " LinkList " + $7 + " enabled." |
$DeDupKey | @AlertKey + $8 |
@AdditionalInfo | "listLinksPresentInImaGroup" + ":" + $7 |
This trap is generated when the bandwidth of an IMA group changes due to addition/deletion of links to/from the IMA group.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-184 describes the fields and values for Specific Trap 50232.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "system.config" |
@Class | 1015 |
@ObjectStatus | int($imaPortState) + int($8) |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "ImaBandwidthChanged" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " IMA Port# " + $6 + " LinkList " + $7 + " bandwidth changed." |
@AdditionalInfo | "listLinksPresentInImaGroup" + ":" + $7 |
$DeDupKey | @AlertKey + $8 |
This trap is generated when the IMA group is brought down due to ACP cells not being received within the expected interval.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-185 describes the fields and values for Specific Trap 50233.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "system.config" |
@Class | 1015 |
@ObjectStatus | int($imaPortState) + int($8) |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "ImaDisabled" |
@Type | 1 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " IMA Port# " + $6 + " LinkList " + $7 + " failed - ACP Timeout." |
@AdditionalInfo | "listLinksPresentInImaGroup" + ":" + $7 |
$DeDupKey | @AlertKey + $8 |
This trap is generated when the IMA group failed due to a major alarm on the IMA group.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-186 describes the fields and values for Specific Trap 50234
.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "system.config" |
@Class | 1015 |
@ObjectStatus | int($imaPortState) + int($8) |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "ImaDisabled" |
@Type | 1 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " IMA Port# " + $6 + " LinkList " + $7 + " failed" |
@AdditionalInfo | "listLinksPresentInImaGroup" + ":" + $7 |
$DeDupKey | @AlertKey + $8 |
This trap is generated when the IMA group fails due to an IMA signalling failure (for example, ACP cells are being received, however, the expected ones are not being received or an unexpected change in IMA-ID/LID on a link occurred.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-187 describes the fields and values for Specific Trap 50235.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "system.config" |
@Class | 1015 |
@ObjectStatus | int($imaPortState) + int($8) |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "ImaDisabled" |
@Type | 1 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " IMA Port# " + $6 + " LinkList " + $7 + " signalling failure." |
@AdditionalInfo | "listLinksPresentInImaGroup" + ":" + $7 |
$DeDupKey | @AlertKey + $8 |
This trap is generated when the IMA group failed due to differential delay exceeding the maximum permissible for this IMA group. The variable imaObsDiffDelay gives the current observed differential delay for this IMA group.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-188 describes the fields and values for Specific Trap 50236.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "system.config" |
@Class | 1015 |
@ObjectStatus | int($imaPortState) + int($9) |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "ImaBadDiffDelayFail" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " IMA Port# " + $6 + " LinkList " + $7 + " bad differential delay failure." |
@AdditionalInfo | "imaObsDiffDelay" + ":" + $8 + "Milliseconds"+ ";" + "listLinksPresentInImaGroup" + ":" + $7 |
$DeDupKey | @AlertKey + $8 + $9 |
This trap is generated when the IMA is receiving a local OAM cell AIS from the remote end.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-189 describes the fields and values for Specific Trap 50237.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "system.config" |
@Class | 1015 |
@ObjectStatus | int($imaPortState) + int($9) |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "ImaRcvAisLoam" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " IMA Port# " + $6 + " LinkList " + $7 + " receiving a local OAM cell RDI from the remote end." |
@AdditionalInfo | "listLinksPresentInImaGroup" + ":" + $7 |
$DeDupKey | @AlertKey + $8 + $9 |
This trap is generated when the IMA is receiving a local OAM cell RDI from the remote end.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-190 describes the fields and values for Specific Trap 50238.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "system.config" |
@Class | 1015 |
@ObjectStatus | int($imaPortState) + int($9) |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "ImaRcvRdiLoam" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " IMA Port# " + $6 + " LinkList " + $7 + " receiving a local OAM cell RDI from the remote end." |
@AdditionalInfo | "listLinksPresentInImaGroup" + ":" + $7 |
$DeDupKey | @AlertKey + $8 + $9 |
This trap is generated when the IMA group failed due to a non-IMA protocol related failure. The value of imaPortState denotes the reason for failure.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-191 describes the fields and values for Specific Trap 50239.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "system.config" |
@Class | 1015 |
@ObjectStatus | int($imaPortState) + int($9) |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "ImaFailedOtherReason" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " IMA Port# " + $6 + " LinkList " + $7 + " failed due to a non IMA protocol failure." |
@AdditionalInfo | "listLinksPresentInImaGroup" + ":" + $7 |
$DeDupKey | @AlertKey + $8 + $9 |
This trap is generated when the current clock source changes from primary to secondary.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-192 describes the fields and values for Specific Trap 50240.
| Field | Value |
|---|---|
@ObjectType | "system.config" |
@Class | 1015 |
@AlertKey | $2 + $6 + $7 + $8 |
@AlertGroup | "ImatmClockChange" |
@SubObjectType | "primary" - ($6 = 1) "secondary" - ($6 = 2) "internal" - ($6 = 3) "unknown" - (default) |
$PrimaryClock | lookup($7, ClockSource) |
$SecondaryClock | lookup($8, ClockSource) |
@Summary | "MGX" + @NEModelID + " " + $2 + " IMATM Clock Changed. current clock: " + @SubObjectType + " PrimaryClock: " + $PrimaryClock + |
@AdditionalInfo | "currentClockSource" + ":" + @SubObjectType + "; " + "primaryClockSource" + ":" + $PrimaryClock + ";" + "secondaryClockSource" + ":" + $SecondaryClock |
$DeDupKey | @AlertKey |
This trap is generated when a good clock source is not available.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-193 describes the fields and values for Specific Trap 50241.
| Field | Value |
|---|---|
@ObjectType | "system.config" |
@Class | 1015 |
@AlertKey | $2 + $4 + $6 + $7 + $8 |
@AlertGroup | "ImatmBadClockSource" |
@SubObjectType | "primary" - ($6 = 1) "secondary" - ($6 = 2) "internal" - ($6 = 3) "unknown" - (default) |
$PrimaryClock | lookup($7, ClockSource) |
$SecondaryClock | lookup($7, ClockSource) |
@Summary | "MGX" + @NEModelID + " " + $2 + " IMATM Clock Changed. current clock: " + @SubObjectType + " PrimaryClock: " + $PrimaryClock + " Secondary Clock: " + $SecondaryClock |
@AdditionalInfo | "currentClockSource" + ":" + @SubObjectType + ";" + "primaryClockSource" + ":" + $PrimaryClock + ";" + "secondaryClockSource" + ":" + $SecondaryClock |
$DeDupKey | @AlertKey |
This trap is generated when an IMA line alarm exists.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-194 describes the fields and values for Specific Trap 50245.
| Field | Value |
|---|---|
@ObjectType | "line.trunk" |
@ServiceType | "imadsx1" |
@Class | 1025 |
@PSAP | $7 |
@BitMapField | $8 |
@Convert | "lineImaAlarmState" |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $7 |
@AlertGroup | "ImaLinkInLoopback" |
@Summary | "Ima Link In Loopback for MGX " + NEModelID + " " + $2 + " slot " + $4 + " IMA line# " + $7 + " See BitMap for Status" |
@AdditionalInfo | "almImaGrpNum" + ":" + $6 |
$DeDupKey | @AlertKey + $6 + $8 |
This trap is generated when the HEC Error Correction Option for DSX3 has changed.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-195 describes the fields and values for Specific Trap 50246.
| Field | Value |
|---|---|
@ObjectType | "line.trunk" |
@ServiceType | "imadsx1" |
@Class | 1080 |
@PSAP | $6 |
@ObjectStatus | 8 - (Disable - $7 = 1) 9 - (Enable $7 = 2) 1400 - (Unknown - default) |
$ObjectStatus | "Disable" - ($7 = 1) "Enable" - ($7 = 2) "Unknown" - (default) |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "ImatmDsx3HecChange" |
@Summary | "HEC Error Correction for DSX3 has changed to" + $ObjectStatus |
$DeDupKey | @AlertKey |
This trap indicates the failure status of the IMA group (whether GTSM is up or down).
Supported CIC Releases: 1.2, 2.0
Table 1-196 describes the fields and values for Specific Trap 50250.
| Field | Value |
|---|---|
@ObjectType | "line.trunk" |
@Class | 1080 |
@PSAP | $8 |
@ObjectStatus | int($axisImaGroupFailureStatus) + int($11) |
@AlertKey | $2 + $4 + $8 + $9 |
@AlertGroup | "ImaCellRateChange" |
@Summary | " GTSM status changed " |
$DeDupKey | @AlertKey |
This trap is generated when the bandwidth of an IMA group changes due to addition/deletion of links to/from the IMA group.
Supported CIC Releases: 1.2, 2.0
Table 1-197 describes the fields and values for Specific Trap 50251.
| Field | Value |
|---|---|
@ObjectType | "line.trunk" |
@Class | 1080 |
@PSAP | $8 |
@ObjectStatus | int($ImaPortState) + int($9) |
@AlertKey | $2 + $4 + $8 + $9 |
@AlertGroup | "ImaCellRateChange" |
@Summary | " IMA cell rate changed " |
$DeDupKey | @AlertKey |
This trap is generated when no PLCP alarm exists.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-198 describes the fields and values for Specific Trap 50300.
| Field | Value |
|---|---|
@PSAP | $7 |
@ObjectType | "line.trunk" |
@ServiceType | "bnmdsx3" |
@Class | 1025 |
@BitMapField | $6 |
@Convert | "dsx3PlcpLineAlarmState" |
@SubObjectType | "dsx3CbitParity" - ($8 = 1) "g832-g804" - ($8 = 2) "unknown" - (default) |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $7 + $8 |
@AlertGroup | "PLCPActive" |
@Type | 2 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " PLCP line# " + $7 + " clear" |
@Severity | 0 |
$DeDupKey | @AlertKey + $6 |
This trap is generated when a PLCP alarm exists.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-199 describes the fields and values for Specific Trap 50301.
| Field | Value |
|---|---|
@PSAP | $7 |
@ObjectType | "line.trunk" |
@ServiceType | "bnmdsx3" |
@Class | 1025 |
@BitMapField | $6 |
@Convert | "dsx3PlcpLineAlarmState" |
@SubObjectType | "dsx3CbitParity" - ($8 = 1) "g832-g804" - ($8 = 2) "unknown" - (default) |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $7 + $8 |
@AlertGroup | "PLCPActive" |
@Type | 1 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " PLCP line# " + $7 + " failed" |
@Severity | 3 |
$DeDupKey | @AlertKey + $6 |
This trap is generated when a PLCP statistical alarm state changes.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-200 describes the fields and values for Specific Trap 50303.
| Field | Value |
|---|---|
@PSAP | $7 |
@ObjectType | "line.trunk" |
@ServiceType | "bnmdsx3" |
@Class | 1025 |
@BitMapField | $6 |
@Convert | "dsx3PlcpLineStatisticalAlarmState" |
@SubObjectType | "dsc3CbitParity" if $8 = 1 |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $7 + $8 |
@AlertGroup | "PLCPLoopbackEnabled" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " PLCP line# " + $7 + " loopback enabled" |
$DeDupKey | @AlertKey + $6 |
@Type | 3 |
This trap is generated when loopback is disabled.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-201 describes the fields and values for Specific Trap 50305.
| Field | Value |
|---|---|
@PSAP | $7 |
@ObjectType | "line.trunk" |
@ServiceType | "bnmdsx3" |
@Class | 1025 |
@BitMapField | $6 |
@Convert | "dsx3PlcpLineStatisticalAlarmState" |
@SubObjectType | "dsc3CbitParity" if $8 = 1 |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $7 + $8 |
@AlertGroup | "PLCPLoopbackEnabled" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " PLCP line#" + $7 + " loopback enabled" |
$DeDupKey | @AlertKey + $6 |
@Type | 4 |
This trap is generated when a channel's Ras_Oam_Loopback_state changes from Failed to Ok or from Ok to Failed. It carries status for a chunk of 256 channels as bitmaps. If the status of only one channel in the chunk of 256 channels changes, a trap is seen only for that chunk of 256 channels. For example, if channel 500 fails the RAS loopback test, a trap is sent for the second chunk of 256 channels that spans channels number 257 to 512.
Supported CIC Releases: 1.2, 2.0
Table 1-202 describes the fields and values for Specific Trap 50311.
| Field | Value |
|---|---|
@Class | 1070 |
@AlertKey | $2 + $4 |
@AlertGroup | "ChanOamLpbkStatus" |
@Summary | "MGX" + @NEModelID + " " + $2 + " OAM Loopback status has changed" |
This trap is generated when the diagnostic routine for the MGX device completes. The trap fields indicate the general status of the SM configuration and firmware files and the number of corrupted PRI and Firmware files in the ASC from which it is sent.
Supported CIC Releases: 1.2, 2.0
Table 1-203 describes the fields and values for Specific Trap 50312.
| Field | Value |
|---|---|
@Class | 1070 |
@AlertKey | $2 + $4 |
@AlertGroup | "rasDskBadSectors" |
@Summary | "MGX" + @NEModelID + " " + $2 + " SM Configuration and FirmWare has changed" |
This trap is generated each time the diagnostic utility for the ASC hard disk is run. The trap data indicates the number of bad sectors on the ASC hard disk. If the number of bad sectors exceeds the threshold value, the rasDskHealth field is set to FAIL. The threshold value is 30% of the total number of sectors.
Supported CIC Releases: 1.2, 2.0
Table 1-204 describes the fields and values for Specific Trap 50313.
| Field | Value |
|---|---|
@Class | 1070 |
@AlertKey | $2 + $4 |
@AlertGroup | "pxmCurSource" |
@Summary | "MGX" + @NEModelID + " " + $2 + " number of bad sectors in the ASC Hard Disk is " + $9 |
This trap is generated when the current clock source has changed..
Supported CIC Releases: 1.2, 2.0
Table 1-205 describes the fields and values for Specific Trap 50315.
| Field | Value |
|---|---|
@Class | 1070 |
@AlertKey | $2 + $4 |
@AlertGroup | "pxmCurClkSource" |
@Summary | "MGX" + @NEModelID + " " + $2 + "current clock source has changed: " |
This trap is generated when the line is enabled. Note that this trap is not currently used.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-206 describes the fields and values for Specific Trap 50350
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "line.access" |
@ServiceType | "dsx1" |
@Class | 1005 if int(@NEType) = 14, otherwise 1080 |
@SubObjectType | lookup($7, LineType) |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "LineEnabled" |
@ObjectStatus | 499 - Active |
@Summary | ""MGX" + @NEModelID + $2 + " slot " + $4 + " line " + $6 + " type " + @SubObjectType + " enabled" |
$DeDupKey | @AlertKey |
This trap is generated when the card is over-subscribed.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-207 describes the fields and values for Specific Trap 50380
| Field | Value |
|---|---|
@ObjectType | "card" |
@Class | 1005 |
@SubObjectType | lookup($6, Axisfm) |
@AlertKey | $2 + $4 + $6 |
@AlertGroup | "CardOvrSubsc" |
@Summary | "MGX" + NEModelID + " " + $2 + "Card:" + @SubObjectType + "in slot:" + $4 + "oversubscribed with utilization (%):" + $8 |
$OverSubscribed | "false" - ($7 = 1) "true" - ($7 = 1) "unknown" - (default) |
@AdditionalInfo | "CardOverSubscribed" + ":" + $OverSubscribed + ";" + "CardPercentUtil" + ":" + $8 |
$DeDupKey | @AlertKey + $7 + $8 |
This trap is generated when a FR logical port becomes active. This trap is used only for FRSM-2CT3/T3/E3/HS2.
Supported CIC Releases: 1.2, 2.0
Table 1-208 describes the fields and values for Specific Trap 50381.
| Field | Value |
|---|---|
@ObjectType | :port.FR" |
@ServiceType | "frPort" |
@SubObjectType | lookup($10, LineType) |
@PSAP | $9 |
@LSAP | $8 |
@BitMapField | $13 |
@Convert | "portds0ConfigBitMap" |
@AlertGroup | "PortActive" |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@Class | 1070 |
@Severity | 0 |
@Type | 2 |
@ObjectStatus | 902 |
@Class | 1030 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line#" + $9 + " port#" + $8 + " cleared" |
This trap generated when a frame relay logical port fails. Currently, this trap is used only with the various types of FRSM-VHS card (FRSM-2CT3/T3/E3/HS2).
Supported CIC Releases: 1.2, 2.0
Table 1-209 describes the fields and values for Specific Trap 50382.
| Field | Value |
|---|---|
@ObjectType | :port.FR" |
@ServiceType | "frPort" |
@PSAP | $9 |
@LSAP | $8 |
@Class | 1070 |
@BitMapField | $13 |
@Convert | "Portds0ConfigBitMap" |
@SubObjectType | lookup($10, LineType) |
@ObjectStatus | int($portState) + int($11) |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@AlertGroup | "PortActive" |
@Type | 1 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line#" + $9 + " port#" + $8 + " failed. " + $FRportstate + " " + $FRportssignallingstat |
@Severity | 3 |
$DeDupKey | @AlertKey + $11 + $13 |
This trap generated when a frame relay logical port is deleted. Currently, this trap is used only with the various types of FRSM-VHS card (FRSM-2CT3/T3/E3/HS2).
Supported CIC Releases: 1.2, 2.0
Table 1-210 describes the fields and values for Specific Trap 50383.
| Field | Value |
|---|---|
@ObjectType | :port.FR" |
@ServiceType | "frPort" |
@PSAP | $9 |
@LSAP | $8 |
@Class | 1070 |
@BitMapField | $13 |
@Convert | "Portds0ConfigBitMap" |
@SubObjectType | lookup($10, LineType) |
@ObjectStatus | 3 |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@AlertGroup | "PortAddDelete" |
@Type | 4 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line#" + $9 + " port#" + $8 + " deleted" |
@Severity | 2 |
$DeDupKey | @AlertKey + $11 + $13 |
This trap is generated when loopback becomes active on a frame relay logical port. Currently, this trap is used only with the various types of FRSM-VHS card (FRSM-2CT3/T3/E3/HS2).
Supported CIC Releases: 1.2, 2.0
Table 1-211 describes the fields and values for Specific Trap 50384.
| Field | Value |
|---|---|
@ObjectType | :port.FR" |
@ServiceType | "frPort" |
@Class | 1070 |
@PSAP | $9 |
@LSAP | $8 |
@ObjectType | "line" |
@SubObjectType | lookup($10, LineType) |
@BitMapField | $12 |
@Convert | "PortSignallingState" |
@ObjectStatus | int($PortState) + int($11) |
@AlertKey | $2 + $4 + $7 + $8 + $9 |
@AlertGroup | "PortLoopbackEnabled" |
@Summary | ""MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line#" + $9 + " port#" + $8 + " loopback enabled" |
@Severity | 2 |
$DeDupKey | @AlertKey + $12 |
This trap is generated when loopback is disabled on a frame relay logical port. Currently, this trap is used only with the various types of FRSM-VHS card (FRSM-2CT3/T3/E3/HS2).
Supported CIC Releases: 1.2, 2.0
Table 1-212 describes the fields and values for Specific Trap 50385.
| Field | Value |
|---|---|
@ObjectType | :port.FR" |
@ServiceType | "frPort" |
@Class | 1070 |
@PSAP | $9 |
@LSAP | $8 |
@ObjectType | "line" |
@SubObjectType | lookup($10, LineType) |
@BitMapField | $12 |
@Convert | "PortSignallingState" |
@ObjectStatus | int($PortState) + int($11) |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@AlertGroup | "PortLoopbackDisabled" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line#" + $9 + " port#" + $8 + " loopback disabled" |
@Severity | 2 |
$DeDupKey | @AlertKey + $12 |
This trap is generated when a FR logical port has become oversubscribed. Currently, this trap is used only with the various types of FRSM-VHS card (FRSM-2CT3/T3/E3/HS2).
Supported CIC Releases: 1.2, 2.0
Table 1-213 describes the fields and values for Specific Trap 50386.
| Field | Value |
|---|---|
@NEName | $2 |
@Slot | $4 |
@PSAP | $9 |
@LSAP | $8 |
@ObjectType | :port.FR" |
@ServiceType | "frPort" |
@PSAP | $9 |
@LSAP | $8 |
@Class | 1070 |
@SubObjectType | lookup($10, LineType) |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@AlertGroup | "TrapPortOvrSubsc" |
@Summary | "Port " + $8 + " at line " + $9 + " on node " + $2 + " is over subscribed" |
@Severity | 2 |
$DeDupKey | @AlertKey + $12 |
This trap is generated when a FR logical channel becomes active. Currently, this trap is used only with the various types of FRSM-VHS card (FRSM-2CT3/T3/E3/HS2).
Supported CIC Releases: 1.2, 2.0
Table 1-214 describes the fields and values for Specific Trap 50387.
| Field | Value |
|---|---|
@PSAP | $9 |
@LSAP | $8 |
@DSAP | $11 + " (DLCI) " |
@ObjectType | :"endpoint.FR" |
@ServiceType | "frChan" |
@Class | 1070 |
@BitMapField | If $portds0ConfigBitMap exists, $13 |
@SubObjectType | lookup($12, LineType) |
@AlertKey | $2 + $4 + $8 + $9 + $11 + $12 |
@AlertGroup | "ChannelActive" |
@Summary | "MGX" + @NEModelID+ " " + $2 + " slot " + $4 + " line#" + $8 + " port#" + $9 + " dlci#" + $11 + " channel#" + $10 + " cleared
|
@Type | 2 |
@Severity | 0 |
This trap is generated when a frame relay logical channel fails. Currently, this trap is used only with the various types of FRSM-VHS card (FRSM-2CT3/T3/E3/HS2).
Supported CIC Releases: 1.2, 2.0
Table 1-215 describes the fields and values for Specific Trap 50388.
| Field | Value |
|---|---|
@PSAP | $9 |
@LSAP | $8 |
@DSAP | $11 + " (DLCI) " |
@ObjectType | :"endpoint.FR" |
@ServiceType | "frChan" |
@Class | 1070 |
@BitMapField | If $portds0ConfigBitMap exists, $13 |
@SubObjectType | lookup($12, LineType) |
@AlertKey | $2 + $4 + $8 + $9 + $11 + $12 |
@AlertGroup | "ChannelActive" |
@Summary | "MGX" + @NEModelID+ " " + $2 + " slot " + $4 + " line#" + $8 + " port#" + $9 + " dlci#" + $11 + " channel#" + $10 + " failed |
@Type | 1 |
@Severity | 3 |
This trap is generated when a frame relay logical channel is deleted. Currently, this trap is used only with the various types of FRSM-VHS card (FRSM-2CT3/T3/E3/HS2).
Supported CIC Releases: 1.2, 2.0
Table 1-216 describes the fields and values for Specific Trap 50389.
| Field | Value |
|---|---|
@PSAP | $9 |
@LSAP | $8 |
@DSAP | $11 + " (DLCI) " |
@ObjectType | :"endpoint.FR" |
@ServiceType | "frChan" |
@Class | 1070 |
@BitMapField | If $portds0ConfigBitMap exists, $13 |
@SubObjectType | lookup($12, LineType) |
@AlertKey | $2 + $4 + $8 + $9 + $11 + $12 |
@AlertGroup | "ChannelActive" |
@Summary | "MGX" + @NEModelID+ " " + $2 + " slot " + $4 + " line#" + $8 + " port#" + $9 + " dlci#" + $11 + " channel#" + $10 + " failed
|
@Type | 1 |
@Severity | 3 |
This trap is generated when a port becomes active.
Supported CIC Releases: 1.2, 2.0
Table 1-217 describes the fields and values for Specific Trap 50400.
| Field | Value |
|---|---|
@ObjectType | "port.FR" |
@ServiceType | "frPort" |
@SubObjectType | lookup($8, LineType) |
@PSAP | $7 |
@LSAP | $6 |
@Class | 1030 |
@BitMapField | $11 |
@Convert | "portDs0ConfigBitMap" |
@ObjectStatus | 902 - Active |
@AlertKey | $2 + $4 + $7 + $6 + $8 |
@AlertGroup | "PortActive" |
@Type | 2 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $7 + " port# " + $6 + |
@AdditionalInfo | "See BitMap for PortDS0ConfigBitMap" |
@Severity | 0 |
$DeDupKey | @AlertKey + $9 + $11 |
This trap is generated when a port has failed.
Supported CIC Releases: 1.2, 2.0
Table 1-218 describes the fields and values for Specific Trap 50401.
| Field | Value |
|---|---|
@ObjectType | "port.FR" |
@ServiceType | "frPort" |
@PSAP | $7 |
@LSAP | $6 - ($7 != 0) |
@ServiceType | "frPort" - ($7 != 0) |
@Class | 1030 - ($7 != 0) |
@BitMapField | $11 - ($7 != 0) |
@Convert | "portDs0ConfigBitMap" - ($7 != 0) |
@SubObjectType | lookup($8, LineType) - ($7 != 0) |
@ObjectStatus | int($portState) + int($9) - ($7 != 0) |
@AlertKey | $2 + $4 + $7 + $6 + $8 - ($7 != 0) |
@AlertGroup | "PortActive" - ($7 != 0) |
@Type | 1 - ($7 != 0) |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $7 + " port# " + $6 + |
$DeDupKey | @AlertKey + $9 + $11 - ($7 != 0) |
@AdditionalInfo | "See BitMap field for PortDS0ConfigBitMap" - ($7!= 0) |
This trap is generated when the port has been deleted.
Supported CIC Releases: 1.2, 2.0
Table 1-219 describes the fields and values for Specific Trap 50402.
| Field | Value |
|---|---|
@PSAP | $7 + "."+$6 |
@ServiceType | "frPort" |
@ObjectType | "port.FR" |
@ServiceType | "FR" |
@Class | 1070 |
@BitMapField | $11 |
@Convert | "portDs0ConfigBitMap" |
@SubObjectType | lookup($8, LineType) |
@ObjectStatus | 3 - Deleted |
@Type | 4 |
@AlertKey | $2 + $4 + $6 + $7 + $8 |
@AlertGroup | "PortAddDelete" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $7 + " port# " + $6 + |
@AdditionalInfo | "See BitMap Field for PortDS0ConfigBitMap" |
$DeDupKey | @AlertKey + $9 + $11 |
This trap is generated when the port loopback is enabled.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-220 describes the fields and values for Specific Trap 50403.
| Field | Value |
|---|---|
@ServiceType | "frPort" |
@PSAP | $7 |
@LSAP | $6 |
@ObjectType | "line" |
@SubObjectType | lookup($8, LineType) |
@BitMapField | $10 |
@Convert | "portSignallingState" |
@ObjectStatus | int($portState) + int($9) |
@AlertKey | $2 + $4 + $6 + $7 + $8 |
@AlertGroup | "PortLoopbackEnabled" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $7 + " port# " + $6 + " loopback enabled" |
@AdditionalInfo | "See BitMap Field for PortDS0ConfigBitMap" |
@Severity | 2 |
$DeDupKey | @AlertKey + $10 |
This trap is generated when port loopback is disabled.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-221 describes the fields and values for Specific Trap 50404.
| Field | Value |
|---|---|
@ServiceType | "frPort" |
@PSAP | $7 |
@LSAP | $6 |
@ObjectType | "line" |
@SubObjectType | lookup($8, LineType) |
@BitMapField | $10 |
@Convert | "portSignallingState" |
@ObjectStatus | int($portState) + int($9) |
@AlertKey | $2 + $4 + $7 + $6 + $8 |
@AlertGroup | "PortLoopbackDisabled" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $7 + " port# " + $6 + |
@AdditionalInfo | "See BitMap for PortDS0ConfigBitMap" |
@Severity | 2 |
$DeDupKey | @AlertKey + $8 |
This trap is generated when a port is added. Note, this trap is not used.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-222 describes the fields and values for Specific Trap 50405.
| Field | Value |
|---|---|
@PSAP | $7 |
@LSAP | $6 |
@ServiceType | "frPort" |
@ObjectType | "port.FR" |
@Class | 1030 |
@BitMapField | $11 |
@Convert | "portDs0ConfigBitMap" |
@SubObjectType | lookup($8, LineType) |
@Type | 3 |
@ObjectStatus | int($portState) + int($9) |
@AlertKey | $2 + $4 + $7 + $6 + $8 |
@AlertGroup | "PortAddedDelete" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $7 + " port# " + $6 + |
@AdditionalInfo | "See BitMap Field for PortDS0ConfigBitMap" |
@Severity | 2 |
$DeDupKey | @AlertKey + $11 |
This trap is generated when the port is over-subscribed.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-223 describes the fields and values for Specific Trap 50406.
| Field | Value |
|---|---|
@NEName | $2 |
@Slot | $4 |
@PSAP | $7 |
@LSAP | $6 |
@ServiceType | "frPort" |
@ObjectType | "port.FR" |
@Class | 1085 |
@SubObjectType | lookup($8, LineType) |
@AlertKey | $2 + $4 + $7 + $6 + $8 |
@AlertGroup | "TrapPortOvrSubsc" |
@Summary | "Port" + $6 + "at line" + $7 + "on node" + $2 + "is over subscribed" |
$portOversubscribed | "false" - ($9 = 1) "true" - ($9 = 2) "unknown" - (default) |
@AdditionalInfo | "portOversubscribed" + ":" + $portOversubscribed + ";" + "portIngrPercentUtil" + ":" + $10 + ";" + "portEgrPercentUtil" + ":" + $11 |
$DeDupKey | @AlertKey + $9 |
This trap is generated when the port becomes active.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-224 describes the fields and values for Specific Trap 50450.
| Field | Value |
|---|---|
@ObjectType | "port.FR" |
@ServiceType | "frPort" |
@PSAP | $7 |
@LSAP | $6 |
@Class | 1030 |
@BitMapField | $10 |
@Convert | "portSignallingState" |
@SubObjectType | $8 |
@SubObjectType | "dte" - ($8 = 1) "dce" - ($8 = 2) "unknown" (default) |
@ObjectStatus | int($portState) + int($9) |
@AlertKey | $2 + $4 + $7 + $6 + $8 |
@AlertGroup | "X21PortActive" |
@Type | 2 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $7 + " lineType# " + @SubObjectType + " port# " + $6 + " active" |
@AdditionalInfo | "See BitMap field for PortSignallingState" |
$DeDupKey | @AlertKey + $10 |
This trap is generated when the port fails.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-225 describes the fields and values for Specific Trap 50451.
| Field | Value |
|---|---|
@PSAP | $7 |
@LSAP | $6 |
@ServiceType | "frPort" |
@ObjectType | "port.FR" |
@Class | 1030 |
@BitMapField | $11 |
@Convert | "portDs0ConfigBitMap" |
@SubObjectType | "dte" - ($8 = 1) "dce" - ($8 = 2) "unknown" (default) |
@ObjectStatus | int($portState) + int($9) |
@AlertKey | $2 + $4 + $7 + $6 + $8 |
@AlertGroup | "X21PortActive" |
@Type | 1 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $7 + " lineType# " + @SubObjectType + " port# " + $6 + " failed" |
@AdditionalInfo | "See BitMap field for PortDS0ConfigBitMap" |
@Severity | 4 |
$DeDupKey | @AlertKey + $10 |
This trap is generated when the port is deleted.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-226 describes the fields and values for Specific Trap 50452.
| Field | Value |
|---|---|
@PSAP | $7 |
@LSAP | $6 |
@ServiceType | "frPort" |
@ObjectType | "port.FR" |
@Class | 1030 |
@BitMapField | $11 |
@Convert | "portDs0ConfigBitMap" |
@SubObjectType | "dte" - ($8 = 1) "dce" - ($8 = 2) "unknown" (default) |
@ObjectStatus | int($portState) + int($9) |
@AlertKey | $2 + $4 + $7 + $6 + $8 |
@AlertGroup | "X21PortDelete" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $7 + " lineType# " + @SubObjectType + " port# " + $6 + " deleted" |
@AdditionalInfo | "See BitMap Field for PortDS0ConfigBitMap" |
@Severity | 2 |
$DeDupKey | @AlertKey + $9 + $10 |
This trap is generated when port loopback is enabled.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-227 describes the fields and values for Specific Trap 50453.
| Field | Value |
|---|---|
@PSAP | $7 |
@LSAP | $6 |
@ObjectType | "port.FR" |
@ServiceType | "frPort" |
@Class | 1030 |
@SubObjectType | "dte" - ($8 = 1) "dce" - ($8 = 2) "unknown" (default) |
@ObjectStatus | int($portState) + int($9) |
@AlertKey | $2 + $4 + $7 + $6 + $8 |
@AlertGroup | "X21PortLoopbackEnabled" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $7 + " lineType# " + @SubObjectType + " port# " + $6 + " Loopback Enabled" |
@Severity | 4 |
$DeDupKey | @AlertKey + $9 |
This trap is generated when port loopback is disabled.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-228 describes the fields and values for Specific Trap 50454.
| Field | Value |
|---|---|
@PSAP | $7 |
@LSAP | $6 |
@ObjectType | "port.FR" |
@ServiceType | "frPort" |
@Class | 1030 |
@SubObjectType | "dte" - ($8 = 1) "dce" - ($8 = 2) "unknown" (default) |
@ObjectStatus | int($portState) + int($9) |
@AlertKey | $2 + $4 + $7 + $6 + $8 |
@AlertGroup | "X21PortLoopbackDisabled" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $7 + " lineType# " + @SubObjectType + " port# " + $6 + " Loopback Disabled" |
@Severity | 3 |
$DeDupKey | @AlertKey + $9 |
This trap is generated when a port is added.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-229 describes the fields and values for Specific Trap 50455.
This trap is generated when the channel becomes active.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-230 describes the fields and values for Specific Trap 50500.
| Field | Value |
|---|---|
@LSAP | $7 |
@PSAP | $6 |
@DSAP | $9 + "(DLCI)" |
@ObjectType | "endpoint.FR" |
@ServiceType | "frChan" |
@Class | 1040 1035 (when $11 is received as a varbind) |
@BitMapField | $11 (when $11 is received as a varbind) |
@Convert | portDs0ConfigBitMap (when $11 is received as a varbind) |
@SubObjectType | lookup($10, LineType) |
@AlertKey | $2 + $4 + $6 + $7 + $9 + $10 |
@AlertGroup | "ChannelActive" |
@Type | 2 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " port# " + $7 + " dlci# " + $9 + " channel# " + $8 + " cleared" |
@AdditionalInfo | "See BitMap field for PortDs0ConfigBitMap" |
@Severity | 0 |
$DeDupKey | @AlertKey + $8 + $11 |
This trap is generated when the channel fails.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-231 describes the fields and values for Specific Trap 50501.
| Field | Value |
|---|---|
@LSAP | $7 |
@PSAP | $6 |
@DSAP | $9 + "(DLCI)" |
@ObjectType | "endpoint.FR" |
@ServiceType | "frChan" |
@Class | 1040 1035 (when $11 is received as a varbind) |
@BitMapField | $11 (when $11 is received as a varbind) |
@Convert | portDs0ConfigBitMap (when $11 is received as a varbind) |
@SubObjectType | lookup($10, LineType) |
@AlertKey | $2 + $4 + $6 + $7 + $9 + $10 |
@AlertGroup | "ChannelActive" |
@Type | 1 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " port# " + $7 + |
@AdditionalInfo | "See BitMap field for PortDs0ConfigBitMap" |
@Severity | 3 |
$DeDupKey | @AlertKey + $8 + $11 |
This trap is generated when the channel is deleted.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-232 describes the fields and values for Specific Trap 50502.
| Field | Value |
|---|---|
@LSAP | $7 |
@PSAP | $6 |
@DSAP | $9 + "(DLCI)" |
@ObjectType | "endpoint.FR" |
@ServiceType | "frChan" |
@Class | 1040 1035 (when $11 is received as a varbind) |
@BitMapField | $11 (when $11 is received as a varbind) |
@Convert | portDs0ConfigBitMap (when $11 is received as a varbind) |
@SubObjectType | lookup($10, LineType) |
@AlertKey | $2 + $4 + $6 + $7 + $9 |
@AlertGroup | "ChannelDelete" |
@Type | 4 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " port# " + $7 + |
@AdditionalInfo | "See BitMap field for PortDs0ConfigBitMap" |
@Severity | 2 |
$DeDupKey | @AlertKey + $8 + $11 |
This trap is generated when a channel is added. Note, this trap is not currently used.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-233 describes the fields and values for Specific Trap 50503.
| Field | Value |
|---|---|
@LSAP | $7 |
@PSAP | $6 |
@DSAP | $9 + "(DLCI)" |
@ObjectType | "endpoint.FR" |
@ServiceType | "frChan" |
@Class | 1040 1035 (when $11 is received as a varbind) |
@BitMapField | $11 (when $11 is received as a varbind) |
@Convert | portDs0ConfigBitMap (when $11 is received as a varbind) |
@SubObjectType | lookup($10, LineType) |
@AlertKey | $2 + $4 + $6 + $7 + $9 |
@AlertGroup | "ChanAdded" |
@Type | 3 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " port# " + $7 + " channel# " + $8 + " added" |
@AdditionalInfo | "See BitMap field for PortDs0ConfigBitMap" |
@Severity | 2 |
$DeDupKey | @AlertKey + $8 + $11 |
This trap is generated when a link station is added. Table 1-234 describes the fields and values for Specific Trap 50538.
Supported CIC Releases: 1.1, 1.2, 2.0
This trap is generated when a link station is deleted. Table 1-234 describes the fields and values for Specific Trap 50539.
Supported CIC Releases: 1.1, 1.2, 2.0
This trap is generated when a link station changes state. Table 1-234 describes the fields and values for Specific Trap 50540.
Supported CIC Releases: 1.1, 1.2, 2.0
This trap is generated when a link station becomes active. Table 1-234 describes the fields and values for Specific Trap 50541.
Supported CIC Releases: 1.1, 1.2, 2.0
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@SubObjectType | lookup($8, LineType) |
@Slot | $4 |
@PSAP | $7 |
@LSAP | $6 |
@ObjectType | "linkstation.SNA" |
@ObjectStatus | 50538: int($configChangeState) + 1#added |
@Class | 50538: 1309 50539: 1070 50540: 1309 50541: 1309 |
@Severity | 50538: 2 50539: 2 50540: 3 50541: 0 |
@AlertKey | $2 + $4 + $7 + $6 + $8 + $9 |
@AlertGroup | "sdlcLSAddDelete" |
@Type | 50538: 3 50539: 4 50540: 3 50541: 0 |
@Summary | 50538: "Link Station@" + $9 + " added to MGX" + @NEModelID + " " + $2 + " Slot# " + $4 + " Port# " + $7 + "." + $6 50539: "Secondary Link Station " + $9 + " deleted from MGX" + @NEModelID + " " + $2 + " Slot " + $4 + " Port# " + $6 50540: "Secondary Link Station " + $9 + " changed state on MGX" + @NEModelID + " " + $2 + " Slot " + $4 + " Port# " + $6 50541: "Secondary Link Station " + $9 + " active on MGX" + @NEModelID + " " + $2 + " Slot " + $4 + " Port# " + $6 |
$DeDupKey | @AlertKey + @AlertGroup + @ObjectStatus |
This trap is generated when a BNN route is added. Table 1-235 describes the fields and values for Specific Trap 50542.
Supported CIC Releases: 1.1, 1.2, 2.0
This trap is generated when a BNN route is deleted. Table 1-235 describes the fields and values for Specific Trap 50543.
Supported CIC Releases: 1.1, 1.2, 2.0
This trap is generated when a BNN route changes state. Table 1-235 describes the fields and values for Specific Trap 50544.
Supported CIC Releases: 1.1, 1.2, 2.0
This trap is generated when a BNN route becomes active.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-235 describes the fields and values for Specific Trap 50545.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@SubObjectType | lookup($8, LineType) |
@Slot | $4 |
@PSAP | $7 |
@LSAP | $6 |
@ObjectType | "route.SNA" |
@ObjectStatus | 50542: int($configChangeState) + 1#added |
@Class | 50542: 1035 50543: 1070 50544: 1035 50545: 1035 |
@Severity | 50542: 2 50543: 2 50544: 3 50545: 0 |
@AlertKey | $2 + $4 + $7 + $6 + $8 + $9 |
@AlertGroup | "frasBNNRouteAddDelete" |
@Type | 50542: 3 50543: 4 50544: 1 50545: 3 |
@FRASM_misc | $9 |
@Summary | 50542: "BNN Route " + $9 + " added to MGX" + @NEModelID + " " + $2 + " Slot " + $4 + " Port# " + $7 + "." + $6 50543: "BNN Route " + $9 + " deleted from MGX" + @NEModelID + " " " + $2 + " Slot " + $4 + " Port# " + $7 + "." + $6 50544: "BNN Route " + $9 + " changed state on MGX" + @NEModelID + " " + $2 + " Slot " + $4 + " Port# " + $7 + "." + $6 50545: "BNN Route " + $9 + " active on MGX" + @NEModelID + " " + $2 + " Slot " + $4 + " Port# " + $7 + "." + $6 |
$DeDupKey | @AlertKey + @AlertGroup + @ObjectStatus |
This trap is generated when BAN route is added. Table 1-236 describes the fields and values for Specific Trap 50546.
Supported CIC Releases: 1.1, 1.2, 2.0
This trap is generated when BAN route is deleted. Table 1-236 describes the fields and values for Specific Trap 50547.
Supported CIC Releases: 1.1, 1.2, 2.0
This trap is generated when BAN route changes state. Table 1-236 describes the fields and values for Specific Trap 50548.
Supported CIC Releases: 1.1, 1.2, 2.0
This trap is generated when BAN route becomes active.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-236 describes the fields and values for Specific Trap 50549.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@SubObjectType | lookup($8, LineType) |
@Slot | $4 |
@PSAP | $7 |
@LSAP | $6 |
@ObjectType | "route.SNA" v |
@ObjectStatus | 50546: int($configChangeState) + 1#added |
@Class | 50546: 1305 50547: 1070 50548: 1305 50549: 1305 |
@Severity | 3 |
@AlertKey | $2 + $4 + $7 + $6 + $8 +$9 |
@AlertGroup | "frasBANRouteAddDelete" |
@Type | 50546: 3 50547: 4 50548: 1 50549: 3 |
@FRASM_misc | $9 |
@Summary | 50546: "BAN Route " + $9 + " added to MGX" + @NEModelID + " " + $2 + " Slot " + $4 + " Port# " + $7 + "." + $6 50547: "BAN Route " + $9 + " deleted from MGX" + @NEModelID + " " + $2 + " Slot " + $4 + " Port# " + $7 + "." + $6 50548: "BAN Route " + $9 + " changed state on MGX" + @NEModelID + " " + $2 + " Slot " + $4 + " Port# " + $7 + "." + $6 50549: "BAN Route " + $9 + " active on MGX" + @NEModelID + " " + $2 + " Slot " + $4 + " Port# " + $7 + "." + $6 |
$DeDupKey | @AlertKey + @AlertGroup + @ObjectStatus |
This trap is generated when a STUN Protocol Group is added.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-237 describes the fields and values for Specific Trap 50550.
This trap is generated when a STUN Protocol Group is deleted.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-237 describes the fields and values for Specific Trap 50551.
This trap is generated when a STUN Protocol Group changes state.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-237 describes the fields and values for Specific Trap 50552.
This trap is generated when a STUN Protocol Group becomes active.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-237 describes the fields and values for Specific Trap 50553.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@SubObjectType | lookup($8, LineType) |
@Slot | $4 |
@ObjectType | "protocol.SNA" |
@ObjectStatus | 50550: int($configChangeStatus) + 1#added |
@Class | 50550: 1305 50551: 1070 50552: 1305 50553: 1305 |
@Severity | 50550: 2 50551: 2 50552: 3 50553: 0 |
@AlertKey | $2 + $4 + $6 |
@AlertGroup | "stunProtocolGroupAddDelete" |
@Type | 50550: 3 50551: 4 50552: 1 50553: 3 |
@FRASM_misc | $6 |
@Summary | 50550: "STUN Protocol Group added to MGX" + @NEModelID + " " + $2 + " Slot " + $4 50551: "STUN Protocol Group deleted from MGX" + @NEModelID + " " + $2 + " Slot " + $4 MGX" + @NEModelID + " " + $2 + 50553: "STUN Protocol Group active on MGX" + @NEModelID + " " + $2 + " Slot " + $4 |
$DeDupKey | @AlertKey + @AlertGroup + @ObjectStatus |
This trap is generated when a STUN port is added.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-238 describes the fields and values for Specific Trap 50554.
This trap is generated when a STUN port is deleted.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-238 describes the fields and values for Specific Trap 50555.
This trap is generated when a STUN port changes state.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-238 describes the fields and values for Specific Trap 50556.
This trap is generated when a STUN port becomes active.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-238 describes the fields and values for Specific Trap 50557.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@SubObjectType | lookup($8, LineType) |
@Slot | $4 |
@PSAP | $7 |
@LSAP | $6 |
@ObjectType | "port.SNA" |
@ObjectStatus | 50554: int($configChangeStatus) + 1#added |
@Class | 50554: 1005 50555:1070 50556:1005 50557:1005 |
@Severity | 50554: 2 50555: 2 50556: 3 50557: 0 |
@AlertKey | $2 + $4 + $7 + $8 |
@AlertGroup | "frasBANRouteAddDelete" |
@Type | 50554: 3 50555: 4 50556: 1 50557: 3 |
@Summary | 50554: "stunPort#" + $7 + "." + $6 + " added to MGX" + @NEModelID + " " + $2 + " Slot#" + $4 50555: "stunPort#" + $7 + "." + $6 + " deleted from MGX" + @NEModelID + " " + $2 + " Slot#" + $4 50556: "stunPort#" + $7 + "." + $6 + " changed state on MGX" + @NEModelID + " " + $2 + " Slot#" + $4 50557: "stunPort#" + $7 + "." + $6 + " active on MGX" + @NEModelID + " " + $2 + " Slot#" + $4 |
$DeDupKey | @AlertKey + @AlertGroup + @ObjectStatus |
This trap is generated when a STUN route is added.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-239 describes the fields and values for Specific Trap 50558.
This trap is generated when a STUN route is deleted.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-239 describes the fields and values for Specific Trap.
This trap is generated when a STUN route changes state.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-239 describes the fields and values for Specific Trap 50560.
This trap is generated when a STUN route becomes active.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-239 describes the fields and values for Specific Trap 50561.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@SubObjectType | lookup($8, LineType) |
@Slot | $4 |
@PSAP | $7 |
@LSAP | $6 |
@ObjectType | "route.SNA" |
@ObjectStatus | 50558: int($configChangeStatus) + 1#added |
@Class | 50558: 1305 50559: 1070 50560:1305 50561:1305 |
@Severity | 50558: 3 50559: 4 50560:1 50561:3 |
@AlertKey | $2 + $4 + $7 + $6 + $8 + $9 |
@AlertGroup | "stunRouteAddDelete" |
@Type | 50558: 3 50559: 4 50560: 1 50561: 3 |
@FRASM_misc | $9 |
@Summary | 50558: "STUN route " + $9 + " added to MGX" + @NEModelID + " " + $2 + " Slot# " + $4 + " Port# " + $7 + "." + $6 50559: "STUN route " + $9 + " deleted from MGX" + @NEModelID + " " + $2 + " Slot " + $4 + " Port# " + $7 + "." + $6 50560: "STUN route " + $9 + " changed state on MGX" + @NEModelID + " " + $2 + " Slot " + $4 + " Port# " + $7 + "." + $6 50561: "STUN route " + $9 + " active on MGX" + @NEModelID + " " + $2 + " Slot " + $4 + " Port# " + $7 + "." + $6 |
$DeDupKey | @AlertKey + @AlertGroup + @ObjectStatus |
This trap is generated when a BSTUN port is added.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-240 describes the fields and values for Specific Trap 50562.
This trap is generated when a BSTUN port is deleted.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-240 describes the fields and values for Specific Trap 50563.
This trap is generated when a BSTUN port changes state.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-240 describes the fields and values for Specific Trap 50564.
This trap is generated when a BSTUN port becomes active.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-240 describes the fields and values for Specific Trap 50565.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@SubObjectType | lookup($8, LineType) |
@Slot | $4 |
@ObjectType | "protocol.SNA" |
@ObjectStatus | 50562: int($configChangeStatus) + 1#added |
@Class | 50562: 1305 50563: 1070 50564: 1305 50565: 1305 |
@Severity | 50562: 2 50563: 2 50564: 3 50565: 0 |
@AlertKey | $2 + $4 + $6 |
@AlertGroup | "bstunProtocolGroupAddDelete" |
@Type | 50562: 3 50563: 4 50564: 1 50565: 3 |
@FRASM_misc | $6 |
@Summary | 50562: "bstun Protocol Group#" + $6 + " added to MGX" + @NEModelID + " " + $2 + " Slot# " + $4 50563: "bstun Protocol Group#" + $6 + " deleted from MGX" + @NEModelID + " " + $2 +" Slot# " + $4 50564: "bstun Protocol Group" + $6 + " state changed on MGX" + @NEModelID + " " + $2 +" Slot# " + $4 50565: "bstun Protocol Group" + $6 + " active on MGX" + @NEModelID + " " + $2 + " Slot# " + $4 |
$DeDupKey | @AlertKey + @AlertGroup + @ObjectStatus |
This trap is generated when a BSTUN port is added.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-241 describes the fields and values for Specific Trap 50566.
This trap is generated when a BSTUN port is deleted.
Supported CIC Releases: 1.2, 2.0
Table 1-241 describes the fields and values for Specific Trap 50567.
This trap is generated when a BSTUN port changes state.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-241 describes the fields and values for Specific Trap 50568s.
This trap is generated when a BSTUN port becomes active.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-241 describes the fields and values for Specific Trap 50569.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@SubObjectType | lookup($8, LineType) |
@Slot | $4 |
@PSAP | $7 |
@LSAP | $6 |
@ObjectType | "port.SNA" |
@ObjectStatus | 50566: int($frasmPortState) + 4 #added |
@Class | 50566: 1055 50567:1070 50568:1005 50569:1005 |
@Severity | 50566: 2 50567:2 50568:3 50569:0 |
@AlertKey | $2 + $4 + $7 + $8 |
@AlertGroup | "bStunPortAddDelete" |
@Type | 50566: 3 50567:4 50568:1 50569:3 |
@Summary | 50556: "bstunPort#" + $7 + "." + $6 + " added to MGX" + @NEModelID + " " + $2 + " Slot#" + $4 50567: "bstunPort#" + $7 + "." + $6 + " deletedto MGX" + @NEModelID + " " + $2 + " Slot#" + $4 50568: "bstunPort#" + $7 + "." + $6 + " changed state on MGX" + @NEModelID + " " + $2 + " Slot#" + $4 50569: "bstunPort#" + $7 + "." + $6 + " active to MGX" + @NEModelID + " " + $2 + " Slot#" + $4 |
$DeDupKey | @AlertKey + @AlertGroup + @ObjectStatus |
This trap is generated when a BSTUN route is added.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-242 describes the fields and values for Specific Trap 50570.
This trap is generated when a BSTUN route is deleted.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-242 describes the fields and values for specific trap 50571.
This trap is generated when a BSTUN route changes state.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-242 describes the fields and values for Specific Trap 50572.
This trap is generated when a BSTUN route becomes active.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-242 describes the fields and values for Specific Trap 50573.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@SubObjectType | lookup($8, LineType) |
@Slot | $4 |
@PSAP | $7 |
@LSAP | $86 |
@ObjectType | "route.SNA" |
@ObjectStatus | 50570: int($frasmPortState) + 4 #added |
@Class | 50570: 1305 50571: 1070 50572: 1305 50573: 1305 |
@Severity | 50570: 2 50571: 2 50572: 3 50573: 0 |
@AlertKey | $2 + $4 + $7 + $8 |
@AlertGroup | "frasBANRouteAddDelete" |
@Type | 50570:3 50571:4 50572:1 50573:3 |
@FRASM_misc | $9 |
@Summary | 50570: "bstunRoute " + $9 + " added to MGX" + @NEModelID + " " + $2 + " Slot#" + $4 + " Port#" + $7 + "." + $6 50571: "bstunRoute " + $9 + " deleted from MGX" + @NEModelID + " " + $2 + " Slot#" + $4 + " Port#" + $7 + "." + $6 50572: "bstunRoute " + $9 + " changed state on MGX" + @NEModelID + " " + $2 + " Slot#" + $4 + " Port#" + $7 + "." + $6 50573: "bstunRoute " + $9 + " active on MGX" + @NEModelID + " " + $2 + " Slot#" + $4 + " Port#" + $7 + "." + $6 |
$DeDupKey | @AlertKey + @AlertGroup + @ObjectStatus |
This trap is generated when an LLC port is added.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-243 describes the fields and values for Specific Trap 50574.
This trap is generated when an LLC port is deleted.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-243 describes the fields and values for Specific Trap 50575.
This trap is generated when an LLC port changes state.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-243 describes the fields and values for Specific Trap 50576.
This trap is generated when an LLC port becomes active.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-243 describes the fields and values for Specific Trap 50577
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@SubObjectType | lookup($8, LineType) |
@Slot | $4 |
@PSAP | $7 |
@LSAP | $6 |
@ObjectType | "llcPort.SNA" |
@ObjectStatus | 50574: int($configChangeStaus) + 1#added |
@Class | 50574: 1307 50575: 1070 50576:1307 50577:1307 |
@Severity | 3 |
@AlertKey | $2 + $4 + $7 + $8 |
@AlertGroup | "frasBANRouteAddDelete" |
@Type | 50574:3 50575:4 50576:1 50577:3 |
@FRASM_misc | $9 |
@Summary | 50574: "llc port# " + $9 + " added to MGX" + @NEModelID + " " + $2 + " Slot " + $4 + " Port# " + $7 + "." + $6 50575: "llc port# " + $9 + " deleted from MGX" + @NEModelID + " " + $2 + " Slot " + $4 + " Port# " + $7 + "."+ $6 50576: "llc port# " + $9 + " changed state on MGX" + @NEModelID + " " + $2 + " Slot " + $4 + " Port# " + + $7 + "."$6 50577: "llc port# " + $9 + " active on MGX" + @NEModelID + " " + $2 + " Slot " + $4 + " Port# " + + $7 + "."$6 |
$DeDupKey | @AlertKey + @AlertGroup + @ObjectStatus |
This trap is generated when the configuration is changed. The bit map tells whether the change is on the line/port/channel, the object index shows the line#/port#/channel#, and the status shows whether it's an add, modify, or delete.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-244 describes the fields and values for Specific Trap 50600.
| Field | Value |
|---|---|
@ObjectType | "system.config" |
@Class | 1090 |
@Convert | "configChangeTypeBitMap" |
@BitMapField | $7 (when varbinds 7 and 9 are received) $6 (when varbind 7 exists, however, varbind 9 is not received) $6 (when varbinds 7 and 9 are not received) |
@SubObjectType | lookup($6, Axisfm) (when varbinds 7 and 9 are received) |
@ObjectStatus | int($configChangeStatus) + int($9) (when varbinds 7 and 9 are received) int($configChangeStatus) + int($8) (when varbind 7 exists, however, varbind 9 is not received) |
$ObjectStatus | $9 (when varbinds 7 and 9 are received) $8 (when varbind 7 exists, however, varbind 9 is not received) 1400 - (Unknown) (when varbinds 7 and 9 are not received) |
@AlertKey | $2 + $4 + $6 (when varbind 7 and 9 are received) $2 + $4 (when varbind 7 exists, however, varbind 9 is not received) |
$status | "Add" (when $ObjectStatus = 1) "Delete" (when $ObjectStatus = 2) "Modify" (when $ObjectStatus = 3) "Unknown" (default) |
AlertGroup | "ConfigChange" |
@AdditionalInfo | "See BitMap field for ConfigChangeBitMap" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " has changed status to " + $Status |
$DeDupKey | @AlertKey + @BitMapField + $ObjectStatus |
This trap indicates that all previous APS alarm conditions have been cleared..
Supported CIC Releases: 1.2, 2.0
Table 1-245 describes the fields and values for Specific Trap 50602.
| Field | Value |
|---|---|
@Type | 2 |
@Class | 1080 |
@Slot | $4 |
@PSAP | $12 |
@AlertKey | $2 + $4 |
@AlertGroup | "PXM.APS" |
@Summary | "MGX" + @NEModelID+ " " + $2 + " APS WorkingSlot# " + $8 + " Line# " + $9 + " ProtectionSlot# " + $10 + " Line# " + $11 + " are cleared" |
This trap indicates that the APS feature is deactivated for the working and the protection pair.
Supported CIC Releases: 1.2, 2.0
Table 1-246 describes the fields and values for Specific Trap 50603.
| Field | Value |
|---|---|
@Type | 1 |
@Class | 1080 |
@Slot | $4 |
@PSAP | $12 |
@AlertKey | $2 + $4 + $8 + $9 + $10 + $11 |
@AlertGroup | "PXM.APS" |
@Summary | "MGX" + @NEModelID + " " + $2 + " APS WorkingSlot# " + $8 + " Line# " + $9 + " ProtectionSlot# " + $10 + " Line# " + $11 + " are deactivated" |
This trap indicates that the APS feature is activated for the working and the protection pair.
Supported CIC Releases: 1.2, 2.0
Table 1-247 describes the fields and values for Specific Trap 50604.
| Field | Value |
|---|---|
@Type | 1 |
@Class | 1080 |
@Slot | $4 |
@PSAP | $12 |
@AlertKey | $2 + $4 + $8 + $9 + $10 + $11 |
@AlertGroup | "PXM.APS" |
@Summary | "MGX" + @NEModelID+ " " + $2 + " APS WorkingSlot# " + $8 + " Line# " + $9 + " ProtectionSlot# " + $10 + " Line# " + $11 + " are activated" |
This trap indicates an abnormal condition of a Processor/Switch Module (PXM) that is used for the automatic protection switching (APS) feature.
Supported CIC Releases: 1.2, 2.0
Table 1-248 describes the fields and values for Specific Trap 50605.
| Field | Value |
|---|---|
@Type | 1 |
@Class | 1080 |
@Slot | $4 |
@PSAP | $12 |
@AlertKey | $2 + $4 + $5 |
@AlertGroup | "PXM.APS" |
@Summary | "MGX" + @NEModelID + " " + $2 + " APS WorkingSlot# " + $8 + " Line# " + $9 + " ProtectionSlot# " + $10 + " Line# " + $11 + " are failed" |
This trap indicates an abnormal condition of the SONET line automatic protection switching (APS) feature.
Supported CIC Releases: 1.2, 2.0
Table 1-249 describes the fields and values for Specific Trap 50606.
| Field | Value |
|---|---|
@Type | 1 |
@Class | 1080 |
@Slot | $4 |
@PSAP | $12 |
@AlertKey | $2 + $4 + $12 |
@AlertGroup | "PXM.APS" |
@Summary | "MGX" + @NEModelID + " " + $2 + " SONET APS WorkingSlot# " + $8 + " Line# " + $9 + " failed" |
This trap indicates that the automatic protection switching (APS) line has been switched. The apsLineSwReason field describes the reason for the switch.
Supported CIC Releases: 1.2, 2.0
Table 1-250 describes the fields and values for Specific Trap 50607.
| Field | Value |
|---|---|
@Type | 1 |
@Class | 1080 |
@Slot | $4 |
@PSAP | $12 |
@ObjectType | "PXM.LINE" |
@TrapReason | The trap reason is determined based on the value in the apsLineSwReason field. Can be one of the following: If apsSwReason = 1, @TrapReason = "apsRevertive" If apsSwReason = 2, @TrapReason = "apsManual" If apsSwReason = 3, @TrapReason = "apsSignalDefectLow" If apsSwReason = 4, @TrapReason = "apsSignalDefectHigh" If apsSwReason = 5, @TrapReason = "apsSignalFailureLow" If apsSwReason = 6, @TrapReason = "apsSignalFailureHigh" If apsSwReason = 7, @TrapReason = "apsForceSwitch" If apsSwReason = 8, @TrapReason = "apsLockOut" |
@AlertKey | $2 + $4 |
@AlertGroup | "PXM.APSLinesSwitch" |
@Summary | "MGX" + @NEModelID+ " " + $2 + " APS line has been switched to " + "Slot#" + $4 + " Line#" + $12 + " WorkingSlot#" + $8 + " WorkingLine#" + $9 + " ProtectionSlot#" + $10 + " ProtectionLine#" + $11 |
This trap indicates that an abnormal condition in the SONET line has occurred during the automatic protection switching (APS) switch event. The apsLineSwFailureCode field describes the reason for the failure.
Supported CIC Releases: 1.2, 2.0
Table 1-251 describes the fields and values for Specific Trap 50608.
| Field | Value |
|---|---|
@Type | 2 |
@Class | 1080 |
@Slot | $4 |
@PSAP | $12 |
@ObjectType | "PXM.LINE" |
@AlertKey | $2 + $4 |
@AlertGroup | "PXM.APSLinesSwitch" |
@Summary | "MGX" + @NEModelID + " " + $2 + " APS line has been failed to switch to " + "Slot#" + $4 + " Line#" + $12 + " WorkingSlot#" + $8 + " WorkingLine#" + $9 + " ProtectionSlot#" + $10 + " ProtectionLine#" + $11 |
This trap indicates an abnormal condition on the standby SONET line. The apsLineSwFailureCode describes the reason for the failure.
Supported CIC Releases: 1.2, 2.0
Table 1-252 describes the fields and values for Specific Trap 50609.
| Field | Value |
|---|---|
@Type | 2 |
@Class | 1080 |
@Slot | $4 |
@PSAP | $12 |
@ObjectType | "PXM.LINE" |
@AlertKey | $2 + $4 |
@AlertGroup | "PXM.APSLinesSwitch" |
@Summary | "MGX" + @NEModelID+ " " + $2 + " Standby APS line has been failed to switch to " + "Slot#" + $4 + " Line#" + $12 + " WorkingSlot#" + $8 + " WorkingLine#" + $9 + " ProtectionSlot#" + $10 + " ProtectionLine#" + $1 |
This trap indicates that an abnormal condition in a SONET APS card has been cleared.
Supported CIC Releases: 1.2, 2.0
Table 1-253 describes the fields and values for Specific Trap 50610.
| Field | Value |
|---|---|
@Type | 2 |
@Class | 1080 |
@Slot | $4 |
@Summary | "MGX" + @NEModelID+ " " + $2 + " SONET APS Working Card# " + $8 + " cleared" |
This trap indicates that an abnormal condition in the APS lines has been cleared.
Supported CIC Releases: 1.2, 2.0
Table 1-254 describes the fields and values for Specific Trap 50611.
| Field | Value |
|---|---|
@Type | 2 |
@Class | 1080 |
@PSAP | $12 |
@Summary | "MGX" + @NEModelID + " " + $2 + " abnormal condition of lines is cleared" |
This trap indicates that an abnormal condition in the standby lines has been cleared.
Supported CIC Releases: 1.2, 2.0
Table 1-255 describes the fields and values for Specific Trap 50612.
| Field | Value |
|---|---|
@Type | 1 |
@Class | 1080 |
@Summary | "MGX" + @NEModelID + " " + $2 + " abnormal condition of standbylines is cleared" |
This trap is generated when a VISM card's IP address is changed.
Supported CIC Releases: 1.2, 2.0
Table 1-256 describes the fields and values for Specific Trap 50700.
| Field | Value |
|---|---|
@ObjectType | "card" |
@Type | 5 |
@Class | 1070 |
@AlertKey | $2 + $4 + $6 + $8 |
@AlertGroup | "VISM.IP" |
@Summary | @Summary = "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " VISM IP has changed to: " + $8 |
This trap is generated when the IP address of a Lightspeed signalling unit is changed.
Supported CIC Releases: 1.2, 2.0
Table 1-257 describes the fields and values for Specific Trap 50701.
| Field | Value |
|---|---|
@ObjectType | "card" |
@Type | 5 |
@Class | 1070 |
@AlertKey | $2 + $4 + $6 + $8 |
@AlertGroup | "VISM.SUIP" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Signaling Unit IP has changed to: " + $8 |
This trap is generated when a protected Voice Interworking Service Module (VISM) card's NSAP address is changed.
Supported CIC Releases: 1.2, 2.0
Table 1-258 describes the fields and values for Specific Trap 50782.
| Field | Value |
|---|---|
@ObjectType | "card" |
@Type | 5 |
@Class | 1070 |
@AlertKey | $2 + $4 + $6 + $8 |
@AlertGroup | "VISM.NSAPIP" |
@Summary | @Summary = "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " NSAP IP has changed to: " + $8 |
This trap is generated when a Voice Interworking Service Module (VISM) card detects that a SU (Signaling Unit) is in the active state.
Supported CIC Releases: 1.2, 2.0
Table 1-259 describes the fields and values for Specific Trap 50703.
| Field | Value |
|---|---|
@ObjectType | "card" |
@Type | 2 |
@Class | 1070 |
@AlertKey | $2 + $4 + $6 + $8 |
@AlertGroup | "VISM.SU" |
@Summary | @Summary = "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Signaling Unit IP : " + $8 + " is active" |
This trap is generated when a Voice Interworking Service Module (VISM) card detects that a SU (Signaling Unit) has failed to respond.
Supported CIC Releases: 1.2, 2.0
Table 1-260 describes the fields and values for Specific Trap 50704.
| Field | Value |
|---|---|
@ObjectType | "card" |
@Type | 1 |
@Class | 1070 |
@AlertKey | $2 + $4 + $6 + $8 |
@AlertGroup | "VISM.SU" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Signaling Unit IP : " + $8 + " has failed" |
This trap is generated when an endpoint is added.
Supported CIC Releases: 1.2, 2.0
Table 1-261 describes the fields and values for Specific Trap 50705.
| Field | Value |
|---|---|
@Type | 3 |
@Class | 1070 |
@AlertKey | $2 + $4 + $8 + $9 |
@AlertGroup | "ENDPOINT.DSX0" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Endpoint " + $8 + " added" |
This trap is generated when an endpoint changes to an active state from a "failedDueToLine" state.
Supported CIC Releases: 1.2, 2.0
Table 1-262 describes the fields and values for Specific Trap 50706.
| Field | Value |
|---|---|
@Type | 2 |
@Class | 1070 |
@AlertKey | $2 + $4 + $8 + $9 |
@AlertGroup | "ENDPOINT.DSX0" |
@Summary | MGX" + @NEModelID+ " " + $2 + " slot " + $4 + " Endpoint " + $8 + " active" |
This trap is generated when an endpoint fails due to a line alarm.
Supported CIC Releases: 1.2, 2.0
Table 1-263 describes the fields and values for Specific Trap 50707.
| Field | Value |
|---|---|
@Type | 1 |
@Class | 1070 |
@AlertKey | $2 + $4 + $8 + $9 |
@AlertGroup | "ENDPOINT.DSX0" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Endpoint " + $8 + " failed" |
This trap is generated when an endpoint is deleted.
Supported CIC Releases: 1.2, 2.0
Table 1-264 describes the fields and values for Specific Trap 50708.
| Field | Value |
|---|---|
@Type | 4 |
@Class | 1070 |
@AlertKey | $2 + $4 + $8 + $9 |
@AlertGroup | "ENDPOINT.DSX0" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Endpoint " + $8 + " deleted" |
This trap is generated when a Voice Interworking Service Module (VISM) channel becomes active.
Supported CIC Releases: 1.2, 2.0
Table 1-265 describes the fields and values for Specific Trap 50709.
| Field | Value |
|---|---|
@PSAP | $8 |
@DSAP | $10 |
@Class | 1070 |
@Type | 2 |
@AlertKey | $2 + $4 + $8 + $9 |
@AlertGroup | "VISM.CHAN" |
@Summary | "MGX" + @NEModelID+ " " + $2 + " slot " + $4 + " Line# " + $8 + " VISM Chan# " + $9 + " VISM Port# " + $10 + " active" |
This trap is generated when a Voice Interworking Service Module (VISM) channel is deleted.
Supported CIC Releases: 1.2, 2.0
Table 1-266 describes the fields and values for Specific Trap 50710.
| Field | Value |
|---|---|
@PSAP | $8 |
@DSAP | $10 |
@Class | 1070 |
@Type | 4 |
@AlertKey | $2 + $4 + $8 + $9 |
@AlertGroup | "VISM.CHAN" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Line# " + $8 + " VISM Chan# " + $9 + " VISM Port# " + $10 + " deleted" |
This trap is generated when a Voice Interworking Service Module (VISM) port is added.
Supported CIC Releases: 1.2, 2.0
Table 1-267 describes the fields and values for Specific Trap 50711.
| Field | Value |
|---|---|
@PSAP | $8 |
@DSAP | $10 |
@Class | 1070 |
@Type | 3 |
@AlertKey | $2 + $4 + $8 + $9 |
@AlertGroup | "VISM.CHAN" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Line# " + $8 + " VISM Chan# " + $9 + " VISM Port# " + $10 + " added" |
This trap is generated when a Voice Interworking Service Module (VISM) port becomes active.
Supported CIC Releases: 1.2, 2.0
Table 1-268 describes the fields and values for Specific Trap 50712.
| Field | Value |
|---|---|
@PSAP | $8 |
@DSAP | $10 |
@Class | 1070 |
@Type | 3 |
@AlertKey | $2 + $4 + $8 + $9 |
@AlertGroup | "VISM.PORT" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Line# " + $8 + " VISM Port# " + $10 + " active" |
This trap is generated when a Voice Interworking Service Module (VISM) port fails.
Supported CIC Releases: 1.2, 2.0
Table 1-269 describes the fields and values for Specific Trap 50713.
| Field | Value |
|---|---|
@PSAP | $8 |
@DSAP | $10 |
@Class | 1070 |
@Type | 1 |
@AlertKey | $2 + $4 + $8 + $10 |
@AlertGroup | "VISM.PORT" |
@Summary | "MGX" + @NEModelID+ " " + $2 + " slot " + $4 + " Line# " + $8 + " VISM Port# " + $10 + " failed" |
This trap is generated when the activity state of a protected Voice Interworking Service Module (VISM) channel transitions to active mode.
Supported CIC Releases: 2.0
Table 1-270 describes the fields and values for Specific Trap 50714.
| Field | Value |
|---|---|
@AlertGroup | "VISMCHANASTATE" |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@Summary | "Slot " + $4 + " VISM Channel " + $9 + " is active" |
@Type | 2 |
DeDupKey | @AlertKey + $11 |
This trap is generated when the activity state of a protected Voice Interworking Service Module (VISM) channel transitions to standby mode.
Supported CIC Releases: 2.0
Table 1-271 describes the fields and values for Specific Trap 50715.
| Field | Value |
|---|---|
@AlertGroup | "VISMCHANASTATE" |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@Summary | "Slot " + $4 + " VISM Channel " + $9 + " is in standby" |
@Type | 1 |
DeDupKey | @AlertKey + $11 |
This trap is generated when the activity state of a protected Voice Interworking Service Module (VISM) channel transitions to failed mode.
Supported CIC Releases: 2.0
Table 1-272 describes the fields and values for Specific Trap 50716.
| Field | Value |
|---|---|
@AlertGroup | "VISMCHANSTATE" |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@Summary | "Slot " + $4 + " VISM Channel " + $9 + " is failed" |
@Type | 1 |
DeDupKey | @AlertKey + $11 |
This trap is generated when the locking state of a protected Voice Interworking Service Module (VISM) channel transitions to locked.
Supported CIC Releases: 2.0
Table 1-273 describes the fields and values for Specific Trap 50717.
| Field | Value |
|---|---|
@AlertGroup | "VISMCHANLSTATE" |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@Summary | "Slot " + $4 + " VISM Channel " + $9 + " is locked" |
@Type | 3 |
DeDupKey | @AlertKey + $11 |
This trap is generated when the locking state of a protected Voice Interworking Service Module (VISM) channel transitions to unlocked.
Supported CIC Releases: 2.0
Table 1-274 describes the fields and values for Specific Trap 50718.
| Field | Value |
|---|---|
@AlertGroup | "VISMCHANLSTATE" |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@Summary | "Slot " + $4 + " VISM Channel " + $9 + " is unlocked" |
@Type | 4 |
DeDupKey | @AlertKey + $11 |
This trap is generated when the MG administrative state of the Voice Interworking Service Module (VISM) transitions to locked. The transition may be from unlocked to locked or from shutting down to locked.
Supported CIC Releases: 2.0
Table 1-275 describes the fields and values for Specific Trap 50719.
| Field | Value |
|---|---|
@AlertGroup | "VISMMGSTATE" |
@AlertKey | $2 + $4 |
@Type | 3 |
$ObjectStatus | "in service" (when $8=1) "commanded out of service" (when $8=2) "pending out of service" (when $8=3) |
@Summary | "Slot " + $4 + " VISM Media Gateway Locked - " + $ObjectStatus |
$DeDupKey | @AlertKey + $8 |
This trap is generated when the MG administrative state of the Voice Interworking Service Module (VISM) transitions to unlocked.
Supported CIC Releases: 2.0
Table 1-276 describes the fields and values for Specific Trap 50720..
| Field | Value |
|---|---|
@AlertGroup | "VISMMGSTATE" |
@AlertKey | $2 + $4 |
@Type | 4 |
$ObjectStatus | "in service" (when $8=1) "commanded out of service" (when $8=2) "pending out of service" (when $8=3) |
@Summary | "Slot " + $4 + " VISM Media Gateway Unlocked - " + $ObjectStatus |
$DeDupKey | @AlertKey + $8 |
This trap is generated when the MG administrative state of the Voice Interworking Service Module (VISM) transitions from unlocked to shutting down.
Supported CIC Releases: 2.0
Table 1-277 describes the fields and values for Specific Trap 50721.
| Field | Value |
|---|---|
@AlertGroup | "VISMMGSTATE" |
@AlertKey | $2 + $4 |
@Summary | "Slot " + $4 + " VISM Media Gateway is shutting down" |
@Type | 1 |
DeDupKey | @AlertKey + $8 |
This trap is generated when a protected Voice Interworking Service Module (VISM) channel changes state from unassociated to associated or from associatedCommloss to asssociated.
Supported CIC Releases: 2.0
Table 1-278 describes the fields and values for Specific Trap 50722.
| Field | Value |
|---|---|
@AlertGroup | "VISMMGA2STATE" |
@AlertKey | $2 + $4 |
@Summary | "Slot " + $4 + " VISM Media Gateway is associated" |
@Type | 3 |
DeDupKey | @AlertKey + $10 |
This trap is generated when a protected Voice Interworking Service Module (VISM) channel changes state from associated to unassociated or from associatedCommloss to unasssociated.
Supported CIC Releases: 2.0
Table 1-279 describes the fields and values for Specific Trap 50723.
| Field | Value |
|---|---|
@AlertGroup | "VISMMGA2STATE" |
@AlertKey | $2 + $4 |
@Summary | "Slot " + $4 + " VISM Media Gateway is unassociated" |
@Type | 4 |
DeDupKey | @AlertKey + $10 |
This trap is generated when a protected Voice Interworking Service Module (VISM) channel changes state from associated to associatedCommLoss.
Supported CIC Releases: 2.0
Table 1-280 describes the fields and values for Specific Trap 50724.
| Field | Value |
|---|---|
@AlertGroup | "VISMMGA2STATE" |
@AlertKey | $2 + $4 |
@Summary | "Slot " + $4 + " VISM Media Gateway is associated CommLoss" |
@Type | 1 |
DeDupKey | @AlertKey + $10 |
This trap is generated when the MGC resolution comm state of the Voice Interworking Service Module (VISM) transitions from inactive to active. It indicates that an IP address of an MGC has become active.
Supported CIC Releases: 2.0
Table 1-281 describes the fields and values for Specific Trap 50725.
| Field | Value |
|---|---|
@AlertGroup | "VISMMGCRSTATE" |
@AlertKey | $2 + $4 + $9 |
@Summary | "Slot " + $4 + " VISM Media Gateway " + $9 + " is Active" |
@Type | 2 |
DeDupKey | @AlertKey + $10 |
This trap is generated when the MGC resolution comm state of the Voice Interworking Service Module (VISM) transitions from active to inactive. It indicates that an IP address of an MGC has become inactive.
Supported CIC Releases: 2.0
Table 1-282 describes the fields and values for Specific Trap 50726.
| Field | Value |
|---|---|
@AlertGroup | "VISMMGCRSTATE" |
@AlertKey | $2 + $4 + $9 |
@Summary | "Slot " + $4 + " VISM Media Gateway " + $9 + " is Inactive" |
@Type | 1 |
DeDupKey | @AlertKey + $10 |
This trap is generated when the Voice Interworking Service Module (VISM) endpoint is created.
Supported CIC Releases: 2.0
Table 1-283 describes the fields and values for Specific Trap 50727.
| Field | Value |
|---|---|
@AlertGroup | "VISMENDPTSTATE" |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@Summary | "Slot " + $4 + " VISM Endpoint " + $8 + " is created with line " + $9 + " channel " + $10 |
@Type | 3 |
DeDupKey | @AlertKey |
This trap is generated when the Voice Interworking Service Module (VISM) endpoint is deleted.
Supported CIC Releases: 2.0
Table 1-284 describes the fields and values for Specific Trap 50728.
| Field | Value |
|---|---|
@AlertGroup | "VISMENDPTSTATE" |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@Summary | "Slot " + $4 + " VISM Endpoint " + $8 + " is deleted with line " + $9 + " channel " + $10 |
@Type | 4 |
DeDupKey | @AlertKey |
This trap is generated when the MG endpoint state of the Voice Interworking Service Module (VISM) transitions from failed/degraded to active.
Supported CIC Releases: 2.0
Table 1-285 describes the fields and values for Specific Trap 50729.
| Field | Value |
|---|---|
@AlertGroup | "VISMENDPTASTATE" |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@Summary | "Slot " + $4 + " VISM Endpoint " + $8 + " is activated with line " + $9 + " channel " + $10 |
@Type | 2 |
DeDupKey | @AlertKey + $11 |
This trap is generated when the MG endpoint state of the Voice Interworking Service Module (VISM) transitions from active to failed/degraded.
Supported CIC Releases: 2.0
Table 1-286 describes the fields and values for Specific Trap 50730.
| Field | Value |
|---|---|
@AlertGroup | "VISMENDPTASTATE" |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@Summary | "Slot " + $4 + " VISM Endpoint " + $8 + " is degraded with line " + $9 + " channel " + $10 |
@Type | 1 |
DeDupKey | @AlertKey + $11 |
This trap is generated when a MGC Table entry of the Voice Interworking Service Module (VISM) is added.
Supported CIC Releases: 2.0
Table 1-287 describes the fields and values for Specific Trap 50731.
| Field | Value |
|---|---|
@AlertGroup | "VISMMGCTBL" |
@AlertKey | $2 + $4 + $8 + $9 |
@Summary | "Slot " + $4 + " VISM MGC Entry "+ $9 + $8 + " is added" |
@Type | 3 |
DeDupKey | @AlertKey |
This trap is generated when a MGC Table entry of the Voice Interworking Service Module (VISM) is deleted.
Supported CIC Releases: 2.0
Table 1-288 describes the fields and values for Specific Trap 50732.
| Field | Value |
|---|---|
@AlertGroup | "VISMMGCTBL" |
@AlertKey | $2 + $4 + $8 + $9 |
@Summary | "Slot " + $4 + " VISM MGC Entry "+ $9 + $8 + " is deleted" |
@Type | 4 |
DeDupKey | @AlertKey |
This trap is generated when an entry is added to the MGC Protocol Table of the Voice Interworking Service Module (VISM).
Supported CIC Releases: 2.0
Table 1-288 describes the fields and values for Specific Trap 50733.
| Field | Value |
|---|---|
@AlertGroup | "VISMMGCPROTOTBL" |
@AlertKey | $2 + $4 + $8 + $9 |
@Summary | "Slot " + $4 + " VISM MGC " + $8 + " MG Protocol " + $9 + " is added" |
@Type | 3 |
DeDupKey | @AlertKey |
This trap is generated when an entry is deleted from the MGC Protocol Table of the Voice Interworking Service Module (VISM).
Supported CIC Releases: 2.0
Table 1-290 describes the fields and values for Specific Trap 50734.
| Field | Value |
|---|---|
@AlertGroup | "VISMMGCPROTOTBL" |
@AlertKey | $2 + $4 + $8 + $9 |
@Summary | "Slot " + $4 + " VISM MGC " + $8 + " MG Protocol " + $9 + " is deleted" |
@Type | 4 |
DeDupKey | @AlertKey |
This trap is generated when an entry is added to the MGC Resolution Table of the Voice Interworking Service Module (VISM).
Supported CIC Releases: 2.0
Table 1-291 describes the fields and values for Specific Trap 50735.
| Field | Value |
|---|---|
@AlertGroup | "VISMMGCRESTBL" |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@Summary | "Slot " + $4 + " VISM MGC Resolution " + $9 + $10 + $8 + " is added" |
@Type | 3 |
DeDupKey | @AlertKey |
This trap is generated when an entry is deleted from the MGC Protocol Table of the Voice Interworking Service Module (VISM).
Supported CIC Releases: 2.0
Table 1-292 describes the fields and values for Specific Trap 50736.
| Field | Value |
|---|---|
@AlertGroup | "VISMMGCRESTBL" |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@Summary | "Slot " + $4 + " VISM MGC Resolution " + $9 + $10 + $8 + " is deleted" |
@Type | 4 |
DeDupKey | @AlertKey |
This trap is generated when the Voice Interworking Service Module (VISM) did not receive a heartbeat from a specific peer. The value of $8 indicates the peer ID.
Supported CIC Releases: 2.0
Table 1-293 describes the fields and values for Specific Trap 50737.
| Field | Value |
|---|---|
@AlertGroup | "VISMPEERHBEAT" |
@AlertKey | $2 + $4 + $8 + $9 |
@Summary | "Slot " + $4 + " VISM SRCP Peer ID " + $8 + " Heartbeat threshold is crossed" |
@Type | 1 |
DeDupKey | @AlertKey |
This trap is generated when the Voice Interworking Service Module (VISM) has detected a heartbeat from a specific peer after the heartbeat signal has been lost. The value of $8 (vismTrapIntIndex1) indicates the peer ID.
Supported CIC Releases: 2.0
Table 1-294 describes the fields and values for Specific Trap 50738.
| Field | Value |
|---|---|
@AlertGroup | "VISMPEERHBEAT" |
@AlertKey | $2 + $4 + $8 + $9 |
@Summary | "Slot " + $4 + " VISM SRCP Peer ID " + $8 + " Heartbeat threshold is reset" |
@Type | 2 |
DeDupKey | @AlertKey |
This trap is generated when an entry is added to the CAS Variant Table of the Voice Interworking Service Module (VISM).
Supported CIC Releases: 2.0
Table 1-295 describes the fields and values for Specific Trap 50739.
| Field | Value |
|---|---|
@AlertGroup | "VISMCASTBL" |
@AlertKey | $2 + $4 + $8 |
@Summary | "Slot " + $4 + " VISM CAS variant Entry " + $8 + $9 + " is added" |
@Type | 3 |
DeDupKey | @AlertKey |
This trap is generated when an entry is deleted from the CAS Variant Table of the Voice Interworking Service Module (VISM).
Supported CIC Releases: 2.0
Table 1-296 describes the fields and values for Specific Trap 50740.
| Field | Value |
|---|---|
@AlertGroup | "VISMCASTBL" |
@AlertKey | $2 + $4 + $8 |
@Summary | "Slot " + $4 + " VISM CAS variant Entry " + $8 + $9 + " is deleted" |
@Type | 4 |
DeDupKey | @AlertKey |
This trap is generated when the CAS Variant State of the Voice Interworking Service Module (VISM) is transitioned to configured.
Supported CIC Releases: 2.0
Table 1-297 describes the fields and values for Specific Trap 50741.
| Field | Value |
|---|---|
@AlertGroup | "VISMCASTBL" |
@AlertKey | $2 + $4 + $8 |
@Summary | "Slot " + $4 + " VISM CAS variant Entry " + $8 + $9 + " is configured" |
@Type | 3 |
DeDupKey | @AlertKey |
This trap is generated when the CAS Variant State of the Voice Interworking Service Module (VISM) is transitioned to not configured.
Supported CIC Releases: 2.0
Table 1-298 describes the fields and values for Specific Trap 50742.
| Field | Value |
|---|---|
@AlertGroup | "VISMCASTBL" |
@AlertKey | $2 + $4 + $8 |
@Summary | "Slot " + $4 + " VISM CAS variant Entry " + $8 + $9 + " is not configured" |
@Type | 4 |
DeDupKey | @AlertKey |
This trap is generated when the Codec template of the Voice Interworking Service Module (VISM) is changed.
Supported CIC Releases: 2.0
Table 1-299 describes the fields and values for Specific Trap 50743.
| Field | Value |
|---|---|
@AlertGroup | "VISMCODEC" |
@AlertKey | $2 + $4 + $8 |
@Summary | "Slot " + $4 + " VISM Codec template " + $8 + " has been changed" |
@Type | 1 |
DeDupKey | @AlertKey |
This trap is generated when the Voice Interworking Service Module (VISM) mode is changed on the card.
Supported CIC Releases: 2.0
Table 1-300 describes the fields and values for Specific Trap 50744.
| Field | Value |
|---|---|
@AlertGroup | "VISMMODE" |
@AlertKey | $2 + $4 + $8 |
@Summary | "Slot " + $4 + " VISM Mode " + $8 + " has been changed" |
@Type | 1 |
DeDupKey | @AlertKey |
This trap is generated when one or more scalar objects of the Voice Interworking Service Module (VISM) change(s). The bit map indicates the group to which the changed object(s) belong. For a single SET operation, a single trap will be sent per group, regardless of how many objects got changed in that group.
Supported CIC Releases: 2.0
Table 1-301 describes the fields and values for Specific Trap 50745.
| Field | Value |
|---|---|
@AlertGroup | "VISMSCALAR" |
@AlertKey | $2 + $4 + $8 |
@Summary | "Slot " + $4 + " VISM Scalar object with line " + $8 + " is changed (see bitmap)" |
@Type | 4 |
DeDupKey | @AlertKey + $9 |
This trap is generated when a table configuration of the Voice Interworking Service Module (VISM) changes. The bit map tells which table was changed.
Supported CIC Releases: 2.0
Table 1-302 describes the fields and values for Specific Trap 50746.
| Field | Value |
|---|---|
@AlertGroup | "VISMCFGTBL" |
@AlertKey | $2 + $4 + $8 + $9 + $10 + $11 |
@Summary | "Slot " + $4 + " VISM table config is changed (see bitmap)" |
@Type | 1 |
DeDupKey | @AlertKey |
This trap is generated when a Voice Interworking Service Module (VISM) entry is added to the table VISM AAL2CIDCnf.
Supported CIC Releases: 2.0
Table 1-303 describes the fields and values for Specific Trap 50747.
| Field | Value |
|---|---|
@AlertGroup | "VISMAAL2CID" |
@AlertKey | $2 + $4 + $8 + $9 |
@Summary | "Slot " + $4 + " VISM AAL2CIDCnf entry " + $8 + $9 + " is added" |
@Type | 3 |
DeDupKey | @AlertKey |
This trap is generated when a Voice Interworking Service Module (VISM) entry is deleted from the table VISM AAL2CIDCnf.
Supported CIC Releases: 2.0
Table 1-304 describes the fields and values for Specific Trap 50748.
| Field | Value |
|---|---|
@AlertGroup | "VISMAAL2CID" |
@AlertKey | $2 + $4 + $8 + $9 |
@Summary | "Slot " + $4 + " VISM AAL2CIDCnf entry " + $8 + $9 + " is deleted" |
@Type | 4 |
DeDupKey | @AlertKey |
This trap is generated when a Voice Interworking Service Module (VISM) entry is added to the table VISM HDLC channel.
Supported CIC Releases: 2.0
Table 1-305 describes the fields and values for Specific Trap 50752.
| Field | Value |
|---|---|
@AlertGroup | "VISMHDLC" |
@AlertKey | $2 + $4 + $8 |
@Summary | "Slot " + $4 + " VISM HDLC channel " + $8 + " is added" |
@Type | 3 |
DeDupKey | @AlertKey |
This trap is generated when a Voice Interworking Service Module (VISM) entry is deleted from the table VISM HDLC channel.
Supported CIC Releases: 2.0
Table 1-306 describes the fields and values for Specific Trap 50753.
| Field | Value |
|---|---|
@AlertGroup | "VISMHDLC" |
@AlertKey | $2 + $4 + $8 |
@Summary | "Slot " + $4 + " VISM HDLC channel " + $8 + " is deleted" |
@Type | 4 |
DeDupKey | @AlertKey |
This trap is generated when a Voice Interworking Service Module (VISM) port is deleted.
Supported CIC Releases: 2.0
Table 1-307 describes the fields and values for Specific Trap 50754.
| Field | Value |
|---|---|
@AlertGroup | "VISMPORT" |
@AlertKey | $2 + $4 + $8 + $9 + $10 + $12 |
@Summary | "Slot " + $4 + " VISM Port " + $10 + " is deleted (see bitmap)" |
@Type | 4 |
DeDupKey | @AlertKey |
This trap is generated when a Voice Interworking Service Module (VISM) channel is added.
Supported CIC Releases: 2.0
Table 1-308 describes the fields and values for Specific Trap 50755.
| Field | Value |
|---|---|
@AlertGroup | "VISMCHAN" |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@Summary | "Slot " + $4 + " VISM Channel, line " + $8 + " port " + $10 + " chan " + $9 + " is added" |
@Type | 3 |
DeDupKey | @AlertKey |
This trap is generated when a Voice Interworking Service Module (VISM) channel fails.
Supported CIC Releases: 2.0
Table 1-309 describes the fields and values for Specific Trap 50756.
| Field | Value |
|---|---|
@AlertGroup | "VISMCHAN" |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@Summary | "Slot " + $4 + " VISM Channel, line " + $8 + " port " + $10 + " chan " + $9 + " is failed" |
@Type | 4 |
DeDupKey | @AlertKey |
This trap is generated when the configuration is cleared.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-310 describes the fields and values for Specific Trap 50800.
| Field | Value |
|---|---|
@ObjectType | "system.config" |
@Class | 1070 |
@SubObjectType | lookup($6, Axisfm) |
@AlertKey | $2 + $6 |
@AlertGroup | "ServiceModClearConfi" |
@Summary | "MGX" + @NEModelID + " " + $2 + " object type " + @SubObjectType + " Config Cleared" |
$DeDupKey | @AlertKey |
This trap is generated when no PLPP alarm exists.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-311 describes the fields and values for Specific Trap 50900 fields.
| Field | Value |
|---|---|
@ObjectType | "line.access" |
@ServiceType | "dsx1" |
@Class | 1070 |
@BitMapField | $8 |
@Convert | "tCAlarmState" |
@SubObjectType | lookup($7, LineType) |
@PSAP | $6 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "AusmPLCPActive" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " PLCP line# " + $6 + " active" |
$DeDupKey | @AlertKey + $8 |
@Type | 2 (when $8 = 0) 1 (when $8 != 0) |
@ObjectStatus | 301(when $8 = 0) 1 (when $8 != 0) |
This trap is generated when a PLPP alarm exists.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-312 describes the fields and values for Specific Trap 50901.
| Field | Value |
|---|---|
@ObjectType | "line.access" |
@ServiceType | "dsx1" |
@Class | 1070 |
@BitMapField | $8 |
@Convert | "tCAlarmState" |
@SubObjectType | lookup($7, LineType) |
@ObjectStatus | 1 |
@PSAP | $6 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "AusmPLCPActive" |
@Type | 1 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " PLCP line# " + $6 + " failed" |
$DeDupKey | @AlertKey + $8 |
This trap is generated when PLPP loopback is enabled.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-313 describes the fields and values for Specific Trap 50904.
| Field | Value |
|---|---|
@ObjectType | "line.access" |
@ServiceType | "dsx1" |
@Class | 1025 |
@BitMapField | $8 |
@Convert | "tCAlarmState" |
@SubObjectType | lookup($7, LineType) |
@ObjectStatus | 1 |
@PSAP | $6 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "AusmPLCPLoopbackDisabled" |
@Type | 3 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " PLCP line# " + $6 + " loopback enabled" |
$DeDupKey | @AlertKey + $8 |
This trap is generated when PLPP loopback is disabled.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-314 describes the fields and values for Specific Trap 50905.
| Field | Value |
|---|---|
@ObjectType | "line.access" |
@ServiceType | "dsx1" |
@Class | 1025 |
@BitMapField | $8 |
@Convert | "tCAlarmState" |
@SubObjectType | lookup($7, LineType) |
@ObjectStatus | 1 |
@PSAP | $6 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "AusmPLCPLoopbackDisabled" |
@Type | 4 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " PLCP line# " + $6 + " loopback disabled" |
$DeDupKey | @AlertKey + $8 |
This trap is generated when the port is active and is out of the alarmed state.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-315 describes the fields and values for Specific Trap 50910.
| Field | Value |
|---|---|
@ObjectType | "port.ATM" |
@ServiceType | "ausmPort" |
@Class | 1085 |
@SubObjectType | lookup($8,LineType) |
@ObjectStatus | int($ausmPortState) + int($9) |
@PSAP | $7 |
@LSAP | $6 |
@AlertKey | $2 + $4 + $7 + $6 + $8 |
@AlertGroup | "AusmPortActive" |
@Type | 2 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $7 + " port# " + $6 + |
$DeDupKey | @AlertKey + $9 |
This trap is generated when the port failed and is in an alarmed state.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-316 describes the fields and values for Specific Trap 50911.
| Field | Value |
|---|---|
@ObjectType | "port.ATM" |
@ServiceType | "ausmPort" |
@Class | 1085 |
@SubObjectType | lookup($8,LineType) |
@ObjectStatus | int($ausmPortState) + int($9) |
@PSAP | $7 |
@LSAP | $6 |
@AlertKey | $2 + $4 + $7 + $6 + $8 |
@AlertGroup | "AusmPortActive" |
@Type | 1 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $7 + " port# " + $6 + |
$DeDupKey | @AlertKey + $9 |
This trap is generated when the port is deleted.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-317 describes the fields and values for Specific Trap 50912.
| Field | Value |
|---|---|
@ObjectType | "port.ATM" |
@ServiceType | "ausmPort" |
@Class | 1085 |
@SubObjectType | lookup($8, LineType) |
@PSAP | $7 |
@LSAP | $6 |
@AlertKey | $2 + $4 + $7 + $6 + $8 |
@AlertGroup | "AusmPortDelete" |
@ObjectStatus | 3 |
@Summary | "MGX" + @NEModelID + " "" + $2 + " slot " + $4 + " line# " + $7 + " port# " + $6 + " deleted" |
$DeDupKey | @AlertKey |
This trap is generated when a port SVC resource range has changed (used for ATM T1/E1 UNI ports).
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-318 describes the fields and values for Specific Trap 50913.
| Field | Value |
|---|---|
@ObjectType | "port.ATM" |
@ServiceType | "ausmPort" |
@Class | 1030 |
@SubObjectType | lookup($8, LineType) |
@PSAP | $7 |
@LSAP | $6 |
@ObjectStatus | int($ausmPortState) + int($9) |
@AlertKey | $2 + $4 + $7 + $6 + $8 |
@AlertGroup | "AusmPortSVCRange" |
@Summary | "MGX" + @NEModelID + " " + $2 + "slot " + $4 + " line# " + $7 + " port# " + $6 + " SVC Resource Range changed" |
$DeDupKey | @AlertKey + $9 |
This trap is generated when a port SVC resource range has changed (used for IMA ports).
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-319 describes the fields and values for Specific Trap 50914.
| Field | Value |
|---|---|
@LSAP | $6 |
@ObjectType | "port.ATM" |
@ServiceType | "ausmPort" |
@Class | 1030 |
@ObjectStatus | int($imaPortState) + int($8) |
@AlertKey | $2 + $4 + $6 |
@AlertGroup | "ImaPortSVCRange" |
@Summary | "Port:" + $6 + "SVC range changed." |
$DeDupKey | @AlertKey + $8 |
This trap is generated when a channel becomes active.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-320 describes the fields and values for Specific Trap 50920.
| Field | Value |
|---|---|
@ObjectType | "endpoint.ATM" |
@ServiceType | "ausmChan" |
@PSAP | $6 |
@LSAP | $7 |
@DSAP | $9 + "." + $10 + "(VPI/VCI)" |
@Class | 1085 (@Class = 1040) |
@SubObjectType | "vpc" (when $12 = 1) "vcc" (when $12 = 2) "unknown" - (default) |
@AlertKey | $2 + $4 + $6 + $9 + $10 + $8 + $12 |
@AlertGroup | "AusmChannelActive" |
@Type | 2 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " vpi# " + $9 + " vci# " + $10 + " channel# " + $8 + " cleared" |
$DeDupKey | @AlertKey |
This trap is generated when a channel fails.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-321 describes the fields and values for Specific Trap 50921.
| Field | Value |
|---|---|
@ObjectType | "endpoint.ATM" |
@ServiceType | "ausmChan" |
@PSAP | $6 |
@LSAP | $7 |
@DSAP | $9 + "." + $10 + "(VPI/VCI)" |
@SubObjectType | "vpc" (when $12 = 1) "vcc" (when $12 = 2) "unknown" - (default) |
@Class | 1040 |
@AlertKey | $2 + $4 + $6 + $9 + $10 + $8 + $12 |
@AlertGroup | "AusmChannelActive" |
@Type | 1 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " vpi# " + $9 + " vci# " + $10 + " channel# " + $8 + " failed" |
$DeDupKey | @AlertKey |
This trap is generated when a channel is deleted.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-322 describes the fields and values for Specific Trap 50922.
| Field | Value |
|---|---|
@ObjectType | "endpoint.ATM" |
@ServiceType | "ausmChan" |
@PSAP | $6 |
@LSAP | $7 |
@DSAP | $9 + "." + $10 + "(VPI/VCI)" |
@Class | 1000 |
@SubObjectType | "vpc" |
@AlertKey | $2 + $4 + $6 + $9 + $10 + $8 + $12 |
@AlertGroup | "AusmChannelDelete" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " vpi# " + $9 + " vci# " + $10 + " channel# " + $8 + " deleted." |
$DeDupKey | @AlertKey |
This trap is generated when a CESM Channel becomes active.
Supported CIC Releases: 1.2, 2.0
Table 1-323 describes the fields and values for Specific Trap 50926.
| Field | Value |
|---|---|
@ObjectType | "endpoint.CE" |
@ServiceType | "cesmChan" |
@PSAP | $8 |
@DSAP | $10 |
@Class | 1040 |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@AlertGroup | "CesmChannelActive" |
@Type | 2 |
@Severity | 0 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line#" + $8 + " channel#" + $9 + " logical Port#" + $10 + " cleared" |
$DeDupKey | @AlertKey |
This trap is generated when a CESM Channel is deleted.
Supported CIC Releases: 1.2, 2.0
Table 1-324 describes the fields and values for Specific Trap 50927.
| Field | Value |
|---|---|
@ObjectType | "endpoint.CE" |
@ServiceType | "cesmChan" |
@PSAP | $8 |
@DSAP | $10 |
@Class | 1070 |
@ObjectStatus | $GenericDeleted |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@AlertGroup | "CesmChannelActive" |
@Type | 1 |
@Severity | 2 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line#" + $8 + " channel#" + $9 + " logical port#" + $10 + " deleted." |
$DeDupKey | @AlertKey |
This trap is generated when a CESM channel egress underflows.
Supported CIC Releases: 1.2, 2.0
Table 1-325 describes the fields and values for Specific Trap 50928.
| Field | Value |
|---|---|
@ObjectType | "endpoint.CE" |
@ServiceType | "cesmChan" |
@PSAP | $8 |
@DSAP | $10 |
@Class | 1070 |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@AlertGroup | "CesmChannelUnderflow" |
@Type | 2 |
@Severity | 2 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line#" + $8 + " channel#" + $9 + " logical port#" + $10 + " underflow." |
@DeDepKey | @AlertKey |
This trap is generated when a CESM channel egress overflows.
Supported CIC Releases: 1.2, 2.0
Table 1-326 describes the fields and values for Specific Trap 50929.
| Field | Value |
|---|---|
@ObjectType | "endpoint.CE" |
@ServiceType | "cesmChan" |
@PSAP | $8 |
@DSAP | $10 |
@Class | 1070 |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@AlertGroup | "CesmChannelUnderflow" |
@Type | 1 |
@Severity | 2 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line#" + $8 + " channel#" + $9 + " logical port#" + $10 + " overflow." |
@DeDepKey | @AlertKey |
This trap is generated when there is a call loss on a CESM channel egress.
Supported CIC Releases: 1.2, 2.0
Table 1-327 describes the fields and values for Specific Trap 50930.
| Field | Value |
|---|---|
@ObjectType | "endpoint.CE" |
@ServiceType | "cesmChan" |
@PSAP | $8 |
@DSAP | $10 |
@Class | 1070 |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@AlertGroup | "CesmChannelCellLoss" |
@Severity | 2 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line#" + $8 + " channel#" + $9 + " logical port#" + $10 + " overflow." |
@DeDepKey | @AlertKey |
This trap is generated when Idle suppression starts on a connection.
Supported CIC Releases: 1.2, 2.0
Table 1-328 describes the fields and values for Specific Trap 50931.
| Field | Value |
|---|---|
@ObjectType | "endpoint.CE" |
@ServiceType | "cesmChan" |
@PSAP | $8 |
@DSAP | $10 |
@Class | 1070 |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@AlertGroup | "CesmChannelCellLoss" |
@Severity | 2 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line#" + $8 + " channel#" + $9 + " logical port#" + $10 + " Idle suppression start. |
$DeDupKey | @AlertKey |
This trap is generated when Idle suppression stops on a connection.
Supported CIC Releases: 1.2, 2.0
Table 1-329 describes the fields and values for Specific Trap 50932.
| Field | Value |
|---|---|
@ObjectType | "endpoint.CE" |
@ServiceType | "cesmChan" |
@PSAP | $8 |
@DSAP | $10 |
@Class | 1070 |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@AlertGroup | "CesmChannelIdleSupp" |
@Severity | 2 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line#" + $8 + " channel#" + $9 + " logical port#" + $10 + " Idle suppression stop"." |
$DeDupKey | @AlertKey |
This trap is generated when a port is added.
Supported CIC Releases: 1.2, 2.0
Table 1-330 describes the fields and values for Specific Trap 50933.
| Field | Value |
|---|---|
@PSAP | $8 |
@DSAP | $10 |
@Class | 1070 |
@Type | 3 |
@ObjectStatus | $GenericAdded |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line#" + $8 + " logical port#" + $10 + " added." |
This trap is generated when a port is becomes active.
Supported CIC Releases: 1.2, 2.0
Table 1-331 describes the fields and values for Specific Trap 50934.
| Field | Value |
|---|---|
@PSAP | $8 |
@DSAP | $10 |
@Class | 1070 |
@Type | 2 |
@ObjectStatus | $GenericCleared |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line#" + $8 + " logical port#" + $10 + " active." |
This trap is generated when a port fails.
Supported CIC Releases: 1.2, 2.0
Table 1-332 describes the fields and values for Specific Trap 50935.
| Field | Value |
|---|---|
@PSAP | $8 |
@DSAP | $10 |
@Class | 1070 |
@Type | 1 |
@ObjectStatus | $GenericFailed |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line#" + $8 + " logical port#" + $10 + " failed." |
This trap is generated when a port is deleted.
Supported CIC Releases: 1.2, 2.0
Table 1-333 describes the fields and values for Specific Trap 50936.
| Field | Value |
|---|---|
@PSAP | $8 |
@DSAP | $10 |
@Class | 1070 |
@Type | 4 |
@ObjectStatus | $GenericDeleted |
@AlertKey | $2 + $4 + $8 + $9 + $10 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line#" + $8 + " logical port#" + $10 + " deleted." |
This trap is generated when a CESM channel becomes active.
Supported CIC Releases: 1.1
Table 1-334 describes the fields and values for Specific Trap 50941.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ServiceType | "cesmChan" |
@PSAP | $6 |
@DSAP | $7 |
@ObjectType | "endpoint.CE" |
@Class | 1040 |
@AlertKey | $2 + $4 + $6 + $7 + $8 |
@AlertGroup | "CesmChannelActive" |
@Type | 2 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 + " logical port# " + $8 + " cleared" |
$DeDupKey | @AlertKey |
This trap is generated when a CESM channel is deleted.
Supported CIC Releases: 1.1
Table 1-335 describes the fields and values for Specific Trap 50942.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ServiceType | "cesmChan" |
@PSAP | $6 |
@DSAP | $7 |
@ObjectType | "endpoint.CE" |
@Class | 1040 |
@AlertKey | $2 + $4 + $6 + $7 + $8 |
@AlertGroup | "CesmChannelActive" |
@Type | 1 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 + " logical port# " + $8 + " deleted." |
$DeDupKey | @AlertKey |
This trap is generated when a CESM channel egress underflows.
Supported CIC Releases: 1.1
Table 1-336 describes the fields and values for Specific Trap 50943.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ServiceType | "cesmChan" |
@PSAP | $6 |
@DSAP | $7 |
@ObjectType | "endpoint.CE" |
@Class | 1040 |
@AlertKey | $2 + $4 + $6 + $7 + $8 |
@AlertGroup | "CesmChannelUnderflow" |
@Type | 2 |
@Summary | "MGX" + @NEModelID + " "" + $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 + " logical port# " + $8 + " underflow." |
$DeDupKey | @AlertKey |
This trap is generated when a CESM channel egress overflows.
Supported CIC Releases: 1.1
Table 1-337 describes the fields and values for Specific Trap 50944.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ServiceType | "cesmChan" |
@PSAP | $6 |
@DSAP | $7 |
@ObjectType | "endpoint.CE" |
@Class | 1040 |
@AlertKey | $2 + $4 + $6 + $7 + $8 |
@AlertGroup | "CesmChannelUnderflow" |
@Type | 1 |
@Summary | "MGX" + @NEModelID + " "" + $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 + " logical port# " + $8 + " overflow." |
$DeDupKey | @AlertKey |
This trap is generated when a CESM channel egress cell loss occurs.
Supported CIC Releases: 1.1
Table 1-338 describes the fields and values for Specific Trap 50945.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ServiceType | "cesmChan" |
@PSAP | $6 |
@DSAP | $7 |
@ObjectType | "endpoint.CE" |
@Class | 1040 |
@AlertKey | $2 + $4 + $6 + $7 + $8 |
@AlertGroup | "CesmChannelCellLoss" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 + " logical port# " + $8 + " cell loss." |
$DeDupKey | @AlertKey |
This trap is generated when Idle suppression starts on this connection.
Supported CIC Releases: 1.1
Table 1-339 describes the fields and values for Specific Trap 50946.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ServiceType | "cesmChan" |
@PSAP | $6 |
@DSAP | $7 |
@ObjectType | "endpoint.CE" |
@Class | 1040 |
@AlertKey | $2 + $4 + $6 + $7 + $8 |
@AlertGroup | "CesmChanIdleSupp" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 + " logical port# " + $8 + " Idle suppression start." |
$DeDupKey | @AlertKey |
This trap is generated when idle suppression stops on a connection.
Supported CIC Releases: 1.1
Table 1-340 describes the fields and values for Specific Trap 50947.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ServiceType | "cesmChan" |
@PSAP | $6 |
@DSAP | $7 |
@ObjectType | "endpoint.CE" |
@Class | 1040 |
@AlertKey | $2 + $4 + $6 + $7 + $8 |
@AlertGroup | "CesmChanIdleSupp" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 + " logical port# " + $8 + " Idle suppression stop." |
$DeDupKey | @AlertKey |
This trap is generated when a CESM channel becomes active.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-341 describes the fields and values for Specific Trap 50950.
| Field | Value |
|---|---|
@ServiceType | "cesmChan" |
@PSAP | $6 |
@DSAP | $7 |
@ObjectType | "endpoint.CE" |
@Class | 1040 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "CesmChannelActive" |
@Type | 2 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 + " cleared" |
$DeDupKey | @AlertKey |
This trap is generated when a CESM channel is deleted.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-342 describes the fields and values for Specific Trap 50952.
| Field | Value |
|---|---|
@ServiceType | "cesmChan" |
@PSAP | $6 |
@DSAP | $7 |
@ObjectType | "endpoint.CE" |
@Class | 1040 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "CesmChannelActive" |
@Type | 1 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 + " deleted." |
$DeDupKey | @AlertKey |
This trap is generated when a CESM channel egress underflows.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-343 describes the fields and values for Specific Trap 50960.
| Field | Value |
|---|---|
@ServiceType | "cesmChan" |
@PSAP | $6 |
@DSAP | $7 |
@ObjectType | "endpoint.CE" |
@Class | 1040 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "CesmChannelUnderflow" |
@Type | 2 |
@Summary | "MGX" + @NEModelID + "" + $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 + " underflow." |
$DeDupKey | @AlertKey |
This trap is generated when a CESM channel egress overflows.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-344 describes the fields and values for Specific Trap 50961.
| Field | Value |
|---|---|
@ServiceType | "cesmChan" |
@PSAP | $6 |
@DSAP | $7 |
@ObjectType | "endpoint.CE" |
@Class | 1040 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "CesmChannelUnderflow" |
@Type | 1 |
@Summary | "MGX" + @NEModelID + " "+ $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 + " overflow." |
$DeDupKey | @AlertKey |
This trap is generated when a CESM channel egress cell loss occurs.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-345 describes the fields and values for Specific Trap 50962.
| Field | Value |
|---|---|
@ServiceType | "cesmChan" |
@PSAP | $6 |
@DSAP | $7 |
@ObjectType | "endpoint.CE" |
@Class | 1040 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "CesmChannelCellLoss" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 + " cell loss." |
$DeDupKey | @AlertKey |
This trap is generated when a port has been added (enabled).
Supported CIC Releases: 1.1
Table 1-346 describes the fields and values for Specific Trap 50971.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ServiceType | "cesmPort" |
@PSAP | $6 |
@LSAP | $7 |
@ObjectType | "port.CE" |
@Class | 1030 |
@BitMapField | $9 |
@Convert | "portDs0ConfigBitMap" |
@SubObjectType | lookup($8,LineType) |
@ObjectStatus | "Added" |
@AlertKey | $2 + $4 + $7 + $6 + $8 |
@AlertGroup | "CesmPortAdded" |
@Type | 3 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " port# " + 8 + " added." |
AdditionalInfo | "See BitMap field for cesPortDs0ConfigBitMap" |
$DeDupKey | @AlertKey + $9 |
This trap is generated when a port becomes active.
Supported CIC Releases: 1.1
Table 1-347 describes the fields and values for Specific Trap 50972.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ServiceType | "cesmPort" |
@PSAP | $6 |
@LSAP | $7 |
@ObjectType | "port.CE" |
@Class | 1030 |
@BitMapField | $9 |
@Convert | "portDs0ConfigBitMap" |
@SubObjectType | lookup($8,LineType) |
@ObjectStatus | "Active" |
@AlertKey | $2 + $4 + $7 + $6 + $8 |
@AlertGroup | "CesmPortActive" |
@Type | 2 |
@Summary | "MGX" + @NEModelID+ " " + $2 + " slot " + $4 + " line# " + $6 + " port# " + $6 + " active." |
AdditionalInfo | "See BitMap field for cesPortDs0ConfigBitMap" |
$DeDupKey | @AlertKey + $9 |
This trap is generated when a port has failed.
Supported CIC Releases: 1.1
Table 1-348 describes the fields and values for Specific Trap 50973.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ServiceType | "cesmPort" |
@PSAP | $6 |
@LSAP | $7 |
@ObjectType | "port.CE" |
@Class | 1030 |
@BitMapField | $9 |
@Convert | "portDs0ConfigBitMap" |
@SubObjectType | lookup($8,LineType) |
@ObjectStatus | "Failed" |
@AlertKey | $2 + $4 + $7 + $6 + $8 |
@AlertGroup | "CesmPortActive" |
@Type | 1 |
@Summary | "MGX" + @NEModelID+ " " + $2 + " slot " + $4 + " line# " + $6 + " port# " + $6 + " failed." |
AdditionalInfo | "See BitMap field for cesPortDs0ConfigBitMap" |
$DeDupKey | @AlertKey + $9 |
This trap is generated when a port has been deleted.
Supported CIC Releases: 1.1
Table 1-349 describes the fields and values for Specific Trap 50974.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ServiceType | "cesmPort" |
@PSAP | $6 |
@LSAP | $7 |
@ObjectType | "port.CE" |
@Class | 1030 |
@BitMapField | $9 |
@Convert | "portDs0ConfigBitMap" |
@SubObjectType | lookup($8,LineType) |
@ObjectStatus | "Delete" |
@AlertKey | $2 + $4 + $7 + $6 + $8 |
@AlertGroup | "CesmPortAdded" |
@Type | 4 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " port# " + $6 + " deleted." |
AdditionalInfo | "See BitMap field for cesPortDs0ConfigBitMap" |
$DeDupKey | @AlertKey + $9 |
This trap is generated when a broadband interface is added on a Processor/Switch Module (PXM).
Supported CIC Releases: 1.2, 2.0
Table 1-350 describes the fields and values for Specific Trap 50980.
| Field | Value |
|---|---|
@ObjectType | "CARD" |
@PSAP | $8 |
@Class | 1070 |
@ObjectStatus | int($bbIfState) + int($10) |
@AlertKey | $2 + $4 + $6 + $8 + $9 |
@AlertGroup | "BBIF" |
@Type | 3 |
@Summary | "MGX" + @NEModelID+ " " + $2 + " slot " + $4 + " Broadband Interface# " + $9 + " added' |
This trap is generated when a broadband interface becomes active on a Processor/Switch Module (PXM).
Supported CIC Releases: 1.2, 2.0
Table 1-351 describes the fields and values for Specific Trap 50981.
| Field | Value |
|---|---|
@ObjectType | "CARD" |
@PSAP | $8 |
@Class | 1070 |
@ObjectStatus | int($bbIfState) + int($10) |
@AlertKey | $2 + $4 + $6 + $8 + $9 |
@AlertGroup | "BBIF" |
@Type | 2 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Broadband Interface# " + $9 + " active" |
This trap is generated when a broadband interface is deleted on a Processor/Switch Module (PXM).
Supported CIC Releases: 1.2, 2.0
Table 1-352 describes the fields and values for Specific Trap 50982.
| Field | Value |
|---|---|
@ObjectType | "CARD" |
@PSAP | $8 |
@Class | 1070 |
@ObjectStatus | int($bbIfState) + int($10) |
@AlertKey | $2 + $4 + $6 + $8 + $9 |
@AlertGroup | "BBIF" |
@Type | 4 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Broadband Interface# " + $9 + " deleted" |
This trap is generated when a broadband interface has failed on a Processor/Switch Module (PXM).
Supported CIC Releases: 1.2, 2.0
Table 1-353 describes the fields and values for Specific Trap 50983.
| Field | Value |
|---|---|
@ObjectType | "CARD" |
@PSAP | $8 |
@Class | 1070 |
@ObjectStatus | int($bbIfState) + int($10) |
@AlertKey | $2 + $4 + $6 + $8 + $9 |
@AlertGroup | "BBIF" |
@Type | 1 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Broadband Interface# " + $9 + " failed" |
This trap is generated when a broadband interface is modified on a Processor/Switch Module (PXM).
Supported CIC Releases: 1.2, 2.0
Table 1-354 describes the fields and values for Specific Trap 50984.
| Field | Value |
|---|---|
@ObjectType | "CARD" |
@PSAP | $8 |
@Class | 1070 |
@ObjectStatus | int($bbIfState) + int($10) |
@AlertKey | $2 + $4 + $6 + $8 + $9 |
@AlertGroup | "BBIF" |
@Type | 5 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Broadband Interface# " + $9 + " modified" |
This trap is generated when a broadband interface on a Processor/Switch Module (PXM) has been allocated to a network controller, for example for PAR.
Supported CIC Releases: 1.2, 2.0
Table 1-355 describes the fields and values for Specific Trap 50985.
| Field | Value |
|---|---|
@ObjectType | "CARD" |
@PSAP | $8 |
@Class | 1070 |
@ObjectStatus | int($bbIfState) + int($10) |
@AlertKey | $2 + $4 + $6 + $8 + $9 |
@AlertGroup | "BBIF" |
@Type | 6 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Broadband Interface# " + $9 + " assigned" |
This trap is generated when a broadband channel on a user port on a Processor/Switch Module (PXM) has been added.
Supported CIC Releases: 1.2, 2.0
Table 1-356 describes the fields and values for Specific Trap 50990.
| Field | Value |
|---|---|
@ObjectType | "CARD" |
@PSAP | $8 |
@Class | 1070 |
@AlertKey | $2 + $4 + $6 + $8 + $9 |
@AlertGroup | "BBCHAN" |
@Type | 3 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Broadband Interface# " + $9 + " VPI# " + $11 + " VCI# " + $12 + " added" |
This trap is generated when a broadband channel on a user port on a Processor/Switch Module (PXM) is active and no alarms exist.
Supported CIC Releases: 1.2, 2.0
Table 1-357 describes the fields and values for Specific Trap 50991.
| Field | Value |
|---|---|
@ObjectType | "CARD" |
@PSAP | $8 |
@Class | 1070 |
@AlertKey | $2 + $4 + $6 + $8 + $9 |
@AlertGroup | "BBCHAN" |
@Type | 2 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Broadband Interface# " + $9 + " VPI# " + $11 + " VCI# " + $12 + " active" |
This trap is generated when a broadband channel on a user port on a Processor/Switch Module (PXM) is deleted.
Supported CIC Releases: 1.2, 2.0
Table 1-358 describes the fields and values for Specific Trap 50992.
| Field | Value |
|---|---|
@ObjectType | "CARD" |
@PSAP | $8 |
@Class | 1070 |
@AlertKey | $2 + $4 + $6 + $8 + $9 |
@AlertGroup | "BBCHAN" |
@Type | 2 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Broadband Interface# " + $9 + " VPI# " + $11 + " VCI# " + $12 + " deleted" |
This trap is generated when a broadband channel on a user port on a Processor/Switch Module (PXM) is deleted.
Supported CIC Releases: 1.2, 2.0
Table 1-359 describes the fields and values for Specific Trap 50993.
| Field | Value |
|---|---|
@ObjectType | "CARD" |
@PSAP | $8 |
@Class | 1070 |
@AlertKey | $2 + $4 + $6 + $8 + $9 |
@AlertGroup | "BBCHAN" |
@Type | 2 |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Broadband Interface# " + $9 + " VPI# " + $11 + " VCI# " + $12 + " failed" |
This trap is generated when the alarm status of the node (parnNodeId) change.
Supported CIC Releases: 1.2, 2.0
Table 1-360 describes the fields and values for Specific Trap 51201.
| Field | Value |
|---|---|
@Class | 1070 |
$Slot | $4 |
@AlertKey | $2 + $4 + $8 |
@AlertGroup | "PAR.NodeStatus" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " node alarm status are changed" |
This trap is generated when a node's (parNodeId) parameters change:
Supported CIC Releases: 1.2, 2.0
Table 1-361 describes the fields and values for Specific Trap 51202.
| Field | Value |
|---|---|
@Class | 1070 |
$Slot | $4 |
@AlertKey | $2 + $4 + $8 + $9 |
@AlertGroup | "PAR.NodeParam" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " node parameters are changed" |
This trap is generated when a new trunk is added to the network.
Supported CIC Releases: 1.2, 2.0
Table 1-362 describes the fields and values for Specific Trap 51203.
| Field | Value |
|---|---|
@Class | 1070 |
$Slot | $4 |
@AlertKey | $2 + $4 + $8 + $9 |
@AlertGroup | "PAR.Trunk" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " trunk is added" |
This trap is generated when the status of a trunk changes or the type of alarm for a trunk changes.
Supported CIC Releases: 1.2, 2.0
Table 1-363 describes the fields and values for Specific Trap 51204.
| Field | Value |
|---|---|
@Class | 1070 |
$Slot | $4 |
@AlertKey | $2 + $4 + $8 + $9 |
@AlertGroup | "PAR.Trunk" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " trunk status is changed" |
This trap is generated when a trunk is deleted from the network.
Supported CIC Releases: 1.2, 2.0
Table 1-364 describes the fields and values for Specific Trap 51205.
| Field | Value |
|---|---|
@Class | 1070 |
$Slot | $4 |
@AlertKey | $2 + $4 + $8 + $9 |
@AlertGroup | "PAR.Trunk" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " trunk is deleted" |
This trap is generated when the parameters for a trunk are configured.
Supported CIC Releases: 1.2, 2.0
Table 1-365 describes the fields and values for Specific Trap 51206.
| Field | Value |
|---|---|
@Class | 1070 |
$Slot | $4 |
@AlertKey | $2 + $4 + $8 + $9 |
@AlertGroup | "PAR.Trunk" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " trunk parameters are configured" |
This trap is generated by the node that masters the connection.
Supported CIC Releases: 1.2, 2.0
Table 1-366 describes the fields and values for Specific Trap 51207.
| Field | Value |
|---|---|
@Class | 1070 |
$Slot | $4 |
@AlertKey | $2 + $4 + $8 + $9 + $10 + $11 + $12 + $14 + $15 + $16 + $17 + $18 |
@AlertGroup | "PAR.Route" |
@Summary | "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " connection is changed" |
This trap is generated when a connection is closed down. This trap is generated only by the node that masters the connection.
Supported CIC Releases: 1.2, 2.0
Table 1-367 describes the fields and values for Specific Trap 51208.
| Field | Value |
|---|---|
@Class | 1070 |
$Slot | $4 |
@AlertKey | $2 + $4 + $8 + $9 + $10 + $11 + $12 + $14 + $15 + $16 + $17 + $18 |
@AlertGroup | "PAR.Conn" |
@Summary | MGX" + @NEModelID + " " + $2 + " slot " + $4 + " connection is" |
Table 1-368 describes the other received Specific Trap fields and values.
| Field | Value |
|---|---|
@Summary | "Unknown specific trap number (" + $specific-trap + ") received for enterprise " + $enterprise-name |
@Severity | 1 |
details Table | details($enterprise, $generic-trap, $specific-trap, $1, $2, $3, $4, $5, $6, $7, $8, $9) |
This section describes the traps sent by CWM from the switches. These traps are received under Enterprise .1.3.6.1.4.1.351.120. Table 1-369 describes the common mappings for Enterprise .1.3.6.1.4.1.351.120.
| Field | Value |
|---|---|
@TrapReason | lookup($4, TrapReason) |
@Severity | $3 |
@Severity | 0 (when $3 = 1) |
$ObjectSeverity | "Clear" (when $3 = 1) "Warning" (when $3 = 2) "Minor" (when $3 = 3) "Major" (when $4 = 4) "Critical" (when $3 = 5) "indeterminate" -(default) |
$Service | "ATM" (when NEType = BPX (1)) "FR" (when NEType = IPX (0), IGX (2)) |
This trap is generated when a line alarm status is received.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-370 describes the fields and values for Specific Trap 2000.
| Field | Value |
|---|---|
@ObjectType | "line.access" |
@Slot | extract($10, "([^.]*)\..*") |
@PSAP | extract($10, "[^.]*\.([^.]*)") 1 (when @PSAP Extracted = 255) |
@Class | 1045 |
$LineCardType | lookup($6, LineCardType) |
@ServiceType | "sonet" (when CardLineType ($6) = (110 or 111) or (greater than 196 and less than 211) "ds3Line" (when CardLineType ($6) = (106 or 107) or (greater than 180 and less than 195) "ds1Line" (for all other values) |
$lineInterface | "T1" (when $7 = 1) "OC3" (when $7 = 4) "E1" (when $7 = 5) "E3" (when $7 = 8) "T3" (when $7 = 9) "OC12" (when $7 = 10) "unknown" -(default) |
$LineStatus | "Inactive" (when $5 =1) "Clear" (when $5 =2) "Fail" (when $5 = 3) "Down" (when $5 = 4) |
@Type | 1 2 (when $5 = 2) |
@SubObjectType | $LineCardType + "." + $lineInterface |
@ObjectStatus | int($lineStatus) + int($5) |
@AlertGroup | "2001_Line_Alarm" |
@AlertKey | @NEName + @Slot + @PSAP |
@Summary | "Line Alarm status received from " + $2 + " of Severity " + $ObjectSeverity + " reason " + @TrapReason + " line status " + $LineStatus + " line card type " + $LineCardType + " Line " + $8 + " Port " + $9 |
@AdditionalInfo | "trapLineIdString" + ":" + $10 |
$DeDupKey | @AlertKey + $5 +$8 + $9 |
This trap is generated when a trunk alarm status is received.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-371 describes the fields and values for Specific Trap 20002.
| Field | Value |
|---|---|
@ObjectType | "line.trunk" |
@Slot | $8 |
@PSAP | extract($11, "^[^.]*\.([^.]*)\..*") |
@LSAP | extract($11, "^[^.]*\.[^.]*\.([^.]*)") |
@AlertKey | @NEName + @Slot + @PSAP + @LSAP |
@AlertGroup | "2002_TrunkAlarm" |
$trapTrunkType | "physical-trunk" (when $7 = 2) "virtual-trunk" (when $7 = 3) "feeder-trunk" (when $7 = 4) "unknown" - (default) |
@SubObjectType | UPPER($svTrunkCardType + "." + $trapTrunkType) |
@ObjectStatus | int($svTrunkStatus) + int($5) |
@Type | 1 2 (when $5 = 2) |
$TrunkStatus | "Inactive" (when $5 = 1) "Clear" (when $5 = 2) "Fail" (when $5 = 3) "Down" (when $5 = 4) "Active" (when $5 = 99) |
$DeDupKey | @AlertKey + $4 + $5 + $7 + $9 + $10 |
@Summary | "Trunk Alarm status received from " + $2 + " reason " + @TrapReason + " Trunk Status " + $TrunkStatus + " Trunk Type " + $trapTrunkType + " Slot " + $8 + " Port " + $9 + " Virtual |
@AdditionalInfo | "trapTrunkIdString" + ":" + $11 |
@ServiceType | "fpTrunk" (when $6 = 3 or $6 = 22) "atmTrunk" - for other values of $6 |
@Class | 1045 |
$svTrunkCardType | lookup($6, svTrunkCardType) |
This trap is generated when a port alarm status is received.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-372 describes the fields and values for Specific Trap 20003.
| Field | Value |
|---|---|
@ObjectType | "port" + "." + $Service |
@Slot | extract($10, "(^[^.]*)\..*") |
$line | extract($10, "^[^.]*\.([^.]*)\..*") |
$port | extract($10, "^[^.]*\.[^.]*\.([^.]*)") |
@SubObjectType | UPPER(lookup($6, TrapCardType)) |
@ObjectStatus | int($svPortState) + int($5) |
@Type | 1 2 (when $5 = 2) |
$PortStatus | "Inactive" (when $5 = 1) "Clear" (when $5 = 2) "Fail" (when $5 =3) "Down" (when $5 = 4) "Remote Loopback" (when $5 = 5) "Line Failure" (when $5 = 6) "Signalling Failure" (when $5 = 7) "Out Of Cell Delineation" (when $5 = 8) "Bandwidth Changed" (when $5 = 9) "Failed Due To Acp Timeout" (when $5 = 10) "Failed Due To Major Almon Aim Grp" (when $5 = 11) "Failed Due To Aim Sig Failure" (when $5 = 12) "Failed Due To Bad Diff Delay" (when $5 = 13) "Failed Due To Arb Conflict" (when $5 = 14) |
@AlertKey | @NEName + @Slot + @PSAP |
$DeDupKey | $4 + $5 + $7 + $8 + $9 |
@AlertGroup | "20003_PortAlarm" |
@Summary | "Port Alarm status received from " + $2 + " reason " + @TrapReason + " Port Status " + $PortStatus + " Slot " + $7 + |
@AdditionalInfo | "trapPortIdString" + ":" + $10 |
@PSAP | "1." + $port (when $line = 0) $line + "." + $port (when $line != 0) |
@ServiceType | "atmPort" (when $Service = ATM) "frLport" (when $Service != ATM) |
@Class | 1050 (when $Service = ATM) 1055 (when $Service != ATM) |
This trap is generated when a card alarm status is received.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-373 describes the fields and values for Specific Trap 20004.
| Field | Value |
|---|---|
@ObjectType | "card" |
@Slot | $7 |
@SubObjectType | UPPER(lookup($6, TrapCardType)) |
@ObjectStatus | int($trapCardStatus) + int($5) |
@AlertKey | @NEName + @Slot |
$DeDupKey | $4 + $5 +$7 |
@AlertGroup | "20004_CardAlarm" |
@Type | 1 2 (when $5 = 1) |
$CardStatus | Note, only card status clear(1), failed(2), and down(3) have automation capabilities. Card status values 4-18 are for information purposes only and are not automated. clear (when $5 = 1); Automation Type = 2 |
@Summary | "Card Alarm status received from " + $2 + " reason " + @TrapReason + " Card Status " + $CardStatus + " Slot " + $7 |
@Class | 1060 (when $Service = ATM) 1065 (when $Service != ATM) |
This trap is generated when a peripheral alarm status is received. For CWM Release 9.2, peripheral alarms include notifications of external clock source failure and too many invalid login attempts.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-374 describes the fields and values for Specific Trap 20005.
| Field | Value |
|---|---|
@ObjectType | "peripheral" |
@ObjectStatus | int($trapPeripheralStatus) + int($5) |
@Type | 1 2 (when $5 = 1) |
$trapPeripheralStatus | "Clear" (when $5 = 1) "Failed" (when $5 = 2) |
@SubObjectType | "power-supply" (when $6 = 2) "cabinet-fan" (when $6 = 3) "local-bus" (when $6 = 4) "temperature-sensor" (when $6 = 5) "Unknown" - (default) |
@Class | 1070 |
@AlertKey | $2 |
$DeDupKey | @AlertKey + $4 + $5 + $6 |
@AlertGroup | "2005_PeripheralAlarm" |
@Summary | "Peripheral Alarm status received from " + $2 + " reason " + @TrapReason + " Peripheral Status" + $trapPeripheralStatus + " " |
@AdditionalInfo | "trapPeripheralUnitNumber" + ":" + $7 |
This trap is generated when there is a communication failure between a feeder and the routing node.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-375 describes the fields and values for Specific Trap 20006.
| Field | Value |
|---|---|
@ObjectType | "system.connectivity" |
@ObjectStatus | 10 - Clear |
@AlertKey | $2 |
$DeDupKey | @AlertKey + $3 |
@Type | 1 |
@AlertGroup | "CommBreakClear" |
@Summary | "Communication break alarm received from " + $2 + " remote |
@Severity | 5 |
@Class | 1060 (when $Service = ATM) 1015 (when $Service != ATM) |
This trap is generated when a communications break situation is cleared.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-376 describes the fields and values for Specific Trap 20007.
| Field | Value |
|---|---|
@ObjectType | "system.connectivity" |
@Class | 1060 |
@ObjectStatus | 301 - Clear |
@AlertKey | $2 |
$DeDupKey | @AlertKey + $3 |
@Type | 2 |
@AlertGroup | "CommBreakClear" |
@Summary | "Communication break cleared received from " + $2 + " remote node " + $3 |
@Severity | 0 |
This trap is generated by routing nodes when (1) a feeder connected to the routing node changes state to Major; (2) a feeder connected to that routing node changes state to clear; or (3) there is a loss of communication between the routine node and the feeder node.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-377 describes the fields and values for Specific Trap 20008.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ObjectType | "feeder" |
@ObjectStatus | int($trapFeederStatus) + int($5) |
@Type | 1 |
@PSAP | $7 |
@Slot | $6 |
@Class | 1070 |
@AlertKey | $2 |
@AlertGroup | "20008_FeederAlarm" |
@Summary | "Feeder Alarm status received from " + $2 + " reason " + @Trapreason + " Feeder Status " + $trapFeederStatus + |
$DeDupKey | @AlertKey + $4 + $5 + $6 + $7 |
This trap is generated when a physical line alarm status is received.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-378 describes the fields and values for Specific Trap 20009.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ObjectType | "line.access" |
@PSAP | extract($11, "[^.]*\.([^.]*)") 1 (when extract = 255) |
@Slot | extract($11, "([^.]*)\..*") |
@Class | 1045 |
@ServiceType | "sonet" (when $6 = 100, 111, or when $6 >= 196 and $6 <= 211) "ds3Line" (when $6 = 106, 107, or when $6 >= 180 and $6 <= 195) "ds1Line" (for all other values) |
$LineCardType | lookup($6, IGXCardType) (when @NEType = 2) lookup($6, LineCardType) (otherwise) |
$lineInterface | "T1" (when $7 =1) |
$LineStatus | "Inactive" (when $5 = 1) |
@Type | 1 |
@SubObjectType | $LineCardType + "." + $lineInterface |
@ObjectStatus | int($lineStatus) + int($5) |
@AlertKey | @NEName + @Slot + @PSAP |
@AlertGroup | "20009_Physical_Line_Alarm" |
@Summary | "Physical Line Alarm status received from " + $2 + " of Severity " + $ObjectSeverity + " reason " + @Trapreason + " line status " + $LineStatus + " line card type " + $LineCardType " Line " + $10 + " Port " + $9 |
@AdditionalInfo | "trapLineIdString" + " : " + $11 |
$DeDupKey | @AlertKey + $5 + $8 + $9 + $10 |
This trap is generated when an IMA trunk alarm status is received.
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-379 describes the fields and values for Specific Trap 20010.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ObjectType | "line.trunk" |
@PSAP | extract($11, "^[^.]*\.([^.]*)\..*") 1 (when extract = 0) |
@LSAP | extract($11, "^[^.]*\.[^.]*\.([^.]*)") |
@Slot | $8 |
@Class | 1045 |
@ServiceType | "fpTrunk" (when $6 = 100, 111, or when $6 >= 196 and $6 <= 211) "atmTrunk" (for all other values) |
$svTrunkCardType | lookup($6, = IGXCardType) (when @NETYPE = 2) lookup($6, svTrunkCardType) (otherwise) |
$trapTrunkType | "physical-trunk" (when $7 =2) |
$TrunkStatus | "Inactive" (when $5 = 1) |
@Type | 1 |
@SubObjectType | UPPER($svTrunkCardType + "." + $trapTrunkType) |
@ObjectStatus | int($svTrunkStatus) + int($5) |
@AlertKey | @NEName + @Slot + @PSAP + @LSAP |
@AlertGroup | "20010_TrunkAlarm" |
@Summary | "IMA Trunk Alarm status received from " + $2 + " reason " + @Trapreason + " Trunk Status " + $TrunkStatus + " Trunk Type " + $trapTrunkType " Slot " + $8 + " Port " + @PSAP + " Virtual Trunk ID " + $10 " Physical Line ID " + $12 |
@AdditionalInfo | "trapTrunkIdString" + " : " + $11 |
$DeDupKey | @AlertKey + $4 + $5 + $7 + $9 + $10 |
This trap is generated when a port alarm status is received. This is changed for the CWM Release 9.1 only. (svPortPort continues to refer to the logical port). For UFM, svPortPort refers to the logical port, whereas, svPortPhysicalPort refers to the first DS0 used in the Port TimeSlot bitmap. For example, if a UFM port on slot 8, line 1 is configured for a port speed of 128kbps and the two DS0's that are used correspond to TimeSlot 3 and 4, then the svPortPhysicalPort is 3 (the lowest available timeslot).
Supported CIC Releases: 1.0, 1.1, 1.2, 2.0
Table 1-380 describes the fields and values for Specific Trap 20011
.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ObjectType | "port" + "." + $Service" |
@SubObjectType | UPPER(lookup($6, IGXCardType)) when NEType = 2 UPPER(lookup($6, TrapCardType)) for all others |
@ObjectStatus | int($svPortState) + int($5) |
@Type | 1 |
@PSAP | $line + "." + $port |
@Slot | extract($11, "(^[^.]*)\..*") |
@ServiceType | "atmport" (when $Service is "ATM") |
@Class | 1050 (when $Service is "ATM") |
$line | 0 (when @SubObjectType is "FTC") extract($11, "^[^.]*\.([^.]*)\..*") (otherwise) |
$port | $port = extract($11, "^[^.]*\.([^.]*)\..*") (when @SubObjectType is "FTC") extract($11, "^[^.]*\.[^.]*\.([^.]*)") (otherwise) |
$PortStatus | "Inactive" (when $5 = 1) |
@AlertKey | @NEName + @Slot + @PSAP |
@AlertGroup | "20011_PortAlarm" |
@Summary | "Port Alarm status received from " + $2 + " reason " + @Trapreason + " Port Status " + $PortStatus + " Slot " + $7 + "Port Alarm status received from " + $2 + " reason " + @Trapreason + " Port Status " + $PortStatus + " Slot " + $7 + |
$DeDupKey | $4 + $5 + $7 + $8 + $9 |
@AdditionalInfo | "trapPortIdString" + " : " + $11 |
This trap is generated when a IMA virtual trunk alarm status is received from the UXM.
Supported CIC Releases: 1.2, 2.0
Table 1-381 describes the fields and values for Specific Trap 20012.
| Field | Value |
|---|---|
@ObjectType | "line.trunk" |
@AlertGroup | '"20012_VirtualTrunkAlarm" |
@NEType | lookup(@NEName, NETypes) |
@NEName | $2 |
@NEAddress | lookup(@NEName, neaddress) |
@AlertKey | @NEName + @Slot + @PSAP + @LSAP |
@Slot | $8 |
@SubObjectType | UPPER($svTrunkCardType + "." + $trapTrunkType) |
@PSAP | extract($11, "^[^.]*\.([^.]*)\..*") |
@LSAP | extract($11, "^[^.]*\.[^.]*\.([^.]*)") |
@Type | 1 |
@ObjectStatus | int($svTrunkStatus) + int($5) |
$DeDupKey | @AlertKey + $4 + $5 + $7 + $9 + $10 |
@AdditionalInfo | "trapTrunkIdString" + " : " + $11 |
@Summary | " IMA Virtual Trunk Alarm status received from " + $2 + " reason " + @TrapReason + " Trunk Status " + $TrunkStatus + |
This trap is generated by all routing nodes in the network when one or more routing nodes become unreachable.
Supported CIC Releases: 1.2, 2.0
Table 1-382 describes the fields and values for Specific Trap 20016.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ObjectType | "system.connectivity" |
@ObjectStatus | 10 (unreachable) |
@Severity | 5 |
@Type | 1 |
@Class | 1060 (when $Service is "ATM") |
@AlertKey | $2 |
@AlertGroup | "CommBreakClear" |
@Summary | "Communication break alarm received from " + $2 + |
$DeDupKey | @AlertKey + $3 |
This trap is generated when a communications break that is caused due to a node entering a degraded mode or for some other reason is cleared.
Supported CIC Releases: 1.2, 2.0
Table 1-383 describes the fields and values for Specific Trap 20017.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ObjectType | "system.connectivity" |
@ObjectStatus | 301 |
@Severity | 0 |
@Type | 2 |
@Class | 1060 (when $Service is "ATM") |
@AlertKey | $2 |
@AlertGroup | "CommBreakClear" |
@Summary | "Communication break cleared received from " + $2 |
$DeDupKey | @AlertKey = $2 |
This trap is generated whenever a BPX/IGX/IPX processor's CPU utilization is above the threshold.
Supported CIC Releases: 1.2, 2.0
Table 1-384 describes the fields and values for Specific Trap 20021.
| Field | Value |
|---|---|
@ObjectType | "node.performance" |
@SubObjectType | "CPU" |
@TrapReason | $4 |
@ObjectStatus | 551 |
@Severity | 5 |
@Type | 1 |
@Class | 1070 |
@AlertKey | $2 + $4 |
@AlertGroup | "CPUUseAboveNorm" |
@Summary | "CPU usage on node " + $2 + " above threshold" |
$DeDupKey | @AlertKey + @AlertGroup + @ObjectStatus |
This trap is generated when a BPX/IGX/IPX processor's CPU utilization falls back below the threshold level. The alarm is reported from the node based on an existing interval statistic that is collected for profiling the performance of the node.
Supported CIC Releases: 1.2, 2.0
Table 1-385 describes the fields and values for Specific Trap 20022.
| Field | Value |
|---|---|
@ObjectType | "node.performance" |
@SubObjectType | "CPU" |
@TrapReason | $4 |
@ObjectStatus | 552 |
@Severity | 2 |
@Type | 1 |
@Class | 1070 |
@AlertKey | $2 + $4 |
@AlertGroup | "CPUUseAboveNorm" |
@Summary | "CPU usage on node " + $2 + " below threshold" |
$DeDupKey | @AlertKey + @AlertGroup + @ObjectStatus |
This trap is generated whenever a BPX/IGX/IPX processor's dynamic memory utilization exceeds a fixed threshold. The alarm is reported from the node based on existing statistics that are collected for profiling the performance of the node.
Supported CIC Releases: 1.2, 2.0
Table 1-386 describes the fields and values for Specific Trap 20023.
| Field | Value |
|---|---|
@ObjectType | "node.performance" |
@SubObjectType | "Memory" |
@TrapReason | $4 |
@ObjectStatus | 551 |
@Severity | 5 |
@Type | 1 |
@Class | 1070 |
@AlertKey | $2 + $4 |
@AlertGroup | "MemUsageAboveNorm" |
@Summary | "Dynamic Memory usage on node " + $2 + " above threshold" |
$DeDupKey | @AlertKey + @AlertGroup + @ObjectStatus |
This trap is generated whenever a BPX/IGX/IPX processor's dynamic memory utilization falls below a lower threshold, indicating that memory allocation has returned to a safe level. The alarm is reported from the node based on existing statistics that are collected for profiling the performance of the node.
Supported CIC Releases: 1.2, 2.0
Table 1-387 describes the fields and values for Specific Trap 29924.
| Field | Value |
|---|---|
@ObjectType | "node.performance" |
@SubObjectType | "Memory" |
@TrapReason | $4 |
@ObjectStatus | 551 |
@Severity | 5 |
@Type | 1 |
@Class | 1070 |
@AlertKey | $2 + $4 |
@AlertGroup | "MemUsageAboveNorm" |
@Summary | "Dynamic Memory usage on node " + $2 + " above threshold" |
$DeDupKey | @AlertKey + @AlertGroup + @ObjectStatus |
This trap is generated whenever a BPX/IGX/IPX bus fails.
Supported CIC Releases: 1.2, 2.0
Table 1-388 describes the fields and values for Specific Trap 20025.
| Field | Value |
|---|---|
@ObjectType | "peripheral" |
@SubObjectType | "A-Bus" if $5 equals 1 |
@TrapReason | $4 |
@ObjectStatus | 103 |
@Severity | 5 |
@Type | 1 |
@Class | 1070 |
@AlertKey | $2 + $4 + $5 |
@AlertGroup | "BusFailure" |
@Summary | @SubObjectType + " failure cleared on node " + $2 |
$DeDupKey | @AlertKey + @AlertGroup + @ObjectStatus |
This trap is generated whenever a BPX/IGX/IPX bus failure condition clears.
Supported CIC Releases: 1.2, 2.0
Table 1-389 describes the fields and values for Specific Trap 20026.
| Field | Value |
|---|---|
@ObjectType | "peripheral" |
@SubObjectType | @SubObjectType = "A-Bus" ($5 = 1) @SubObjectType = "B-Bus" ($5 = 2) @SubObjectType = "Bus" (default) |
@TrapReason | $4 |
@ObjectStatus | 103 |
@Severity | 0 |
@Type | 2 |
@Class | 1070 |
@AlertKey | $2 + $4 + $5 |
@AlertGroup | "BusFailure" |
@Summary | @SubObjectType + " failure cleared on node " + $2 |
This trap is generated when a node is added to the network.
Supported CIC Releases: 1.2, 2.0
Table 1-390 describes the fields and values for Specific Trap 20050.
| Field | Value |
|---|---|
@TrapReason | 20050 |
@NEName | $3 |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@ObjectType | "Node" |
@NEModelID | $7 |
@AlertGroup | '"nodeAddDelete" |
@AlertKey | $2 + $3 + $4 |
@ObjectStatus | 2 |
@Type | 3 |
@Severity | 0 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus |
@Class | 1070 |
@Summary | "Node added to Network: " + @NetworkName + " Node Type: " + $netype + @NEModelID + " " + @SubObjectType |
This trap is generated when a node is deleted from the network.
Supported CIC Releases: 1.2, 2.0
Table 1-391 describes the fields and values for Specific Trap 20051.
| Field | Value |
|---|---|
@TrapReason | 20050 |
@NEName | $3 |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@ObjectType | "Node" |
@NEModelID | $7 |
@AlertGroup | '"nodeAddDelete" |
@AlertKey | $2 + $3 + $4 |
@ObjectStatus | 3 |
@Type | 4 |
@Severity | 2 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus |
@Class | 1005 |
@Summary | " Node deleted from Network: " + @NetworkName + " Node Type: " + $netype + @NEModelID + " " + @SubObjectType |
This trap is generated when a node name is changed.
Supported CIC Releases: 1.2, 2.0
Table 1-392 describes the fields and values for Specific Trap 20052.
| Field | Value |
|---|---|
@TrapReason | 20052 |
@NEName | $3 |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@ObjectType | "Node" |
@NEModelID | lookup(@NEName, NEModel) |
@AlertGroup | '"nodeNameChange" |
@AlertKey | $2 + $3 + $4 + $10 |
@ObjectStatus | 1903 |
@Type | 5 |
@Severity | 1 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus |
@Class | 1070 |
@Summary | " Node Name changed to " + $3 + " from " + $10 + " Node Type: " + $netype + @NEModelID + " " + @SubObjectType |
This trap is generated when a node IP address is changed.
Supported CIC Releases: 1.2, 2.0
Table 1-393 describes the fields and values for Specific Trap 20053.
| Field | Value |
|---|---|
@TrapReason | 20053 |
@NEName | $3 |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@SVVersion | lookup(@Node, svPlusVersion) |
@NEModelID | lookup(@NEName, NEModel) |
@ObjectType | "Node" |
@AlertGroup | '"nodeIPChange" |
@AlertKey | $2 + $3 + $4 + $10 |
@ObjectStatus | 1903 |
@Type | 5 |
@Severity | 1 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus |
@Class | 1070 |
@Summary | " Node IP address changed to " + $3 + " from " + $10 + " Node Type: " + $netype + @NEModelID + " " + @SubObjectType |
This trap is generated when a node alarm status changes in the network.
Supported CIC Releases: 1.2, 2.0
Table 1-394 describes the fields and values for Specific Trap 20054.
| Field | Value |
|---|---|
@TrapReason | 20054 |
@NEName | $3 |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@SVVersion | lookup(@Node, svPlusVersion) |
@NEModelID | lookup(@NEName, NEModel) |
@ObjectType | "Node" |
@AlertGroup | '"nodeStateChange" |
@AlertKey | $2 + $3 + $4 + $10 |
@Type | 6 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus |
@Class | 1070 |
@Summary | " Node Alarm status received from " + $3 + " Node Status: " + $objectstatus + " Node Type: " + $netype + @NEModelID + " " + @SubObjectType |
This trap is generated when a card is added to IGX 8400/IPX/BPX 8600 nodes.
Supported CIC Releases: 1.2, 2.0
Table 1-395 describes the fields and values for Specific Trap 20055.
| Field | Value |
|---|---|
@TrapReason | 20055 |
@NEName | $3 |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@SVVersion | lookup(@Node, svPlusVersion) |
@ObjectType | "card" |
@Slot | $8 |
@SubObjectType | UPPER(lookup($7, TrapCardType)) |
@AlertGroup | '"cardAddDelete" |
@AlertKey | $2 + $3 + $4 + $7 + $8 + $9 |
@Type | 3 |
@ObjectStatus | 2 |
@Severity | 0 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus |
@Class | 1005 |
@Summary | "Card added to Node" + $3 + "Slot" + $8 + "Card Type" + @SubObjectType |
This trap is generated when a card is deleted from IGX 8400/IPX/BPX 8600 nodes.
Supported CIC Releases: 1.2, 2.0
Table 1-396 describes the fields and values for Specific Trap 20056.
| Field | Value |
|---|---|
@TrapReason | 20056 |
@NEName | $3 |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@SVVersion | lookup(@Node, svPlusVersion) |
@ObjectType | "card" |
@Slot | $8 |
@SubObjectType | UPPER(lookup($7, TrapCardType)) |
@AlertGroup | '"cardAddDelete" |
@AlertKey | $2 + $3 + $4 + $7 + $8 + $9 |
@Type | 4 |
@ObjectStatus | 3 |
@Severity | 2 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus |
@Class | 1070 |
@Summary | "Card deleted from Node" + $3 + "Slot" + $8 + "Card Type" + @SubObjectType |
This trap is generated when a peripheral is added to IGX 8400/IPX/BPX 8600 nodes.
Supported CIC Releases: 1.2, 2.0
Table 1-397describes the fields and values for Specific Trap 20057.
| Field | Value |
|---|---|
@TrapReason | 20057 |
@NEName | $3 |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@SVVersion | lookup(@Node, svPlusVersion) |
@SubObjectType | The @SubObjectType variable identifies the type of peripheral unit that has been added to the node. @SubObjectType is set to @SubObjectType = $perType + ":Unit#" + $8. The $pertype (peripheral type) can be one of the following:
If the peripheral is "ext-clock-source," then a switch is performed on the value of $8 to further define the peripheral type, as follows: If $8 = "1" @SubObjectType = $pertype + "-1:1.544MHz" and $unit = "EXT-1 1.544MHz" |
@ObjectType | "peripheral" |
@AlertGroup | '"peripheralAddDelete" |
@AlertKey | $3 + $4 + $7 + $8 |
@Type | 3 |
@ObjectStatus | 2 |
@Severity | 0 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus
|
@Class | 1070 |
@Summary | "Peripheral added to Node" + $3 + "Type" + $pertype + " " + $unit |
This trap is generated when a peripheral is deleted from IGX 8400/IPX/BPX 8600 nodes.
Supported CIC Releases: 1.2, 2.0
Table 1-398 describes the fields and values for Specific Trap 20058.
| Field | Value |
|---|---|
@TrapReason | 20058 |
@NEName | $3 |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@SVVersion | lookup(@Node, svPlusVersion) |
@SubObjectType | The @SubObjectType variable identifies the type of peripheral unit that has been added to the node. @SubObjectType is set to @SubObjectType = $perType + ":Unit#" + $8. The $pertype value (peripheral type) can be one of the following:
If the peripheral is "ext-clock-source," then a switch is performed on the value of $8 to further define the peripheral type, as follows: If $8 = "1" @SubObjectType = $pertype + "-1:1.544MHz" and $unit = "EXT-1 1.544MHz" If $8 = "2": @SubObjectType = $pertype + "-1:2.048MHz" and $unit = "EXT-1 2.048MHz" If $8 = "3" @SubObjectType = $pertype + "-2:1.544MHz" and If $8 = "4" @SubObjectType = $pertype + "-2:2.048MHz" $unit = "EXT-2 2.048MHz" |
@ObjectType | "peripheral" |
@AlertGroup | '"peripheralAddDelete" |
@AlertKey | $3 + $4 + $7 + $8 |
@Type | 4 |
@ObjectStatus | 3 |
@Severity | 2 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus
|
@Class | 1070 |
@Summary | "Peripheral deleted from Node" + $3 + "Type" + $pertype + " " + $unit |
@AdditionalInfo | "trapTrunkIdString" + ": " + $11 |
This trap is generated when a trunk is added to IGX 8400/IPX/BPX 8600 nodes.
Supported CIC Releases: 1.2, 2.0
Table 1-399 describes the fields and values for Specific Trap 20059.
| Field | Value |
|---|---|
@TrapReason | 20059 |
@NEName | $3 |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@SVVersion | lookup(@Node, svPlusVersion) |
@ObjectType | "line.trunk" |
@Slot | $9 |
@PSAP | $10 |
@LSAP | $11 |
@SubObjectType | UPPER($svTrunkCardType + "." + $trapTrunkType) |
@AlertGroup | '"trunkAddDelete" |
@AlertKey | $3 + $4 + $7 + $8 |
@Type | 3 |
@ObjectStatus | 2 |
@Severity | 0 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus |
@Class | 1045 |
@Summary | "Trunk added to" + $3 + "Trunk Type" + $trapTrunkType + |
This trap is generated when a trunk is deleted from IGX 8400/IPX/BPX 8600 nodes.
Supported CIC Releases: 1.2, 2.0
Table 1-400 describes the fields and values for Specific Trap 20060.
| Field | Value |
|---|---|
@TrapReason | 20060 |
@NEName | $3 |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@SVVersion | lookup(@Node, svPlusVersion) |
@ObjectType | "line.trunk" |
@Slot | $9 |
@PSAP | $10 |
@LSAP | $11 |
@SubObjectType | UPPER($svTrunkCardType + "." + $trapTrunkType) |
@AlertGroup | '"trunkAddDelete" |
@AlertKey | $3 + $4 + $7 + $8 |
@Type | 4 |
@ObjectStatus | 3 |
@Severity | 2 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus |
@Class | 1070 |
@Summary | "Trunk deleted from" + $3 + "Trunk Type"+ $trapTrunkType + |
@AdditionalInfo | "trapTrunkIdString" + ": " + $11 |
This trap is generated when a line is added to IGX 8400/IPX/BPX 8600 nodes.
Supported CIC Releases: 1.2, 2.0
Table 1-401 describes the fields and values for Specific Trap 20061.
| Field | Value |
|---|---|
@TrapReason | 20061 |
@NEName | $3 |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@SVVersion | lookup(@Node, svPlusVersion) |
@Slot | $8 |
$tmpline | extract($12, "[^.]*\.[^.]*\.([^.]*)") |
@SubObjectType | UPPER($LineCardType + "." + $lineInterface) |
@AlertGroup | '"lineAddDelete" |
@AlertKey | $3 + $4 + $8 + $10 + $11 |
@Type | 3 |
@ObjectStatus | 2 |
@Severity | 0 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus |
@Class | 1045 |
@Summary | " Line added to" + $3 + " Line Card Type " + $LineCardType + |
This trap is generated when a line is deleted from IGX 8400/IPX/BPX 8600 nodes.
Supported CIC Releases: 1.2, 2.0
Table 1-402 describes the fields and values for Specific Trap 20062.
| Field | Value |
|---|---|
@TrapReason | 20062 |
@NEName | $3 |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@SVVersion | lookup(@Node, svPlusVersion) |
@Slot | $8 |
$tmpline | extract($12, "[^.]*\.[^.]*\.([^.]*)") |
@SubObjectType | UPPER($LineCardType + "." + $lineInterface) |
@AlertGroup | '"lineAddDelete" |
@AlertKey | $3 + $4 + $8 + $10 + $11 |
@Type | 4 |
@ObjectStatus | 3 |
@Severity | 2 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus |
@Class | 1070 |
@Summary | "Line deleted from" + $3 + "Line Card Type" + $LineCardType + "Slot" + 8 + "Port" + @PSAP |
This trap is generated when a port is added to IGX 8400/IPX/BPX 8600 nodes.
Supported CIC Releases: 1.2, 2.0
Table 1-403 describes the fields and values for Specific Trap 20063.
| Field | Value |
|---|---|
@TrapReason | 20063 |
@NEName | $3 |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@SVVersion | lookup(@Node, svPlusVersion) |
@Slot | $8 |
@PSAP | $9 |
@LSAP | $10 |
@SubObjectType | UPPER($LineCardType + "." + $lineInterface) |
@AlertGroup | '"portAddDelete" |
@AlertKey | $3 + $4 + $8 + $9 + $10 |
@Type | 3 |
@ObjectStatus | 2 |
@Severity | 0 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus |
@Class | 1050 |
@Summary | "Port added to" + $3 + "Port Type" + $portType + "Slot" + 8 + |
This trap is generated when a port is deleted from IGX 8400/IPX/BPX 8600 nodes.
Supported CIC Releases: 1.2, 2.0
Table 1-404 describes the fields and values for Specific Trap 20064.
| Field | Value |
|---|---|
@TrapReason | 20064 |
@NEName | $3 |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@SVVersion | lookup(@Node, svPlusVersion) |
@Slot | $8 |
@PSAP | $9 |
@LSAP | $10 |
@SubObjectType | UPPER($LineCardType + "." + $lineInterface) |
@AlertGroup | '"portAddDelete" |
@AlertKey | $3 + $4 + $8 + $9 + $10 |
@Type | 4 |
@ObjectStatus | 3 |
@Severity | 2 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus |
@Class | 1070 |
@Summary | "Port deleted from" + $3 + "Port Type" + $portType + "Slot" + 8 + "Port" + $9 + "." + $10 |
This trap is generated when a card is modified on IGX 8400/IPX/BPX 8600 nodes.
Supported CIC Releases: 1.2, 2.0
Table 1-405 describes the fields and values for Specific Trap 20065.
| Field | Value |
|---|---|
@TrapReason | 20065 |
@NEName | $3 |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@SVVersion | lookup(@Node, svPlusVersion) |
@ObjectType | "card" |
@Slot | $8 |
@SubObjectType | UPPER(lookup($7, TrapCardType) |
@AlertGroup | '"cardModified" |
@AlertKey | $3 + $4 + $7 + $8 + $9 |
@Type | 4 |
@ObjectStatus | int($TrapCardStatus) + int($10) |
@Severity | 2 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus |
@Class | 1006 |
@Summary | "Card modified on" + $3 + Card Status" + $Card Status + "Card Type" + @SubObjectType + "Slot" + $8 |
This trap is generated when a trunk is modified on IGX 8400/IPX/BPX 8600 nodes.
Supported CIC Releases: 1.2, 2.0
Table 1-406 describes the fields and values for Specific Trap 20066.
| Field | Value |
|---|---|
@TrapReason | 20066 |
@NEName | $3 |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@SVVersion | lookup(@Node, svPlusVersion) |
@ObjectType | "line.trunk" |
@Slot | $9 |
@PSAP | $10 |
@LSAP | $11 |
@SubObjectType | UPPER($svTrunkCardType + "." + $trapTrunkType) |
@AlertGroup | '"trunkModified" |
@AlertKey | $3 + $4 + $7 + $8 + $12 + $13 |
@Type | 3 |
@ObjectStatus | int($svTrunkStatus) + int($14) |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus |
@Class | 1045 |
@Summary | "Trunk modified on" + $3 + Trunk Status" + $trunk Status + |
This trap is generated when a port is modified on IGX 8400/IPX/BPX 8600 nodes.
Supported CIC Releases: 1.2, 2.0
Table 1-407 describes the fields and values for Specific Trap 20067.
| Field | Value |
|---|---|
@TrapReason | 20067 |
@NEName | $3 |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@SVVersion | lookup(@Node, svPlusVersion) |
@ObjectType | "line.trunk" |
@Slot | $8 |
@PSAP | $9 |
@LSAP | $10 |
@AlertGroup | '"portModified" |
@AlertKey | $4 + $8 + $9 + $10 |
@Type | 3 |
@ObjectStatus | int($svPortStatus) + int($12) |
@Severity |
|
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus |
@Class | 1050 |
@Summary | "Port modified on" + $3 + "Port Status" + $Port Status + |
This trap is generated when an APS alarm is cleared.
Supported CIC Releases: 1.2, 2.0
Table 1-408 describes the fields and values for Specific Trap 20100.
| Field | Value |
|---|---|
@NEName | $3 |
@NEAddress | $4 |
@NEType | lookup(@NEName, NETypes) |
@NetworkName | $2 |
@NEFWVersion | lookup (@NEName, NEFWRel) |
@NEModelID | lookup(NEName, NEModel) |
@SubObjectType | "APS" |
@ObjectStatus | 420 |
@AlertKey | $9 + $10 + $11 + $12 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus + $13 |
@Slot | extract($8, "([^.]*).[^.]*") |
@ObjectType | "line.trunk" or "line.access" |
@AlertGroup | '"APSClear" |
@Class | 1060 |
@TrapReason | lookup($7, TrapReason) |
@Severity | 0 |
@Type | 2 |
@Summary | "APS alarm cleared.APS active line is" + $14 + "APS Working line :" + $9 + "." + $10 + "APS Protection slot.line :" + $11 + "." + $12 |
This trap is generated when an APS is enabled on the line.
Supported CIC Releases: 1.2, 2.0
Table 1-409 describes the fields and values for Specific Trap 20101.
| Field | Value |
|---|---|
@NEName | $3 |
@NEAddress | $4 |
@NEType | lookup(@NEName, NETypes) |
@NetworkName | $2 |
@NEFWVersion | lookup (@NEName, NEFWRel) |
@NEModelID | lookup(NEName, NEModel) |
@SubObjectType | "APS" |
@ObjectStatus | 421 |
@AlertKey | $9 + $10 + $11 + $12 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus + $13 |
@Slot | extract($8, "([^.]*).[^.]*") |
@ObjectType | "line.trunk" or "line.access" |
@AlertGroup | '"APSEnable" |
@Class | 1060 |
@TrapReason | lookup($7, TrapReason) |
@Severity | $6 |
@Type | 3 |
@Summary | @Summary = "APS activated on the line.APS working slot.line :"+ $9 + "." + $10 + "; APS protection slot.line:" + $11 + "." + $12 |
This trap is generated when a APS is disabled on the line.
Supported CIC Releases: 1.2, 2.0
Table 1-410 describes the fields and values for Specific Trap 20102.
| Field | Value |
|---|---|
@NEName | $3 |
@NEAddress | $4 |
@NEType | lookup(@NEName, NETypes) |
@NetworkName | $2 |
@NEFWVersion | lookup (@NEName, NEFWRel) |
@NEModelID | lookup(NEName, NEModel) |
@SubObjectType | "APS" |
@ObjectStatus | 422 |
@AlertKey | $9 + $10 + $11 + $12 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus + $13 |
@Slot | extract($8, "([^.]*).[^.]*") |
@ObjectType | "line.trunk" or "line.access" |
@AlertGroup | '"APSEnable" |
@Class | 1060 |
@TrapReason | lookup($7, TrapReason) |
@Severity | $6 |
@Type | 4 |
@Summary | "APS deactivated on the line.APS working slot.line :" + $9 + "." + $10 + "; APS protection slot.line:" + $11 + "." + $12 |
This trap is generated when a APS card is in alarm status.
Supported CIC Releases: 1.2, 2.0
Table 1-411 describes the fields and values for Specific Trap 20103.
| Field | Value |
|---|---|
@NEName | $3 |
@NEAddress | $4 |
@NEType | lookup(@NEName, NETypes) |
@NetworkName | $2 |
@NEModelID | lookup(NEName, NEModel) |
@NEFWVersion | lookup (@NEName, NEFWRel) |
@SubObjectType | "APS" |
@ObjectStatus | 423 |
@AlertKey | $9 + $10 + $11 + $12 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus + $13 |
@Slot | extract($8, "([^.]*).[^.]*") |
@ObjectType | "line.trunk" or "line.access" |
@AlertGroup | '"APSClear" |
@Class | 1060 |
@TrapReason | lookup($7, TrapReason) |
@Severity | $6 |
@Type | 1 |
@Summary | "APS card is in alarm.APS Activeline :" + $14 + "APS working slot.port :" + $9 + "." + $10 + "APS protection slot.port :" + $11 + "." + $12 |
This trap is generated when a APS configured line is in alarm status.
Supported CIC Releases: 1.2, 2.0
Table 1-412 describes the fields and values for Specific Trap 20104.
| Field | Value |
|---|---|
@NEName | $3 |
@NEAddress | $4 |
@NEType | lookup(@NEName, NETypes) |
@NetworkName | $2 |
@NEFWVersion | lookup (@NEName, NEFWRel) |
@NEModelID | lookup(NEName, NEModel) |
@SubObjectType | "APS" |
@ObjectStatus | 423 |
@AlertKey | $9 + $10 + $11 + $12 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus + $13 |
@Slot | extract($8, "([^.]*).[^.]*") |
@ObjectType | "line.trunk" or "line.access" |
@AlertGroup | '"APSClear" |
@Class | 1060 |
@TrapReason | lookup($7, TrapReason) |
@Severity | $6 |
@Type | 1 |
@Summary | "APS configured line is in alarm.APS Activeline :" + $14 + "APS working slot.port :" + $9 + "." + $10 + "APS protection slot.port :" + $11 + "." + $12 |
This trap is generated when a APS line is switched.
Supported CIC Releases: 1.2, 2.0
Table 1-413 describes the fields and values for Specific Trap 20105.
| Field | Value |
|---|---|
@NEName | $3 |
@NEAddress | $4 |
@NEType | lookup(@NEName, NETypes) |
@NetworkName | $2 |
@NEFWVersion | lookup (@NEName, NEFWRel) |
@NEModelID | lookup(NEName, NEModel) |
@SubObjectType | "APS" |
@ObjectStatus | 424 |
@AlertKey | $9 + $10 + $11 + $12 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus + $13 |
@Slot | extract($8, "([^.]*).[^.]*") |
@ObjectType | "line.trunk" or "line.access" |
@AlertGroup | '"APSClear" |
@Class | 1060 |
@TrapReason | lookup($7, TrapReason) |
@Severity | 3 |
@Type | 1 |
@Summary | "APS configured line is in alarm.APS Activeline is :" + $activeline + "; APS working slot.line :" + $9 + "."+ $10 + "; APS protection slot.line :" + $11 + "." + $12 |
This trap is generated when a APS line switch failed.
Supported CIC Releases: 1.2, 2.0
Table 1-414 describes the fields and values for Specific Trap 20106.
| Field | Value |
|---|---|
@NEName | $3 |
@NEAddress | $4 |
@NEType | lookup(@NEName, NETypes) |
@NetworkName | $2 |
@NEFWVersion | lookup (@NEName, NEFWRel) |
@NEModelID | lookup(NEName, NEModel) |
@SubObjectType | "APS" |
@ObjectStatus | 425 |
@AlertKey | $9 + $10 + $11 + $12 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus + $13 |
@Slot | extract($8, "([^.]*).[^.]*") |
@ObjectType | "line.trunk" or "line.access" |
@AlertGroup | '"APSClear" |
@Class | 1060 |
@TrapReason | lookup($7, TrapReason) |
@Severity | 4 |
@Type | 1 |
@Summary | "APS line switch Failed.APS Activeline is :" + $14 + "APS working slot.port :" + $9 + "." + $10 + "APS protection slot.port :" + $11 + "." + $12 |
This trap is generated when a APS standby line is in alarm.
Supported CIC Releases: 1.2, 2.0
Table 1-415 describes the fields and values for Specific Trap 20107.
| Field | Value |
|---|---|
@NEName | $3 |
@NEAddress | $4 |
@NEType | lookup(@NEName, NETypes) |
@NetworkName | $2 |
@NEFWVersion | lookup (@NEName, NEFWRel) |
@NEModelID | lookup(NEName, NEModel) |
@SubObjectType | "APS" |
@ObjectStatus | 423 |
@AlertKey | $9 + $10 + $11 + $12 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus + $13 |
@Slot | extract($8, "([^.]*).[^.]*") |
@ObjectType | "line.trunk" or "line.access" |
@AlertGroup | '"APSClear" |
@Class | 1060 |
@TrapReason | lookup($7, TrapReason) |
@Severity | $6 |
@Type | 1 |
@Summary | @Summary = "APS standby line alarm.APS Activeline is :" + $activeline + "; APS working slot.line :" + $9 + "." + $10 + "; APS protection slot.line :" + $11 + "." + $12 |
This trap is generated when the user connection has recovered from a failed/down state after CWM database is in sync with the network.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-416 describes the fields and values for Specific Trap 25013.
| Field | Value |
|---|---|
@ObjectType | "connection" |
@AlertGroup | '"UserConnectionComplete" |
@AlertKey | $3 + $6 |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@Type | 3 |
@Class | 1040, 110, 0r 1070, depending on the NEType |
@ObjectStatus | @ObjectStatus = int($C_svConnOpStatus) + |
$DeDupKey | $AlertKey + @ObjectStatus + @ServiceType |
@Summary | "User connection Complete" + $3 + " - " + $6 + " ConnStatus: " + $objectstatus + " ConnType: " + @SubObjectType |
This trap is generated when the user connection has failed after the CWM database is in sync with the network.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-417 describes the fields and values for Specific Trap 25014.
| Field | Value |
|---|---|
@ObjectType | "connection" |
@AlertGroup | '"UserConnectionComplete" |
@AlertKey | $3 + $6 |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@Type | 4 |
@Class | 1070 |
@ObjectStatus | @ObjectStatus = int($C_svConnOpStatus) + |
$DeDupKey | $AlertKey + @ObjectStatus + @ServiceType |
@Summary | "User connection InComplete" + $3 + " - " + $6 + " ConnStatus: " + $objectstatus + " ConnType: " + @SubObjectType |
This trap is generated when the user connection is downed after the CWM database is in sync with the network.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-418 describes the fields and values for Specific Trap 25015.
| Field | Value |
|---|---|
@ObjectType | "connection" |
@AlertGroup | '"UserConnectionModified" |
@AlertKey | $3 + $6 |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@LNNI | $4 |
@RNNI | $7 |
@Class | 1040, 1110, 0r 1070, depending on the NEType |
@ObjectStatus | @ObjectStatus = int($C_svConnOpStatus) + |
$DeDupKey | $AlertKey + @ObjectStatus + @ServiceType |
@Summary | "User connection Modified" + $3 + " - " + $6 + " ConnStatus: " + $objectstatus + " ConnType: " + @SubObjectType |
This trap is generated when the user connection has recovered from a failed/downed state after the CWM database is in sync with the network.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-419 describes the fields and values for Specific Trap 25016.
| Field | Value |
|---|---|
@ObjectType | "connection" |
@AlertGroup | '"UserConnectionClear" |
@AlertKey | $3 + $6 |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@LNNI | $4 |
@RNNI | $7 |
@Type | 2 |
@ObjectStatus | @ObjectStatus = int($C_svConnOpStatus) + |
$DeDupKey | $AlertKey + @ObjectStatus + @ServiceType |
@Class | 1040, 1110, 0r 1070, depending on the NEType |
@Summary | "User connection Clear" + $3 + " - " + $5 + " ConnStatus: " + $objectstatus + " ConnType: " + @SubObjectType |
This trap is generated when the user connection has failed after the CWM database is in sync with the network.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-420 describes the fields and values for Specific Trap 25017.
| Field | Value |
|---|---|
@ObjectType | "connection" |
@AlertGroup | '"UserConnectionClear" |
@AlertKey | $3 + $6 |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@LNNI | $4 |
@RNNI | $7 |
@Type | 1 |
@ObjectStatus | @ObjectStatus = int($C_svConnOpStatus) + |
$DeDupKey | $AlertKey + @ObjectStatus + @ServiceType |
@Class | 1040, 110, 0r 1070, depending on the NEType |
@Summary | "User connection Fail" + $3 + " - " + $5 + " ConnStatus: " + $objectstatus + " ConnType: " + @SubObjectType |
This trap is generated when the user connection has been downed after the CWM database is in sync with the network.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-421 describes the fields and values for Specific Trap 25018.
| Field | Value |
|---|---|
@ObjectType | "connection" |
@AlertGroup | '"UserConnectionClear" |
@AlertKey | $3 + $6 |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@Type | 1 |
@ObjectStatus | @ObjectStatus = int($C_svConnOpStatus) + |
$DeDupKey | $AlertKey + @ObjectStatus + @ServiceType |
@Class | 1040, 1110, 0r 1070, depending on the NEType |
@Summary | "User connection Down" + $3 + " - " + $5 + " ConnStatus: " + $objectstatus + " ConnType: " + @SubObjectType |
This trap is generated when CWM finds a given node with the name svNodeGrpName to be IP unreachable. Note, a node is considered to be unreachable when CWM cannot send IP packets to that node, although the node may be able to communicate with other nodes in the network.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-422 describes the fields and values for Specific Trap 25300.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ObjectType | "system.connectivity" |
@SubObjectType | "routing-node" (when $6 = 1) |
@ObjectStatus | int($nodeReachableStatus) + int($tmpval) |
@NEName | $3 |
@Severity | 4 |
@Type | 1 |
@AlertKey | $2 + $3 + $4 |
@AlertGroup | "IPReachability" |
@Summary | @SubObjectType + " " + @NEName + " is IP Unreachable from the WAN Manager host" |
This trap is generated when CWM finds a given node with the name svNodeGrpName to be IP reachable. Note, that a node is considered to be reachable when CWM can send IP packets to the node, although the node may be unable to communicate with other nodes in the network.
Supported CIC Releases: 1.1, 1.2, 2.0
Table 1-423 describes the fields and values for Specific Trap 25301.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber,
|
@ObjectType | "system.connectivity" |
@SubObjectType | "routing-node" (when $6 = 1)
|
@ObjectStatus | int($nodeReachableStatus) + int($tmpval) |
@NEName | $3 |
@Severity | 0 |
@TrapReason | $specific-trap |
@Type | 2 |
@Class | 1060 |
@AlertKey | $2 + $3 + $4 |
@AlertGroup | "IPReachability" |
@Summary | @SubObjectType + " " + @NEName + " is IP Reachable from the WAN Manager host" |
This trap is generated when CWM finds a given node to be IP unreachable.
Supported CIC Releases: 1.2, 2.0
Table 1-424 describes the fields and values for Specific Trap 25302.
| Field | Value |
|---|---|
@ObjectType | "system.connectivity" |
@AlertGroup | '"IPReachability" |
@NEName | $3 |
@AlertKey | $2 + $3 + $4 |
@Severity | 4 |
@TrapReason | $specific-trap |
@Type | 1 |
@ObjectStatus | int($nodeReachableStatus) + int($tmpval) |
@Summary | @SubObjectType + " " + @NEName + "is IP Unreachable from the StrataView+ host " |
This trap is generated when CWM finds a given node to be reachable via IP.
Supported CIC Releases: 1.2, 2.0
Table 1-425 describes the fields and values for Specific Trap 25303.
| Field | Value |
|---|---|
@ObjectType | "system.connectivity" |
@AlertGroup | '"IPReachability" |
@NEName | $3 |
@AlertKey | $2 + $3 + $4 |
@Severity | 0 |
@TrapReason | $specific-trap |
@Type | 2 |
@ObjectStatus | int($nodeReachableStatus) + int($tmpval) |
$DeDupKey | $AlertKey + @ObjectStatus + @ServiceType |
@Class | 1060 |
@Summary | @SubObjectType + " " + @NEName + "is IP Reachable from the StrataView+ host " |
This trap is generated when a CWM process named trapSvProcessName is restarted.
Supported CIC Releases: 1.2, 2.0
Table 1-426 describes the fields and values for Specific Trap 28000.
| Field | Value |
|---|---|
@ObjectType | "CWMHEALTH" |
@AlertGroup | '"CWMRestarted" |
@NEName | "N/A" |
@NEModelID | "N/A" |
@NetworkName | "N/A" |
@NEType | 426 |
@AlertKey | $2 + $7 |
@NEAddress | $3 |
@Severity | $6 |
@TrapReason | $specific-trap |
@Type | 2 |
@ObjectStatus | 549 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus |
@Summary | $7 + "process on host" + $2 + " restarted." |
This trap is generated when a CWM process named trapSvProcessName is terminated.
Supported CIC Releases: 1.2, 2.0
Table 1-427 describes the fields and values for Specific Trap 28001.
| Field | Value |
|---|---|
@ObjectType | "CWMHEALTH" |
@AlertGroup | '"CWMRestarted" |
@NEName | $2 |
@NEModelID | "N/A" |
@NetworkName | "N/A" |
@NEFWVersion | "N/A" |
@NEType | 426 |
@AlertKey | $2 + $7 |
@NEAddress | $3 |
@Severity | $6 |
@TrapReason | $specific-trap |
@Type | 1 |
@ObjectStatus | 550 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus |
@Class | 1070 |
@Summary | $7 + "process on host" + $2 + " terminated." |
This trap is generated when CWM detects that the relational database is full.
Supported CIC Releases: 1.2, 2.0
Table 1-428 describes the fields and values for Specific Trap 28002.
| Field | Value |
|---|---|
@ObjectType | "CWMHEALTH" |
@AlertGroup | '"CWMDatabaseFull" |
@NEFWVersion | "N/A" |
@NEName | "N/A" |
@NEModelID | "N/A" |
@NetworkName | $2 |
@NEType | 426 |
@AlertKey | $2 |
@NEAddress | $3 |
@Type | 1 |
@ObjectStatus | 551 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus |
@Summary | "CWM host" + $2 + "database alert. Percent used: "+ $tmpfull + "." |
This trap is generated when CWM detects that the relational database is no longer full.
Supported CIC Releases: 1.2, 2.0
Table 1-429 describes the fields and values for Specific Trap 28003.
| Field | Value |
|---|---|
@ObjectType | "CWMHEALTH" |
@AlertGroup | '"CWMDatabaseFull" |
@AlertKey | $2 |
@Severity | 0 |
@TrapReason | $specific-trap |
@Type | 2 |
@ObjectStatus | 552 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus |
@Class | 1070 |
@NEFWVersion | "N/A" |
@NEName | $2 |
@NEModelID | "N/A" |
@NetworkName | "N/A" |
@NEAddress | $3 |
@NEType | 426 |
@Summary | "CWM host" + $2 + "database clear." + "Percent used: "+ $tmpfull |
This trap is generated when CWM detects that free disk space is running low.
Supported CIC Releases: 1.2, 2.0
Table 1-430 describes the fields and values for Specific Trap 28004.
| Field | Value |
|---|---|
@ObjectType | "CWMHEALTH" |
@AlertGroup | '"CWMDiskLow" |
@AlertKey | $2 |
@Severity | $6 |
@TrapReason | $specific-trap |
@Type | 1 |
@ObjectStatus | 551 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus |
@Class | 1070 |
@NEFWVersion | "N/A" |
@NEName | $2 |
@NEModelID | "N/A" |
@NetworkName | "N/A" |
@NEAddress | $3 |
@NEType | 426 |
@Summary | "CWM host" + $2 + "diskspace low. Free Disk space: " + $8 |
This trap is generated when CWM detects that the free disk space is no longer low.
Supported CIC Releases: 1.2, 2.0
Table 1-431 describes the fields and values for Specific Trap 28005.
| Field | Value |
|---|---|
@ObjectType | "CWMHEALTH" |
@AlertGroup | '"CWMDiskLow" |
@AlertKey | $2 |
@Severity | 0 |
@TrapReason | $specific-trap |
@Type | 2 |
@ObjectStatus | 552 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus |
@Class | 1070 |
@NEFWVersion | "N/A" |
@NEName | $2 |
@NEModelID | "N/A" |
@NetworkName | "N/A" |
@NEAddress | $3 |
@NEType | 426 |
@Summary | "CWM host" + $2 + "diskspace alarm clear. Free Disk space: " + $8 + " megs." |
This trap is generated when the CWM process encounters a TFTP error received from a node.
Supported CIC Releases: 1.2, 2.0
Table 1-432 describes the fields and values for Specific Trap 28006.
| Field | Value |
|---|---|
@ObjectType | "CWMHEALTH" |
@AlertGroup | '"CWMTFTP" |
@NEName | $10 |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@AlertKey | $2 |
@Severity | $6 |
@TrapReason | $specific-trap |
@Type | 1 |
@ObjectStatus | 556 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus |
@Class | 1070 |
@Summary | "TFTP alarm received from CWM process on" + $2 + "machine" |
This trap is generated when the CWM RTM process cannot register with an agent.
Supported CIC Releases: 1.2, 2.0
Table 1-433 describes the fields and values for Specific Trap 28007.
| Field | Value |
|---|---|
@ObjectType | "CWMHEALTH" |
@AlertGroup | '"CWMRtmRegister" |
@NEName | $10 |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@AlertKey | $2 |
@Severity | $6 |
@TrapReason | $specific-trap |
@Type | 1 |
@ObjectStatus | 555 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus |
@Class | 1070 |
@Summary | "CWM on host" + $2 + "cannot register with agent"+ $10 + |
This trap is generated when the CWM statsparser process encounters an error in parsing a statistics file received from a node.
Supported CIC Releases: 1.2, 2.0
Table 1-434 describes the fields and values for Specific Trap 28008.
| Field | Value |
|---|---|
@ObjectType | "CWMHEALTH" |
@AlertGroup | '"CWMStatsparser" |
@AlertKey | $2 |
@Severity | $6 |
@TrapReason | $specific-trap |
@Type | 1 |
@ObjectStatus | 556 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus |
@NEFWVersion | "N/A" |
@NEName | $2 |
@NEModelID | "N/A" |
@NetworkName | "N/A" |
@NEAddress | $3 |
@NEType | 426 |
@Summary | "Statsparser error on CWM host" + $2 + " in file" + $7 |
This trap is generated when the CWM process completes synchronization of its database with the configuration in the network.
Supported CIC Releases: 1.2, 2.0
Table 1-435 describes the fields and values for Specific Trap 28075.
| Field | Value |
|---|---|
@ObjectType | "CWMHEALTH" |
@AlertGroup | '"CWMDatabasesync" |
@NEFWVersion | "N/A" |
@NEName | $2 |
@NEModelID | "N/A" |
@NetworkName | "N/A" |
@NEAddress | $3 |
@NEType | 426 |
@AlertKey | $2 |
@Severity | 4 |
@TrapReason | $specific-trap |
@Type | 1 |
@ObjectStatus | 558 |
$DeDupKey | @AlertGroup + $AlertKey + @ObjectStatus |
@Class | 1070 |
@Summary | "CWM database on host" + $2 + "now synchronized with |
This trap is generated when a virtual switch interface (VSI) is added to the network.
Supported CIC Releases: 1.2, 2.0
Table 1-436 describes the fields and values for Specific Trap 30000.
| Field | Value |
|---|---|
@ObjectType | "controller.VSI" |
@SubObjectType | case ($5): `1':
`2':
`3':
|
@AlertGroup | "VSIConAddDelete" |
@NEName | $3 |
@NEFWVersion | lookup(NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetID), NETName |
@NEModelID | lookup(@NEName, NEModel) |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@AlertKey | $3 + $4 + $7 |
@Severity | 0 |
@TrapReason | "30000" |
@Type | 3 |
@ObjectStatus | 2 |
$DeDupKey | @AlertKey + @AlertGroup + @ObjectStatus |
@Class | 1070 |
@Summary | " VSI Controller" + $4 + " added to " + $3 + " Controller Type" + @SubObjectType + " Partition ID: " + $7 |
This trap is generated when a virtual switch is deleted from the network.
Supported CIC Releases: 1.2, 2.0
Table 1-437 describes the fields and values for Specific Trap 30001.
| Field | Value |
|---|---|
@ObjectType | "controller.VSI" |
@SubObjectType | case ($5): `1':
`2':
`3':
|
@AlertGroup | "VSIConAddDelete" |
@NEType | lookup(@NEName, NETypes) |
@NEFWVersion | lookup(NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetID), NETName |
@NEModelID | lookup(@NEName, NEModel) |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@NEName | $3 |
@NEAddress | lookup(@NEName, neaddress) |
@AlertKey | $3 + $4 + $7 |
@Severity | 2 |
@TrapReason | "30001" |
@Type | 3 |
@ObjectStatus | 3 |
$DeDupKey | @AlertKey + @AlertGroup + @ObjectStatus |
@Class | 1070 |
@Summary | " VSI Controller" + $4 + " deleted from " + $3 + " Controller Type" + @SubObjectType + " Partition ID: " + $7 |
This trap is generated when a virtual switch interface (VSI) is modified in the network.
Supported CIC Releases: 1.2, 2.0
Table 1-438 describes the fields and values for Specific Trap 30002.
| Field | Value |
|---|---|
@ObjectType | "controller.VSI" |
@SubObjectType | case ($5): `1':
`2':
`3':
|
@AlertGroup | "VSIConModify" |
@NEType | lookup(@NEName, NETypes) |
@NEFWVersion | lookup(NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetID), NETName |
@NEModelID | lookup(@NEName, NEModel) |
@NEAddress | lookup(@NEName, neaddress) |
@NEName | $3 |
@NEAddress | lookup(@NEName, neaddress) |
@AlertKey | $3 + $4 + $7 |
@Severity | 1 |
@TrapReason | "30002" |
@Type | 5 |
@ObjectStatus | 1903 |
$DeDupKey | @AlertKey + @AlertGroup + @ObjectStatus |
@Class | 1070 |
@Summary | " VSI Controller" + $4 + " modified on" + $3 + " Controller Type" + @SubObjectType + " Partition ID: " + $7 + " Controller Status Not Available" |
This trap is generated when a virtual switch interface (VSI) is added.
Supported CIC Releases: 1.2, 2.0
Table 1-439 describes the fields and values for Specific Trap 30100.
| Field | Value |
|---|---|
@ObjectType | "interface.VSI" |
@AlertGroup | "VSIIntAddDelete" |
@NEType | lookup(@NEName, NETypes) |
@NetworkName | lookup(lookup(@NEName, NENetID), NETName |
@NEName | $4 |
@NEFWVersion | lookup(NEName, NEFWRel) |
@NEModelID | lookup(@NEName, NEModel) |
@NEAddress | lookup(@NEName, neaddress) |
@AlertKey | $4 + $5 + $6 + $7 |
@Slot | $5 |
@PSAP | $7 |
@LSAP | $8, except if @LSAP = 255, {@LSAP = " ", $virtID = "N/A"} |
@Severity | 0 |
@TrapReason | "30100" |
@Type | 2 |
@ObjectStatus | 3 |
$DeDupKey | @AlertKey + @AlertGroup + @ObjectStatus |
@Class | 1070 |
@Summary | " VSI Interface added to " + $4 + " Slot " + $5 + " Port " + $7 + " Virtual Trunk ID: " + $virtID + " Partition ID " + $2 |
This trap is generated when a virtual logical interface is deleted.
Supported CIC Releases: 1.2, 2.0
Table 1-440 describes the fields and values for Specific Trap 30101.
| Field | Value |
|---|---|
@ObjectType | "interface.VSI" |
@AlertGroup | "VSIIntAddDelete" |
@NEType | lookup(@NEName, NETypes) |
@NEName | $4 |
@NEAddress | lookup(@NEName, neaddress) |
@NEFWVersion | lookup(NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetID), NETName |
@NEModelID | lookup(@NEName, NEModel) |
@NEAddress | lookup(@NEName, neaddress) |
@AlertKey | $4 + $5 + $6 + $7 |
@Slot | $5 |
@PSAP | $7 |
@LSAP | $8, except if @LSAP = 255, {@LSAP = " ", $virtID = "N/A"} |
@Severity | 2 |
@TrapReason | "30101" |
@Type | 3 |
@ObjectStatus | 4 |
$DeDupKey | @AlertKey + @AlertGroup + @ObjectStatus |
@Class | 1070 |
@Summary | " VSI Interface deleted from " + $4 + " Slot " + $5 + " Port " + $7 + " Virtual Trunk ID: " + $virtID + " Partition ID " + $2 |
This trap is generated when a virtual logical interface is modified.
Supported CIC Releases: 1.2, 2.0
Table 1-441 describes the fields and values for Specific Trap 30102.
| Field | Value |
|---|---|
@ObjectType | "interface.VSI" |
@AlertGroup | "VSIIntModify" |
@NEType | lookup(@NEName, NETypes) |
@NEName | $4 |
@NEAddress | lookup(@NEName, neaddress) |
@NEFWVersion | lookup(NEName, NEFWRel) |
@NetworkName | lookup(lookup(@NEName, NENetID), NETName |
@NEModelID | lookup(@NEName, NEModel) |
@AlertKey | $4 + $5 + $6 + $7 |
@Slot | $5 |
@PSAP | $7 |
@LSAP | $8, except if @LSAP = 255, {@LSAP = " ", $virtID = "N/A"} |
@Severity | 2 |
@TrapReason | "30102" |
@Type | 3 |
@ObjectStatus | 1903 |
$DeDupKey | @AlertKey + @AlertGroup + @ObjectStatus |
@Class | 1070 |
@Summary | " VSI Interface modified on " + $4 + " Slot: " + $5 + " Port: " + $7 + " Virtual Trunk ID: " + $virtID + " Partition ID: " + $2 |
Table 1-442 describes the mappings for other Specific Traps received from this Enterprise.
| Field | Value |
|---|---|
@Summary | "Unknown specific trap number (" + $specific-trap + ") received for enterprise" + $enterprise-name |
@Severity | 1 |
details Table | details($enterprise, $generic-trap, $specific-trap, $1, $2, $3, $4, $5, $6, $7, $8, $9) |
The traps in this category are generated by the Syslog Trap Generator (STG) when it receives a Syslog message from a host that has been configured to forward alerts to the STG. The STG converts the Syslog message into an SNMP trap and forwards it to the RTTtrapd Info Mediator, which then forwards it to the Cisco Info Center Info Server.
Most of the traps indicate general categories of Syslog message. For example, when a Syslog message with a severity of 3, comes in, a trap is generated. Other STG traps indicate specific conditions on IOS devices.
This trap is generated when Syslog message is generated that has a severity level of 0 or which does not match the conditions for any of the other Syslog events listed in this section. It indicates an emergency condition.
Supported CIC Releases: 2.0
Table 1-443 describes the fields and values for Specific Trap 26001.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@AlertKey | $3 + $4 + $5 + $6 + $7 |
@AlertGroup | "SYSLOGEM" |
@Type | 1 |
$DeDupKey | @AlertKey + @AlertGroup |
@Severity | lookup($6, iosseverity) |
@TrapReason | $specific-trap |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
@Summary | $13 |
This trap is generated when a Syslog message with severity "alert" is received by the STG.
Supported CIC Releases: 2.0
Table 1-444 describes the fields and values for Specific Trap 26002.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@AlertKey | $3 + $4 + $5 + $6 + $7 |
@AlertGroup | "SYSLOGAL" |
@Type | 1 |
$DeDupKey | @AlertKey + @AlertGroup |
@Severity | lookup($6, iosseverity) |
@TrapReason | $specific-trap |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
@Summary | $13 |
This trap is generated when a Syslog message with severity "critical" is received by the STG.
Supported CIC Releases: 2.0
Table 1-445 describes the fields and values for Specific Trap 26003.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@AlertKey | $3 + $4 + $5 + $6 + $7 |
@AlertGroup | "SYSLOGCR" |
@Type | 1 |
$DeDupKey | @AlertKey + @AlertGroup |
@Severity | lookup($6, iosseverity) |
@TrapReason | $specific-trap |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
@Summary | $13 |
This trap is generated when a Syslog message with severity 3 (error) is received by the STG.
Supported CIC Releases: 2.0
Table 1-446 describes the fields and values for Specific Trap 26004.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@AlertKey | $3 + $4 + $5 + $6 + $7 |
@AlertGroup | "SYSLOGER" |
@Type | 1 |
$DeDupKey | @AlertKey + @AlertGroup |
@Severity | lookup($6, iosseverity) |
@TrapReason | $specific-trap |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
@Summary | $13 |
This trap is generated when a Syslog message with severity 4 (warning) is received by the STG.
Supported CIC Releases: 2.0
Table 1-447 describes the fields and values for Specific Trap 26005.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@AlertKey | $3 + $4 + $5 + $6 + $7 |
@AlertGroup | "SYSLOGWA" |
@Type | 1 |
$DeDupKey | @AlertKey + @AlertGroup |
@Severity | lookup($6, iosseverity) |
@TrapReason | $specific-trap |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
@Summary | $13 |
This trap is generated when there is a Syslog state change.
Supported CIC Releases: 2.0
Table 1-448 describes the fields and values for Specific Trap 26006.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@AlertKey | $3 + $4 + $5 + $6 + $7 |
@AlertGroup | "SYSLOGNT" |
@Type | 1 |
$DeDupKey | @AlertKey + @AlertGroup |
@Severity | lookup($6, iosseverity) |
@TrapReason | $specific-trap |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
@Summary | $13 |
This trap is generated when a Syslog message with severity 6 (informational) is received by the STG.
Supported CIC Releases: 2.0
Table 1-449 describes the fields and values for Specific Trap 26007.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@AlertKey | $3 + $4 + $5 + $6 + $7 |
@AlertGroup | "SYSLOGIF" |
@Type | 1 |
$DeDupKey | @AlertKey + @AlertGroup |
@Severity | lookup($6, iosseverity) |
@TrapReason | $specific-trap |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
@Summary | $13 |
This trap is generated when a Syslog message with severity 7 (debug) is received by the STG.
Supported CIC Releases: 2.0
Table 1-450 describes the fields and values for Specific Trap 26008.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@AlertKey | $3 + $4 + $5 + $6 + $7 |
@AlertGroup | "SYSLOGDE" |
@Type | 1 |
$DeDupKey | @AlertKey + @AlertGroup |
@Severity | lookup($6, iosseverity) |
@TrapReason | $specific-trap |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
@Summary | $13 |
This trap is generated when the router configuration is modified.
Supported CIC Releases: 2.0
Table 1-451 describes the fields and values for Specific Trap 26010.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@AlertKey | $3 + $4 + $5 + $6 + $7 |
@AlertGroup | "SYSLOGCONFIG" |
@Type | 1 |
$DeDupKey | @AlertKey + @AlertGroup |
@Severity | lookup($6, iosseverity) |
@TrapReason | $specific-trap |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
@Summary | $2 + " configured from " + $13 + " by " + $14 + $15 |
This trap is generated when the controller state is modified.
Supported CIC Releases: 2.0
Table 1-452 describes the fields and values for Specific Trap 26101.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $13 + $14 |
@AlertGroup | "SYSLOGCONTROLLER" |
@PSAP | $13 + " " + $14 |
@Type @ObjectStatus $ObjectStatus | case ($15) `1':
`2':
`3':
|
$DeDupKey | @AlertKey + @AlertGroup + $ObjectStatus |
@Severity | lookup($6, iosseverity) |
@TrapReason | $specific-trap |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
@Summary | "Controller " + $13 + " " + $14 + " state changed to " + $ObjectStatus |
This trap is generated when the controller remote loopback is modified.
Supported CIC Releases: 2.0
Table 1-453 describes the fields and values for Specific Trap 26102.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $13 + $14 |
@AlertGroup | "SYSLOGREMLOOP" |
@PSAP | $13 + " " + $14 |
@ObjectStatus @Type | case ($15) `1':
`2':
`3':
|
$DeDupKey | @AlertKey + @AlertGroup + $ObjectStatus |
@Severity | lookup($6, iosseverity) |
@TrapReason | $specific-trap |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
@Summary | "Controller " + $13 + " " + $14 + " remote loopback state change" |
This trap is generated when the controller loop status is modified.
Supported CIC Releases: 2.0
Table 1-454 describes the fields and values for Specific Trap 26103.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $13 + $14 |
@AlertGroup | "SYSLOGCONLOOP" |
@PSAP | $13 + " " + $14 |
@Type | 1 |
$DeDupKey | @AlertKey + @AlertGroup |
@Severity | lookup($6, iosseverity) |
@TrapReason | $specific-trap |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
@Summary | "Controller " + $13 + " " + $14 + " loop status => " + $15 |
This trap is generated when the syslog link state is modified.
Supported CIC Releases: 2.0
Table 1-455 describes the fields and values for Specific Trap 26111.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@MPLSType | lookup($2, MplsDev) |
@PSAP | extract($13, "(.*),$") |
@AlertKey | $2 + $3 + $13 |
@AlertGroup | "SYSLOGLSTATE" |
@SubObjectType | extract($13, "([A-Z]*[a-z]*)[0-9]+") |
@LSAP | extract($13, "[A-Z]*[a-z]*([0-9]+)") |
@Type @ObjectStatus $ObjectStatus | case ($14) `0':
`1':
`2':
`3':
`4':
|
$DeDupKey | @AlertKey + @AlertGroup + @ObjectStatus |
@Severity | lookup($6, iosseverity) |
@TrapReason | $specific-trap |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
@Summary | "Interface " + $13 + " state changed to " + $ObjectStatus |
This trap is generated when a syslog link entered remote loopback mode.
Supported CIC Releases: 2.0
Table 1-456 describes the fields and values for Specific Trap 26112.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@MPLSType | lookup($2, MplsDev) |
@PSAP | extract($13, "(.*),$") |
@AlertKey | $2 + $3 + $13 |
@AlertGroup | "SYSLOGRLSTATE" |
@SubObjectType | extract($13, "([A-Z]*[a-z]*)[0-9]+") |
@LSAP | extract($13, "[A-Z]*[a-z]*([0-9]+)") |
@ObjectStatus @Type | case ($15) `1':
`2':
`3':
|
$DeDupKey | @AlertKey + @AlertGroup + @ObjectStatus |
@Severity | lookup($6, iosseverity) |
@TrapReason | $specific-trap |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
@Summary | $2 + " syslog link entered remote loopback mode." |
This trap is generated when a link look status is modified.
Supported CIC Releases: 2.0
Table 1-457 describes the fields and values for Specific Trap 26113.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $13 |
@AlertGroup | "SYSLOGLLSTATUS" |
@SubObjectType | extract($13, "([A-Z]*[a-z]*)[0-9]+") |
@LSAP | extract($13, "[A-Z]*[a-z]*([0-9]+)") |
@Type | 1 |
$DeDupKey | @AlertKey + @AlertGroup |
@Severity | lookup($6, iosseverity) |
@TrapReason | $specific-trap |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
@Summary | "Interface " + $13 + " status changed to " + $14 |
This trap is generated when a line protocol state is modified.
Supported CIC Releases: 2.0
Table 1-458 describes the fields and values for Specific Trap 26121.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $13 |
@AlertGroup | "SYSLOGLPSTATE" |
@SubObjectType | extract($13, "([A-Z]*[a-z]*)[0-9]+") |
@LSAP | extract($13, "[A-Z]*[a-z]*([0-9]+)") |
@Type @ObjectStatus $ObjectStatus | case ($15) `1':
`2':
`3':
|
$DeDupKey | @AlertKey + @AlertGroup + @ObjectStatus |
@Severity | lookup($6, iosseverity) |
@TrapReason | $specific-trap |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
@Summary | "Line protocol on " + $13 + " state changed to " + $ObjectStatus |
This trap is generated when a Frame Relay data-link connection identifier (frDLCI) state changes.
Supported CIC Releases: 2.0
Table 1-459 describes the fields and values for Specific Trap 26131.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $13 |
@SubObjectType | "fr" |
@LSAP | extract($13, "[A-Z]*[a-z]*([0-9]+)") |
@DSAP | $14 |
@AlertGroup | "SYSLOGDLCISTATUS" |
@SubObjectType | extract($13, "([A-Z]*[a-z]*)[0-9]+") |
@LSAP | extract($13, "[a-z]*[A-Z]*([0-9]+)") |
@Type @ObjectStatus $ObjectStatus | case ($15) `1':
`2':
`3':
|
$DeDupKey | @AlertKey + @AlertGroup + @ObjectStatus |
@Severity | lookup($6, iosseverity) |
@TrapReason | $specific-trap |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
@Summary | "Interface " + $13 + " state changed to " + $ObjectStatus |
This trap is generated when an interface has an ATM soft start.
Supported CIC Releases: 2.0
Table 1-460 describes the fields and values for Specific Trap 26141.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $13 |
@AlertGroup | "SYSLOGATMSTART" |
@SubObjectType | "atm" |
@LSAP | extract($13, "[a-z]*[A-Z]*([0-9]+)") |
@Type | 1 |
$DeDupKey | @AlertKey + @AlertGroup |
@Severity | lookup($6, iosseverity) |
@TrapReason | $specific-trap |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
@Summary | "Interface " + $13 + " atm soft start." |
This trap is generated when ATM device faileds to create a virtual circuit (VC).
Supported CIC Releases: 2.0
Table 1-461 describes the fields and values for Specific Trap 26142.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@SubObjectType | "atm" |
@Class | 1070 |
@Type | 1 |
@AlertKey | $3 + $4 + $5 + $6 + $7 |
@AlertGroup | "SYSLOGATMVC" |
$DeDupKey | @AlertKey + @AlertGroup |
@Severity | lookup($6, iosseverity) |
@TrapReason | $specific-trap |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
@Summary | $13 |
This trap is generated when an ATM address registration is enabled.
Supported CIC Releases: 2.0
Table 1-462 describes the fields and values for Specific Trap 26143.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@SubObjectType | "atm" |
@LSAP | extract($13, "[a-z]*[A-Z]*([0-9]+)") |
@Class | 1070 |
@Type | 1 |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $13 |
@AlertGroup | "SYSLOGATMADD" |
$DeDupKey | @AlertKey + @AlertGroup |
@Severity | lookup($6, iosseverity) |
@TrapReason | $specific-trap |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
@Summary | $2 + " syslog ATM address registration enabled." |
This trap is generated when an ATM peer configuration is modified.
Supported CIC Releases: 2.0
Table 1-463 describes the fields and values for Specific Trap 26144.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $13 + $14 |
@Type | 1 |
@SubObjectType | extract($13, "([A-Z]*[a-z]*)[0-9]+") |
@LSAP | extract($13, "[a-z]*[A-Z]*([0-9]+)") |
@RemoteLSAP | extract($14, "[A-Z]*[a-z]*([0-9]+)") |
@AlertGroup | "SYSLOGATMPEER" |
$DeDupKey | @AlertKey + @AlertGroup |
@Severity | lookup($6, iosseverity) |
@TrapReason | $specific-trap |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
@Summary | $2 + " syslog ATM peer config changed local end:" |
This trap is generated when ILMI keep alive failed.
Supported CIC Releases: 2.0
Table 1-464 describes the fields and values for Specific Trap 26145.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@Type | 1 |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $13 |
@AlertGroup | "SYSLOGILMI" |
@SubObjectType | extract($13, "([A-Z]*[a-z]*)[0-9]+") |
@LSAP | extract($13, "[a-z]*[A-Z]*([0-9]+)") |
$DeDupKey | @AlertKey + @AlertGroup |
@Severity | lookup($6, iosseverity) |
@TrapReason | $specific-trap |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
@Summary | "Interface " + $13 + ". ILMI keep alive failed." |
This trap is generated when ILMI auto configuration is disabled.
Supported CIC Releases: 2.0
Table 1-465 describes the fields and values for Specific Trap 26146.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@Type | 1 |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $13 |
@AlertGroup | "SYSLOGILMICONFIG" |
@SubObjectType | extract($13, "([A-Z]*[a-z]*)[0-9]+") |
@LSAP | extract($13, "[a-z]*[A-Z]*([0-9]+)") |
$DeDupKey | @AlertKey + @AlertGroup |
@Severity | lookup($6, iosseverity) |
@TrapReason | $specific-trap |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
@Summary | "Interface " + $13 + " ILMI auto config disabled." |
This trap is generated when a syslog socket error occurs.
Supported CIC Releases: 2.0
Table 1-466 describes the fields and values for Specific Trap 26201.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@Type | 1 |
@AlertKey | $3 + $4 + $5 + $6 + $7 |
@AlertGroup | "SYSLOGSOCKET" |
$DeDupKey | @AlertKey + @AlertGroup |
@Severity | lookup($6, iosseverity) |
@TrapReason | $specific-trap |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
@Summary | $13 |
This trap is generated when an unsupported feature or module is accessed.
Supported CIC Releases: 2.0
Table 1-467 describes the fields and values for Specific Trap 26202.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@Type | 2 |
@AlertKey | $3 + $4 + $5 + $6 + $7 |
@AlertGroup | "SYSLOGUNSUPPORT" |
$DeDupKey | @AlertKey + @AlertGroup |
@Severity | lookup($6, iosseverity) |
@TrapReason | $specific-trap |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
@Summary | $13 |
This trap is generated when a version mismatch occurs.
Supported CIC Releases: 2.0
Table 1-468 describes the fields and values for Specific Trap 26203.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@Type | 1 |
@AlertKey | $3 + $4 + $5 + $6 + $7 |
@AlertGroup | "SYSLOGVERSION" |
$DeDupKey | @AlertKey + @AlertGroup |
@Severity | lookup($6, iosseverity) |
@TrapReason | $specific-trap |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
@Summary | $13 |
This trap is generated when memory is used up.
Supported CIC Releases: 2.0
Table 1-469 describes the fields and values for Specific Trap 26204.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@Type | 1 |
@AlertKey | $3 + $4 + $5 + $6 + $7 |
@AlertGroup | "SYSLOGMEMORY" |
$DeDupKey | @AlertKey + @AlertGroup |
@Severity | lookup($6, iosseverity) |
@TrapReason | $specific-trap |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
@Summary | $13 |
This trap is generated when an error in process creation or processing errors occurs.
Supported CIC Releases: 2.0
Table 1-470 describes the fields and values for Specific Trap 26205.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@Type | 1 |
@AlertKey | $3 + $4 + $5 + $6 + $7 |
@AlertGroup | "SYSLOGPROCESS" |
$DeDupKey | @AlertKey + @AlertGroup |
@Severity | lookup($6, iosseverity) |
@TrapReason | $specific-trap |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
@Summary | $13 |
This trap is generated when a node becomes unreachable.
Supported CIC Releases: 2.0
Table 1-471 describes the fields and values for Specific Trap 26301.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@TrapReason | $specific-trap |
@LSAP | extract($13, "[A-Z]*[a-z]*([0-9]+)") |
$Objecttype | lookup($5, iosfacility) |
@Class | 1070 |
@AdminDomain | lookup($ios, TrapReason) |
@Manager | hostname() + "@STG" |
$ios | int($iostrap) + int($4) |
@MPLSType | lookup($2, MplsDev) |
@PSAP | extract($13, "(.*),$") |
@ObjectType | "IOS.UnreachableNode" |
@ObjectStatus | 172 |
@AlertGroup | "STGERRNU" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Severity | 4 |
@Type | 1 |
@Summary | $3 + " not reachable." |
This trap is generated when a node becomes reachable.
Supported CIC Releases: 2.0
Table 1-472 describes the fields and values for Specific Trap 26302.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@TrapReason | $specific-trap |
@LSAP | extract($13, "[A-Z]*[a-z]*([0-9]+)") |
$Objecttype | lookup($5, iosfacility) |
@Class | 1070 |
@AdminDomain | lookup($ios, TrapReason) |
@Manager | hostname() + "@STG" |
$ios | int($iostrap) + int($4) |
@MPLSType | lookup($2, MplsDev) |
@PSAP | extract($13, "(.*),$") |
@AlertGroup | "STGERRNR" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Type | 2 |
@ObjectType | "IOS.ReachableNode" |
@ObjectStatus | 171 |
@Severity | 0 |
@Summary | $3 + " reachable." |
This trap is generated when conditions occur that arise from an inconsistent data structure.
Supported CIC Releases: 2.0
Table 1-473 describes the fields and values for Specific Trap 26206.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@TrapReason | $specific-trap |
@LSAP | extract($13, "[A-Z]*[a-z]*([0-9]+)") |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@Severity | lookup($6, iosseverity) |
@AdminDomain | lookup($ios, TrapReason) |
@Manager | hostname() + "@STG" |
$ios | int($iostrap) + int($4) |
@AlertGroup | "STGERRDSI" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $14 |
@Type | 1 |
@Summary | "Inconsistent data: " + $13 + "." + "IOS: " + $14 |
This trap is generated when conditions occur that arise from unexpected failures.
Supported CIC Releases: 2.0
Table 1-473 describes the fields and values for Specific Trap 26207.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@TrapReason | $specific-trap |
@LSAP | extract($13, "[A-Z]*[a-z]*([0-9]+)") |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@Severity | lookup($6, iosseverity) |
@AdminDomain | lookup($ios, TrapReason) |
@Manager | hostname() + "@STG" |
$ios | int($iostrap) + int($4) |
@AlertGroup | "STGERRUF" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $14 |
@Type | 1 |
@Summary | "Unexpected failure: " + $13 + "." + "IOS: " + $14 |
This trap is generated when a "not implemented error" occurs on an ATM tag control device.
Supported CIC Releases: 2.0
Table 1-475 describes the fields and values for Specific Trap 26208.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@TrapReason | $specific-trap |
@LSAP | extract($13, "[A-Z]*[a-z]*([0-9]+)") |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@Severity | lookup($6, iosseverity) |
@AdminDomain | lookup($ios, TrapReason) |
@Manager | hostname() + "@STG" |
$ios | int($iostrap) + int($4) |
@AlertGroup | "STGERRIMP" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $14 |
@Type | 1 |
@Summary | "Not implemented: " + $13 + "." + "IOS: " + $14 |
Multiprotocol Label Switching (MPLS) events include several categories of event that are related to the operation of hardware and/or software used by devices implementing the MPLS protocol. You can interpret events in this category to discover and fix problems with devices and software used to implement MPLS.
The MPLS events fall into the following general categories:
The MPLS traps (27101-27505) all have several fields in common. Table 1-476 describes these fields and their values.
| Field | Value |
|---|---|
@NEName = $2 | $2 |
@NEAddress | $3 |
@NEType | 13 |
@NetworkName | lookup(lookup(@NEName, NENetId), NETName) |
@NEModelID | lookup(@NEName, NEModel) |
@NEFWVersion | lookup(@NEName, NEFWRel) |
@TrapReason | $specific-trap |
@LSAP | extract($13, "[A-Z]*[a-z]*([0-9]+)") |
$Objecttype | lookup($5, iosfacility) |
@ObjectType | "IOS." + $Objecttype + "-" + $7 |
@Class | 1070 |
@Severity | lookup($6, iosseverity) |
$ios | int($iostrap) + int($4) |
@AdminDomain | lookup($ios, TrapReason) |
In the remaining part of this section, only fields with alternating values are listed in the trap tables.
This trap is generated when a Tag Distribution Protocol (TDP) error occurs.
Supported CIC Releases: 2.0
Table 1-477 describes the fields and values for Specific Trap 27101. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGERRTDPPOE" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $14 |
@Type | 1 |
@Summary | $13 + "IOS: " + $14 |
This trap is generated when the VPI range is incorrect and a TDP session fails to start.
Supported CIC Releases: 2.0
Table 1-478 describes the fields and values for Specific Trap 27102. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGERRTDPCSF" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Type | 1 |
@Summary | "Interface " + $13 + ", Bad VPI range. Cannot start a TDP session" |
This trap is generated when failure to send a TDP PIE occurs.
Supported CIC Releases: 2.0
Table 1-479 describes the fields and values for Specific Trap 27103. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGTDPSL" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Type | 1 |
@Summary | "Cannot queue TDP pie for " + $13 |
This trap is generated when a device running the Tag Distribution Protocol (TDP) generates an invalid protocol information element (PIE) or there is another problem with a PDP packet, such as an invalid length of data value.
Supported CIC Releases: 2.0
Table 1-480 describes the fields and values for Specific Trap 27104. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGTDPIPIE" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $14 |
@Type | 1 |
@Summary | $13 + "IOS: " + $14 |
This trap is generated when a failure to initialize the tag allocation pool occurs?.
Supported CIC Releases: 2.0
Table 1-481 describes the fields and values for Specific Trap 27105. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGTAGDSIF" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Type | 1 |
@Summary | "Failure to initialize tag allocation pool " + $13 |
This trap is generated when the revision number in the Tag Local Address Table used to manage advertisement of interface addresses to Tag Distribution Protocol (TDP) peers has overflowed.
Supported CIC Releases: 2.0
Table 1-482 describes the fields and values for Specific Trap 27106. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGTAGLATRNW" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Type | 1 |
@Summary | "Tag Local Address Table revision number wrapped |
This trap is generated when TVC's state machine received an unexpected event. If that happens, the TVC is lost.
Supported CIC Releases: 2.0
Table 1-483 describes the fields and values for Specific Trap 27151. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGTCATMVCL" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $14 |
@Type | 1 |
@Summary | $13 + "IOS: " + $14 |
This trap is generated when the peer is not informed to release the bindbecause of a memory allocation failure.
Supported CIC Releases: 2.0
Table 1-484 describes the fields and values for Specific Trap 27152. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGTCATMTIVB" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $13 + $14 |
@Type | 1 |
@Summary | "Interface " + $12 + " received unexpected bind" |
This trap is generated when a TCATM routing loop is discovered in the network.
Supported CIC Releases: 2.0
Table 1-485 describes the fields and values for Specific Trap 27153. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGTCATMLDN" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $13 + $14 |
@Type | 1 |
@Summary | "Possible routing loop on " + $13 |
This trap is generated when TCATM tag switching is disabled.
Supported CIC Releases: 2.0
Table 1-486 describes the fields and values for Specific Trap 27154. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGTCARMTSD" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Type | 1 |
@Summary | "Tag switching disabled on " + $13 |
This trap is generated when the TCATM tag control is not running.
Supported CIC Releases: 2.0
Table 1-487 describes the fields and values for Specific Trap 27155. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGTCATMTCNR" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 |
@Type | 1 |
@Summary | "ATM-TAGCONTROL is not running" |
This trap is generated when the system runs out of VC resources or resources to setup a switch cross-connect for the specified interfaces. Tagged virtual circuits (TVC's) for some destination prefixes will not be established, possibly resulting in degraded network performance.
Supported CIC Releases: 2.0
Table 1-488 describes the fields and values for Specific Trap 27156. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGTCATMVCRE" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $14 |
@Type | 1 |
@Summary | $13 + "IOS: " + $14 |
This trap is generated when a traffic engineering operation fails.
Supported CIC Releases: 2.0
Table 1-489 describes the fields and values for Specific Trap 27201. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGTREOF" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $14 |
@Type | 1 |
@Summary | $13 + "IOS: " + $14 |
This trap is generated when the loop prevention database fails to initialize itself. The probable cause is insufficient memory.
Supported CIC Releases: 2.0
Table 1-473 describes the fields and values for Specific Trap 27202. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGTELPDBIF" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 |
@Type | 1 |
@Summary | "uninitialized" |
This trap is generated when a Tag Information Base (TIB) operation fails.
Supported CIC Releases: 2.0
Table 1-491 describes the fields and values for Specific Trap 27251. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGTIBOF" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $14 |
@Type | 1 |
@Summary | $13 + "IOS: " + $14 |
This trap is generated when an attempt to initialize the Tag Information Base (TIB) fails during initialization for tag switching.
Supported CIC Releases: 2.0
Table 1-492 describes the fields and values for Specific Trap 27252. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGTIBIF" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 |
@Type | 1 |
@Summary | "Cannot allocate TIB" |
This trap is generated when the Tag Information Base (TIB) failed to allocate a local (incoming) tag.
Supported CIC Releases: 2.0
Table 1-493 describes the fields and values for Specific Trap 27253. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGTIBLTAF" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Type | 1 |
@Summary | "Cannot allocate local tag for " + $13 |
This trap is generated when an unexpected operation on a Tag Forwarding Information Base (TFIB) entry for a recursive route occured, or an adjacency has an invalid mac rewrite string.
Supported CIC Releases: 2.0
Table 1-494 describes the fields and values for Specific Trap 27254. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGTFIBBE" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 |
@Type | 1 |
@Summary | "Invalid encaps length " + $14 |
This trap is generated when an unexpected operation on a Tag Forwarding Information Base (TFIB) entry for a recursive route occured, or an adjacency has an invalid mac rewrite string.
Supported CIC Releases: 2.0
Table 1-495 describes the fields and values for Specific Trap 27255. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGTFIBOE" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $14 |
@Type | 1 |
@Summary | $13 + "IOS: " + $14 |
This trap is generated when a TSP tunnel failure occured.
Supported CIC Releases: 2.0
Table 1-496 describes the fields and values for Specific Trap 27301. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGTSPTF" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $14 |
@Type | 1 |
@Summary | $13 + "IOS: " + $14 |
This trap is generated when an attempt was made to delete a path from an empty net.
Supported CIC Releases: 2.0
Table 1-497 describes the fields and values for Specific Trap 27351. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGBGPPDF" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Type | 1 |
@Summary | "Attempted to delete path from an empty net for " + $13 |
This trap is generated when the counter value for accepted prefixes is incorrect and less than zero.
Supported CIC Releases: 2.0
Table 1-498 describes the fields and values for Specific Trap 27352. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGBGPCOF" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $14 |
@Type | 1 |
@Summary | $13 + "IOS: " + $14 |
This trap is generated when the allocation of a neighbor index for this neighbor failed because of a low memory condition.
Supported CIC Releases: 2.0
Table 1-499 describes the fields and values for Specific Trap 27353. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGBGPCSF" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Type | 1 |
@Summary | "Could not allocate bitfield. Cannot open session to " + $13 |
This trap is generated when a radix trie initialization failed because of a low memory condition.
Supported CIC Releases: 2.0
Table 1-500 describes the fields and values for Specific Trap 27354. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGBGPRTIF" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 |
@Type | 1 |
@Summary | "Radix trie initialization failed" |
This trap is generated when an addition to the radix trie could not be completed because of an error.
Supported CIC Releases: 2.0
Table 1-501 describes the fields and values for Specific Trap 27355. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGBGPRTARF" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Type | 1 |
@Summary | "Unable to add route for " + $13 + " to radix trie" |
This trap is generated when a deletion from the radix trie could not be completed because of an error.
Supported CIC Releases: 2.0
Table 1-502 describes the fields and values for Specific Trap 27356. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGBGPRTDRF" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Type | 1 |
@Summary | "Unable to delete route for " + $13 + " from radix trie" |
This trap is generated when a BGP neighbor has either come up or gone down.
Supported CIC Releases: 2.0
Table 1-503 describes the fields and values for Specific Trap 27357. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGBGPNSC" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Type | 1 |
@Summary | "Neighbour " + $13 + " " + $14 |
This trap is generated when the remote BGP peer sent in an update with an invalid AS path.
Supported CIC Releases: 2.0
Table 1-504 describes the fields and values for Specific Trap 27358. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGBGPIASP" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Type | 1 |
@Summary | "Invalid AS path " + $13 + " received from " + $14 |
This trap is generated when an attempt to install route with a valid mask occurs.
Supported CIC Releases: 2.0
Table 1-505 describes the fields and values for Specific Trap 27359. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGBGPIM" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $13 + $14 |
@Type | 1 |
@Summary | "Attempt to install route for " + $13 + " received from " + $14 |
This trap is generated when the number of parallel paths exceeds the configured limit.
Supported CIC Releases: 2.0
Table 1-506 describes the fields and values for Specific Trap 27360. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGBGPMPPE" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Type | 1 |
@Summary | "Too many parallel paths for " + $13 + " maximum is " + $14 |
This trap is generated when the number of prefixes received from a neighbor reaches the warning limit.
Supported CIC Releases: 2.0
Table 1-507 describes the fields and values for Specific Trap 27361. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGBGPPCTC" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Type | 1 |
@Summary | "No. of Prefix received from " + $13 + " reaches " + $14 + ", max " + $15 |
This trap is generated when the number of prefixes received from a neighbor exceeds the configured limit.
Supported CIC Releases: 2.0
Table 1-498 describes the fields and values for Specific Trap 27362. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGBGPMPCE" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Type | 1 |
@Summary | "No. of Prefix received from " + $13 + " : " + $14 + " exceeded limit " + $15 |
This trap is generated when an incompatible VSI version is detected between the master and the slave switch controllers.
Supported CIC Releases: 2.0
Table 1-509 describes the fields and values for Specific Trap 27401. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGTSCIVSIV" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 |
@Type | 1 |
@Summary | "Incompatible VSI version between the master and the slave switch controllers " + $13 |
This trap is generated when one or more cross-connects previously established by the Tag Switch Controller (through VSI) have failed unexpectedly.
Supported CIC Releases: 2.0
Table 1-510 describes the fields and values for Specific Trap 27402. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGTSCCCF" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $14 |
@Type | 1 |
@Summary | $13 + "IOS: " + $14 |
This trap is generated when an action attempted by the XTagATM interface encountered an unexpected condition.
Supported CIC Releases: 2.0
Table 1-511 describes the fields and values for Specific Trap 27451. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGXTAGAOF" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $14 |
@Type | 1 |
@Summary | $13 + "IOS: " + $14 |
This trap is generated when the tag switching control VC could not be created on the specified extended tag ATM (XTagATM) interface. This prevents a TDP session from being established on this interface.
Supported CIC Releases: 2.0
Table 1-512 describes the fields and values for Specific Trap 27452. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGXTAGCCVCF" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 |
@Type | 1 |
@Summary | $14 |
This trap is generated when the VPI value for the tag switching control VC is out of range or does not overlap with the range of VPI values that the TSC can support.
Supported CIC Releases: 2.0
Table 1-513 describes the fields and values for Specific Trap 27453. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGXTAGVOOR" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Type | 1 |
@Summary | $14 |
This trap is generated when one of the two XTagATM interfaces is down indefinitely as a result of having been associated with a single interface on the controlled ATM switch through the extended-port interface configuration commend.
Supported CIC Releases: 2.0
Table 1-514 describes the fields and values for Specific Trap 27454. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGXTAGEPC" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 |
@Type | 1 |
@Summary | "Two XTAG ATM interfaces have an External Port Conflict - " + $13 + " and " + $14 |
This trap is generated when an Open Shortest Path First (OSPF) operation failure occurs, for example, when a router interface is down. The $13 variable (stgTrapMessage) gives the IOS error code for the error condition.
Supported CIC Releases: 2.0
Table 1-515 describes the fields and values for Specific Trap 27501. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGOSPFOF" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $14 |
@Type | 1 |
@Summary | $13 + "IOS: " + $14 |
This trap is generated when an OSPF linked state advertisement fails.
Supported CIC Releases: 2.0
Table 1-516 describes the fields and values for Specific Trap 27502. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGOSPFLSAE" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $14 |
@Type | 1 |
@Summary | $13 + "IOS: " + $14 |
This trap is generated when the Open Shortest Path First (OSPF) protocol receives an invalid packets (the packet has an invalid length or a packet receive error occurs).
Supported CIC Releases: 2.0
Table 1-517 describes the fields and values for Specific Trap 27503. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGOSPFIVP" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $14 |
@Type | 1 |
@Summary | $13 + "IOS: " + $14 |
This trap is generated when the Open Shortest Path First (OSPF) protocol is unable to find a backbone network for an area border router (ABR).
Supported CIC Releases: 2.0
Table 1-518 describes the fields and values for Specific Trap 27504. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGOSPFBB" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 |
@Type | 1 |
@Summary | "Flagged as being a ABR without a backbone area" |
This trap is generated when the Open Shortest Path First (OSPF) protocol generates the following errors: OSPF-4-NONEIGHBOR, OSPF-4-ADJCHG, OSPF-6-NOSRCPDB, OSPF-6-NOTREDIST1, OSPF-6-NOTREDIST6, OSPF-6-ZERO_BANDWIDTH, or OSPF-2-NOMEMORY.
Supported CIC Releases: 2.0
Table 1-519 describes the fields and values for Specific Trap 27505. Fields common to alle MPLS traps are listed with their values in Table 1-476.
| Field | Value |
|---|---|
@AlertGroup | "STGOSPFUN" |
@AlertKey | $3 + $4 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Type | 1 |
@Summary | "Received " + $13 + " from unknown neighbour" |
These messages are generated by Cisco Digital Service Line Access Multiplexers (DSLAMs) when DSL errors occur.
This trap is generated when a bogus plimtype occurs, when bypassing FC-PFQ PLL or when switching from [chars] to [chars] at priority level.
Supported CIC Releases: 2.0
Table 1-520 describes the fields and values for Specific Trap 29150.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@ObjectType | "IOS" + $5 + $7 |
@Class | 1070 |
@Manager | hostname() + "@STG" |
@AlertGroup | "STG_DSLGENERIC" |
@AlertKey | $3 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Summary | $13 |
@Type | 1 |
@DeDupKey | @AlertKey |
This trap is generated when all selected DSL network clock sources have failed.
Supported CIC Releases: 2.0
Table 1-521 describes the fields and values for Specific Trap 29151.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@ObjectType | "IOS" + $5 + $7 |
@Class | 1070 |
@Manager | hostname() + "@STG" |
@AlertGroup | "STG_DSLCLOCKF" |
@AlertKey | $2 + $13 + $14 |
@Summary | "All selected network clock sources have failed" |
@Type | 1 |
@DeDupKey | @AlertKey |
This trap is generated when a DSL network clock source fails.
Supported CIC Releases: 2.0
Table 1-522 describes the fields and values for Specific Trap 29152.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@ObjectType | "IOS" + $5 + $7 |
@Class | 1070 |
@Manager | hostname() + "@STG" |
@AlertGroup | "STG_DSLCLOCKF" |
@AlertKey | $2 + $13 + $14 |
@Type | 1 |
@DeDupKey | @AlertKey + $15 |
This trap is generated when a general syslog EHSA error occurs.
Supported CIC Releases: 2.0
Table 1-523 describes the fields and values for Specific Trap 29160.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@ObjectType | "IOS" + $5 + $7 |
@Class | 1070 |
@Manager | hostname() + "@STG" |
@AlertGroup | "STG_DSLGENERIC" |
@AlertKey | $3 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Summary | $13 |
@Type | 0 |
@DeDupKey | @AlertKey |
This trap is generated when a general syslog file system error occurs.
Supported CIC Releases: 2.0
Table 1-524 describes the fields and values for Specific Trap 29170.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@ObjectType | "IOS" + $5 + $7 |
@Class | 1070 |
@Manager | hostname() + "@STG" |
@AlertGroup | "STG_DSLGENERIC" |
@AlertKey | $3 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Summary | $13 |
@Type | 0 |
@DeDupKey | @AlertKey |
This trap is generated when the ABE FPGA of a DSL line does not reset properly.
Supported CIC Releases: 2.0
Table 1-525 describes the fields and values for Specific Trap 29180.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@ObjectType | "IOS" + $5 + $7 |
@Class | 1070 |
@Manager | hostname() + "@STG" |
@AlertGroup | "STG_DSLFPGAG" |
@AlertKey | $2 |
@Type | 1 |
@DeDupKey | @AlertKey + $13 |
This trap is generated when an error arises on the Done or Status pin or a download failure occurs.
Supported CIC Releases: 2.0
Table 1-526 describes the fields and values for Specific Trap 29181.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@ObjectType | "IOS" + $5 + $7 |
@Class | 1070 |
@Manager | hostname() + "@STG" |
@AlertGroup | "STG_DSLFCR" |
@AlertKey | $2 + $12 |
@Summary | "FPGA#" |
@Type | 0 |
@DeDupKey | @AlertKey + $13 |
This trap is generated when a Per VC Counter daemon is not created or an invalid feature card type is detected. In the latter case, use a higher version of the software.
Supported CIC Releases: 2.0
Table 1-527 describes the fields and values for Specific Trap 29182.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@ObjectType | "IOS" + $5 + $7 |
@Class | 1070 |
@Manager | hostname() + "@STG" |
@AlertGroup | "STG_DSLGENERIC" |
@AlertKey | $3 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Summary | $13 |
@Type | 0 |
@DeDupKey | @AlertKey |
This trap is generated when in a NRP slot on a DSL line, the Mailbox configuration area contents are invalid or the slot is unreachable.
Supported CIC Releases: 2.0
Table 1-528 describes the fields and values for Specific Trap 29200.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@ObjectType | "IOS" + $5 + $7 |
@Class | 1070 |
@Manager | hostname() + "@STG" |
@AlertGroup | "STG_DSLPLC" |
@AlertKey | $2 + $13 + $14 |
@Summary | $13 |
@Type | 0 |
@DeDupKey | @AlertKey + $15 |
This trap is generated when a NRP slot on a DSL line has crashed or is otherwise non-operational.
Supported CIC Releases: 2.0
Table 1-529 describes the fields and values for Specific Trap 29201.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@ObjectType | "IOS" + $5 + $7 |
@Class | 1070 |
@Manager | hostname() + "@STG" |
@AlertGroup | "STG_DSLPCP" |
@AlertKey | $2 + $13 + $14 |
@Type | 1 |
@DeDupKey | @AlertKey + $15 |
This trap is generated when a NRP slot of a DSL line reports an EHSA error condition.
Supported CIC Releases: 2.0
Table 1-530 describes the fields and values for Specific Trap 29202.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@ObjectType | "IOS" + $5 + $7 |
@Class | 1070 |
@Manager | hostname() + "@STG" |
@AlertGroup | "STG_DSLLCS" |
@AlertKey | $2 + $13 + $14 |
@Type | 3 |
@DeDupKey | @AlertKey + $15 |
This trap is generated when a DSL line card is unable to write a message til a NRP Mailbox.
Supported CIC Releases: 2.0
Table 1-531 describes the fields and values for Specific Trap 29205.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@ObjectType | "IOS" + $5 + $7 |
@Class | 1070 |
@Manager | hostname() + "@STG" |
@AlertGroup | "STG_DSLGENERIC" |
@AlertKey | $3 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Summary | $13 |
@Type | 0 |
@DeDupKey | @AlertKey |
This trap is generated when a DSL error linked to the NSP occurs.
Supported CIC Releases: 2.0
Table 1-532 describes the fields and values for Specific Trap 29220.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@ObjectType | "IOS" + $5 + $7 |
@Class | 1070 |
@Manager | hostname() + "@STG" |
@AlertGroup | "STG_DSLGENERIC" |
@AlertKey | $3 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Summary | $13 |
@Type | 0 |
@DeDupKey | @AlertKey |
This trap is generated when an invalid card/configuration is detected on a DSL line.
Supported CIC Releases: 2.0
Table 1-533 describes the fields and values for Specific Trap 29230.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@ObjectType | "IOS" + $5 + $7 |
@Class | 1070 |
@Manager | hostname() + "@STG" |
@AlertGroup | "STG_DSLGENERIC" |
@AlertKey | $3 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Summary | $13 |
@Type | 0 |
@DeDupKey | @AlertKey |
This trap is generated when a half height card ona DSL line cannot be enabled.
Supported CIC Releases: 2.0
Table 1-534 describes the fields and values for Specific Trap 29231.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@ObjectType | "IOS" + $5 + $7 |
@Class | 1070 |
@Manager | hostname() + "@STG" |
@AlertGroup | "STG_DSLNOC" |
@AlertKey | $2 |
@Type | 1 |
@DeDupKey | @AlertKey + $13 |
This trap is generated when an invalid card/configuration is detected on a DSL line. The card is ignored by the software.
Supported CIC Releases: 2.0
Table 1-535 describes the fields and values for Specific Trap 29232.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@ObjectType | "IOS" + $5 + $7 |
@Class | 1070 |
@Manager | hostname() + "@STG" |
@AlertGroup | "STG_DSLNSPOIRC" |
@AlertKey | $2 + $13 |
@Type | 1 |
@DeDupKey | @AlertKey + $13 |
This trap is generated when an event is triggered by the removal of a DSL line card.
Supported CIC Releases: 2.0
Table 1-536 describes the fields and values for Specific Trap 29235.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@ObjectType | "IOS" + $5 + $7 |
@Class | 1070 |
@Manager | hostname() + "@STG" |
@AlertGroup | "STG_DSLNSPOIRC" |
@AlertKey | $2 + $13 + $14 |
@Type | 3 |
@DeDupKey | @AlertKey + $15 |
This trap is generated when an event is triggered by the insertion of a DSL line card.
Supported CIC Releases: 2.0
Table 1-537 describes the fields and values for Specific Trap 29236.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@ObjectType | "IOS" + $5 + $7 |
@Class | 1070 |
@Manager | hostname() + "@STG" |
@AlertGroup | "STG_DSLNSPOIRC" |
@AlertKey | $2 + $13 + $14 |
@Type | 3 |
@DeDupKey | @AlertKey + $15 |
This trap is generated when certain error conditions are detected on the DSL line (initfail, badunit, spuriousidon).
Supported CIC Releases: 2.0
Table 1-538 describes the fields and values for Specific Trap 29240.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@ObjectType | "IOS" + $5 + $7 |
@Class | 1070 |
@Manager | hostname() + "@STG" |
@AlertGroup | "STG_DSLGENERIC" |
@AlertKey | $3 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Summary | $13 |
@Type | 0 |
@DeDupKey | @AlertKey |
This trap is generated when the DSL interfaces are administratively shut down or disabled as a result of a card replacement.
Supported CIC Releases: 2.0
Table 1-539 describes the fields and values for Specific Trap 29251.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@ObjectType | "IOS" + $5 + $7 |
@Class | 1070 |
@Manager | hostname() + "@STG" |
@AlertGroup | "STG_DSLOIR" |
@AlertKey | $2 + $13 + $14 |
@Type | 3 |
@DeDupKey | @AlertKey + $15 |
This trap is generated when mailbox errors and other fault conditions occur on the DSL line.
Supported CIC Releases: 2.0
Table 1-540 describes the fields and values for Specific Trap 29260.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@ObjectType | "IOS" + $5 + $7 |
@Class | 1070 |
@Manager | hostname() + "@STG" |
@AlertGroup | "STG_DSLGENERIC" |
@AlertKey | $3 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Summary | $13 |
@Type | 0 |
@DeDupKey | @AlertKey |
This trap is generated when certain PNNI error conditions are detected on the DSL line.
Supported CIC Releases: 2.0
Table 1-541 describes the fields and values for Specific Trap 29270.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@ObjectType | "IOS" + $5 + $7 |
@Class | 1070 |
@Manager | hostname() + "@STG" |
@AlertGroup | "STG_DSLGENERIC" |
@AlertKey | $3 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Summary | $13 |
@Type | 0 |
@DeDupKey | @AlertKey |
This trap is generated when certain Rsp error conditions are detected on the DSL line.
Supported CIC Releases: 2.0
Table 1-542 describes the fields and values for Specific Trap 29280.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@ObjectType | "IOS" + $5 + $7 |
@Class | 1070 |
@Manager | hostname() + "@STG" |
@AlertGroup | "STG_DSLGENERIC" |
@AlertKey | $3 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Summary | $13 |
@Type | 0 |
@DeDupKey | @AlertKey |
This trap is generated when certain SonictSW error conditions are detected on the DSL line.
Supported CIC Releases: 2.0
Table 1-543 describes the fields and values for Specific Trap 29290.
| Field | Value |
|---|---|
@NEName | $2 |
@NEAddress | $3 |
@NEType | 13 |
@ObjectType | "IOS" + $5 + $7 |
@Class | 1070 |
@Manager | hostname() + "@STG" |
@AlertGroup | "STG_DSLGENERIC" |
@AlertKey | $3 + $5 + $6 + $7 + $10 + $11 + $12 + $13 |
@Summary | $13 |
@Type | 0 |
@DeDupKey | @AlertKey |
The Trapd Registration process sends traps under the .1.3.6.1.4.1.1279 enterprise to the Trapd Mediator of the CWM Mediators on unsuccessful or successful registration with the Service View Agent. Table 1-544 describes the common traps for the Micromuse Enterprise.
| Field | Value |
|---|---|
@ObjectType | "InfoCenter.system" |
@SubObjectType | "Info Mediator" |
Table 1-545 describes Micromuse Specific Trap 1 fields and values.
| Field | Value |
|---|---|
@NEName | $1 |
@AlertKey | $1 |
@Summary | "Trapd registered with CWM" |
@Severity | 0 |
@Type | 2 |
@AlertGroup | "regstatus" |
@ObjectStatus | 102 - Failed |
$DeDupKey | @AlertKey |
Table 1-546 describes Micromuse Specific Trap 2 fields and values.
| Field | Value |
|---|---|
@NEName | $1 |
@AlertKey | $1 |
@Summary | "Unable to register Trapd with CWM" |
@Severity | 5 |
@Type | 1 |
@AlertGroup | "regstatus" |
@ObjectStatus | 103 - Failed |
$DeDupKey | @AlertKey |
Table 1-547 describes the mappings for other Specific Traps received from this Enterprise.
| Field | Value |
|---|---|
@Summary | "Unknown specific trap number (" + $specific-trap + ") received for enterprise" + $enterprise-name |
@Severity | 1 |
details Table | details($enterprise, $generic-trap, $specific-trap, $1, $2, $3, $4, $5, $6, $7, $8, $9) |
Table 1-548 describes the mappings for other Specific Traps received from other Enterprises.
| Field | Value |
|---|---|
@Summary | "Unknown specific trap number (" + $specific-trap + ") received for enterprise" + $enterprise-name |
@Severity | 1 |
details Table | details($enterprise, $generic-trap, $specific-trap, $1, $2, $3, $4, $5, $6, $7, $8, $9) |
The generic SNMP traps received from the network elements are defined in Table 1-549.
| Generic Trap | Specific Trap | Value |
0 | 0 | Cold Start |
1 | 0 | Warm Start |
2 | 0 | Link Down |
3 | 0 | Link Up |
4 | 0 | Authentication |
5 | 0 | EGP Loss |
This trap generates an EGP Neighbor Down alarm. Table 1-550 describes the fields and values.
| Field | Value |
|---|---|
@NEName | $Node |
@AlertKey | $enterprise-name + $enterprise + $1 |
$DeDupKey | @AlertKey |
@AlertGroup | "SNMP_EGP_Down" |
@Summary | "EGP Neighbor Down (egpNeighborLoss Trap) enterprise:" + $enterprise-name + " (" + $enterprise + ") neighbor" + $1 |
@Severity | "2" |
This trap generates an EGP Neighbor Loss alarm. Table 1-551 describes the fields and values.
| Field | Value |
|---|---|
@NEName | $Node |
$enterprise-name | "snmpGeneric" |
@Summary | "Egp Neighbor Loss" |
@AlertGroup | "snmpGeneric.EgpNeighbourLoss" |
@Severity | "3" |
$DeDupKey | $Node |
This SNMP trap generates an Incorrect Community Name alarm. Table 1-552 describes the fields and values.
| Field | Value |
|---|---|
@NEName | $Node |
details | ($1, $2, $3, $4, $5, $6, $7, $8, $9) |
@AlertKey | $enterprise-name + $enterprise |
$DeDupKey | @AlertKey |
@AlertGroup | "SNMP_Authen_Failure" |
@Summary | "Incorrect Community Name (authenticationFailure Trap) enterprise:" + $enterprise-name + " (" + $enterprise + ") args(): (see details)" |
@Severity | "2" |
SNMP Authentication Failure traps are discarded from any other Enterprise.
This SNMP trap generates an agent interface up (linkUp) alarm. Table 1-553 describes the fields and values.
| Field | Value |
|---|---|
@AlertKey | $1 |
$DeDupKey | @AlertKey |
@NEName | $Node |
@AlertGroup | "SNMP_Link_Up" |
@Summary | "Agent Interface Up (linkUp Trap) enterprise:" + $enterprise-name + " (" + $enterprise + ") on interface" + $1 |
@Severity | "4" |
The SNMP Trap 3 generic mappings are provided in Table 1-554.
| Field | Value |
|---|---|
$enterprise-name | "snmpGeneric" |
@Summary | "Link Up" |
@NEName | $Node |
@AlertGroup | "snmpGeneric.LinkUpDown" |
@Type | 2 |
@Severity | "2" |
@AlertKey | $1 |
$DeDupKey | @AlertKey |
This SNMP trap generates an agent interface down (linkDown) alarm. Table 1-555 describes the fields and values.
| Field | Value |
|---|---|
@NEName | $Node |
@AlertKey | $1 |
$DeDupKey | @AlertKey |
@AlertGroup | "SNMP_Link_Down" |
@Summary | "Agent Interface Down (linkDown Trap) enterprise:" + $enterprise-name + " (" + $enterprise + ") on interface" + $1 |
@Severity | "3" |
The SNMP Trap 2 generic mappings are provided in Table 1-556.
| Field | Value |
|---|---|
@NEName | $Node |
$enterprise-name | "snmpGeneric" |
@Summary | "Link Down" |
@AlertGroup | "snmpGeneric.LinkUpDown" |
@Type | 1 |
@Severity | "5" |
@AlertKey | $1 |
$DeDupKey | @AlertKey |
This SNMP trap generates an Agent Interface Up with no Changes (warmStart) alarm. Table 1-557 describes the fields and values.
| Field | Value |
|---|---|
details | ($1, $2, $3, $4, $5, $6, $7, $8, $9) |
@NEName | $Node |
@AlertKey | $enterprise-name + $enterprise |
$DeDupKey | @AlertKey |
@AlertGroup | "SNMP_Warm_Start" |
@Summary | "Agent Up with No Changes (warmStart Trap) enterprise:" + $enterprise-name + " (" + $enterprise + ") args(): (see details)" |
@Severity | "4" |
The SNMP Trap 1 generic mappings are provided in Table 1-558.
| Field | Value |
|---|---|
$enterprise-name | "snmpGeneric" |
@Summary | "Warm Start" |
@NEName | $Node |
@AlertGroup | "snmpGeneric.WarmStart" |
@Severity | "4" |
$DeDupKey | $Node |
This SNMP trap generates an Agent Up with Possible Changes (coldStart) alarm. Table 1-559 describes the fields and values.
| Field | Value |
|---|---|
details | ($1, $2, $3, $4, $5, $6, $7, $8, $9) |
@NEName | $Node |
@AlertKey | $enterprise-name + $enterprise |
$DeDupKey | @AlertKey |
@AlertGroup | "SNMP_Cold_Start" |
@Summary | "Agent Up with Possible Changes (coldStart Trap) enterprise:" + $enterprise-name + " (" + $enterprise + ") args(): (see details)" |
@Severity | "4" |
The SNMP Trap 0 generic mappings are provided in Table 1-560.
| Field | Value |
|---|---|
$enterprise-name | "snmpGeneric" |
@Summary | "Cold Start" |
@AlertGroup | "snmpGeneric.ColdStart" |
@Severity | "4" |
@NEName | $Node |
$DeDupKey | $Node |
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Tue Jun 13 19:43:33 PDT 2000
Copyright 1989 - 2000©Cisco Systems Inc.