cc/td/doc/product/rtrmgmt/info_ctr/1_2
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

Cisco WAN Manager Mediator Rules File

Cisco WAN Manager Mediator Rules File

This chapter describes in detail, the mappings for all traps configured in the cisco.rules file for the Cisco WAN Manager (CWM) Mediators. The CWM Mediators include the following:

This chapter consists of the following sections:

Lookups

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.

Lookup Files

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]value
key[TAB]value
 

The following external lookup files are used with CIC 1.2.

table Axisfm = /opt/Omnibus/probes/solaris2/Axisfm.lookup

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.

table Axislm = /opt/Omnibus/probes/solaris2/Axislm.lookup

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.

table discards = /opt/Omnibus/probes/solaris2/discards.lookup

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.

table enterprises = /opt/Omnibus/probes/solaris2/enterprises.lookup

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.

table LineCardType = /opt/Omnibus/probes/solaris2/LineCardType.lookup

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.

table neaddress = /opt/Omnibus/probes/solaris2/node_ip_addr.lookup

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.

table NEFWRel = /opt/Omnibus/probes/solaris2/node_release.lookup

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.

table NEModel = /opt/Omnibus/probes/solaris2/node_model.lookup

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.

table NETName = /opt/Omnibus/probes/solaris2/netid_name.lookup

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.

table NENetId = /opt/Omnibus/probes/solaris2/node_netid.lookup

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.

table NETypes = /opt/Omnibus/probes/solaris2/node_platform.lookup

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 G-1.


Table G-1: Valid NETypes Conversions
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

table SvPlusVersion = /opt/Omnibus/probes/solaris2/SV_version.lookup

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.

table svTrunkCardType = /opt/Omnibus/probes/solaris2/svTrunkCardType.lookup

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.

table TrapCardType = /opt/Omnibus/probes/solaris2/TrapCardType.lookup

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.

table TrapReason = /opt/Omnibus/probes/solaris2/trapreason.lookup

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.

Lookup Tables

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:

Table for MGX 8220/8850 Redundant Primary And Secondary SubObjectType

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" }
}

Table for Clock Source

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 for MGX 8220 Line Types

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.

Table for IGX Card Types

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"}}

Frame Relay Port State Table

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 Field Constants

The ObjectStatus field is an integer field (enumerated type). This field, when displayed in the Event List, is converted into a text string when a conversion exists in the conversions table in Cisco Info Center.

ObjectStatus reported by the network elements can have multiple conversions for the same integer value, as shown in the following tables.


Table G-2: trapPeripheralState
ObjectStatus Value Converted Value

1

Clear

2

Failed


Table G-3: svportState
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:


Table G-4: trapPeripheralState
ObjectStatus Value Converted Value

201

Clear

202

Failed


Table G-5: svportState
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 G-6 lists the constants defined for the ObjectStatus value.


Table G-6: Constants Defined for ObjectStatus
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

ProbeWatch Messages

The ProbeWatch messages are sent by the Mediators on start-up and shutdown. These are separate from the Connection Monitor messages, which are sent by Cisco Info Center when it detects either a connection or disconnect. ProbeWatch messages are sent with the @Manager field set to ProbeWatch. As these messages are checked for, the rules file should be configured to handle ProbeWatch messages.

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.


Table G-7: Common Settings
Manager ProbeWatch

Summary

@Agent + "on" + @Node + "" + @Summary

NEName

@Node

ObjectType

"InfoCenter.system"

SubObjectType

"Mediator"

AlertKey

@Agent

NEType

1000

ProbeWatch Message Mappings Based on Summary Type

This subsection describes the ProbeWatch message mappings based on summary types.

ProbeWatch Message - Going Down


Table G-8: ProbeWatch Summary = "Going Down..."

Summary

"Going Down...":

Type

1

AlertGroup

"ProbeUpDown"

ObjectStatus

103 - Failed

ProbeWatch Message - Running


Table G-9: ProbeWatch Summary = "Running..."

Summary

"Running..."

Type

2

AlertGroup

"ProbeUpDown"

ObjectStatus

102

Default Mappings for other ProbeWatch Messages

When the above two cases do not match for

Manager = ProbeWatch

the rest of the traps generated by the Mediators are discarded.

Main Rules File Body

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).

else
Do 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.

Default Settings

Table G-10 describes the main rules default settings.


Table G-10: 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

HP Network Node Manager Traps (.1.3.6.1.4.1.11.2.17.1)

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)

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 G-11 lists the varbinds that are received from the above specific traps and which have common positions and descriptions:


Table G-11: varbinds Received with Traps for Enterprise .1.3.6.1.4.1.351.1
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.line.port.dlci (for FR)

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.line.port.dlci (for FR)

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:
1 - Clear
2 - Fail

8

10

svConnType

Connection type:
1 - fr-fr
2 - atm-atm
3 - atm-fr
4 - ce-ce
5 - voice-voice
6 - data-data
7 - atm-ce
200 - unknown


Table G-12: Common Mappings for Enterprise .1.3.6.1.4.1.351.1
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.

Table G-12 describes the common mappings for the Enterprise .1.3.6.1.4.351.1 traps.

Frame Relay to Frame Relay Connections

The format of a Frame Relay to Frame Relay connection string is:

Node.shelf.slot.line.port.dlci


Table G-13: Frame Relay - Frame Relay Connections
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)

ATM-ATM Connections

The format of an ATM-ATM connection string is:

Node.shelf.slot.port.vpi.vci


Table G-14: ATM- ATM Connections
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)"

FR-ATM or ATM-FR Connections

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

Table G-15: Master End ATM
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)


Table G-16: Master End Frame Relay
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)" }

Circuit Emulation - Circuit Emulation Connections

This section describes the Circuit Emulation connections (ce-ce). The format for a ce-ce connection string is:

Node.shelf.slot.port.0.0


Table G-17: CE-CE Connections
Field Value

@SubObjectType

"ce-ce"

@ServiceType

"cesmChan"

@PSAP

extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*")

@RemotePSAP

extract($svConnRemoteStr, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*")

Voice-Voice Connections

This section describes the Voice connections (voice-voice). The format for a voice-voice connection string is:

Node.shelf.slot.port.0.0

Table G-18: VOICE-VOICE Connections
Field Value

@SubObjectType

"voice-voice"

@ServiceType

"voice"

@PSAP

extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*).*")

@PSAP = @PSAP + "." + @LSAP

@LSAP

extract($3, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)")

@RemotePSAP

extract($6, "^[^.]*\.[^.]*\.[^.]*\.([^.]*).*")

@RemoteLSAP

extract($6, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)")

Data-Data Connections

This section describes the Data connections (data-data). The format for a data-data connection string is:

Node.shelf.slot.port.0.0

Table G-19: DATA-DATA Connections
Field Value

@SubObjectType

"data-data"

@ServiceType

"dataUVMCVM",

or if $RemotePSAP = 0, "dataHDMLDM"

@PSAP

extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*).*")

@LSAP

extract($3, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)")

@RemotePSAP

extract($6, "^[^.]*\.[^.]*\.[^.]*\.([^.]*).*")

@RemoteLSAP

extract($6, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)")

Specific Trap 25000

This trap is generated when a connection alarm status is received.

Supported CIC Releases: 1.0

Table G-20 describes the fields and values for Specific Trap 25000.


Table G-20: UserConnectionClear
Field Value

@AlertGroup

"UserConnectionClear"

@Summary

"User connection Clear"+ $3 + "-" + $5 + "ConnStatus:"+ $objectstatus + "ConnType:" + @SubObjectType

Specific Trap 25001

This trap is generated when a user connection has entered the failed state.

Supported CIC Releases: 1.0

Table G-21 describes the fields and values for Specific Trap 25001.


Table G-21: UserConnectionFail
Field Value

@AlertGroup

"UserConnectionClear"

@Summary

"User connection Fail" + $3 + "-" + $5 + "ConnStatus:" + $objectstatus + "ConnType:" + @SubObjectType

Specific Trap 25002

This trap is generated when a user connection has entered the downed state.

Supported CIC Releases: 1.0

Table G-22 describes the fields and values for Specific Trap 25002.


Table G-22: UserConnectionDown
Field Value

@AlertGroup

"UserConnectionClear"

@Summary

"User connection Down" + $3 + "-" + $5 + "ConnStatus:" + $objectstatus + "ConnType:" + @SubObjectType

Specific Trap 25010

This trap is generated when a user connection has recovered from a failed/downed state.

Supported CIC Releases: 1.1

Table G-23 describes the fields and values for Specific Trap 25010.


Table G-23: svUserConnCleared
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = svConnLocalEndPt,
$3 = svConnLocalStr,
$4 = svConnAlarmLocalEndNNI,
$5 = svConnRemoteEndPt,
$6 = svConnRemoteStr,
$7 = svConnAlarmRemoteEndNNI,
$8 = svConnOpStatus,
$9 = svConnAbitStatus,
$10 = svConnType

@ObjectType

"connection"

@ObjectStatus

int($C_svConnOpStatus) + int($svConnOpStatus)

int(@ObjectStatus) + 4 (when $svConnAbitStatus = 2)

@Type

2 (when @ObjectStatus = 502)
1 (otherwise)

@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)
3 (when @ObjectStatus = 504)
4 (when @ObjectStatus = 506, 508)
5 (when @ObjectStatus = 503, 507)

$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)
1070 (if @NEType is = 1)
1050 (if @ServiceType = "voiceUVMCVM")
1150 (if @ServiceType = "dataUVMCVM" or "dataHDMLDM")
1020 (otherwise)

@AlertKey

$svConnLocalStr + svConnRemoteStr

@AlertGroup

"UserConnectionClear"

@Summary

"User connection Clear " + $3 + " - " + $6 + " ConnStatus: " + $objectstatus + " ConnType: " + @SubObjectType

$DeDupKey

@AlertKey + @ObjectStatus + @ServiceType

Specific Trap 25011

This trap is generated when the user connection has failed.

Supported CIC Releases: 1.1

Table G-24 describes the fields and values for Specific Trap 25011.


Table G-24: svUserConnFailed
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = svConnLocalEndPt,
$3 = svConnLocalStr,
$4 = svConnAlarmLocalEndNNI,
$5 = svConnRemoteEndPt,
$6 = svConnRemoteStr,
$7 = svConnAlarmRemoteEndNNI,
$8 = svConnOpStatus,
$9 = svConnAbitStatus,
$10 = svConnType

@ObjectType

"connection"

@ObjectStatus

int($C_svConnOpStatus) + int($svConnOpStatus)

int(@ObjectStatus) + 4 (when $svConnAbitStatus = 2)

@Type

2 (when @ObjectStatus = 502)
1 (otherwise)

@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)
3 (when @ObjectStatus = 504)
4 (when @ObjectStatus = 506, 508)
5 (when @ObjectStatus = 503, 507)

$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)
1070 (if @NEType is = 1)
1050 (if @ServiceType = "voiceUVMCVM")
1150 (if @ServiceType = "dataUVMCVM" or "dataHDMLDM")
1020 (otherwise)

@AlertKey

$svConnLocalStr + svConnRemoteStr

@AlertGroup

"UserConnectionClear"

@Summary

"User connection Fail " + $3 + " - " + $6 + " ConnStatus: " + $objectstatus + " ConnType: " + @SubObjectType

$DeDupKey

@AlertKey + @ObjectStatus + @ServiceType

Specific Trap 25012

This trap is generated when the user connection goes down.

Supported CIC Releases: 1.1

Table G-25 describes the fields and values for Specific Trap 25012.


Table G-25: svUserConnDown
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = svConnLocalEndPt,
$3 = svConnLocalStr,
$4 = svConnAlarmLocalEndNNI,
$5 = svConnRemoteEndPt,
$6 = svConnRemoteStr,
$7 = svConnAlarmRemoteEndNNI,
$8 = svConnOpStatus,
$9 = svConnAbitStatus,
$10 = svConnType

@ObjectType

"connection"

@ObjectStatus

int($C_svConnOpStatus) + int($svConnOpStatus)

int(@ObjectStatus) + 4 (when $svConnAbitStatus = 2)

@Type

2 (when @ObjectStatus = 502)
1 (otherwise)

@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)
3 (when @ObjectStatus = 504)
4 (when @ObjectStatus = 506, 508)
5 (when @ObjectStatus = 503, 507)

$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)
1070 (if @NEType is = 1)
1050 (if @ServiceType = "voiceUVMCVM")
1150 (if @ServiceType = "dataUVMCVM" or "dataHDMLDM")
1020 (otherwise)

@AlertKey

$svConnLocalStr + svConnRemoteStr

@AlertGroup

"UserConnectionDown"

@Summary

"User connection Clear " + $3 + " - " + $5 + " ConnStatus: " + $objectstatus + " ConnType: " + @SubObjectType

$DeDupKey

@AlertKey + @ObjectStatus + @ServiceType

User Connection Mappings for the Default Case

Table G-26 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.


Table G-26: User Connection Mappings for the Default Case:
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).

Switch Software Maintenance Log Traps

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 G-27.


Table G-27: Common Mappings for the Switch Software Maintenance Traps

$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:

SNMP

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.

SNMP Command Event Mappings

Table G-28 describes the common mapping values for SNMP command events.


Table G-28: Mappings for 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

SNMP User Event Mappings

This section provides information about User events. Table G-29 describes the common mapping values for User events.


Table G-29: Common Field Mappings
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

User Logged in Messages

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 .*"))

SNMP Line Event Mappings

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 G-30 describes the common mapping values for line events.


Table G-30: Common Mappings for LN Events
Field Value Description

@ObjectType

"line.access"

@Slot

extract($trapMsgStr, "^LN ([^. ]*)")

Extract the slot.

@PSAP

extract($trapMsgStr, "^LN [^.]*\.([^ ]*)")

Extract the port.

Line Deactivated

Table G-31 shows the common mapping values for trunk deactivated events.


Table G-31:
Line Deactivated Mappings
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

Line Activated

Table G-32 shows the common mapping values for line activated events.


Table G-32: Line Activated Mappings
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

SNMP Trunk Event Mappings

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.

TRK Common Mappings

Table G-33 shows the common mapping values for trunk events.


Table G-33: Trunk Common Mappings
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

TRK Deactivated Events

Table G-34 shows the common mapping values for trunk deactivated events.


Table G-34: 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

TRK Activated Events

Table G-35 shows the common mapping values for trunk activated events.


Table G-35: Trunk Activated Event Mappings
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)

PHYSLN Common Mappings

Table G-36 describes the common mapping values for PHYSLN (physical line) events.


Table G-36: Common Mappings for PHYSLN Events
Field Value Description

@ObjectType

"line.physical"

@PSAP

extract($trapMsgStr, "^PHYSLN [^.]*\.([^. ]*)")

Extract port

@Slot

extract($trapMsgStr, "^PHYSLN ([^. ]*)")

Extract slot

PHYSLN Deactivated Events

Table G-37 shows the mapping values for PHYSLN deactivated events.


Table G-37: 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

PHYSLN Activated Events

Table G-38 shows the mapping values for PHYSLN activated events.


Table G-38: PHYSLN Activated Event Mappings
Field Value Description

@AlertKey

@NEName + @Slot + @PSAP

@AlertGroup

"PhysicalLineDeactivated"

@ObjectStatus

int($lineStatus) + 99

Object Status = 199 (Active)

@Severity

2

@Type

4

@Class

Class = 1060

SNMP PORT Event Mappings

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 G-39 describes the common mapping values for Port events.


Table G-39: Common Mappings for SNMP Port Events
Field Value Description

@Slot

extract($trapMsgStr, "^Port ([^.]*)")

Extract the slot.

$PSAP

extract($trapMsgStr, "^Port [^.]*\.([^ ]*)")

Extract the port.

Table G-40 describes the common mapping values for ATM ports (port.ATM - BPX 8600).


Table G-40:
Mappings for ATM Ports (NEType = BPX)
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 G-41 describes the common mapping values for Frame Relay ports (port.FR - IPX/IGX 8400).


Table G-41:
Mappings for FR Ports
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

Port Deactivated Events Mapping

Table G-42 describes the common mapping values for Port Deactivated events.


Table G-42:
Mappings 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

Port Activated Events Mapping

Table G-43 describes the common mapping values for Port Activated events.


Table G-43:
Mappings 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

IPX/AF Events

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 G-44 describes the common mapping values for IPX/AF events.


Table G-44: Common Mappings 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

IPX/AF Deleted Events Mapping

Table G-45 describes the values for IPX/AF Deleted events mapping.


Table G-45:
IPX/AF Deleted Events Mapping
Field Value

@ObjectStatus

3

@Class

1070

@Severity

2

@Type

4

@AlertGroup

"IPX\AFDeleted"

IPX/AF Added Events Mapping

Table G-46 describes the values for IPX/AF Added events mapping.


Table G-46:
IPX/AF Added Events Mapping
Field Value

@ObjectStatus

2

@Class

1065

@Severity

2

@Type

3

@AlertGroup

"IPX\AFDeleted"

MGX 8220 and 8850 Events

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 G-47 describes the common mapping values for MGX 8220 events.


Table G-47: Common Mappings 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

MGX 8220 Deleted Events Mapping

Table G-48 describes the values for MGX 8220 Deleted events mapping.


Table G-48:
MGX 8220 Deleted Events Mapping
Field Value

@ObjectStatus

3 (Deleted)

@Class

1070

@Severity

2

@Type

4

@AlertGroup

"AxisDeleted"

MGX 8220 Added Events Mapping

Table G-49 describes the values for MGX 8220 Added events mapping.


Table G-49:
MGX 8220 Added Events Mapping
Field Value

@ObjectStatus

2 (Added)

@Class

1060

@Severity

2

@Type

3

@AlertGroup

"AxisDeleted"

BPX 8600 Events Mapping

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 G-50 describes the common mapping values for BPX 8600 events.


Table G-50: Common Mappings 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.

BPX 8600 Deleted and Added Events Mapping

Table G-51 describes the values for BPX 8600 Deleted events mapping.


Table G-51:
BPX 8600 Deleted Events Mapping
Field Value

@ObjectStatus

3 - Deleted

@Class

1070

@Severity

2

@Type

4

@AlertGroup

"NEDeleted"

Table G-52 describes the values for BPX 8600 Added events mapping.


Table G-52:
BPX 8600 Added Events Mapping
Field Value

@ObjectStatus

2 - Added

@Class

1060

@Severity

2

@Type

3

@AlertGroup

"NEDeleted"

Added Connection Event Mapping

This section provides information about Added Connection events. Added Connection events for the end points begin with Added: and have the following format:

Added: <slot>.<channel>.<DLCI|VPI.VCI>

Table G-53 describes the common mapping values for Added connection events.


Table G-53: Common Mappings for Added Events
Type Value

@ObjectType

"endpoint"

@Severity

2

@Slot

extract($trapMsgStr, "^[^:]*: ([^.]*)\..*")

@Type

3

@Severity

2

@ObjectStatus

1901 - Added

@AlertGroup

"endpointdeleted"

Table G-54 provides values for Added events mapping.


Table G-54:
Added Events from BPX 8600 Network Elements
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

Added Events from IPX/IGX 8400 Network Elements

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:

Added: <slot>.<channel>.<DLCI>

The format for Voice/Data events is:

Added: <slot>.<channel>

Table G-55 describes the common mapping values for added events from IPX/IGX 8400 network elements.


Table G-55: Frame Relay 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:
Added: <slot>.<channel>.<DLCI>

@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 G-56 shows the values for the Voice/Data Added events from IPX/IGX 8400 network elements.


Table G-56:
Voice/Data Added Events from IPX/IGX 8400 Network Elements
Field Value

@PSAP

extract($Field2,"^[^.]*\.(.*)")

@ServiceType

"voice/data"

@Class

1150

Deleted Connection Event Mapping

This section provides information about Deleted Connection events. Deleted Connection events for the end points begin with Deleted: and have the following format:

Deleted: <slot>.<channel>.<DLCI|VPI.VCI>

Table G-57 shows the common mapping values for Deleted events.


Table G-57: Common Mappings for Deleted Events
Field Value

@Type

4

@Severity

2

@AlertGroup

"endpointdeleted"

@Class

1000

@ObjectStatus

1902 # Deleted

@Slot

extract($trapMsgStr, "^[^:]*: ([^.]*)")

Table G-58 shows the common mapping values for deleted events from BPX 8600 network elements.


Table G-58:
Deleted Events from BPX 8600 Network Elements
Field Value

@ObjectType

"endpoint.ATM"

@ServiceType

"atmEndpt"

@PSAP

extract($trapMsgStr, "^[^:]*: [^.]*\.([^.]*)\..*")

@DSAP

extract($trapMsgStr, "^[^:]*: [^.]*\.[^.]*\.([^.]*\.[^ ]*).*") + "(VPI/VCI)"

Table G-59 shows the common mapping values for deleted events from IPX/IGX 8400 network elements.


Table G-59: 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)"

Upped Connection Event Mapping

This section provides information about Upped Connection events. Upped Connection events for the end points begin with Upped: and have the following format:

Upped: <slot>.<channel>.<DLCI|VPI.VCI>

Table G-60 shows the common mapping values for Upped events.


Table G-60:
Common Mappings for Upped Events
Field Value

@ObjectType

"endpoint"

@Slot

extract($trapMsgStr, "^[^:]*: ([^.]*)")

@Type

3

@Severity

2

@AlertGroup

"endpointdowned"

@ObjectStatus

6 # Up

Table G-61 shows the common mapping values for upped events from BPX 8600 network elements.


Table G-61:
Upped Events from BPX 8600 Network Elements
Field Value

@PSAP

extract($trapMsgStr, "^[^:]*: [^.]*\.([^.]*)\..*")

@DSAP

extract($trapMsgStr, "^[^:]*: [^.]*\.[^.]*\.([^.]*\.[^.]*).*")

Table G-62 shows the common mapping values for upped events from IPX/IGX 8400 network elements.


Table G-62:
Upped Events from IPX/IGX 8400 Network Elements
Field Value

@PSAP

extract($trapMsgStr, "^[^:]*: [^.]*\.([^.]*)\..*")

@DSAP

extract($trapMsgStr, "^[^:]*: [^.]*\.[^.]*\.([^.]*)\..*")

Downed Connection Event Mapping

This section provides information about Downed Connection events. Downed Connection events for the end points begin with Downed: and have the following format:

Downed: <slot>.<channel>.<DLCI|VPI.VCI>

Table G-63 shows the common mapping values for Downed events.


Table G-63:
Common Mappings for Downed: Events
Field Value

@ObjectType

"endpoint"

@Slot

extract($trapMsgStr, "^[^:]*: ([^.]*)")

@Type

4

@Severity

2

@AlertGroup

"endpointdowned"

@ObjectStatus

504 - Downed

<Nodename> Added to Network Event Mappings

This section provides information about nodes Added to Network events. The format for the Node Added events is:

<Nodename> added to network

Table G-64 describes the common mapping values for nodes Added to Network events.


Table G-64: <Nodename> Added to Network Event Mappings
Field Value

@NEName

extract($trapMsgStr, "^([^ ]*)")

@ObjectType

"NE"

@Class

1065

@ObjectStatus

2

@ServiceType

"Unknown"

@Severity

2

@Type

3

@AlertGroup

"NERemovedFromNet"

<Nodename> Removed From Network Event Mappings

This section provides information about nodes Removed from Network events. The format for the Node Removed events is:

<Nodename> removed from network

Table G-65: <Nodename> Removed from Network Event Mappings
Field Value

@NEName

extract($8, "^([^ ]*)")

@NEType

lookup(@NEName, NETypes)

@ObjectType

"NE"

@Class

1000

@ObjectStatus

3 - Deleted

@ServiceType

"Unknown"

@Severity

2

@Type

4

@AlertGroup

"NERemovedFromNet"

Trunk Added Event Mappings

This section provides information about Trunk Added events. The format for the Added TRK events is:

Added TRK from <nodename>/<slot>.<port>.<vtrunk> to <remotenodename>/<slot>.<port>.<vtrunk>

Table G-66 shows the common mapping values for Trunk Added events.


Table G-66: Trunk Added Event Mapping
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


Trunk Deleted Event Mappings

This section provides information about Trunk Deleted events. The format for the Deleted TRK events is:

Removed TRK from <nodename>/<slot>.<port>.<vtrunk> to <remotenodename>/<slot>.<port>.<vtrunk>

Table G-67 shows the common mapping values for Trunk Deleted events.


Table G-67: Deleted Trunk Event Mappings
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


Card Event Mappings

This section provides information about Card event alarms.

Card Activated Alarms

The format for the Card Activated alarms is:

<cardtype> <slot> Activated

Table G-68 shows the common mapping values for Card Activated alarms.


Table G-68: Card Activated Event Mappings
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


Card Inserted - Activated Alarms

The format for the Card Inserted Activated alarms is:

<cardtype> <slot> Inserted Activated

Table G-69 shows the common mapping values for Card Inserted Activated alarms.


Table G-69: Card Inserted Activated Event Mappings
Field Value

@Slot

extract($trapMsgStr, "^[^ ]* ([^ ]*)")

@SubObjectType

$MessageType

@Severity

2

@ObjectType

"card"

@AlertGroup

"CardRemoved"

@AlertKey

@NEName + @Slot

@Class

120

@ObjectStatus

499 - Active

Card Freed Alarms

The format for the Card Freed alarms is:

<cardtype> <slot> Freed

Table G-70 shows the common mapping values for Card Freed alarms.


Table G-70: Card Freed Event Mappings
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

Card Down Alarms

The format for the Card Down alarms is:

<cardtype> <slot> Down

Table G-71 shows the common mapping values for Card Down alarms.


Table G-71: Card Down Event Mappings
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

Card Up Alarms

The format for the Card Up alarms is:

<cardtype> <slot> Up

Table G-72 shows the common mapping values for Card Up alarms.


Table G-72: Card Up Event Mappings
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

Card Inserted Alarms

The format for the Card Inserted alarms is:

<cardtype> <slot> Inserted

Table G-73 shows the common mapping values for Card Inserted alarms.


Table G-73: Card Inserted Event Mappings
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

Card Removed Alarms

The format for the Card Removed alarms is:

<cardtype> <slot> Removed

Table G-74 shows the common mapping values for Card removed alarms.


Table G-74: Card Removed Event Mappings
Field Value

@Slot

extract($trapMsgStr, "^[^ ]* ([^ ]*)")

@ObjectType

"card"

@SubObjectType

$MessageType

@Severity

2

@ObjectStatus

298 - Deleted

@AlertKey

@NEName + @Slot + $MessageType

@Class

1070

@AlertGroup

"CardRemoved"

@Type

3

Login Failed Event Mappings

This section provides information about Login Failed event alarms. Table G-75 shows the common mapping values for Login Failed alarms.


Table G-75: Invalid Login Attempt Event Mappings
Field Value

@ObjectType

"system.general"

@Severity

5

@Class

1070

Alarm Status Event Mappings

This section provides information about Alarm Status events.

Supported CIC Releases: 1.0

Table G-76 shows the common mapping values for Alarm Status events.


Table G-76: Alarm Status Event Mappings
Field Value

@ObjectType

"NE"

@Severity

1

@Class

1065

Switch Software Maintenance Log Event Mappings

This section provides information about Switch Software Log event alarms.

Specific Trap 1000

This trap is generated when a normal IPX event occurs.

Supported CIC Releases: 1.0

Table G-77 describes the fields and values for Specific Trap 1000.


Table G-77: Specific Trap 1000 (Normal IPX Event)
Field Value

@Summary

$trapMsgStr

Specific Trap 1001

This trap is generated when a minor IPX event occurs.

Supported CIC Releases: 1.0

Table G-78 describes the fields and values for Specific Trap 1001.


Table G-78: Specific Trap 1001 (Minor IPX Event)
Field Value

@Summary

$trapMsgStr

Specific Trap 1002

This trap is generated when a major IPX event occurs.

Supported CIC Releases: 1.0

Table G-79 describes the fields and values for Specific Trap 1002.


Table G-79: Specific Trap 1002 (Major IPX Event)
Field Value

@Summary

$trapMsgStr

Specific Trap 1003

This trap is generated when a critical IPX event occurs.

Supported CIC Releases: 1.0

Table G-80 describes the fields and values for Specific Trap 1003.


Table G-80: Specific Trap 1003 (Critical IPX Event)
Field Value

@Summary

$trapMsgStr

Specific Trap 1004

This trap is generated when a normal switch event occurs.

Supported CIC Releases: 1.1, 1.2

Table G-81 describes the fields and values for Specific Trap 1004.


Table G-81: Specific Trap 1004 (Normal Switch Event)
Field Value

@Summary

$trapMsgStr

Specific Trap 1005

This trap is generated when a minor switch event occurs.

Supported CIC Releases: 1.1, 1.2

Table G-82 describes the fields and values for Specific Trap 1005.


Table G-82: Specific Trap 1005 (Minor Switch Event)
Field Value

@Summary

$trapMsgStr

Specific Trap 1006

This trap is generated when a major switch event occurs.

Supported CIC Releases: 1.1, 1.2

Table G-83 describes the fields and values for Specific Trap 1006.


Table G-83: Specific Trap 1006 (Critical IPX Event)
Field Value

@Summary

$trapMsgStr

Specific Trap 1007

This trap is generated when a critical switch event occurs.

Supported CIC Releases: 1.1, 1.2

Table G-84 describes the fields and values for Specific Trap 1007.


Table G-84: Specific Trap 1007 (Critical Switch Event)
Field Value

@Summary

$trapMsgStr

Default Case


Table G-85: Mappings for Traps That Are Not One of the Above
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)

MGX 8220 and 8850 Traps

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 G-86 shows the common mapping values for MGX 8220 and 8850 traps.


Table G-86: Common Mappings 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.

Specific MGX 8220 and 8850 Traps

This section describes the specific traps sent by the MGX 8220 and MGX 8850 network elements to the Service View Agent.

Specific Trap 50000

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

Table G-87 describes the fields and values for Specific Trap 50000.


Table G-87: coreCardSwitchTrap
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

Specific Trap 50001

This trap is generated when the shelf restarts.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-88 describes the fields and values for Specific Trap 50001.


Table G-88: ShelfRestartTrap
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

Specific Trap 50002

This trap is generated when a function module is removed. This includes SRM removal.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-89 describes the fields and values for Specific Trap 50002.


Table G-89: functionModuleRemovedTrap
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

Specific Trap 50003

This trap is generated when a function module is inserted. This includes SRM insertion.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-90 describes the fields and values for Specific Trap 50003.


Table G-90: functionModuleInsertedTrap
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

Specific Trap 50004

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

Table G-91 describes the fields and values for Specific Trap 50004.


Table G-91: functionModuleSwitchoverTrap
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

Specific Trap 50005

This trap is generated when a function module becomes operational.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-92 describes the fields and values for Specific Trap 50005.


Table G-92: functionModuleActiveTrap
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

Specific Trap 50006

This trap is generated when a function module becomes nonoperational.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-93 describes the fields and values for Specific Trap 50006.


Table G-93: functionModuleFailedTrap
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

Specific Trap 50007

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

Table G-94 describes the fields and values for Specific Trap 50007.


Table G-94: functionModuleMismatchTrap
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

Specific Trap 50008

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

Table G-95 describes the fields and values for Specific Trap 50008.


Table G-95: functionModuleSelfTestFailedTrap
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

Specific Trap 50009

This trap is generated when a function module is in a standby state.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-96 describes the fields and values for Specific Trap 50009


Table G-96: functionModuleStandbyTrap
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

Specific Trap 50010

This trap is generated when the temperature is within the normal range.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-97 describes the fields and values for Specific Trap 50010.


Table G-97: bnmTemperatureNormalTrap
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

Specific Trap 50011

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

Table G-98 describes the fields and values for Specific Trap 50011.


Table G-98: bnmTemperatureAboveNormalTrap
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

Specific Trap 50012

This trap is generated when the shelf is within its normal DC level.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-99 describes the fields and values for Specific Trap 50012.


Table G-99: bnmDclevelNormalTrap
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

Specific Trap 50013

This trap is generated when the shelf is DC level below the normal DC level.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-100 describes the fields and values for Specific Trap 50013.


Table G-100: bnmDclevelBelowNormalTrap
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 below normal"

@AdditionalInfo

"ASM Alarm Unit#" + ":" + $7

$DeDupKey

@AlertKey + $6

Specific Trap 50014

This trap is generated when the shelf's power supply status is normal.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-101 describes the fields and values for Specific Trap 50014.


Table G-101: bnmPowersupplyNormalTrap
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

Specific Trap 50015

This trap is generated when the shelf's power supply status is "failed."

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-102 describes the fields and values for Specific Trap 50015.


Table G-102: bnmPowersupplyFailedTrap
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

Specific Trap 50016

This trap is generated when a particular fan's RPM is normal.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-103 describes the fields and values for Specific Trap 50016

.
Table G-103: bnmFanrpmNormalTrap
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

Specific Trap 50017

This trap is generated when a particular fan's RPM is below normal.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-104 describes the fields and values for Specific Trap 50017.


Table G-104: bnmFanrpmBelowNormalTrap
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

Specific Trap 50018

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

Table G-105 describes the fields and values for Specific Trap 50018.


Table G-105: shelfIntegratedAlarmTrap
Field Value

@ObjectType

"NE"

@SubObjectType

"AXIS"

@Class

1005

@ObjectStatus

int($shelfIntegratedAlarm) + int($6)

@AlertKey

$2

@AlertGroup

"aggregateShelfAlm"

@Summary

"MGX" + @NEModelID + " " + $2 + "Aggregate alarm has changed."

$DeDupKey

@AlertKey + $6

Specific Trap 50020

This trap is generated when a user logs in.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-106 describes the fields and values for Specific Trap 50020.


Table G-106: userLoginTrap
Field Value

@ObjectType

"system.general"

@SubObjectType

"login"

@Class

1015

@AlertKey

$2 + $6

@Type

1

@AlertGroup

"AXISUserLoginLogout"

@Summary

"User:" + $6 + "logged into MGX:" + $2 + "slot:" + $4

@AdditionalInfo

"User:" + $6

@Severity

2

$DeDupKey

@AlertKey

Specific Trap 50021

This trap is generated when a user logs out.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-107describes the fields and values for Specific Trap 50021.


Table G-107: userLogoutTrap
Field Value

@ObjectType

"system.general"

@Class

1015

@SubObjectType

"logout"

@AlertKey

$2 + $6

@Type

2

@AlertGroup

"AXISUserLoginLogout"

@Summary

"User:" + $6 + "logged out from MGX:" + $2 + "slot:" + $4

@AdditionalInfo

"User:" + $6

@Severity

0

$DeDupKey

@AlertKey

Specific Trap 50022

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

Table G-108 describes the fields and values for Specific Trap 50022.


Table G-108: shelfLossLmiAlarmTrap
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

Specific Trap 50023

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

Table G-109 describes the fields and values for Specific Trap 50023.
Table G-109: shelfLossLmiAlarmClearTrap
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

Specific Trap 50030

This trap is generated when a particular line module has been removed.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-110 describes the fields and values for Specific Trap 50030.


Table G-110: lineModuleRemovedTrap
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

Specific Trap 50031

This trap is generated when a particular line module has been inserted.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-111 describes the fields and values for Specific Trap 50031.


Table G-111: lineModuleInsertedTrap
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

Specific Trap 50032

This trap is generated when the front card does not support the line module.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-112 describes the fields and values for Specific Trap 50032.


Table G-112: lineModuleMismatchTrap
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

Specific Trap 50033

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

Table G-113 describes the fields and values for Specific Trap 50033.


Table G-113: cardLcnPartitionType
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

Specific Trap 50035

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

Table G-114 describes the fields and values for Specific Trap 50035.


Table G-114: secLineModuleRemovedTrap
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"

Specific Trap 50036

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

Table G-115 describes the fields and values for Specific Trap 50036.


Table G-115: secLineModuleInsertedTrap
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"

Specific Trap 50037

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

Table G-116 describes the fields and values for Specific Trap 50037.


Table G-116: secLineModuleMismatchTrap
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"

Specific Trap 50040

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

Table G-117 describes the fields and values for Specific Trap 50040.


Table G-117: coreCardsConfigMismatchTrap
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

Specific Trap 50041

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

Table G-118 describes the fields and values for Specific Trap 50041.


Table G-118: coreCardsPeerMismatchTrap
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

Specific Trap 50042

This trap is generated when the config is cleared.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-119 describes the fields and values for Specific Trap 50042.


Table G-119: coreCardsConfigClearTrap
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

Specific Trap 50044

This trap indicates that a function module is in the Hold state.

Supported CIC Releases: 1.2

Table G-120 describes the fields and values for Specific Trap 50044.


Table G-120: functionModuleHoldTrap
Field Value

@ObjectType

"card"

@Class

1005

@AlertKey

$2 + $4

@DeDupKey

@AlertKey + $7 + $8

@Type

5

@AlertGroup

"FuncModeInsertRemove"

@Summary

"MGX" + @NEModelID + " " + $2 + " function module in slot " + $4 + " hold"

@ObjectStatus

1901 - Added

Specific Trap 50045

This trap is generated when the redundant card goes active.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-121 shows the fields and values for Specific Trap 50045.


Table G-121: redActivatedTrap
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

Specific Trap 50046

This trap is generated when the redundant card is reverted back to standby (reset first).

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-122 describes the fields and values for Specific Trap 50046.


Table G-122: redRevertedTrap
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

Specific Trap 50047

This trap is generated when redundancy is added.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-123 describes the fields and values for Specific Trap 50047.


Table G-123: redAddedTrap
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

Specific Trap 50048

This trap is generated when redundancy is deleted.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-124 describes the fields and values for Specific Trap 50048

.
Table G-124: redDeletedTrap
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 +
" Secondary state " + $secondarystate

$DeDupKey

@AlertKey

@Type

4

Specific Trap 50050

This trap is generated when the current clock source has changed.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-125 describes the fields and values for Specific Trap 50050.


Table G-125: bnmcurclksourceTrap
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

Specific Trap 50051

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

Table G-126 describes the fields and values for Specific Trap 50051.


Table G-126: bnmTrunkCellFormatTrapnum
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

"BNM Trunk at slot:" + $4 + "cell format changed to" + $bnmLineInterfaceFormat

@AdditionalInfo

"BNM Line Interface Format" + ":" + $bnmLineInterfaceFormat

$DeDupKey

@AlertKey + $6

Specific Trap 50052

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

Table G-340 describes the fields and values for Specific Trap 50052.


Table G-127: atmLineCellFormatTrap
Field Value

@Type

6

@AlertKey

$2 + $4

Specific Trap 50060

This trap is generated when a BERT (bit error rate tester) is configured and started.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-128 describes the fields and values for Specific Trap 50060.


Table G-128: trapBERTStart
Field Value

@Slot

$8

@LSAP

$10

@DSAP

$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

$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

Specific Trap 50061

This trap is generated when an ongoing BERT is stopped.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-129 describes the fields and values for Specific Trap 50061.


Table G-129: trapBERTStop
Field Value

@Slot

$8

@LSAP

$10

@PSAP

$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

@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

Specific Trap 50062

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

Table G-130 describes the fields and values for Specific Trap 50062.


Table G-130: trapBERTAbort
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

Specific Trap 50064

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

Table G-131 describes the fields and values for Specific Trap 50064.


Table G-131: coreCardSwitchInProgress
Field Value

@Class

1070

@Slot

4

@Type

3

@AlertKey

$2 + $4 + $6

@AlertGroup

"CardSwitch"

@Summary

"MGX" + @NEModelID + " " + $2 + " slot " + $4 + "Switchcc process in progress"

Specific Trap 50065

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

Table G-132 describes the fields and values for Specific Trap 50065.


Table G-132: coreCardSwitchBlocked
Field Value

@Class

1070

@Slot

4

@Type

4

@AlertKey

$2 + $4 + $6

@AlertGroup

"CardSwitch"

@Summary

"MGX" + @NEModelID + " " + $2 + " slot " + $4 + "Switchcc process blocked"

Specific Trap 50100

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

Table G-133 describes the fields and values for Specific Trap 50100.


Table G-133: bnmNolinealarmTrapnum
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

Specific Trap 50101

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

Table G-134 describes the fields and values for Specific Trap 50101.


Table G-134: bnmlinealarmTrapnum
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

Specific Trap 50102

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

Table G-135 describes the fields and values for Specific Trap 50102.


Table G-135: bnmLineLpbkEnableTrapnum
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

Specific Trap 50103

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

Table G-136 describes the fields and values for Specific Trap 50103.


Table G-136: bnmLineLpbkDisableTrapnum
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

Specific Trap 50104

This trap is generated to indicate no line alarm. This trap obsoletes Specific Trap 50100.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-137 describes the fields and values for Specific Trap 50104.


Table G-137: dsx3LineNoAlarmTrap
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

Specific Trap 50105

This trap is generated when a line alarm exists. This trap obsoletes trap 50101.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-138 describes the fields and values for Specific Trap 50105.


Table G-138: dsx3LineInAlarmTrap
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"

Specific Trap 50106

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

Table G-139 describes the fields and values for Specific Trap 50106.


Table G-139: dsx3LineLpbkEnableTrap
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

Specific Trap 50107

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

Table G-140 describes the fields and values for Specific Trap 50107.


Table G-140: dsx3LineLpbkDisableTrap
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

Specific Trap 50108

This trap is generated when a line alarm exists.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-141 describes the fields and values for Specific Trap 50108.


Table G-141: sonetLineInAlarmTrap
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

Specific Trap 50109

This trap is generated when the line alarm has cleared.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-142 describes the fields and values for Specific Trap 50109.


Table G-142: sonetLineNoAlarmTrap
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

Specific Trap 50110

This trap is generated when the line's loopback has been enabled.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-143 describes the fields and values for Specific Trap 50110.


Table G-143: sonetLineLpbkEnableTrapnum
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

Specific Trap 50111

This trap is generated when the line's loopback has been disabled.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-144 describes the fields and values for Specific Trap 50111.


Table G-144: sonetLineLpbkDisableTrapnum
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

Specific Trap 50120 (FRSM Trap)

This trap is generated when no line alarm exists.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-145 describes the fields and values for Specific Trap 50120.


Table G-145: dsx1LineNoAlarmTrap
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

Specific Trap 50121 (FRSM Trap)

This trap is generated when a line alarm exists.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-146 describes the fields and values for Specific Trap 50121.


Table G-146: dsx1LineInAlarmTrap
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

Specific Trap 50122 (FRSM Trap)

This trap is generated when the line's loopback has been enabled.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-147 describes the fields and values for Specific Trap 50122.


Table G-147: dsx1LineLpbkEnableTrap
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

Specific Trap 50123 (FRSM Trap)

This trap is generated when the line's loopback has been disabled.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-148 describes the fields and values for Specific Trap 50123.


Table G-148: dsx1LineLpbkDisableTrap
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

Specific Trap 50131

This trap is generated to indicate the current statistical alarm state.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-149 describes the fields and values for Specific Trap 50131.


Table G-149: dsx3StatLineAlarmTrap
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

Specific Trap 50132

This trap generates a sectional statistical alarm for the MGX 8220.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-150 describes the fields and values for Specific Trap 50132.


Table G-150: BNMSonetStatSectionalAlm
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

Specific Trap 50133

This trap generates a statistical alarm for the MGX 8220.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-151 describes the fields and values for Specific Trap 50133.


Table G-151: BNMStatLineAlarm
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

Specific Trap 50134

This trap generates a statistical path alarm for the MGX 8220.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-152 describes the fields and values for Specific Trap 50134.


Table G-152: BNMStatPathAlarm
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

Specific Trap 50135

This trap indicates that the current clock source has changed.

Supported CIC Releases: 1.2

Table G-153 describes the fields and values for Specific Trap 50135.


Table G-153: pxmCurClkSourceTrap
Field Value

@Class

1070

@AlertKey

$2 + $4

@AlertGroup

"pxmCurClkSource"

@Summary

"MGX" + @NEModelID + " " + $2 + "current clock source has changed: "

Specific Trap 50140

This trap generates an MGX 8220 SRM T3 line transmit clock source alarm.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-154 describes the fields and values for Specific Trap 50140.


Table G-154: SrmT3TxClockSource
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

Specific Trap 50141

This trap generates an MGX 8220 SRM T3 line enabled alarm.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-155 describes the fields and values for Specific Trap 50141.


Table G-155: Srm3T3LineEnable
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

Specific Trap 50142

This trap generates an MGX 8220 SRM T3 line disabled alarm.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-156 describes the fields and values for Specific Trap 50142.


Table G-156: Srm3T3LineDisable
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

Specific Trap 50143

This trap generates an MGX 8220 SRM T3 line loopback enabled alarm.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-157 describes the fields and values for Specific Trap 50143.


Table G-157: Srm3T3LineLpbkEnable
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

Specific Trap 50144

This trap generates an MGX 8220 SRM T3 line loopback disabled alarm.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-158 describes the fields and values for Specific Trap 50144.


Table G-158: Srm3T3LineLpbkDisabl
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

Specific Trap 50145

This trap generates an MGX 8220 SRM T3 line added alarm.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-159 describes the fields and values for Specific Trap 50145.


Table G-159: Srm3T3AddLink
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

"T1 line:" + $7 + "from T3 line:" + $6 + "is added at slot:" + $9

$DeDupKey

@AlertKey

Specific Trap 50146

This trap generates an MGX SRM T3 line deleted alarm.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-160 describes the fields and values for Specific Trap 50146.


Table G-160: Srm3T3DelLink
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

Specific Trap 50147

This trap generates slot on an MGX 8220 SRM T3 line deleted alarm.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-161 describes the fields and values for Specific Trap 50147.


Table G-161: Srm3t3DelSlotLink
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

Specific Trap 50148

This trap generates an MGX 8220 SRM T3 line near end loopback enabled alarm.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-162 describes the fields and values for Specific Trap 50148.


Table G-162: Srm3t3NELineLpbkEnab
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

Specific Trap 50149

This trap generates an MGX 8220 SRM T3 line near end loopback disabled alarm.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-163 describes the fields and values for Specific Trap 50149.


Table G-163: Srm3t3NELineLpbkDisa
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

Specific Trap 50150

This trap generates an MGX 8220 SRM T3 line loss of clock alarm.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-164 describes the fields and values for Specific Trap 50150.


Table G-164: SrmLossOfClockTrap
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

Specific Trap 50191(RPM)

This trap is generated when a sub-interface is added.

Supported CIC Releases: 1.2

Table G-165 describes the fields and values for Specific Trap 50191.


Table G-165: trapRpmPortAdd
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

Specific Trap 50192(RPM)

This trap is generated when a sub-interface is deleted.

Supported CIC Releases: 1.2

Table G-166 describes the fields and values for Specific Trap 50192.


Table G-166: trapRpmPortModify
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

Specific Trap 50193(RPM)

This trap is generated when a sub-interface is modified.

Supported CIC Releases: 1.2

Table G-167 describes the fields and values for Specific Trap 50193.


Table G-167: trapRpmPortModify
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

Specific Trap 50194(RPM)

This trap is generated when a sub-interface becomes active.

Supported CIC Releases: 1.2

Table G-168 describes the fields and values for Specific Trap 50194.


Table G-168: trapRpmPortActive
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

Specific Trap 50196 (RPM)

This trap is generated when an RPM channel is added.

Supported CIC Releases: 1.2

Table G-169 describes the fields and values for Specific Trap 50196.


Table G-169: trapRpmChanAdd
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"

Specific Trap 50197 (RPM)

This trap is generated when an RPM channel is deleted.

Supported CIC Releases: 1.2

Table G-170 describes the fields and values for Specific Trap 50197.


Table G-170: trapRpmChanDelete
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"

Specific Trap 50198 (RPM)

This trap is generated when an RPM channel is modified.

Supported CIC Releases: 1.2

Table G-171 describes the fields and values for Specific Trap 50198.


Table G-171: trapRpmChanModify
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"

Specific Trap 50199 (RPM)

This trap is generated when an RPM channel becomes active.

Supported CIC Releases: 1.2

Table G-171 describes the fields and values for Specific Trap 50199.


Table G-172: trapRpmChanModify
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"

Specific Trap 50200 (FRSM_HS1 HSSI/X.21 Trap)

This trap is generated when no line alarm exists.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-173 describes the fields and values for Specific Trap 50200.


Table G-173: x21LineNoAlarmTrap
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

Specific Trap 50201 (FRSM_HS1 HSSI/X.21 Trap)

This trap is generated when a line alarm exists.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-174 describes the fields and values for Specific Trap 50201.


Table G-174: x21LineInAlarmTrap
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

Specific Trap 50202 (FRSM_HS1 HSSI/X.21 Trap)

This trap is generated when the line's loopback has been enabled.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-175 describes the fields and values for Specific Trap 50202.


Table G-175: x21LineLpbkEnableTrap
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

Specific Trap 50203 (FRSM_HS1 HSSI/X.21 Trap)

This trap is generated when the line's loopback has been disabled.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-176 describes the fields and values for Specific Trap 50203.


Table G-176: x21LineLpbkDisableTrap
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 Disabled"

$DeDupKey

@AlertKey + $8

@Type

4

Specific Trap 50204 (FRSM_HS1 HSSI/X.21 Trap)

This trap is generated when the line's loopback code/condition has been detected.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-177 describes the fields and values for Specific Trap 50204.


Table G-177: x21LineLpbkDetectedTrap
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

Specific Trap 50205 (FRSM_HS1 HSSI/X.21 Trap)

This trap is generated when the line's loopback code/condition no longer exists.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-178 describes the fields and values for Specific Trap 50205.


Table G-178: x21LineLpbkRemovedTrap
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

Specific Trap 50230 (IMA Trap)

This trap is generated when the IMA group is disabled.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-179 describes the fields and values for Specific Trap 50230.


Table G-179: trapImaDisabled
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

Specific Trap 50231 (IMA Trap)

This trap is generated when the IMA group becomes active.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-180 describes the fields and values for Specific Trap 50231.


Table G-180: trapImaActive
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

Specific Trap 50232 (IMA Trap)

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

Table G-181 describes the fields and values for Specific Trap 50232.


Table G-181: trapImaBandwidthChanged
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

Specific Trap 50233 (IMA Trap)

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

Table G-182 describes the fields and values for Specific Trap 50233.


Table G-182: trapImaFailedAcpTimeout
Field Value

@PSAP

$6

@ObjectType

"system.config"

@Class

1015

@ObjectStatus

int($imaPortState) + int($8)

@AlertKey

$2 + $4 + $6 + $7

@AlertGroup

"ImaFailedAcpTimeout"

@Summary

"MGX" + @NEModelID + " " + $2 + " slot " + $4 + " IMA Port# " + $6 + " LinkList " + $7 + " failed - ACP Timeout."

@AdditionalInfo

"listLinksPresentInImaGroup" + ":" + $7

$DeDupKey

@AlertKey + $8

Specific Trap 50234 (IMA Trap)

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

Table G-183 describes the fields and values for Specific Trap 50234

.
Table G-183: trapImaFailedMajorAlm
Field Value

@PSAP

$6

@ObjectType

"system.config"

@Class

1015

@ObjectStatus

int($imaPortState) + int($8)

@AlertKey

$2 + $4 + $6 + $7

@AlertGroup

"ImaFailedMajorAlarm"

@Summary

"MGX" + @NEModelID + " " + $2 + " slot " + $4 + " IMA Port# " + $6 + " LinkList " + $7 + " failed"

@AdditionalInfo

"listLinksPresentInImaGroup" + ":" + $7

$DeDupKey

@AlertKey + $8

Specific Trap 50235 (IMA Trap)

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

Table G-184 describes the fields and values for Specific Trap 50235.


Table G-184: trapImaFailedSigFailure
Field Value

@PSAP

$6

@ObjectType

"system.config"

@Class

1015

@ObjectStatus

int($imaPortState) + int($8)

@AlertKey

$2 + $4 + $6 + $7

@AlertGroup

"ImaSignallingFailure"

@Summary

"MGX" + @NEModelID + " " + $2 + " slot " + $4 + " IMA Port# " + $6 + " LinkList " + $7 + " signalling failure."

@AdditionalInfo

"listLinksPresentInImaGroup" + ":" + $7

$DeDupKey

@AlertKey + $8

Specific Trap 50236 (IMA Trap)

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

Table G-185 describes the fields and values for Specific Trap 50236.


Table G-185: trapImaFailedBadDiffDelay
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

Specific Trap 50237 (Local OAM Cells in IMATM Trap)

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

Table G-186 describes the fields and values for Specific Trap 50237.


Table G-186: trapImaRcvAisLoam
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

Specific Trap 50238 (Local OAM Cells in IMATM Trap)

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

Table G-187 describes the fields and values for Specific Trap 50238.


Table G-187: trapImaRcvRdiLoam
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

Specific Trap 50239 (Local OAM Cells in IMATM Trap)

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

Table G-188 describes the fields and values for Specific Trap 50239.


Table G-188: trapImaFailedOtherReason
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

Specific Trap 50240 (IMATM Trap)

This trap is generated when the current clock source changes from primary to secondary.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-189 describes the fields and values for Specific Trap 50240.


Table G-189: trapImatmClockChange
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 +
" Secondary Clock: " + $SecondaryClock

@AdditionalInfo

"currentClockSource" + ":" + @SubObjectType + "; " + "primaryClockSource" + ":" + $PrimaryClock + ";" + "secondaryClockSource" + ":" + $SecondaryClock

$DeDupKey

@AlertKey

Specific Trap 50241 (IMATM Trap)

This trap is generated when a good clock source is not available.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-190 describes the fields and values for Specific Trap 50241.


Table G-190: trapImatmBadClockSource
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

Specific Trap 50245 (IMATM Trap)

This trap is generated when an IMA line alarm exists.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-191 describes the fields and values for Specific Trap 50245.


Table G-191: trapImaLinkInLoopback
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

Specific Trap 50246 (IMATM Trap)

This trap is generated when the HEC Error Correction Option for DSX3 has changed.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-192 describes the fields and values for Specific Trap 50246.


Table G-192: trapImatmDsx3HecChange
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

Specific Trap 50250 (IMATM Trap)

This trap indicates the failure status of the IMA group (whether GTSM is up or down).

Supported CIC Releases: 1.2

Table G-193 describes the fields and values for Specific Trap 50250.


Table G-193: trapImaGTSMchange
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

Specific Trap 50251 (IMATM Trap)

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

Table G-194 describes the fields and values for Specific Trap 50251.


Table G-194: trapImaCellRateChange
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

Specific Trap 50300

This trap is generated when no PLCP alarm exists.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-195 describes the fields and values for Specific Trap 50300.


Table G-195: bnmPlcpAlmActiveTrap
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

Specific Trap 50301

This trap is generated when a PLCP alarm exists.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-196 describes the fields and values for Specific Trap 50301.


Table G-196: bnmPlcpAlmFailedTrap
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

Specific Trap 50303

This trap is generated when a PLCP statistical alarm state changes.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-197 describes the fields and values for Specific Trap 50303.


Table G-197: bnmPlcpStatalmTrap
Field Value

@PSAP

$7

@ObjectType

"line.trunk"

@ServiceType

"bnmdsx3"

@Class

1025

@BitMapField

$6

@Convert

"dsx3PlcpLineStatisticalAlarmState"

@SubObjectType

"dsc3CbitParity" if $8 = 1
"g832-g804" if $8 = 2
otherwise "unknown"

@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

Specific Trap 50305

This trap is generated when loopback is disabled.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-198 describes the fields and values for Specific Trap 50305.


Table G-198: bnmPlcpLpbkDisableTrap
Field Value

@PSAP

$7

@ObjectType

"line.trunk"

@ServiceType

"bnmdsx3"

@Class

1025

@BitMapField

$6

@Convert

"dsx3PlcpLineStatisticalAlarmState"

@SubObjectType

"dsc3CbitParity" if $8 = 1
"g832-g804" if $8 = 2
otherwise "unknown"

@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

Specific Trap 50311

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

Table G-199 describes the fields and values for Specific Trap 50311.


Table G-199: trapChanOamLpbkStatus
Field Value

@Class

1070

@AlertKey

$2 + $4

@AlertGroup

"ChanOamLpbkStatus"

@Summary

"MGX" + @NEModelID + " " + $2 + " OAM Loopback status has changed"

Specific Trap 50312

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

Table G-200 describes the fields and values for Specific Trap 50312.


Table G-200: rasDskChksumStatusTrap
Field Value

@Class

1070

@AlertKey

$2 + $4

@AlertGroup

"rasDskBadSectors"

@Summary

"MGX" + @NEModelID + " " + $2 + " SM Configuration and FirmWare has changed"

Specific Trap 50313

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

Table G-201 describes the fields and values for Specific Trap 50313.


Table G-201: rasDskBadSectorsTrap
Field Value

@Class

1070

@AlertKey

$2 + $4

@AlertGroup

"pxmCurSource"

@Summary

"MGX" + @NEModelID + " " + $2 + " number of bad sectors in the ASC Hard Disk is " + $9

Specific Trap 50315

This trap is generated when the current clock source has changed..

Supported CIC Releases: 1.2

Table G-202 describes the fields and values for Specific Trap 50315.


Table G-202: pxmCurClkSourceTrap
Field Value

@Class

1070

@AlertKey

$2 + $4

@AlertGroup

"pxmCurClkSource"

@Summary

"MGX" + @NEModelID + " " + $2 + "current clock source has changed: "

Specific Trap 50350

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

Table G-203 describes the fields and values for Specific Trap 50350


Table G-203:
trapLineEnabled
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

Specific Trap 50380

This trap is generated when the card is over-subscribed.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-204 describes the fields and values for Specific Trap 50380


Table G-204: trapCardOvrSubscribed
Field Value

@ObjectType

"card"

@Class

1005

@SubObjectType

lookup($6, Axisfm)

@AlertKey

$2 + $4 + $6

@AlertGroup

"CardOvrSubsc"

@Summary

"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

Specific Trap 50381

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

Table G-205 describes the fields and values for Specific Trap 50381.


Table G-205: trapGenFrPortActive
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

@Severity

0

@Type

2

@ObjectStatus

902

@Class

1030

@Summary

"MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line#" + $9 + " port#" + $8 + " cleared"

Specific Trap 50382

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

Table G-206 describes the fields and values for Specific Trap 50382.


Table G-206: trapGenFrPortFailed
Field Value

@ObjectType

:port.FR"

@ServiceType

"frPort"

@PSAP

$9

@LSAP

$8

@Class

1030

@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

Specific Trap 50383

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

Table G-207 describes the fields and values for Specific Trap 50383.


Table G-207: trapGenFrPortDelete
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

Specific Trap 50384

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

Table G-208 describes the fields and values for Specific Trap 50384.


Table G-208: trapGenFrPortLoopbackEnabled
Field Value

@ObjectType

:port.FR"

@ServiceType

"frPort"

@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

Specific Trap 50385

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

Table G-209 describes the fields and values for Specific Trap 50385.


Table G-209: trapGenFrPortLoopbackDisabled
Field Value

@ObjectType

:port.FR"

@ServiceType

"frPort"

@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

Specific Trap 50386

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

Table G-210 describes the fields and values for Specific Trap 50386.


Table G-210: trapGenFrPortOvrSubscribed
Field Value

@NEName

$2

@Slot

$4

@PSAP

$9

@LSAP

$8

@ObjectType

:port.FR"

@ServiceType

"frPort"

@PSAP

$9

@LSAP

$8

@Class

1085

@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

Specific Trap 50387

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

Table G-211 describes the fields and values for Specific Trap 50387.


Table G-211: trapGenFrChanActive
Field Value

@PSAP

$9

@LSAP

$8

@DSAP

$11 + " (DLCI) "

@ObjectType

:"endpoint.FR"

@ServiceType

"frChan"

@Class

If $portds0ConfigBitMap exists, 1035, else 1040

@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

Specific Trap 50388

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

Table G-212 describes the fields and values for Specific Trap 50388.


Table G-212: trapGenFrChanFailed
Field Value

@PSAP

$9

@LSAP

$8

@DSAP

$11 + " (DLCI) "

@ObjectType

:"endpoint.FR"

@ServiceType

"frChan"

@Class

If $portds0ConfigBitMap exists, 1035, else 1040

@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

Specific Trap 50389

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

Table G-213 describes the fields and values for Specific Trap 50389.


Table G-213: trapGenFrChanDelete
Field Value

@PSAP

$9

@LSAP

$8

@DSAP

$11 + " (DLCI) "

@ObjectType

:"endpoint.FR"

@ServiceType

"frChan"

@Class

If $portds0ConfigBitMap exists, 1035, else 1040

@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

Specific Trap 50400

This trap is generated when a port becomes active.

Supported CIC Releases: 1.2

Table G-214 describes the fields and values for Specific Trap 50400.


Table G-214: trapPortActive
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 + $6 + $7 + $8

@AlertGroup

"PortActive"

@Type

2

@Summary

"MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $7 + " port# " + $6 +
" cleared"

@AdditionalInfo

"See BitMap for PortDS0ConfigBitMap"

@Severity

0

$DeDupKey

@AlertKey + $9 + $11

Specific Trap 50401

This trap is generated when a port has failed.

Supported CIC Releases: 1.2

Table G-215 describes the fields and values for Specific Trap 50401.


Table G-215: trapPortFailed
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 +
" failed" - ($7 != 0)

$DeDupKey

@AlertKey + $9 + $11 - ($7 != 0)

@AdditionalInfo

"See BitMap field for PortDS0ConfigBitMap" - ($7!= 0)

Specific Trap 50402

This trap is generated when the port has been deleted.

Supported CIC Releases: 1.2

Table G-216 describes the fields and values for Specific Trap 50402.


Table G-216: trapPortDelete
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 +
" deleted"

@AdditionalInfo

"See BitMap Field for PortDS0ConfigBitMap"

$DeDupKey

@AlertKey + $9 + $11

Specific Trap 50403

This trap is generated when the port loopback is enabled.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-217 describes the fields and values for Specific Trap 50403.


Table G-217: trapPortLoopbackEnabled
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

Specific Trap 50404

This trap is generated when port loopback is disabled.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-218 describes the fields and values for Specific Trap 50404.


Table G-218: trapPortLoopbackDisabled
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 +
" loopback disabled"

@AdditionalInfo

"See BitMap for PortDS0ConfigBitMap"

@Severity

2

$DeDupKey

@AlertKey + $8

Specific Trap 50405

This trap is generated when a port is added. Note, this trap is not used.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-219 describes the fields and values for Specific Trap 50405.


Table G-219: trapPortAdded
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 +
" added"

@AdditionalInfo

"See BitMap Field for PortDS0ConfigBitMap"

@Severity

2

$DeDupKey

@AlertKey + $11

Specific Trap 50406

This trap is generated when the port is over-subscribed.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-220 describes the fields and values for Specific Trap 50406.


Table G-220: trapPortOvrSubscribed
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

Specific Trap 50450 (FRSM_HS1 HSSI/X.21 Port Trap)

This trap is generated when the port becomes active.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-221 describes the fields and values for Specific Trap 50450.


Table G-221: trapX21PortActive
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

Specific Trap 50451 (FRSM_HS1 HSSI/X.21 Port Trap)

This trap is generated when the port fails.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-222 describes the fields and values for Specific Trap 50451.


Table G-222: trapX21PortFailed
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

Specific Trap 50452 (FRSM_HS1 HSSI/X.21 Port Trap)

This trap is generated when the port is deleted.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-223 describes the fields and values for Specific Trap 50452.


Table G-223: trapX21PortDelete
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

Specific Trap 50453 (FRSM_HS1 HSSI/X.21 Port Trap)

This trap is generated when port loopback is enabled.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-224 describes the fields and values for Specific Trap 50453.


Table G-224: trapX21PortLoopbackEnabled
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

Specific Trap 50454 (FRSM_HS1 HSSI/X.21 Port Trap)

This trap is generated when port loopback is disabled.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-225 describes the fields and values for Specific Trap 50454.


Table G-225: trapX21PortLoopbackDisabled
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

Specific Trap 50455 (FRSM_HS1 HSSI/X.21 Port Trap)

This trap is generated when a port is added.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-226 describes the fields and values for Specific Trap 50455.


Table G-226: trapX21PortAdded
Field Value

@PSAP

$7

@LSAP

$6

@ServiceType

"FR"

@ObjectType

"port.FR"

@ServiceType

"frPort"

@Class

1030

@BitMapField

$10

@Convert

"portSignallingState"

@SubObjectType

lookup($8, LineType)

@ObjectStatus

int($portState) + int($9)

@AlertKey

$2 + $4 + $7 + $6 + $8

@AlertGroup

"X21PortAdded"

@Summary

"MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $7 + " lineType# " + @SubObjectType + " port# " + $6 + " added"

@AdditionalInfo

"See BitMap field for PortSignallingState"

@Severity

2

$DeDupKey

@AlertKey + $9 + $10

Specific Trap 50500 (Channel Trap)

This trap is generated when the channel becomes active.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-227 describes the fields and values for Specific Trap 50500.


Table G-227: trapChanActive
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

Specific Trap 50501 (Channel Trap)

This trap is generated when the channel fails.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-228 describes the fields and values for Specific Trap 50501.


Table G-228: trapChanFailed
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 +
" dlci# " + $9 + " channel# " + $8 + " failed"

@AdditionalInfo

"See BitMap field for PortDs0ConfigBitMap"

@Severity

3

$DeDupKey

@AlertKey + $8 + $11

Specific Trap 50502 (Channel Trap)

This trap is generated when the channel is deleted.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-229 describes the fields and values for Specific Trap 50502.


Table G-229: trapChanDelete
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 +
" dlci# " + $9 + " channel# " + $8 + " deleted."

@AdditionalInfo

"See BitMap field for PortDs0ConfigBitMap"

@Severity

2

$DeDupKey

@AlertKey + $8 + $11

Specific Trap 50503 (Channel Trap)

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

Table G-230 describes the fields and values for Specific Trap 50503.


Table G-230: trapChanAdded
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

Specific Trap 50538 (FRASM Cards)

This trap is generated when a link station is added. Table G-231 describes the fields and values for Specific Trap 50538.

Supported CIC Releases: 1.1, 1.2

Specific Trap 50539 (FRASM Cards)

This trap is generated when a link station is deleted. Table G-231 describes the fields and values for Specific Trap 50539.

Supported CIC Releases: 1.1, 1.2

Specific Trap 50540 (FRASM Cards)

This trap is generated when a link station changes state. Table G-231 describes the fields and values for Specific Trap 50540.

Supported CIC Releases: 1.1, 1.2

Specific Trap 50541 (FRASM Cards)

This trap is generated when a link station becomes active. Table G-231 describes the fields and values for Specific Trap 50541.

Supported CIC Releases: 1.1, 1.2


Table G-231: sdlcLSPort*Traps
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = shelfNodeName,
$3 = shelfNum,
$4 = moduleSlotNumber,
$5 = moduleTrapAlarmSeverity,
$6 = snaPortNum,
$7 = lineNum,
$8 = lineType,
$9 = sdlcLSConfigAddress

@SubObjectType

lookup($8, LineType)

@Slot

$4

@PSAP

$7

@LSAP

$6

@ObjectType

"linkstation.SNA"

@ObjectStatus

50538: int($configChangeState) + 1#added
50539: int($configChangeState) + 2#deleted
50540: int($configChangeState) + 3#modify
50541: int($configChangeState) + 4#active

@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

Specific Trap 50542 (FRASM Cards)

This trap is generated when a BNN route is added. Table G-232 describes the fields and values for Specific Trap 50542.

Supported CIC Releases: 1.1, 1.2

Specific Trap 50543 (FRASM Cards)

This trap is generated when a BNN route is deleted. Table G-232 describes the fields and values for Specific Trap 50543.

Supported CIC Releases: 1.1, 1.2

Specific Trap 50544 (FRASM Cards)

This trap is generated when a BNN route changes state. Table G-232 describes the fields and values for Specific Trap 50544.

Supported CIC Releases: 1.1, 1.2

Specific Trap 50545 (FRASM Cards)

This trap is generated when a BNN route becomes active.

Supported CIC Releases: 1.1, 1.2

Table G-232 describes the fields and values for Specific Trap 50545.


Table G-232: frasBNNRoute*Traps
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = shelfNodeName,
$3 = shelfNum,
$4 = moduleSlotNumber,
$5 = moduleTrapAlarmSeverity,
$6 = snaPortNum,
$7 = lineNum,
$8 = lineType,
$9 = frasBNNRouteConfigStationAddress

@SubObjectType

lookup($8, LineType)

@Slot

$4

@PSAP

$7

@LSAP

$6

@ObjectType

"route.SNA"

@ObjectStatus

50542: int($configChangeState) + 1#added
50543: int($configChangeState) + 2#deleted
50544: int($configChangeState) + 3#modify
50545: int($configChangeState) + 4#active

@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

Specific Trap 50546 (FRASM Cards)

This trap is generated when BAN route is added. Table G-233 describes the fields and values for Specific Trap 50546.

Supported CIC Releases: 1.1, 1.2

Specific Trap 50547 (FRASM Cards)

This trap is generated when BAN route is deleted. Table G-233 describes the fields and values for Specific Trap 50547.

Supported CIC Releases: 1.1, 1.2

Specific Trap 50548 (FRASM Cards)

This trap is generated when BAN route changes state. Table G-233 describes the fields and values for Specific Trap 50548.

Supported CIC Releases: 1.1, 1.2

Specific Trap 50549 (FRASM Cards)

This trap is generated when BAN route becomes active.

Supported CIC Releases: 1.1, 1.2

Table G-233 describes the fields and values for Specific Trap 50549.


Table G-233: frasBANRoute*Traps
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = shelfNodeName,
$3 = shelfNum,
$4 = moduleSlotNumber,
$5 = moduleTrapAlarmSeverity,
$6 = snaPortNum,
$7 = lineNum,
$8 = lineType,
$9 = frasBANRouteConfigStationAddress

@SubObjectType

lookup($8, LineType)

@Slot

$4

@PSAP

$7

@LSAP

$6

@ObjectType

"route.SNA" v

@ObjectStatus

50546: int($configChangeState) + 1#added
50547: int($configChangeState) + 2#deleted
50548: int($configChangeState) + 3#modify
50549: int($configChangeState) + 4#active

@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

Specific Trap 50550 (FRASM Cards)

This trap is generated when a STUN Protocol Group is added.

Supported CIC Releases: 1.1, 1.2

Table G-234 describes the fields and values for Specific Trap 50550.

Specific Trap 50551 (FRASM Cards)

This trap is generated when a STUN Protocol Group is deleted.

Supported CIC Releases: 1.1, 1.2

Table G-234 describes the fields and values for Specific Trap 50551.

Specific Trap 50552 (FRASM Cards)

This trap is generated when a STUN Protocol Group changes state.

Supported CIC Releases: 1.1, 1.2

Table G-234 describes the fields and values for Specific Trap 50552.

Specific Trap 50553 (FRASM Cards)

This trap is generated when a STUN Protocol Group becomes active.

Supported CIC Releases: 1.1, 1.2

Table G-234 describes the fields and values for Specific Trap 50553.


Table G-234: stunProtocolGroup*Traps
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = shelfNodeName,
$3 = shelfNum,
$4 = moduleSlotNumber,
$5 = moduleTrapAlarmSeverity,
$6 = stunProtocolGroupConfigNumber,
$7 = lineNum,
$8 = lineType

@SubObjectType

lookup($8, LineType)

@Slot

$4

@ObjectType

"protocol.SNA"

@ObjectStatus

50550: int($configChangeStatus) + 1#added
50551: int($configChangeStatus) + 2#deleted
50552: int($configChangeStatus) +3#modify
50553: int($configChangeStatus) + 4#active

@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 +
" Slot " + $4

50553: "STUN Protocol Group active on MGX" + @NEModelID + " " + $2 + " Slot " + $4

$DeDupKey

@AlertKey + @AlertGroup + @ObjectStatus

Specific Trap 50554 (FRASM Cards)

This trap is generated when a STUN port is added.

Supported CIC Releases: 1.1, 1.2

Table G-235 describes the fields and values for Specific Trap 50554.

Specific Trap 50555 (FRASM Cards)

This trap is generated when a STUN port is deleted.

Supported CIC Releases: 1.1, 1.2

Table G-235 describes the fields and values for Specific Trap 50555.

Specific Trap 50556 (FRASM Cards)

This trap is generated when a STUN port changes state.

Supported CIC Releases: 1.1, 1.2

Table G-235 describes the fields and values for Specific Trap 50556.

Specific Trap 50557 (FRASM Cards)

This trap is generated when a STUN port becomes active.

Supported CIC Releases: 1.1, 1.2

Table G-235 describes the fields and values for Specific Trap 50557.


Table G-235: stunPort*Traps
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = shelfNodeName,
$3 = shelfNum,
$4 = moduleSlotNumber,
$5 = moduleTrapAlarmSeverity,
$6 = snaPortNum,
$7 = lineNum,
$8 = lineType

@SubObjectType

lookup($8, LineType)

@Slot

$4

@PSAP

$7

@LSAP

$6

@ObjectType

"port.SNA"

@ObjectStatus

50554: int($configChangeStatus) + 1#added
50555: int($configChangeStatus) + 2#deleted
50556: int($configChangeStatus) +3#modify
50557: int($configChangeStatus) + 4#active

@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

Specific Trap 50558 (FRASM Cards)

This trap is generated when a STUN route is added.

Supported CIC Releases: 1.1, 1.2

Table G-236 describes the fields and values for Specific Trap 50558.

Specific Trap 50559 (FRASM Cards)

This trap is generated when a STUN route is deleted.

Supported CIC Releases: 1.1, 1.2

Table G-236 describes the fields and values for Specific Trap.

Specific Trap 50560 (FRASM Cards)

This trap is generated when a STUN route changes state.

Supported CIC Releases: 1.1, 1.2

Table G-236 describes the fields and values for Specific Trap 50560.

Specific Trap 50561 (FRASM Cards)

This trap is generated when a STUN route becomes active.

Supported CIC Releases: 1.1, 1.2

Table G-236 describes the fields and values for Specific Trap 50561.


Table G-236: stunRoute*Traps
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = shelfNodeName,
$3 = shelfNum,
$4 = moduleSlotNumber,
$5 = moduleTrapAlarmSeverity,
$6 = snaPortNum,
$7 = lineNum,
$8 = lineType

@SubObjectType

lookup($8, LineType)

@Slot

$4

@PSAP

$7

@LSAP

$6

@ObjectType

"route.SNA"

@ObjectStatus

50558: int($configChangeStatus) + 1#added
50559: int($configChangeStatus) + 2#deleted
50560: int($configChangeStatus) + 3#modify
50561: int($configChangeStatus) + 4 #active

@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

Specific Trap 50562 (FRASM Cards)

This trap is generated when a BSTUN port is added.

Supported CIC Releases: 1.1, 1.2

Table G-237 describes the fields and values for Specific Trap 50562.

Specific Trap 50563 (FRASM Cards)

This trap is generated when a BSTUN port is deleted.

Supported CIC Releases: 1.1, 1.2

Table G-237 describes the fields and values for Specific Trap 50563.

Specific Trap 50564 (FRASM Cards)

This trap is generated when a BSTUN port changes state.

Supported CIC Releases: 1.1, 1.2

Table G-237 describes the fields and values for Specific Trap 50564.

Specific Trap 50565 (FRASM Cards)

This trap is generated when a BSTUN port becomes active.

Supported CIC Releases: 1.1, 1.2

Table G-237 describes the fields and values for Specific Trap 50565.


Table G-237: bstunProtocolGroup*Traps
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = shelfNodeName,
$3 = shelfNum,
$4 = moduleSlotNumber,
$5 = moduleTrapAlarmSeverity,
$6 = snaPortNum,
$7 = lineNum,
$8 = lineType

@SubObjectType

lookup($8, LineType)

@Slot

$4

@ObjectType

"protocol.SNA"

@ObjectStatus

50562: int($configChangeStatus) + 1#added
50563: int($configChangeStatus) + 2#deleted
50564: int($configChangeStatus) + 3#modify
50565: int($configChangeStatus) + 4#active

@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

Specific Trap 50566 (FRASM Cards)

This trap is generated when a BSTUN port is added.

Supported CIC Releases: 1.1, 1.2

Table G-238 describes the fields and values for Specific Trap 50566.

Specific Trap 50567 (FRASM Cards)

This trap is generated when a BSTUN port is deleted.

Supported CIC Releases: 1.2

Table G-238 describes the fields and values for Specific Trap 50567.

Specific Trap 50568 (FRASM Cards)

This trap is generated when a BSTUN port changes state.

Supported CIC Releases: 1.1, 1.2

Table G-238 describes the fields and values for Specific Trap 50568s.

Specific Trap 50569 (FRASM Cards)

This trap is generated when a BSTUN port becomes active.

Supported CIC Releases: 1.1, 1.2

Table G-238 describes the fields and values for Specific Trap 50569.
Table G-238: bstunPort*Traps
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = shelfNodeName,
$3 = shelfNum,
$4 = moduleSlotNumber,
$5 = moduleTrapAlarmSeverity,
$6 = snaPortNum,
$7 = lineNum,
$8 = lineType

@SubObjectType

lookup($8, LineType)

@Slot

$4

@PSAP

$7

@LSAP

$6

@ObjectType

"port.SNA"

@ObjectStatus

50566: int($frasmPortState) + 4 #added
50567: int($frasmPortState) + 3 #deleted
50568: "UNK"
50569: int($frasmPortState) + 2 #active

@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

Specific Trap 50570 (FRASM Cards)

This trap is generated when a BSTUN route is added.

Supported CIC Releases: 1.1, 1.2

Table G-239 describes the fields and values for Specific Trap 50570.

Specific Trap 50571 (FRASM Cards)

This trap is generated when a BSTUN route is deleted.

Supported CIC Releases: 1.1, 1.2

Table G-239 describes the fields and values for specific trap 50571.

Specific Trap 50572 (FRASM Cards)

This trap is generated when a BSTUN route changes state.

Supported CIC Releases: 1.1, 1.2

Table G-239 describes the fields and values for Specific Trap 50572.

Specific Trap 50573 (FRASM Cards)

This trap is generated when a BSTUN route becomes active.

Supported CIC Releases: 1.1, 1.2

Table G-239 describes the fields and values for Specific Trap 50573.


Table G-239: bStunRoute*Traps
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = shelfNodeName,
$3 = shelfNum,
$4 = moduleSlotNumber,
$5 = moduleTrapAlarmSeverity,
$6 = snaPortNum,
$7 = lineNum,
$8 = lineType,
$9 = bStunRouteConfigCUAddress

@SubObjectType

lookup($8, LineType)

@Slot

$4

@PSAP

$7

@LSAP

$86

@ObjectType

"route.SNA"

@ObjectStatus

50570: int($frasmPortState) + 4 #added
50571: int($frasmPortState) + 3 #deleted
50572: "UNK"
50573: int($frasmPortState) + 2 #active

@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

Specific Trap 50574 (FRASM Cards)

This trap is generated when an LLC port is added.

Supported CIC Releases: 1.1, 1.2

Table G-240 describes the fields and values for Specific Trap 50574.

Specific Trap 50575 (FRASM Cards)

This trap is generated when an LLC port is deleted.

Supported CIC Releases: 1.1, 1.2

Table G-240 describes the fields and values for Specific Trap 50575.

Specific Trap 50576 (FRASM Cards)

This trap is generated when an LLC port changes state.

Supported CIC Releases: 1.1, 1.2

Table G-240 describes the fields and values for Specific Trap 50576.

Specific Trap 50577 (FRASM Cards)

This trap is generated when an LLC port becomes active.

Supported CIC Releases: 1.1, 1.2

Table G-240 describes the fields and values for Specific Trap 50577

.
Table G-240: llcPort*Traps
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = shelfNodeName,
$3 = shelfNum,
$4 = moduleSlotNumber,
$5 = moduleTrapAlarmSeverity,
$6 = snaPortNum,
$7 = lineNum,
$8 = lineType

@SubObjectType

lookup($8, LineType)

@Slot

$4

@PSAP

$7

@LSAP

$6

@ObjectType

"llcPort.SNA"

@ObjectStatus

50574: int($configChangeStaus) + 1#added
50575: int($configChangeStatus) + 2#deleted
50576: int($configChangeStatus) + 3#modify
50577: int($configChangeStatus) + 4#active

@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

Specific Trap 50600

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

Table G-241 describes the fields and values for Specific Trap 50600.


Table G-241: trapConfigChange
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

Specific Trap 50602

This trap indicates that all previous APS alarm conditions have been cleared..

Supported CIC Releases: 1.2

Table G-242 describes the fields and values for Specific Trap 50602.


Table G-242: pxmApsClearTrap
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"

Specific Trap 50603

This trap indicates that the APS feature is deactivated for the working and the protection pair.

Supported CIC Releases: 1.2

Table G-243 describes the fields and values for Specific Trap 50603.


Table G-243: pxmApsDeactivateTrap
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"

Specific Trap 50604

This trap indicates that the APS feature is activated for the working and the protection pair.

Supported CIC Releases: 1.2

Table G-244 describes the fields and values for Specific Trap 50604.


Table G-244: pxmApsActivateTrap
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"

Specific Trap 50605

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

Table G-245 describes the fields and values for Specific Trap 50605.


Table G-245: pxmApsCardFailureTrap
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"

Specific Trap 50606

This trap indicates an abnormal condition of the SONET line automatic protection switching (APS) feature.

Supported CIC Releases: 1.2

Table G-246 describes the fields and values for Specific Trap 50606.


Table G-246: pxmApsLineFailure
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"

Specific Trap 50607

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

Table G-247 describes the fields and values for Specific Trap 50607.


Table G-247: pxmApsLineSwitchTrap
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

Specific Trap 50608

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

Table G-248 describes the fields and values for Specific Trap 50608.


Table G-248: pxmApsLineSwitchFailureTrap
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

Specific Trap 50609

This trap indicates an abnormal condition on the standby SONET line. The apsLineSwFailureCode describes the reason for the failure.

Supported CIC Releases: 1.2

Table G-249 describes the fields and values for Specific Trap 50609.


Table G-249: pxmApsStandbyLineFailureTrap
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

Specific Trap 50610

This trap indicates that an abnormal condition in a SONET APS card has been cleared.

Supported CIC Releases: 1.2

Table G-250 describes the fields and values for Specific Trap 50610.


Table G-250: pxmApsCardClearTrap
Field Value

@Type

2

@Class

1080

@Slot

$4

@Summary

"MGX" + @NEModelID+ " " + $2 + " SONET APS Working Card# " + $8 + " cleared"

Specific Trap 50611

This trap indicates that an abnormal condition in the APS lines has been cleared.

Supported CIC Releases: 1.2

Table G-251 describes the fields and values for Specific Trap 50611.


Table G-251: pxmApsLineClearTrap
Field Value

@Type

2

@Class

1080

@PSAP

$12

@Summary

"MGX" + @NEModelID + " " + $2 + " abnormal condition of lines is cleared"

Specific Trap 50612

This trap indicates that an abnormal condition in the standby lines has been cleared.

Supported CIC Releases: 1.2

Table G-252 describes the fields and values for Specific Trap 50612.


Table G-252: pxmApsStandbyLineClearTrap
Field Value

@Type

1

@Class

1080

@Summary

"MGX" + @NEModelID + " " + $2 + " abnormal condition of standbylines is cleared"

Specific Trap 50700

This trap is generated when a VISM card's IP address is changed.

Supported CIC Releases: 1.2

Table G-253 describes the fields and values for Specific Trap 50700.


Table G-253: trapVismIpAddressChanged
Field Value

@ObjectType

"card"

@Type

5

@Class

1005

@AlertKey

$2 + $4 + $6 + $8

@AlertGroup

"VISM.IP"

@Summary

@Summary = "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " VISM IP has changed to: " + $8

Specific Trap 50701

This trap is generated when the IP address of a Lightspeed signalling unit is changed.

Supported CIC Releases: 1.2

Table G-254 describes the fields and values for Specific Trap 50701.


Table G-254: trapVismSUIpAddressChanged
Field Value

@ObjectType

"card"

@Type

5

@Class

1005

@AlertKey

$2 + $4 + $6 + $8

@AlertGroup

"VISM.SUIP"

@Summary

"MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Signaling Unit IP has changed to: " + $8

Specific Trap 50702

This trap is generated when a Voice Interworking Service Module (VISM) card's NSAP address is changed.

Supported CIC Releases: 1.2

Table G-255 describes the fields and values for Specific Trap 50782.


Table G-255: TrapVismNSAPAddressChanged
Field Value

@ObjectType

"card"

@Type

5

@Class

1005

@AlertKey

$2 + $4 + $6 + $8

@AlertGroup

"VISM.NSAPIP"

@Summary

@Summary = "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " NSAP IP has changed to: " + $8

Specific Trap 50703

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

Table G-256 describes the fields and values for Specific Trap 50703.


Table G-256: trapSUActive
Field Value

@ObjectType

"card"

@Type

2

@Class

1005

@AlertKey

$2 + $4 + $6 + $8

@AlertGroup

"VISM.SU"

@Summary

@Summary = "MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Signaling Unit IP : " + $8 + " is active"

Specific Trap 50704

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

Table G-257 describes the fields and values for Specific Trap 50704.


Table G-257: trapSUFailed
Field Value

@ObjectType

"card"

@Type

1

@Class

1005

@AlertKey

$2 + $4 + $6 + $8

@AlertGroup

"VISM.SU"

@Summary

"MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Signaling Unit IP : " + $8 + " has failed"

Specific Trap 50705

This trap is generated when an endpoint is added.

Supported CIC Releases: 1.2

Table G-258 describes the fields and values for Specific Trap 50705.


Table G-258: trapEndpointAdded
Field Value

@Type

3

@Class

1090

@AlertKey

$2 + $4 + $8 + $9

@AlertGroup

"ENDPOINT.DSX0"

@Summary

"MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Endpoint " + $8 + " added"

Specific Trap 50706

This trap is generated when an endpoint changes to an active state from a "failedDueToLine" state.

Supported CIC Releases: 1.2

Table G-259 describes the fields and values for Specific Trap 50706.


Table G-259: trapEndpointActive
Field Value

@Type

2

@Class

1090

@AlertKey

$2 + $4 + $8 + $9

@AlertGroup

"ENDPOINT.DSX0"

@Summary

MGX" + @NEModelID+ " " + $2 + " slot " + $4 + " Endpoint " + $8 + " active"

Specific Trap 50707

This trap is generated when an endpoint fails due to a line alarm.

Supported CIC Releases: 1.2

Table G-260 describes the fields and values for Specific Trap 50707.


Table G-260: trapEndpointFailed
Field Value

@Type

1

@Class

1090

@AlertKey

$2 + $4 + $8 + $9

@AlertGroup

"ENDPOINT.DSX0"

@Summary

"MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Endpoint " + $8 + " failed"

Specific Trap 50708

This trap is generated when an endpoint is deleted.

Supported CIC Releases: 1.2

Table G-261 describes the fields and values for Specific Trap 50708.


Table G-261: trapEndpointDeleted
Field Value

@Type

4

@Class

1090

@AlertKey

$2 + $4 + $8 + $9

@AlertGroup

"ENDPOINT.DSX0"

@Summary

"MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Endpoint " + $8 + " deleted"

Specific Trap 50709

This trap is generated when a Voice Interworking Service Module (VISM) channel becomes active.

Supported CIC Releases: 1.2

Table G-262 describes the fields and values for Specific Trap 50709.


Table G-262: trapVismChanActive
Field Value

@PSAP

$8

@DSAP

$10

@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"

Specific Trap 50710

This trap is generated when a Voice Interworking Service Module (VISM) channel is deleted.

Supported CIC Releases: 1.2

Table G-263 describes the fields and values for Specific Trap 50710.


Table G-263: trapVismChanDeleted
Field Value

@PSAP

$8

@DSAP

$10

@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"

Specific Trap 50711

This trap is generated when a Voice Interworking Service Module (VISM) port is added.

Supported CIC Releases: 1.2

Table G-264 describes the fields and values for Specific Trap 50711.


Table G-264: trapVismPortAdded
Field Value

@PSAP

$8

@DSAP

$10

@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"

Specific Trap 50712

This trap is generated when a Voice Interworking Service Module (VISM) port becomes active.

Supported CIC Releases: 1.2

Table G-265 describes the fields and values for Specific Trap 50712.


Table G-265: trapVismPortActive
Field Value

@PSAP

$8

@DSAP

$10

@Type

3

@AlertKey

$2 + $4 + $8 + $9

@AlertGroup

"VISM.PORT"

@Summary

"MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Line# " + $8 + " VISM Port# " + $10 + " active"

Specific Trap 50713

This trap is generated when a Voice Interworking Service Module (VISM) port fails.

Supported CIC Releases: 1.2

Table G-266 describes the fields and values for Specific Trap 50713.


Table G-266: trapVismPortFailed
Field Value

@PSAP

$8

@DSAP

$10

@Type

1

@AlertKey

$2 + $4 + $8 + $10

@AlertGroup

"VISM.PORT"

@Summary

"MGX" + @NEModelID+ " " + $2 + " slot " + $4 + " Line# " + $8 + " VISM Port# " + $10 + " failed"

Specific Trap 50800

This trap is generated when the configuration is cleared.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-267 describes the fields and values for Specific Trap 50800.


Table G-267: trapSMclearAllCfg
Field Value

@ObjectType

"system.config"

@Class

1015

@SubObjectType

lookup($6, Axisfm)

@AlertKey

$2 + $6

@AlertGroup

"ServiceModClearConfi"

@Summary

"MGX" + @NEModelID + " " + $2 + " object type " + @SubObjectType + " Config Cleared"

$DeDupKey

@AlertKey

Specific Trap 50900 (AUSM Card Trap)

This trap is generated when no PLPP alarm exists.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-268 describes the fields and values for Specific Trap 50900 fields.


Table G-268: trapAusmPlppActive
Field Value

@ObjectType

"line.access"

@ServiceType

"dsx1"

@Class

1025

@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)

Specific Trap 50901 (AUSM Card Trap)

This trap is generated when a PLPP alarm exists.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-269 describes the fields and values for Specific Trap 50901.


Table G-269: trapAusmPlppInactive
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

"AusmPLCPActive"

@Type

1

@Summary

"MGX" + @NEModelID + " " + $2 + " slot " + $4 + " PLCP line# " + $6 + " failed"

$DeDupKey

@AlertKey + $8

Specific Trap 50904 (AUSM Card Trap)

This trap is generated when PLPP loopback is enabled.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-270 describes the fields and values for Specific Trap 50904.


Table G-270: trapAusmPlppLbEnable
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

Specific Trap 50905 (AUSM Card Trap)

This trap is generated when PLPP loopback is disabled.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-271 describes the fields and values for Specific Trap 50905.


Table G-271: trapAusmPlppLbDisabled
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

Specific Trap 50910 (AUSM Card Trap)

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

Table G-272 describes the fields and values for Specific Trap 50910.


Table G-272: trapAusmPortActive
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 +
" clear"

$DeDupKey

@AlertKey + $9

Specific Trap 50911 (AUSM Card Trap)

This trap is generated when the port failed and is in an alarmed state.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-273 describes the fields and values for Specific Trap 50911.


Table G-273: trapAusmPortFailed
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 +
" failed"

$DeDupKey

@AlertKey + $9

Specific Trap 50912 (AUSM Card Trap)

This trap is generated when the port is deleted.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-274 describes the fields and values for Specific Trap 50912.


Table G-274: trapAusmPortDelete
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

Specific Trap 50913 (AUSM Card Trap)

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

Table G-275 describes the fields and values for Specific Trap 50913.


Table G-275: trapAusmPortSvcRangeChanged
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

Specific Trap 50914 (AUSM Card Trap)

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

Table G-276 describes the fields and values for Specific Trap 50914

.
Table G-276: trapImaPortSvcRangeChanged
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

Specific Trap 50920 (AUSM Card Trap)

This trap is generated when a channel becomes active.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-277 describes the fields and values for Specific Trap 50920.


Table G-277: trapAusmChanActive
Field Value

@ObjectType

"endpoint.ATM"

@ServiceType

"ausmChan"

@PSAP

$6

@LSAP

$7

@DSAP

$9 + "." + $10 + "(VPI/VCI)"

@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

Specific Trap 50921 (AUSM Card Trap)

This trap is generated when a channel fails.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-278 describes the fields and values for Specific Trap 50921.


Table G-278: trapAusmChanFailed
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

Specific Trap 50922 (AUSM Card Trap)

This trap is generated when a channel is deleted.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-279 describes the fields and values for Specific Trap 50922.


Table G-279: trapAusmChanDelete
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

Specific Trap 50926 (CESM- T3/E3)

This trap is generated when a CESM Channel becomes active.

Supported CIC Releases: 1.2

Table G-280 describes the fields and values for Specific Trap 50926.


Table G-280: trapCesmChanActiveGeneric
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

Specific Trap 50927 (CESM- T3/E3)

This trap is generated when a CESM Channel is deleted.

Supported CIC Releases: 1.2

Table G-281 describes the fields and values for Specific Trap 50927.


Table G-281: trapCesmChanDeleteGeneric
Field Value

@ObjectType

"endpoint.CE"

@ServiceType

"cesmChan"

@PSAP

$8

@DSAP

$10

@Class

1040

@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

Specific Trap 50928 (CESM- T3/E3)

This trap is generated when a CESM channel egress underflows.

Supported CIC Releases: 1.2

Table G-282 describes the fields and values for Specific Trap 50928.


Table G-282: trapCesmChanUnderflowGeneric
Field Value

@ObjectType

"endpoint.CE"

@ServiceType

"cesmChan"

@PSAP

$8

@DSAP

$10

@Class

1040

@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

Specific Trap 50929 (CESM- T3/E3)

This trap is generated when a CESM channel egress overflows.

Supported CIC Releases: 1.2

Table G-283 describes the fields and values for Specific Trap 50929.


Table G-283: trapCesmChanOverflowGeneric
Field Value

@ObjectType

"endpoint.CE"

@ServiceType

"cesmChan"

@PSAP

$8

@DSAP

$10

@Class

1040

@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

Specific Trap 50930 (CESM- T3/E3)

This trap is generated when there is a call loss on a CESM channel egress.

Supported CIC Releases: 1.2

Table G-284 describes the fields and values for Specific Trap 50930.


Table G-284: trapCesmChanCellLossGeneric
Field Value

@ObjectType

"endpoint.CE"

@ServiceType

"cesmChan"

@PSAP

$8

@DSAP

$10

@Class

1040

@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

Specific Trap 50931 (CESM- T3/E3)

This trap is generated when Idle suppression starts on a connection.

Supported CIC Releases: 1.2

Table G-285 describes the fields and values for Specific Trap 50931.


Table G-285: trapCesmChanIdleSuppStartGeneric
Field Value

@ObjectType

"endpoint.CE"

@ServiceType

"cesmChan"

@PSAP

$8

@DSAP

$10

@Class

1040

@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

Specific Trap 50932 (CESM- T3/E3)

This trap is generated when Idle suppression stops on a connection.

Supported CIC Releases: 1.2

Table G-286 describes the fields and values for Specific Trap 50932.


Table G-286: trapCesmChanIdleSuppStopGeneric
Field Value

@ObjectType

"endpoint.CE"

@ServiceType

"cesmChan"

@PSAP

$8

@DSAP

$10

@Class

1040

@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

Specific Trap 50933 (CESM)

This trap is generated when a port is added.

Supported CIC Releases: 1.2

Table G-287 describes the fields and values for Specific Trap 50933.


Table G-287: trapCesmPortAddedGeneric
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."

Specific Trap 50934 (CESM )

This trap is generated when a port is becomes active.

Supported CIC Releases: 1.2

Table G-287 describes the fields and values for Specific Trap 50934.


Table G-288: trapCesmPortActiveGeneric
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."

Specific Trap 50935 (CESM)

This trap is generated when a port fails.

Supported CIC Releases: 1.2

Table G-289 describes the fields and values for Specific Trap 50935.


Table G-289: trapCesmPortFailedGeneric
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."

Specific Trap 50936 (CESM)

This trap is generated when a port is deleted.

Supported CIC Releases: 1.2

Table G-290 describes the fields and values for Specific Trap 50936.


Table G-290: trapCesmPortDeleteGeneric
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."

Specific Trap 50941 (CESM-8T1/E1 Card Trap)

This trap is generated when a CESM channel becomes active.

Supported CIC Releases: 1.1

Table G-291 describes the fields and values for Specific Trap 50941.


Table G-291: trapCesmChanActiveNew
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = shelfNodeName,
$3 = shelfNum,
$4 = moduleSlotNumber,
$5 = moduleTrapAlarmSeverity,
$6 = lineNum,
$7 = cesCnfChanNum,
$8 = cesChanPortNum

@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

Specific Trap 50942 (CESM-8T1/E1 Card Trap)

This trap is generated when a CESM channel is deleted.

Supported CIC Releases: 1.1

Table G-292 describes the fields and values for Specific Trap 50942.


Table G-292: trapCesmChanDeleteNew
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = shelfNodeName,
$3 = shelfNum,
$4 = moduleSlotNumber,
$5 = moduleTrapAlarmSeverity,
$6 = lineNum,
$7 = cesCnfChanNum,
$8 = cesChanPortNum

@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

Specific Trap 50943 (CESM-8T1/E1 Card Trap)

This trap is generated when a CESM channel egress underflows.

Supported CIC Releases: 1.1

Table G-293 describes the fields and values for Specific Trap 50943.


Table G-293: trapCesmChanUnderflowNew
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = shelfNodeName,
$3 = shelfNum,
$4 = moduleSlotNumber,
$5 = moduleTrapAlarmSeverity,
$6 = lineNum,
$7 = cesCnfChanNum,
$8 = cesChanPortNum

@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

Specific Trap 50944 (CESM-8T1/E1 Card Trap)

This trap is generated when a CESM channel egress overflows.

Supported CIC Releases: 1.1

Table G-294 describes the fields and values for Specific Trap 50944.


Table G-294: trapCesmChanOverflowNew
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = shelfNodeName,
$3 = shelfNum,
$4 = moduleSlotNumber,
$5 = moduleTrapAlarmSeverity,
$6 = lineNum,
$7 = cesCnfChanNum,
$8 = cesChanPortNum

@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

Specific Trap 50945 (CESM-8T1/E1 Card Trap)

This trap is generated when a CESM channel egress cell loss occurs.

Supported CIC Releases: 1.1

Table G-295 describes the fields and values for Specific Trap 50945.


Table G-295: trapCesmChanCellLossNew
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = shelfNodeName,
$3 = shelfNum,
$4 = moduleSlotNumber,
$5 = moduleTrapAlarmSeverity,
$6 = lineNum,
$7 = cesCnfChanNum,
$8 = cesChanPortNum

@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

Specific Trap 50946 (CESM-8T1/E1 Card Trap)

This trap is generated when Idle suppression starts on this connection.

Supported CIC Releases: 1.1

Table G-296 describes the fields and values for Specific Trap 50946.


Table G-296: trapCesmChanIdleSuppStartNew
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = shelfNodeName,
$3 = shelfNum,
$4 = moduleSlotNumber,
$5 = moduleTrapAlarmSeverity,
$6 = lineNum,
$7 = cesCnfChanNum,
$8 = cesChanPortNum

@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

Specific Trap 50947 (CESM-8T1/E1 Card Trap)

This trap is generated when idle suppression stops on a connection.

Supported CIC Releases: 1.1

Table G-297 describes the fields and values for Specific Trap 50947.


Table G-297: trapCesmChanIdleSuppStopNew
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = shelfNodeName,
$3 = shelfNum,
$4 = moduleSlotNumber,
$5 = moduleTrapAlarmSeverity,
$6 = lineNum,
$7 = cesCnfChanNum,
$8 = cesChanPortNum

@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

Specific Trap 50950 (CESM-4P Trap)

This trap is generated when a CESM channel becomes active.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-298 describes the fields and values for Specific Trap 50950.


Table G-298: trapCesmChanActive
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

Specific Trap 50952 (CESM-4P Trap)

This trap is generated when a CESM channel is deleted.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-299 describes the fields and values for Specific Trap 50952.


Table G-299: trapCesmChanDelete
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

Specific Trap 50960 (CESM-4P Trap)

This trap is generated when a CESM channel egress underflows.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-300 describes the fields and values for Specific Trap 50960.


Table G-300: trapCesmChanUnderflow
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

Specific Trap 50961 (CESM-4P Trap)

This trap is generated when a CESM channel egress overflows.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-301 describes the fields and values for Specific Trap 50961.


Table G-301: trapCesmChanOverflow
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

Specific Trap 50962 (CESM-4P Trap)

This trap is generated when a CESM channel egress cell loss occurs.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-302 describes the fields and values for Specific Trap 50962.


Table G-302: trapCesmChanCellLoss
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

Specific Trap 50971 (CESM-8T1/E1 Card Trap)

This trap is generated when a port has been added (enabled).

Supported CIC Releases: 1.1

Table G-303 describes the fields and values for Specific Trap 50971.


Table G-303: trapCesmPortAdded
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = shelfNodeName,
$3 = shelfNum,
$4 = moduleSlotNumber,
$5 = moduleTrapAlarmSeverity,
$6 = lineNum,
$7 = lineType,
$8 = cesPortNum,
$9 = cesPortDs0ConfigBitMap

@ServiceType

"cesmPort"

@PSAP

$6

@LSAP

$8

@ObjectType

"port.CE"

@Class

1030

@BitMapField

$9

@Convert

"portDs0ConfigBitMap"

@SubObjectType

lookup($7,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

Specific Trap 50972 (CESM-8T1/E1 Card Trap)

This trap is generated when a port becomes active.

Supported CIC Releases: 1.1

Table G-304 describes the fields and values for Specific Trap 50972.


Table G-304: trapCesmPortActive
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = shelfNodeName,
$3 = shelfNum,
$4 = moduleSlotNumber,
$5 = moduleTrapAlarmSeverity,
$6 = lineNum,
$7 = lineType,
$8 = cesPortNum,
$9 = cesPortDs0ConfigBitMap

@ServiceType

"cesmPort"

@PSAP

$6

@LSAP

$8

@ObjectType

"port.CE"

@Class

1030

@BitMapField

$9

@Convert

"portDs0ConfigBitMap"

@SubObjectType

lookup($7,LineType)

@ObjectStatus

"Active"

@AlertKey

$2 + $4 + $7 + $6 + $8

@AlertGroup

"CesmPortActive"

@Type

2

@Summary

"MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " port# " + 8 + " active."

AdditionalInfo

"See BitMap field for cesPortDs0ConfigBitMap"

$DeDupKey

@AlertKey + $9

Specific Trap 50973 (CESM-8T1/E1 Card Trap)

This trap is generated when a port has failed.

Supported CIC Releases: 1.1

Table G-305 describes the fields and values for Specific Trap 50973.


Table G-305: trapCesmPortFailed
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = shelfNodeName,
$3 = shelfNum,
$4 = moduleSlotNumber,
$5 = moduleTrapAlarmSeverity,
$6 = lineNum,
$7 = lineType,
$8 = cesPortNum,
$9 = cesPortDs0ConfigBitMap

@ServiceType

"cesmPort"

@PSAP

$6

@LSAP

$8

@ObjectType

"port.CE"

@Class

1030

@BitMapField

$9

@Convert

"portDs0ConfigBitMap"

@SubObjectType

lookup($7,LineType)

@ObjectStatus

"Failed"

@AlertKey

$2 + $4 + $7 + $6 + $8

@AlertGroup

"CesmPortActive"

@Type

1

@Summary

"MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " port# " + 8 + " failed."

AdditionalInfo

"See BitMap field for cesPortDs0ConfigBitMap"

$DeDupKey

@AlertKey + $9

Specific Trap 50974 (CESM-8T1/E1 Card Trap)

This trap is generated when a port has been deleted.

Supported CIC Releases: 1.1

Table G-306 describes the fields and values for Specific Trap 50974.


Table G-306: trapCesmPortDelete
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = shelfNodeName,
$3 = shelfNum,
$4 = moduleSlotNumber,
$5 = moduleTrapAlarmSeverity,
$6 = lineNum,
$7 = lineType,
$8 = cesPortNum,
$9 = cesPortDs0ConfigBitMap

@ServiceType

"cesmPort"

@PSAP

$6

@LSAP

$8

@ObjectType

"port.CE"

@Class

1030

@BitMapField

$9

@Convert

"portDs0ConfigBitMap"

@SubObjectType

lookup($7,LineType)

@ObjectStatus

"Delete"

@AlertKey

$2 + $4 + $7 + $6 + $8

@AlertGroup

"CesmPortAdded"

@Type

4

@Summary

"MGX" + @NEModelID + " " + $2 + " slot " + $4 + " line# " + $6 + " port# " + 8 + " deleted."

AdditionalInfo

"See BitMap field for cesPortDs0ConfigBitMap"

$DeDupKey

@AlertKey + $9

Specific Trap 50980 (PXM)

This trap is generated when a broadband interface is added on a Processor/Switch Module (PXM).

Supported CIC Releases: 1.2

Table G-307 describes the fields and values for Specific Trap 50980.


Table G-307: trapBllfAdded
Field Value

@ObjectType

"CARD"

@PSAP

$8

@Class

1005

@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'

Specific Trap 50981 (PXM)

This trap is generated when a broadband interface becomes active on a Processor/Switch Module (PXM).

Supported CIC Releases: 1.2

Table G-308 describes the fields and values for Specific Trap 50981.


Table G-308: trapBbIfActive
Field Value

@ObjectType

"CARD"

@PSAP

$8

@Class

1005

@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"

Specific Trap 50982 (PXM)

This trap is generated when a broadband interface is deleted on a Processor/Switch Module (PXM).

Supported CIC Releases: 1.2

Table G-309 describes the fields and values for Specific Trap 50982.


Table G-309: trapBbIfDelete
Field Value

@ObjectType

"CARD"

@PSAP

$8

@Class

1005

@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"

Specific Trap 50983 (PXM)

This trap is generated when a broadband interface has failed on a Processor/Switch Module (PXM).

Supported CIC Releases: 1.2

Table G-310 describes the fields and values for Specific Trap 50983.


Table G-310: trapBbIfFailed
Field Value

@ObjectType

"CARD"

@PSAP

$8

@Class

1005

@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"

Specific Trap 50984 (PXM)

This trap is generated when a broadband interface is modified on a Processor/Switch Module (PXM).

Supported CIC Releases: 1.2

Table G-311 describes the fields and values for Specific Trap 50984.


Table G-311: trapBbIfChange
Field Value

@ObjectType

"CARD"

@PSAP

$8

@Class

1005

@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"

Specific Trap 50985 (PXM)

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

Table G-312 describes the fields and values for Specific Trap 50985.


Table G-312: trapBbIfRscAlloc
Field Value

@ObjectType

"CARD"

@PSAP

$8

@Class

1005

@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"

Specific Trap 50990 (PXM)

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

Table G-313 describes the fields and values for Specific Trap 50990.


Table G-313: trapBbChanAdded
Field Value

@ObjectType

"CARD"

@PSAP

$8

@Class

1005

@AlertKey

$2 + $4 + $6 + $8 + $9

@AlertGroup

"BBCHAN"

@Type

3

@Summary

"MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Broadband Interface# " + $9 + " VPI# " + $11 + " VCI# " + $12 + " added"

Specific Trap 50991 (PXM)

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

Table G-314 describes the fields and values for Specific Trap 50991.


Table G-314: trapBbChanActive
Field Value

@ObjectType

"CARD"

@PSAP

$8

@Class

1005

@AlertKey

$2 + $4 + $6 + $8 + $9

@AlertGroup

"BBCHAN"

@Type

2

@Summary

"MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Broadband Interface# " + $9 + " VPI# " + $11 + " VCI# " + $12 + " active"

Specific Trap 50992 (PXM)

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

Table G-315 describes the fields and values for Specific Trap 50992.


Table G-315: trapBbChanDelete
Field Value

@ObjectType

"CARD"

@PSAP

$8

@Class

1005

@AlertKey

$2 + $4 + $6 + $8 + $9

@AlertGroup

"BBCHAN"

@Type

2

@Summary

"MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Broadband Interface# " + $9 + " VPI# " + $11 + " VCI# " + $12 + " deleted"

Specific Trap 50993 (PXM)

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

Table G-316 describes the fields and values for Specific Trap 50993.


Table G-316: trapBbChanFailed
Field Value

@ObjectType

"CARD"

@PSAP

$8

@Class

1005

@AlertKey

$2 + $4 + $6 + $8 + $9

@AlertGroup

"BBCHAN"

@Type

2

@Summary

"MGX" + @NEModelID + " " + $2 + " slot " + $4 + " Broadband Interface# " + $9 + " VPI# " + $11 + " VCI# " + $12 + " failed"

Specific Trap 51201

This trap is generated when the alarm status of the node (parnNodeId) change.

Supported CIC Releases: 1.2

Table G-317 describes the fields and values for Specific Trap 51201.


Table G-317: parNodeStatusChange
Field Value

@Class

1070

$Slot

$4

@AlertKey

$2 + $4 + $8

@AlertGroup

"PAR.NodeStatus"

@Summary

"MGX" + @NEModelID + " " + $2 + " slot " + $4 + " node alarm status are changed"

Specific Trap 51202

This trap is generated when a node's (parNodeId) parameters change:

Supported CIC Releases: 1.2

Table G-318 describes the fields and values for Specific Trap 51202.


Table G-318: parNodeParmsChange
Field Value

@Class

1070

$Slot

$4

@AlertKey

$2 + $4 + $8 + $9

@AlertGroup

"PAR.NodeParam"

@Summary

"MGX" + @NEModelID + " " + $2 + " slot " + $4 + " node parameters are changed"

Specific Trap 51203

This trap is generated when a new trunk is added to the network.

Supported CIC Releases: 1.2

Table G-319 describes the fields and values for Specific Trap 51203.


Table G-319: parTrunkAdd
Field Value

@Class

1070

$Slot

$4

@AlertKey

$2 + $4 + $8 + $9

@AlertGroup

"PAR.Trunk"

@Summary

"MGX" + @NEModelID + " " + $2 + " slot " + $4 + " trunk is added"

Specific Trap 51204

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

Table G-320 describes the fields and values for Specific Trap 51204.


Table G-320: parTrunkStatusChange
Field Value

@Class

1070

$Slot

$4

@AlertKey

$2 + $4 + $8 + $9

@AlertGroup

"PAR.Trunk"

@Summary

"MGX" + @NEModelID + " " + $2 + " slot " + $4 + " trunk status is changed"

Specific Trap 51205

This trap is generated when a trunk is deleted from the network.

Supported CIC Releases: 1.2

Table G-321 describes the fields and values for Specific Trap 51205.


Table G-321: parTrunkDelete
Field Value

@Class

1070

$Slot

$4

@AlertKey

$2 + $4 + $8 + $9

@AlertGroup

"PAR.Trunk"

@Summary

"MGX" + @NEModelID + " " + $2 + " slot " + $4 + " trunk is deleted"

Specific Trap 51206

This trap is generated when the parameters for a trunk are configured.

Supported CIC Releases: 1.2

Table G-322 describes the fields and values for Specific Trap 51206.


Table G-322: parTrunkConfig
Field Value

@Class

1070

$Slot

$4

@AlertKey

$2 + $4 + $8 + $9

@AlertGroup

"PAR.Trunk"

@Summary

"MGX" + @NEModelID + " " + $2 + " slot " + $4 + " trunk parameters are configured"

Specific Trap 51207

This trap is generated by the node that masters the connection.

Supported CIC Releases: 1.2

Table G-323 describes the fields and values for Specific Trap 51207.


Table G-323: parConnRouteStateChange
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"

Specific Trap 51208

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

Table G-324 describes the fields and values for Specific Trap 51208.


Table G-324: parDownConnStateChange
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"

Default Case

Table G-325 describes the other received Specific Trap fields and values.


Table G-325: 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)

Cisco WAN Manager Switch Software Traps

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 G-326 describes the common mappings for Enterprise .1.3.6.1.4.1.351.120.


Table G-326: 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))

Specific Trap 20001

This trap is generated when a line alarm status is received.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-327 describes the fields and values for Specific Trap 2000.


Table G-327: lineAlarm
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

Specific Trap 20002

This trap is generated when a trunk alarm status is received.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-328 describes the fields and values for Specific Trap 20002.


Table G-328: Trunk_Alarm
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
Trunk ID " + $10

@AdditionalInfo

"trapTrunkIdString" + ":" + $11

@ServiceType

"fpTrunk" (when $6 = 3 or $6 = 22)

"atmTrunk" - for other values of $6

@Class

1045

$svTrunkCardType

lookup($6, svTrunkCardType)

Specific Trap 20003

This trap is generated when a port alarm status is received.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-329 describes the fields and values for Specific Trap 20003.


Table G-329: Port_Alarm
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 +
" Line " + $8 + " Port " + $9

@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)

Specific Trap 20004

This trap is generated when a card alarm status is received.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-330 describes the fields and values for Specific Trap 20004.


Table G-330: Card_Alarm
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
failed (when $5 = 2); Automation Type = 1
down (when $5 = 3); Automation Type = 1
standby (when $5 = 4)
mismatch (when $5 = 5)
failed-no-backup (when $5 = 6)
no-card (when $5 = 7)
update (when $5 = 8)
cleared (when $5 = 9)
unavailable (when $5 = 10)
downloading (when $5 = 11)
downloader (when $5 = 12)
downloaded (when $5 = 13)
locked (when $5 = 14)
program (when $5 = 15)
upgrading (when $5 = 16)
upgraded (when $5 = 17)
frozen (when $5 = 18)

@Summary

"Card Alarm status received from " + $2 + " reason " + @TrapReason + " Card Status " + $CardStatus + " Slot " + $7

@Class

1060 (when $Service = ATM)

1065 (when $Service != ATM)

Specific Trap 20005

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

Table G-331 describes the fields and values for Specific Trap 20005.


Table G-331: Peripheral_Alarm
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

Specific Trap 20006

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

Table G-332 describes the fields and values for Specific Trap 20006.


Table G-332: CommBreak
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
node " + $3

@Severity

5

@Class

1060 (when $Service = ATM)

1015 (when $Service != ATM)

Specific Trap 20007

This trap is generated when a communications break situation is cleared.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-333 describes the fields and values for Specific Trap 20007.


Table G-333: CommBreakClear
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

Specific Trap 20008

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

Table G-334 describes the fields and values for Specific Trap 20008.


Table G-334: feederAlarm
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = svNodeGrpName,
$3 = trapSeverity,
$4 = trapReason,
$5 = trapFeederStatus,
$6 = svTrunkLocalSlot,
$7 = svTrunkLocalPort

@ObjectType

"feeder"

@ObjectStatus

int($trapFeederStatus) + int($5)

@Type

1
2 (when $5 = 1)

@PSAP

$7

@Slot

$6

@Class

1070

@AlertKey

$2

@AlertGroup

"20008_FeederAlarm"

@Summary

"Feeder Alarm status received from " + $2 + " reason " + @Trapreason + " Feeder Status " + $trapFeederStatus +
" Trunk Slot " + $6 + "Port " + $7 + " "

$DeDupKey

@AlertKey + $4 + $5 + $6 + $7

Specific Trap 20009

This trap is generated when a physical line alarm status is received.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-335 describes the fields and values for Specific Trap 20009

.
Table G-335: PhysicalLineAlarm
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = svNodeGrpName,
$3 = trapSeverity,
$4 = trapReason,
$5 = lineStatus,
$6 = lineCardType,
$7 = lineInterface,
$8 = lineSlotNumber,
$9 = lineLineNumber,
$10 = linePortNumber,
$11 = trapLineIdString

@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)
"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)
"Failed" (when $5 = 3)
"Down" (when $5 = 4)

@Type

1
2 (when $5 = 2)

@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

Specific Trap 20010

This trap is generated when an IMA trunk alarm status is received.

Supported CIC Releases: 1.0, 1.1, 1.2

Table G-336 describes the fields and values for Specific Trap 20010

.
Table G-336: imaTrunkAlarm
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = svNodeGrpName,
$3 = trapSeverity,
$4 = trapReason,
$5 = svTrunkStatus,
$6 = svTrunkCardType,
$7 = trapTrunkType,
$8 = svTrunkLocalSlot,
$9 = svTrunkLocalPort,
$10 = trapVirtualTrunkId,
$11 = trapTrunkIdString,
$12 = trapPhysicalLineIdString

@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)
"virtual-trunk" (when $7 =3)
"feeder-trunk" (when $7 =4)
"ima-trunk" (when $7 =5)

$TrunkStatus

"Inactive" (when $5 = 1)
"Clear" (when $5 = 2)
"Fail" (when $5 = 3)
"Down" (when $5 = 4)
"Active" (when $5 = 99)

@Type

1
2 (when $5 = 2)

@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

Specific Trap 20011

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

Table G-337 describes the fields and values for Specific Trap 20011

.
Table G-337: PhysicalLineAlarm
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = svNodeGrpName,
$3 = trapSeverity,
$4 = trapReason,
$5 = svPortState,
$6 = trapCardType,
$7 = svPortSlot,
$8 = svPortLine,
$9 = svPortPort,
$10 = svPortPhysicalPort,
$11 = trapPortIdString

@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")
"frLport" (for all other values)

@Class

1050 (when $Service is "ATM")
1055 (for all other values)
1100 (when @SubObjectType is "FTC")

$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)
"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 ToMajor Almon Aim Grp" (when $5 = 11)
"Failed Due To Aim Sig Failure" (when $5 = 12)
"Failed Due ToBad Diff Delay" (when $5 = 13)
"Failed Due To Arb Conflict" (when $5 = 14)

@AlertKey

@NEName + @Slot + @PSAP

@AlertGroup

"20011_PortAlarm"

@Summary

"Port Alarm status received from " + $2 + " reason " + @Trapreason + " Port Status " + $PortStatus + " Slot " + $7 +
" Line " + "0" + " Port " + $8 (when @SubObjectType is "FTC")

"Port Alarm status received from " + $2 + " reason " + @Trapreason + " Port Status " + $PortStatus + " Slot " + $7 +
" Line " + $8 + " Port " + $9 + " physical port " + $10 (otherwise)

$DeDupKey

$4 + $5 + $7 + $8 + $9

@AdditionalInfo

"trapPortIdString" + " : " + $11

Specific Trap 20012

This trap is generated when a IMA virtual trunk alarm status is received from the UXM.

Supported CIC Releases: 1.2

Table G-338 describes the fields and values for Specific Trap 20012.


Table G-338: imaVirtualtrunkAlarm
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 +
" Trunk Type " + $trapTrunkType + " Slot " + $8 + " Port " + @PSAP + " Virtual Trunk ID " + $10 + " Physical Line ID " + $12

Specific Trap 20016

This trap is generated by all routing nodes in the network when one or more routing nodes become unreachable.

Supported CIC Releases: 1.2

Table G-339 describes the fields and values for Specific Trap 20016.


Table G-339: commBreakAlarm
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = trapCommBreakRptNode,
$3 = trapCommBreakNode,
$4 = trapReason

@ObjectType

"system.connectivity"

@ObjectStatus

10 (unreachable)

@Severity

5

@Type

1

@Class

1060 (when $Service is "ATM")
1015 (otherwise)

@AlertKey

$2

@AlertGroup

"CommBreakClear"

@Summary

"Communication break alarm received from " + $2 +
" remote node " + $3

$DeDupKey

@AlertKey + $3

Specific Trap 20017

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

Table G-340 describes the fields and values for Specific Trap 20017.


Table G-340: commBreakClear
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = trapCommBreakRptNode,
$3 = trapCommBreakNode,
$4 = trapReason

@ObjectType

"system.connectivity"

@ObjectStatus

301

@Severity

0

@Type

2

@Class

1060 (when $Service is "ATM")
1015 (otherwise)

@AlertKey

$2

@AlertGroup

"CommBreakClear"

@Summary

"Communication break cleared received from " + $2

$DeDupKey

@AlertKey = $2

Specific Trap 20021

This trap is generated whenever a BPX/IGX/IPX processor's CPU utilization is above the threshold.

Supported CIC Releases: 1.2

Table G-341 describes the fields and values for Specific Trap 20021.


Table G-341: cpuUtilizationAboveNormal
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

Specific Trap 20022

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

Table G-342 describes the fields and values for Specific Trap 20022.


Table G-342: cpuUtilizationNormal
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

Specific Trap 20023

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

Table G-343 describes the fields and values for Specific Trap 20023.


Table G-343: memoryUtilizationAboveNormal
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

Specific Trap 20024

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

Table G-344 describes the fields and values for Specific Trap 29924.


Table G-344: memoryUtilizationAboveNormal
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

Specific Trap 20025

This trap is generated whenever a BPX/IGX/IPX bus fails.

Supported CIC Releases: 1.2

Table G-345 describes the fields and values for Specific Trap 20025.


Table G-345: busFailure
Field Value

@ObjectType

"peripheral"

@SubObjectType

"A-Bus" if $5 equals 1
"B-bus" if $5 equals 2
otherwise "Bus"

@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

Specific Trap 20026

This trap is generated whenever a BPX/IGX/IPX bus failure condition clears.

Supported CIC Releases: 1.2

Table G-346 describes the fields and values for Specific Trap 20026.


Table G-346: busNormal
Field Value

@ObjectType

"peripheral"

@SubObjectType

switch statement on varbind 5 -- need info on var?????

@TrapReason

$4

@ObjectStatus

103

@Severity

0

@Type

2

@Class

1070

@AlertKey

$2 + $4 + $5

@AlertGroup

"BusFailure"

@Summary

@SubObjectType + " failure cleared on node " + $2

Specific Trap 20050

This trap is generated when a node is added to the network.

Supported CIC Releases: 1.2

Table G-347 describes the fields and values for Specific Trap 20050.


Table G-347: nodeAdded
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

Specific Trap 20051

This trap is generated when a node is deleted from the network.

Supported CIC Releases: 1.2

Table G-348 describes the fields and values for Specific Trap 20051.


Table G-348: nodeDeleted
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

Specific Trap 20052

This trap is generated when a node name is changed.

Supported CIC Releases: 1.2

Table G-349 describes the fields and values for Specific Trap 20052.


Table G-349: nodeNameChanged
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

Specific Trap 20053

This trap is generated when a node IP address is changed.

Supported CIC Releases: 1.2

Table G-350 describes the fields and values for Specific Trap 20053.


Table G-350: nodeIpAddressChange
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

Specific Trap 20054

This trap is generated when a node alarm status changes in the network.

Supported CIC Releases: 1.2

Table G-351 describes the fields and values for Specific Trap 20054.


Table G-351: nodeStatusChange
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

Specific Trap 20055

This trap is generated when a card is added to IGX 8400/IPX/BPX 8600 nodes.

Supported CIC Releases: 1.2

Table G-352 describes the fields and values for Specific Trap 20055.


Table G-352: cardAdded
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

Specific Trap 20056

This trap is generated when a card is deleted from IGX 8400/IPX/BPX 8600 nodes.

Supported CIC Releases: 1.2

Table G-353 describes the fields and values for Specific Trap 20056.


Table G-353: cardDeleted
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

Specific Trap 20057

This trap is generated when a peripheral is added to IGX 8400/IPX/BPX 8600 nodes.

Supported CIC Releases: 1.2

Table G-354describes the fields and values for Specific Trap 20057.


Table G-354: peripheralAdded
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:

  • "power-supply"

  • "cabinate-fan"

  • "local-bus"

  • "temperature-sensor"

  • "dc-voltage-monitor"

  • "ext-clock-source"

  • "invalid-login-monitor"

  • "unknown."

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
$unit = "EXT-2 1.544MHz"
If $8 = "4" @SubObjectType = $pertype + "-2:2.048MHz" $unit = "EXT-2 2.048MHz"

@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

Specific Trap 20058

This trap is generated when a peripheral is deleted from IGX 8400/IPX/BPX 8600 nodes.

Supported CIC Releases: 1.2

Table G-355 describes the fields and values for Specific Trap 20058.


Table G-355: peripheralDeleted
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:

  • "power-supply"

  • "cabinate-fan"

  • "local-bus"

  • "temperature-sensor"

  • "dc-voltage-monitor"

  • "ext-clock-source"

  • "invalid-login-monitor"

  • "unknown."

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
$unit = "EXT-2 1.544MHz"

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

Specific Trap 20059

This trap is generated when a trunk is added to IGX 8400/IPX/BPX 8600 nodes.

Supported CIC Releases: 1.2

Table G-356 describes the fields and values for Specific Trap 20059.


Table G-356: trunkAdded
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 +
"Slot" + 9 "Port" + $10 + "Virtual Trunk ID" + $11 + "Physical Line(s)" + $13

Specific Trap 20060

This trap is generated when a trunk is deleted from IGX 8400/IPX/BPX 8600 nodes.

Supported CIC Releases: 1.2

Table G-357 describes the fields and values for Specific Trap 20060.


Table G-357: trunkDeleted
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 +
"Slot" + 9 + "Port" + $10 + "Virtual Trunk ID" + $11 + "Physical Line(s)" + $13

@AdditionalInfo

"trapTrunkIdString" + ": " + $11

Specific Trap 20061

This trap is generated when a line is added to IGX 8400/IPX/BPX 8600 nodes.

Supported CIC Releases: 1.2

Table G-358 describes the fields and values for Specific Trap 20061.


Table G-358: lineAdded
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 +
"Slot" + 8 + "Port" + @PSAP

Specific Trap 20062

This trap is generated when a line is deleted from IGX 8400/IPX/BPX 8600 nodes.

Supported CIC Releases: 1.2

Table G-359 describes the fields and values for Specific Trap 20062.


Table G-359: lineDeleted
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

Specific Trap 20063

This trap is generated when a port is added to IGX 8400/IPX/BPX 8600 nodes.

Supported CIC Releases: 1.2

Table G-360 describes the fields and values for Specific Trap 20063.


Table G-360: portAdded
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 +
"Port" + $9 + "." + $10

Specific Trap 20064

This trap is generated when a port is deleted from IGX 8400/IPX/BPX 8600 nodes.

Supported CIC Releases: 1.2

Table G-361 describes the fields and values for Specific Trap 20064.


Table G-361: portDeleted
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

Specific Trap 20065

This trap is generated when a card is modified on IGX 8400/IPX/BPX 8600 nodes.

Supported CIC Releases: 1.2

Table G-362 describes the fields and values for Specific Trap 20065.


Table G-362: cardModified
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

Specific Trap 20066

This trap is generated when a trunk is modified on IGX 8400/IPX/BPX 8600 nodes.

Supported CIC Releases: 1.2

Table G-363 describes the fields and values for Specific Trap 20066.


Table G-363: trunkModified
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 +
"Trunk Type" + $trapTrunkType + "Slot" + $9 + "Port" + $10 +
"Virtual Trunk ID" + $11 + "Physical Line(s)" + $13

Specific Trap 20067

This trap is generated when a port is modified on IGX 8400/IPX/BPX 8600 nodes.

Supported CIC Releases: 1.2

Table G-364 describes the fields and values for Specific Trap 20067.


Table G-364: portModified
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 +
"Port Type" + $portType + "Slot" + $8 + "Port" + $9 +
"." + $10

Specific Trap 20100

This trap is generated when an APS alarm is cleared.

Supported CIC Releases: 1.2

Table G-365 describes the fields and values for Specific Trap 20100.


Table G-365: apsClearAlarm
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

Specific Trap 20101

This trap is generated when an APS is enabled on the line.

Supported CIC Releases: 1.2

Table G-366 describes the fields and values for Specific Trap 20101.


Table G-366: apsActivatedAlarm
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

Specific Trap 20102

This trap is generated when a APS is disabled on the line.

Supported CIC Releases: 1.2

Table G-367 describes the fields and values for Specific Trap 20102.


Table G-367: apsDeactivatedAlarm
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

Specific Trap 20103

This trap is generated when a APS card is in alarm status.

Supported CIC Releases: 1.2

Table G-368 describes the fields and values for Specific Trap 20103.


Table G-368: apsCardFailedAlarm
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

Specific Trap 20104

This trap is generated when a APS configured line is in alarm status.

Supported CIC Releases: 1.2

Table G-369 describes the fields and values for Specific Trap 20104.


Table G-369: apslineFailedAlarm
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

Specific Trap 20105

This trap is generated when a APS line is switched.

Supported CIC Releases: 1.2

Table G-370 describes the fields and values for Specific Trap 20105.


Table G-370: apsLineSwitchedAlarm
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

Specific Trap 20106

This trap is generated when a APS line switch failed.

Supported CIC Releases: 1.2

Table G-371 describes the fields and values for Specific Trap 20106.


Table G-371: apsLineSwitchfailedAlarm
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

Specific Trap 20107

This trap is generated when a APS standby line is in alarm.

Supported CIC Releases: 1.2

Table G-372 describes the fields and values for Specific Trap 20107.


Table G-372: apsLineSwitchFailedAlarm
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

Specific Trap 25013

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

Table G-373 describes the fields and values for Specific Trap 25013.


Table G-373: svUserConnectionComplete
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) +
int($svConnOpStatus)

$DeDupKey

$AlertKey + @ObjectStatus + @ServiceType

@Summary

"User connection Complete" + $3 + " - " + $6 + " ConnStatus: " + $objectstatus + " ConnType: " + @SubObjectType

Specific Trap 25014

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

Table G-374 describes the fields and values for Specific Trap 25014.


Table G-374: svUserConnIncomplete
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) +
int($svConnOpStatus)

$DeDupKey

$AlertKey + @ObjectStatus + @ServiceType

@Summary

"User connection InComplete" + $3 + " - " + $6 + " ConnStatus: " + $objectstatus + " ConnType: " + @SubObjectType

Specific Trap 25015

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

Table G-375 describes the fields and values for Specific Trap 25015.


Table G-375: svUserConnModified
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) +
int($svConnOpStatus)

$DeDupKey

$AlertKey + @ObjectStatus + @ServiceType

@Summary

"User connection Modified" + $3 + " - " + $6 + " ConnStatus: " + $objectstatus + " ConnType: " + @SubObjectType

Specific Trap 25016

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

Table G-376 describes the fields and values for Specific Trap 25016.


Table G-376: svUserConnectionCleared
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) +
int($svConnOpStatus)

$DeDupKey

$AlertKey + @ObjectStatus + @ServiceType

@Class

1040, 1110, 0r 1070, depending on the NEType

@Summary

"User connection Clear" + $3 + " - " + $5 + " ConnStatus: " + $objectstatus + " ConnType: " + @SubObjectType

Specific Trap 25017

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

Table G-377 describes the fields and values for Specific Trap 25017.


Table G-377: svUserConnectionFailed
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) +
int($svConnOpStatus)

$DeDupKey

$AlertKey + @ObjectStatus + @ServiceType

@Class

1040, 110, 0r 1070, depending on the NEType

@Summary

"User connection Fail" + $3 + " - " + $5 + " ConnStatus: " + $objectstatus + " ConnType: " + @SubObjectType

Specific Trap 25018

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

Table G-378 describes the fields and values for Specific Trap 25018.


Table G-378: svUserConnectiondown
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) +
int($svConnOpStatus)

$DeDupKey

$AlertKey + @ObjectStatus + @ServiceType

@Class

1040, 1110, 0r 1070, depending on the NEType

@Summary

"User connection Down" + $3 + " - " + $5 + " ConnStatus: " + $objectstatus + " ConnType: " + @SubObjectType

Specific Trap 25300

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

Table G-379 describes the fields and values for Specific Trap 25300.


Table G-379: svNodeIpUnreachable
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = svNodeGrpNetName,
$3 = svNodeGrpName,
$4 = svNodeIpAddress,
$5 = svNodeGrpPlatform,
$6 = svNodeSubtype,
$7 = trapOccurTime,
$8 = trapTimeZone,
$9 = trapSeverity

@ObjectType

"system.connectivity"

@SubObjectType

"routing-node" (when $6 = 1)
"feeder-node" (when $6 = 2)
"access-node" (when $6 = 3)

@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"

Specific Trap 25301

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

Table G-380 describes the fields and values for Specific Trap 25301.


Table G-380: svNodeIpReachable
Field Value

varbinds

$1 = lastSequenceNumber,
$2 = svNodeGrpNetName,
$3 = svNodeGrpName,
$4 = svNodeIpAddress,
$5 = svNodeGrpPlatform,
$6 = svNodeSubtype,
$7 = trapOccurTime,
$8 = trapTimeZone,
$9 = trapSeverity

@ObjectType

"system.connectivity"

@SubObjectType

"routing-node" (when $6 = 1)
"feeder-node" (when $6 = 2)
"access-node" (when $6 = 3)

@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"

Specific Trap 25302

This trap is generated when CWM finds a given node to be IP unreachable.

Supported CIC Releases: 1.2

Table G-381 describes the fields and values for Specific Trap 25302.


Table G-381: svNodeUnreachable
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 "

Specific Trap 25303

This trap is generated when CWM finds a given node to be reachable via IP.

Supported CIC Releases: 1.2

Table G-382 describes the fields and values for Specific Trap 25303.


Table G-382: svNodeReachable
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 "

Specific Trap 28000

This trap is generated when a CWM process named trapSvProcessName is restarted.

Supported CIC Releases: 1.2

Table G-383 describes the fields and values for Specific Trap 28000.


Table G-383: svProcessRestarted
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."

Specific Trap 28001

This trap is generated when a CWM process named trapSvProcessName is terminated.

Supported CIC Releases: 1.2

Table G-384 describes the fields and values for Specific Trap 28001.


Table G-384: svProcessNotRestarted
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."

Specific Trap 28002

This trap is generated when CWM detects that the relational database is full.

Supported CIC Releases: 1.2

Table G-385 describes the fields and values for Specific Trap 28002.


Table G-385: svDatabaseFull
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 + "."

Specific Trap 28003

This trap is generated when CWM detects that the relational database is no longer full.

Supported CIC Releases: 1.2

Table G-386 describes the fields and values for Specific Trap 28003.


Table G-386: svDatabaseNormal
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

Specific Trap 28004

This trap is generated when CWM detects that free disk space is running low.

Supported CIC Releases: 1.2

Table G-387 describes the fields and values for Specific Trap 28004.


Table G-387: svDiskSpaceLow
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
+ " megs."

Specific Trap 28005

This trap is generated when CWM detects that the free disk space is no longer low.

Supported CIC Releases: 1.2

Table G-388 describes the fields and values for Specific Trap 28005.


Table G-388: svDiskSpaceNormal
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."

Specific Trap 28006

This trap is generated when the CWM process encounters a TFTP error received from a node.

Supported CIC Releases: 1.2

Table G-389 describes the fields and values for Specific Trap 28006.


Table G-389: svTftpError
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"
+ $8

Specific Trap 28007

This trap is generated when the CWM RTM process cannot register with an agent.

Supported CIC Releases: 1.2

Table G-390 describes the fields and values for Specific Trap 28007.


Table G-390: svRtmMaxMgrsRegistered
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 +
". Maximum number of managers reached for agent."

Specific Trap 28008

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

Table G-391 describes the fields and values for Specific Trap 28008.


Table G-391: svStatisticsparsingError
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

Specific Trap 28075

This trap is generated when the CWM process completes synchronization of its database with the configuration in the network.

Supported CIC Releases: 1.2

Table G-392 describes the fields and values for Specific Trap 28075.


Table G-392: svDatabaseInSync
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
network. "

Specific Trap 30000

This trap is generated when a virtual switch interface (VSI) is added to the network.

Supported CIC Releases: 1.2

Table G-393 describes the fields and values for Specific Trap 30000.


Table G-393: controllerAdded
Field Value

@ObjectType

"controller.VSI"

@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

Specific Trap 30001

This trap is generated when a virtual switch is deleted from the network.

Supported CIC Releases: 1.2

Table G-394 describes the fields and values for Specific Trap 30001.


Table G-394: controllerDeleted
Field Value

@ObjectType

"controller.VSI"

@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

0

@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

Specific Trap 30002

This trap is generated when a virtual switch interface (VSI) is modified in the network.

Supported CIC Releases: 1.2

Table G-395 describes the fields and values for Specific Trap 30002.


Table G-395: controllerModified
Field Value

@ObjectType

"controller.VSI"

@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"

Specific Trap 30100

This trap is generated when a virtual switch interface (VSI) is added.

Supported CIC Releases: 1.2

Table G-396 describes the fields and values for Specific Trap 30100.


Table G-396: vsiInterfaceAdded
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

$2 + $3 + $4

@Slot

$5

@PSAP

$7

@LSAP

$8

@Severity

0

@TrapReason

"30100"

@Type

2

@ObjectStatus

3

$DeDupKey

@AlertKey + @AlertGroup + @ObjectStatus

@Class

1070

@Summary

" VSI Interface added to " + $4 + " Slot " + $5 + " Line " + $6 +
" Port " + $7 + " Partition ID " + $2

Specific Trap 30101

This trap is generated when a virtual logical interface is deleted.

Supported CIC Releases: 1.2

Table G-397 describes the fields and values for Specific Trap 30101.


Table G-397: vsiInterfaceDeleted
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

$2 + $3 + $4

@Slot

$5

@PSAP

$7

@LSAP

$8, or if @LSAP = 255, " "

@Severity

2

@TrapReason

"30101"

@Type

3

@ObjectStatus

4

$DeDupKey

@AlertKey + @AlertGroup + @ObjectStatus

@Class

1070

@Summary

" VSI Interface deleted from " + $4 + " Slot " + $5 + " Line " + $6 +
" Port " + $7 + " Partition ID " + $2

Specific Trap 30102

This trap is generated when a virtual logical interface is modified.

Supported CIC Releases: 1.2

Table G-398 describes the fields and values for Specific Trap 30102.


Table G-398: vsiInterfaceModified
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, or if @LSAP = 255, " "

@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

Default Case

Table G-399 describes the mappings for other Specific Traps received from this Enterprise.


Table G-399: 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)

Micromuse Specific Traps

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 G-400 describes the common traps for the Micromuse Enterprise.


Table G-400: Common Traps for the Micromuse Enterprise
Field Value

@ObjectType

"InfoCenter.system"

@SubObjectType

"Info Mediator"

Specific Trap 1

Table G-401 describes Micromuse Specific Trap 1 fields and values.


Table G-401: CWM Register
Field Value

@NEName

$1

@AlertKey

$1

@Summary

"Trapd registered with CWM"

@Severity

0

@Type

2

@AlertGroup

"regstatus"

@ObjectStatus

102 - Failed

$DeDupKey

@AlertKey

Specific Trap 2

Table G-402 describes Micromuse Specific Trap 2 fields and values.


Table G-402: CWMUnRegister
Field Value

@NEName

$1

@AlertKey

$1

@Summary

"Unable to register Trapd with CWM"

@Severity

5

@Type

1

@AlertGroup

"regstatus"

@ObjectStatus

103 - Failed

$DeDupKey

@AlertKey

Default Case

Table G-403 describes the mappings for other Specific Traps received from this Enterprise.


Table G-403: 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)

Mappings for Enterprise Traps From Any Other Enterprise

Table G-404 describes the mappings for other Specific Traps received from other Enterprises.


Table G-404: 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)

Generic SNMP Traps

The generic SNMP traps received from the network elements are defined in Table G-405.


Table G-405: Generic Trap Numbers
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

Generic Trap 5 for Enterprise .1.3.6.1.6.3.1.1.5

This trap generates an EGP Neighbor Down alarm. Table G-406 describes the fields and values.


Table G-406: SNMP_EGP_Down
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"

Default Generic Trap 5 Mappings

This trap generates an EGP Neighbor Loss alarm. Table G-407 describes the fields and values.


Table G-407: EGP Neighbor Loss
Field Value

@NEName

$Node

$enterprise-name

"snmpGeneric"

@Summary

"Egp Neighbor Loss"

@AlertGroup

"snmpGeneric.EgpNeighbourLoss"

@Severity

"3"

$DeDupKey

$Node

Generic Trap 4 for Enterprise .1.3.6.1.6.3.1.1.5

This SNMP trap generates an Incorrect Community Name alarm. Table G-408 describes the fields and values.


Table G-408: SNMP_Authen_Failure
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"

Default Generic Trap 4 Mappings

SNMP Authentication Failure traps are discarded from any other Enterprise.

Generic Trap 3 for Enterprise .1.3.6.1.6.3.1.1.5

This SNMP trap generates an agent interface up (linkUp) alarm. Table G-409 describes the fields and values.


Table G-409: SNMP_Link_Up
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"

Default Generic Trap 3 Mappings

The SNMP Trap 3 generic mappings are provided in Table G-410.


Table G-410: Link Up Traps
Field Value

$enterprise-name

"snmpGeneric"

@Summary

"Link Up"

@NEName

$Node

@AlertGroup

"snmpGeneric.LinkUpDown"

@Type

2

@Severity

"2"

@AlertKey

$1

$DeDupKey

@AlertKey

Generic Trap 2 for Enterprise .1.3.6.1.6.3.1.1.5

This SNMP trap generates an agent interface down (linkDown) alarm. Table G-411 describes the fields and values.


Table G-411: SNMP_Link_Down
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"

Default Generic Trap 2 Mappings

The SNMP Trap 2 generic mappings are provided in Table G-412.


Table G-412: Link Down Traps
Field Value

@NEName

$Node

$enterprise-name

"snmpGeneric"

@Summary

"Link Down"

@AlertGroup

"snmpGeneric.LinkUpDown"

@Type

1

@Severity

"5"

@AlertKey

$1

$DeDupKey

@AlertKey

Generic Trap 1 for Enterprise .1.3.6.1.6.3.1.1.5

This SNMP trap generates an Agent Interface Up with no Changes (warmStart) alarm. Table G-413 describes the fields and values.


Table G-413: SNMP_Warm_Start
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"

Default Generic Trap 1 Mappings

The SNMP Trap 1 generic mappings are provided in Table G-414.


Table G-414: Warm Start
Field Value

$enterprise-name

"snmpGeneric"

@Summary

"Warm Start"

@NEName

$Node

@AlertGroup

"snmpGeneric.WarmStart"

@Severity

"4"

$DeDupKey

$Node

Generic Trap 0 for Enterprise .1.3.6.1.6.3.1.1.5

This SNMP trap generates an Agent Up with Possible Changes (coldStart) alarm. Table G-415 describes the fields and values.


Table G-415: SNMP_Cold_Start
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"

Default Generic Trap 0 Mappings

The SNMP Trap 0 generic mappings are provided in Table G-416.


Table G-416: Cold Start
Field Value

$enterprise-name

"snmpGeneric"

@Summary

"Cold Start"

@AlertGroup

"snmpGeneric.ColdStart"

@Severity

"4"

@NEName

$Node

$DeDupKey

$Node


hometocprevnextglossaryfeedbacksearchhelp
Posted: Thu Sep 30 14:52:14 PDT 1999
Copyright 1989-1999©Cisco Systems Inc.