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

Table of Contents

Cisco StrataView Plus Mediator Rules File

Cisco StrataView Plus Mediator Rules File

This chapter describes in detail, the mappings for all traps configured in the cisco.rules file, for the Cisco StrataView Plus (SV+) Mediators, consisting of the HP Network Node Manager (NNM) and the Trapd Mediators.

This chapter consists of the following sections:

Lookups

This section describes the lookup files and tables defined in rule file, cisco.rules.

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

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 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, SV+, or All) where:

By default, the lookup file is populated with all AXIS and 20000 through 20007, 25000 through 25002 (only for Cisco SV+ 8.4), and 25010 through 25012 (only for
Cisco SV+ 9.1) traps with lookup value NNM, as they are duplicated between HP NNM and the Cisco SV+ Agent.

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

Valid NETypes are displayed in Table G-1.


Table G-1: Valid NETypes Conversions
Integer Value Platform

0,100

IPX

1,101

BPX

2,102

IGX

3,103

AXIS

4,104

DAS

5,105

VNS

6,106

DASD

11

C3800

12

ESP

999

Unknown

1000

Info Center Mediator

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

This lookup file contains the AXIS Shelf Functional Module Type which is received as a varbind in the AXIS 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 AXIS Line Module Type which is received as a varbind in the AXIS 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 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.

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 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 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 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 Cisco SV+ support. This script performs an Informix database lookup. The key is NEName and the unique network index it returns is the lookup value.

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) AXIS 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 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 Cisco SV+ support. The key is the hostname of the Cisco SV+ machine. The value it returns is the release version of the Cisco SV+ software.

Lookup Tables

A lookup table can be defined directly within the rules file itself using the following format:

table tablename={{"key","value"},{"key","value"}}

Table for AXIS Redundant Primary And Secondary SubObjectType

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

}

This lookup table is used to populate the SubObjectType field in the object for the Redundancy Added and Deleted alarms for AXIS traps 50047 and 50048. The redPrimaryType and redSecondaryType are integer objects.

Table for 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 AXIS traps 50240 and 50241.

Table for AXIS Line Types

table LineType = {

{"1", "dsx1ESF"}
{"2", "dsx1D4"}
{"3", "dsx1E1"}
{"4", "dsx1E1CRC"}
{"5", "dsx1E1MF"}
{"6", "dsx1E1CRC-MF"}
{"7", "dsx1E1clearchannel"}

}

This lookup table is used to convert the LineType object from its integer value to its text string and to assign it to the SubObjectType field in the Cisco Info Server. This lookup table is used with AXIS traps.

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:
ObjectStatus Value Converted Value

1

Clear

2

Failed

trapPeripheralState

Table G-3:
ObjectStatus Value Converted Value

1

Inactive

2

Failed

svportState

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:
ObjectStatus Value Converted Value

201

Clear

202

Failed

trapPeripheralState

Table G-5:
ObjectStatus Value Converted Value

401

Inactive

402

Failed

svportState

In the rules file, ObjectStatus is assigned the value, which 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: Constants Defined for ObjectStatus
Variable Name Constant

$lineStatus

100

$svTrunkStatus

100

$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 into 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:
Manager ProbeWatch

Summary

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

NEName

@Node

ObjectType

"InfoCenter.system"

SubObjectType

"Mediator"

AlertKey

@Agent

NEType

1000

Common Settings

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:

Summary

"Going Down...":

Type

1

AlertGroup

"ProbeUpDown"

ObjectStatus

103 - Failed

ProbeWatch Summary = "Going Down..."

ProbeWatch Message - Running


Table G-9:

Summary

"Running..."

Type

2

AlertGroup

"ProbeUpDown"

ObjectStatus

102

ProbeWatch Summary = "Running..."

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, SV+, or All. Based on the value returned, the Mediator discards the entire event. The @Manager is set to NNM for the nco_p_nnm4 Mediator and SV+ for the nco_p_trapd Mediator (that is, Cisco SV+ 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).

NEName

$2

The Network Element Name is received as a varbind in the traps. As the varbind position is the same for all the Cisco traps, the NEName is assigned to $2.

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.

Summary

"??: " + $enterprise + " " + $generic-trap + " " + $specific-trap

Severity

"1"

The severity is set to Indeterminate.

Type

"1"

Type is set to 1 (Fault).

$enterprise-name

lookup($enterprise, enterprises)

$enterprise - (when lookup does not return a match)

Lookup the Enterprise Name from the enterprise's lookup file. $enterprise is a token generated by the Mediator.

@Identifier

@NEName + $enterprise + $generic-trap + $specific-trap + $DeDupKey + @Manager

@OldObjectStatus

@ObjectStatus

@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 Cisco SV+ Mediators in the following manner:

case ".1.3.6.1.4.1.11.2.17.1":

discard

User Connection Traps (.1.3.6.1.4.1.351.1)

User Connection traps deal with connection traps and consist of specific trap numbers: 25000, 25001, 25002 (for Cisco SV+ 8.4 only), and 25010, 25011, and 25012 (for Cisco SV+ 9.1 only).

User Connection traps correspond to traps generated from:

The following varbinds are received from the above specific traps and have common positions and descriptions:


Table G-11: varbinds Received with Traps for Enterprise .1.3.6.1.4.1.351.1
varbind Position Object Description

1

lastSequenceNumber

The sequence number of the last trap generated on the SNMP Proxy.

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

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.

4

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

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.

6

svConnOpStatus

Operational status of the connection.

7

svConnAbitStatus

A-bit status of the connection. Valid values are:
1 - Clear
2 - Fail

8

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

$3 + $5

@ObjectType

"connection"

@ObjectStatus

int($svConnOpStatus) + int($6)

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

DeDupKey

@AlertKey + @ObjectStatus

$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($3, "^[^.]*\.([^.]*)\..*")

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($3, "(^[^.]*)\.[^.]*\..*") (when $shelf is blank).

@NEName = $shelf (when $shelf is not blank).

@Node

@NEName (when $shelf is blank).

extract($3, "(^[^.]*)\.[^.]*\..*") (when $shelf is not blank).

@NEType

lookup(@NEName, NETypes)

@Slot

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

Extract the third field (slot number) and assign it to the slot field in the Cisco Info Server.

$rshelf

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

Extract the remote NEName.

@RemoteNEName

extract($5, "(^[^.]*)\.[^.]*\..*") (when $shelf is blank).

$rshelf (when $shelf is not blank).

@AdditonalInfo

extract($5, "(^[^.]*)\.[^.]*\..*") (when $rshelf is not blank).

@RemoteSlot

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

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.18" or "OID: enterprises.351.1.101.1.18")

VOICE (when $2 = "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 (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 $4 = "1.3.6.1.4.1.351.1.101.1.15" or "OID: enterprises.351.1.101.1.15")

FR (when $4 = "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.18" or "OID: enterprises.351.1.101.1.18")

VOICE (when $2 = "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.

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($5, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*")

Extract the fourth field from the remote connection string.

$RPort

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

Extract the fifth field from the remote connection string.

@RemotePSAP

$RLine + "." + $RPort

@RemoteDSAP

extract($5, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)") + "(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($5, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*")

Extract the remote end point port information.

@RemotePSAP

$RPort

$RVPI

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

Remote VPI.

$RVCI

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

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($5, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*")

$RPort

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

@RemotePSAP

$RLine + "." + $RPort

@RemoteDSAP

extract($5, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)") + "(DLCI)"

$RLine

1 (when $RLine = 0)


Table G-16:
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($5, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*")

$RVPI

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

$RVCI

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

@RemoteDSAP

$RVPI + "." + $RVCI + "(VPI/VCI)" }

Master End Frame Relay

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

"CE-CE"

@PSAP

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

@RemotePSAP

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

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, "^[^.]*\.[^.]*\.[^.]*\.([^.]*).*")

@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

"data"

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


Table G-20:
Field Value

@AlertGroup

"UserConnectionClear"

@Summary

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

UserConnectionClear

Specific Trap 25001

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


Table G-21:
Field Value

@AlertGroup

"UserConnectionClear"

@Summary

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

UserConnectionFail

Specific Trap 25002

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


Table G-22:
Field Value

@AlertGroup

"UserConnectionClear"

@Summary

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

UserConnectionDown

Specific Trap 25010

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


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 = 503)
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 (when @NEType is = 3)
1100 (when @NEType is = 1)
1020 (otherwise)

@AlertKey

$svConnLocalStr + svConnRemoteStr

@AlertGroup

"UserConnectionClear"

@Summary

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

$DeDupKey

@AlertKey + @ObjectStatus

Specific Trap 25011

This trap is generated when the user connection has failed.


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 = 503)
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 (when @NEType = 3)
1100 (when @NEType = 1)
1020 (otherwise)

@AlertKey

$svConnLocalStr + svConnRemoteStr

@AlertGroup

"UserConnectionClear"

@Summary

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

$DeDupKey

@AlertKey + @ObjectStatus

Specific Trap 25012

This trap is generated when the user connection goes down.


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 = 503)
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 (when @NEType = 3)
1100 (when @NEType = 1)
1020 (otherwise)

@AlertKey

$svConnLocalStr + svConnRemoteStr

@AlertGroup

"UserConnectionClear"

@Summary

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

$DeDupKey

@AlertKey + @ObjectStatus

User Connection Mappings for Default Case

Mappings for traps for this enterprise which are not one of (25000, 25001, 25002, 25010, 25011, and 25012):
Field Value

@Summary

"Unknown specific trap number (" + $specific-trap +" ) received for enterprise + $enterprise-name"

@Severity

1

details Table

details($enterprise, $generic-trap, $specific-trap, $1, $2, $3, $4, $5, $6, $7, $8, $9).

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 Cisco SV+ host are converted to traps and sent to the HP NNM trapd process. These traps are acquired by the HP NNM Mediator part of the Cisco SV+ Mediators.

The maintenance log traps contain all of the information for the trap in varbind 8. Based upon the information in this varbind, the Mediator's rules files are configured accordingly.

The first string in the message text received in varbind 8 is used to determine the mapping for the event. This is done by extracting the first string from the varbind.

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

The following strings are extracted and mapped. Any other messages, which do not form part of the message string below, are discarded.


Table G-26:
Message String

SNMP

Command

User

LN

TRK

Port

IPX/AF

AXIS

BPX

Added:

Deleted:

Upped:

Downed:

Message String Extracted from varbind 8

When none of the above message strings match, varbind 8 is searched for the following strings:


Table G-27: Message String Searched in varbind 8 When Above Not Found
varbind Message Format

<Nodename> removed from Network

Added TRK from <Nodename>/<Slot>.<Port>.<Vtrunk> to <Remotenodename>/<Slot><Port><Vtrunk>

Removed TRK from <Nodename>/<Slot>.<Port>.<Vtrunk> to <Remotenodename>/<Slot><Port><Vtrunk>

<Cardtype>.<Slot> Activated

<Cardtype>.<Slot> Inserted - Activated

<Cardtype>.<Slot> Freed

<Cardtype>.<Slot> Down

<Cardtype>.<Slot> Up

<Cardtype>.<Slot> Inserted

<Cardtype>.<Slot> Removed


Table G-28:

$DeDupKey

$8

@TrapReason

$specific-trap

Common Mappings for the Switch Software Maintenance Traps

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. Table G-29 displays the common mapping values for SNMP command events.

SNMP Command Event Mappings


Table G-29:
Field Value Description

@ObjectType

"system.general"

@TrapReason

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

Extract the command run and assign it to the TrapReason field.

@Severity

0

Clear event.

Mappings for Command Events

SNMP User Event Mappings

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


Table G-30:
Field Value Description

@ObjectType

"system.general"

@Class

1070

@AlertGroup

"Login-Logout"

$User

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

Extract the user name.

$Terminal

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

Extract the terminal connected from.

@AlertKey

$User + ":" + $Terminal

Add the user and terminal to the AlertKey.

Common Field Mappings

User Logged in Messages

Eighth varbind matches the regular expression ".* logged in .*":

Field Value

@Type

1

@Severity

2

if (regmatch($8, ".* logged in .*"))

Field Value

@Type

2

@Severity

1

if (regmatch($8, " .*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-31 displays the common mapping values for Line events.


Table G-31:
Field Value Description

@ObjectType

line.access

@Slot

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

Extract the slot.

@PSAP

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

Extract the port.

Common Mappings for LN Events

Line Deactivated

Table G-32 displays the common mapping values for trunk deactivated events.


Table G-32:
Field Value Description

@AlertGroup

"AccessLineDeactivated"

@AlertKey

@NEName + @Slot + @PSAP

@ObjectStatus

int($lineStatus) + 1

Object status = 101 (deactivated)

@Class

1000

No tools

@Severity

1

@Type

3

Line Deactivated Mappings

Line Activated

Table G-33 displays the common mapping values for line activated events.


Table G-33: Line Activated Mappings
Field Value Description

@AlertGroup

"AccessLineDeactivated"

@AlertKey

@NEName + @Slot + @PSAP

@ObjectStatus

int($lineStatus) + 1

Object Status = 199 (Activated)

@Class

Class = 1060 (for AXIS)

Class = 1065 (for BPX)

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-34 displays the common mapping values for trunk events.


Table G-34: Trunk Common Mappings
Field Value Description

@ObjectType

"line.trunk"

@PSAP

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

Extract port

@Slot

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

Extract slot

$trunkid

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

Extract trunk ID to a temporary variable.

@LSAP

$trunkid

TRK Deactivated Events

Table G-35 displays the common mapping values for trunk deactivated events.


Table G-35: Trunk Deactivated Events
Field Value Description

@ObjectStatus

int($svTrunkStatus) + 1

Object Status = 101 (Inactive)

@AlertGroup

"TrunkLineDeactivated"

@AlertKey

@NEName + @Slot + @PSAP + @LSAP

@Class

1000

No tools

@Severity

2

@Type

3

TRK Activated Events

Table G-36 displays the common mapping values for trunk activated events.


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

Class = 1045 (for IPX/IGX)

@ServiceType

atmTrunk (for BPX)

IPXIGXTrunk (for IPX/IGX)

The ServiceType for IPX, IGX cannot be determined from the trap. The Automations pick this temporary ServiceType and get the ServiceType from the switch.

@PSAP

0 (for IPX/IGX)

Trunk Activated Event Mappings

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-37 displays the common mapping values for Port events.


Table G-37:
Field Value Description

@Slot

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

Extract the slot.

$PSAP

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

Extract the port.

Common Mappings for Port Events

Table G-38 displays the common mapping values for ATM ports (port.ATM - BPX).


Table G-38:
Field Value Description

@ServiceType

"atmPort"

@ObjectType

"port.ATM"

@PSAP

$PSAP + "." + $PSAP

For consistency with the Cisco SV+ Switch Events, the PSAP field has the format: line.port. As Line = Port for ATM Port Events, PSAP = PSAP + "." + PSAP is used.

@Class

1050

Mappings for ATM Ports (NEType = BPX).

Table G-39 displays the common mapping values for Frame Relay ports (port.FR - IPX/IGX).


Table G-39:
Mappings for FR Ports
Field Value Description

@ServiceType

"frLport"

@ObjectType

"port.FR"

@PSAP

"1"+ "." + $PSAP

For consistency with the Cisco SV+ 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-40 displays the common mapping values for Port Deactivated events.


Table G-40:
Field Value Description

@ObjectStatus

int($svPortState) + 1

Object Status = 101 (In Active)

@Class

0

@AlertGroup

"PortDeactivate"

@AlertKey

@NEName + @Slot + @PSAP

@Severity

2

@Type

3

Mappings for Port Deactivated Events

Port Activated Events Mapping

Table G-41 displays the common mapping values for Port Activated events.


Table G-41:
Mappings for Port Activated Events
Field Value Description

@ObjectStatus

int($svPortState) + 1

Object Status = 199 (In Active)

@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-42 displays the common mapping values for IPX/AF events.


Table G-42:
Field Value Description

@ObjectType

"NE"

@Slot

extract($8, "^IPX/AF shelf on TRK ([^.:]*)")

Extract Slot

@PSAP

extract($8, "^IPX/AF shelf on TRK [^.]*\.([^:]*)")

Extract Port

Common Mappings for IPX/AF Events

IPX/AF Deleted Events Mapping

Table G-43 displays the values for IPX/AF Deleted events mapping.


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

@ObjectStatus

3

@Class

0

@Severity

2

@Type

4

@AlertGroup

"IPX\AFDeleted"

IPX/AF Added Events Mapping

Table G-44 displays the values for IPX/AF Added events mapping.


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

@ObjectStatus

2

@Class

1065

@Severity

2

@Type

3

@AlertGroup

"IPX\AFDeleted"

AXIS Events

This section provides information about AXIS events. For AXIS events, the fields for AXIS Added and AXIS Deleted are mapped and all other events that begin with AXIS are deleted. These are Feeder Added and Deleted messages and not traps sent from the AXIS network element. These events are sent from the BPX. Table G-45 displays the common mapping values for AXIS events.


Table G-45:
Field Value Description

@ObjectType

"NE"

@Slot

extract($8, "^AXIS shelf on TRK ([^.:]*)")

Extract Slot

@PSAP

extract($8, "^AXIS shelf on TRK [^.]*\.([^:]*)")

Extract Port

Common Mappings for AXIS Events

AXIS Deleted Events Mapping

Table G-46 displays the values for AXIS Deleted events mapping.


Table G-46:
AXIS Deleted Events Mapping
Field Value

@ObjectStatus

3 (Deleted)

@Class

0

@Severity

2

@Type

4

@AlertGroup

"AxisDeleted"

AXIS Added Events Mapping

Table G-47 displays the values for AXIS Added events mapping.


Table G-47:
AXIS Added Events Mapping
Field Value

@ObjectStatus

2 (Added)

@Class

1060

@Severity

2

@Type

3

@AlertGroup

"AxisDeleted"

BPX Events Mapping

This section provides information about BPX events. For BPX events, the fields for BPX Added and BPX Deleted are mapped and all other events that begin with BPX are discarded. Table G-48 displays the common mapping values for BPX events.


Table G-48: Common Mappings for BPX Events
Field Value Description

@ObjectType

"NE"

@Slot

extract($8, "^BPX shelf on TRK ([^.:]*)")

Extract slot.

@PSAP

extract($8, "^BPX shelf on TRK [^.]*\.([^:]*)")

Extract port.

BPX Deleted and Added Events Mapping

Table G-49 displays the values for BPX Deleted events mapping.


Table G-49:
BPX Deleted Events Mapping
Field Value

@ObjectStatus

3 - Deleted

@Class

0

@Severity

2

@Type

4

@AlertGroup

"NEDeleted"

Table G-50 displays the values for BPX Added events mapping.


Table G-50:
BPX 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-51 displays the common mapping values for Added connection events.


Table G-51:
Type Value

@ObjectType

"endpoint"

@Severity

2

@Slot

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

@Type

3

@Severity

2

@ObjectStatus

1901 - Added

@AlertGroup

"endpointdeleted"

Common Mappings for Added Events

Table G-52 provides values for Added events mapping.


Table G-52:
Field Value Description

@PSAP

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

Extract Port

@DSAP

extract($8, "^[^:]*: [^.]*\.[^.]*\.([^.]*\.[^ ]*) .*") + "(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.

@ServiceType

"atmEndpt"

@Class

1115

Added Events from BPX Network Elements

Added Events from IPX/IGX Network Elements

This section provides information about Added events from IPX/IGX network elements. Connection events from IPX/IGX 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-53 displays the common mapping values for added events from IPX/IGX network elements.


Table G-53: Frame Relay Added Events from IPX/IGX Network Elements
Field Value Description

@ObjectType

"endpoint.FR"

This is a FR end point as this is from an IPX/IGX with the format:
Added: <slot>.<channel>.<DLCI>

@ServiceType

"frEndpt"

@Class

1120

$Port

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

Extract port.

@PSAP

"1." + $Port

Add 1 to the port to maintain line.port

@DSAP

extract($8, "^[^:]*: [^.]*\.[^.]*\.([^ ]*) .*") + "(DLCI)"

Extract the DSAP and append it to the DLCI.


Table G-54 displays the values for the Voice/Data Added events from IPX/IGX network elements.


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

@PSAP

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

@ServiceType

"Voice/Data"

@Class

1000

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-55 displays the common mapping values for Deleted events.


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

@Type

4

@Severity

2

@AlertGroup

"endpointdeleted"

@Class

1000

@ObjectStatus

1902 # Deleted

@Slot

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

Table G-56 displays the common mapping values for .Deleted events from BPX network elements.


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

@ObjectType

"endpoint.ATM"

@ServiceType

"atmEndpt"

@PSAP

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

@DSAP

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

Table G-57 displays the common mapping values for .Deleted events from IPX/IGX network elements are:


Table G-57:
Deleted Events from IPX/IGX Network Elements

Field

Value

@ObjectType

"endpoint.FR"

@ServiceType

"frEndpt"

$Port

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

@PSAP

"1." + $Port

@DSAP

extract($8, "^[^:]*: [^.]*\.[^.]*\.([^ ]*).*") + "(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-58 displays the common mapping values for Upped events are.


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

@ObjectType

"endpoint"

@Slot

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

@Type

3

@Severity

2

@AlertGroup

"endpointdowned"

@ObjectStatus

6 # Up

Table G-59 displays the common mapping values for upped events from BPX network elements.


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

@PSAP

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

@DSAP

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

Table G-60 displays the common mapping values for upped events from IPX/IGX network elements.


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

@PSAP

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

@DSAP

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

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-61 displays the common mapping values for Downed events.


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

@ObjectType

"endpoint"

@Slot

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

@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-62 displays the common mapping values for nodes Added to Network events.


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

@NEName

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

@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-63: <Nodename> Removed from Network Event Mappings
Field Value

@NEName

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

@NEType

lookup(@NEName, NETypes)

@ObjectType

"NE"

@Class

0 - No Tools

@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-64 displays the common mapping values for Trunk Added events.


Table G-64: Trunk Added Event Mapping
Field Value

@RemoteNEName

extract($8, "^Added TRK from ([^/]*)")

@RemoteSlot

extract($8, "^Added TRK from [^/]*/([^. ]*)")

@RemotePSAP

extract($8, "^Added TRK from [^/]*/[^.]*\.([^. ]*)")

$trunkid

extract($8, "^Added TRK from [^/]*/[^.]*\.[^.]*\.([^. ]*)")

@RemoteLSAP

$trunkid

@NEName

extract($8, "^Added TRK from [^ ]* to ([^/]*)")

@NEType

lookup(@NEName, NETypes)

@Slot

extract($8, "^Added TRK from [^ ]* to [^/]*/([^. ]*)")

$Port

extract($8, "^Added TRK from [^ ]* to [^/]*/[^.]*\.([^. ]*)")

$Trunkid

extract($8, "^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-65 displays the common mapping values for Trunk Deleted events.


Table G-65: Deleted Trunk Event Mappings
Field Value

@RemoteLSAP

$trunkid

@RemoteNEName

extract($8, "^Removed TRK from ([^/]*)")

@RemoteSlot

extract($8, "^Removed TRK from [^/]*/([^. ]*)")

@RemotePSAP

extract($8, "^Removed TRK from [^/]*/[^.]*\.([^. ]*)")

$trunkid

extract($8, "^Removed TRK from [^/]*/[^.]*\.[^.]*\.([^. ]*)")

@RemoteLSAP

$trunkid

@NEName

extract($8, "^Removed TRK from [^ ]* to ([^/]*)")

@NEType

lookup(@NEName, NETypes)

@Slot

extract($8, "^Removed TRK from [^ ]* to [^/]*/([^. ]*)")

$Port

extract($8, "^Removed TRK from [^ ]* to [^/]*/[^.]*\.([^. ]*)")

$Trunkid

extract($8, "^Removed TRK from [^ ]* to [^/]*/[^.]*\.[^.]*\.([^. ]*)")

@PSAP

$Port

@LSAP

$Trunkid

@ObjectType

"line.trunk"

@Class

1000

@ObjectStatus

3 - Deleted

@ServiceType

"Unknown"

@Severity

1

@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-66 displays the common mapping values for Card Activated alarms.


Table G-66: Card Activated Event Mappings
Field Value

@Slot

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

@SubObjectType

$MessageType

@Severity

2

@ObjectType

"card"

@AlertKey

@NEName + @Slot

@AlertGroup

"Chartered"

@Type

3

@Class

Class = 1060 (For BPX Cards)

Class = 1065 (For IPX/IGX Cards)

@ObjectStatus

499 - Active


Card Inserted - Activated Alarms

The format for the Card Inserted Activated alarms is:

<cardtype> <slot> Inserted Activated

Table G-67 displays the common mapping values for Card Inserted Activated alarms.


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

@Slot

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

@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-68 displays the common mapping values for Card Freed alarms.


Table G-68: Card Freed Event Mappings
Field Value

@Slot

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

@ObjectType

"card"

@SubObjectType

$MessageType

@Severity

2

@AlertKey

@NEName + @Slot + $MessageType

@AlertGroup

"CardFreed"

@Type

4

@Class

Class = 1060 (For BPX Cards)

Class = 1065 (For IPX/IGX Cards)

@ObjectStatus

501 - InActive

Card Down Alarms

The format for the Card Down alarms is:

<cardtype> <slot> Down

Table G-69 displays the common mapping values for Card Down alarms.


Table G-69: Card Down Event Mappings
Field Value

@Slot

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

@ObjectType

"card"

@SubObjectType

$MessageType

@Severity

4

@Type

3

@AlertKey

@NEName + @Slot + $MessageType

@AlertGroup

"CardUp"

@Class

120

@Class

Class = 1060 (For BPX Cards)

Class = 1065 (For IPX/IGX Cards)

@ObjectStatus

504 - Down

Card Up Alarms

The format for the Card Up alarms is:

<cardtype> <slot> Up

Table G-70 displays the common mapping values for Card Up alarms.


Table G-70: Card Up Event Mappings
Field Value

@Slot

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

@ObjectType

"card"

@Severity

0

@AlertGroup

"CardUp"

@Type

4

@AlertKey

@NEName + @Slot + $MessageType

@Class

Class = 1060 (For BPX Cards)

Class = 1065 (For IPX/IGX Cards)

@SubObjectType

$MessageType

@ObjectStatus

6 - Up

Card Inserted Alarms

The format for the Card Inserted alarms is:

<cardtype> <slot> Inserted

Table G-71 displays the common mapping values for Card Inserted alarms.


Table G-71: Card Inserted Event Mappings
Field Value

@Slot

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

@ObjectType

"card"

@Severity

2

@AlertKey

@NEName + @Slot + $MessageType

@AlertGroup

"CardRemoved"

@Type

4

@Class

Class = 1060 (For BPX Cards)

Class = 1065 (For IPX/IGX Cards)

@SubObjectType

$MessageType

@ObjectStatus

2 - Added

Card Removed Alarms

The format for the Card Removed alarms is:

<cardtype> <slot> Removed

Table G-72 displays the common mapping values for Card removed alarms.


Table G-72: Card Removed Event Mappings
Field Value

@Slot

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

@ObjectType

"card"

@SubObjectType

$MessageType

@Severity

2

@ObjectStatus

298 - Deleted

@AlertKey

@NEName + @Slot + $MessageType

@AlertGroup

"CardRemoved"

@Type

3

Login Failed Event Mappings

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


Table G-73: 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. Table G-74 displays the common mapping values for Alarm Status events.


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


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

@Summary

$8

Specific Trap 1001

This trap is generated when a minor IPX event occurs.


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

@Summary

$8

Specific Trap 1002

This trap is generated when a major IPX event occurs.


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

@Summary

$8

Specific Trap 1003

This trap is generated when a critical IPX event occurs.


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

@Summary

$8

Default Case


Table G-79: Mappings for Traps which 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)

AXIS Traps

This section describes the traps sent by the AXIS network elements to the Service View Agent. These traps are forwarded by the Trapd Mediator of the Cisco SV+ Mediators. These traps are received from the Cisco AXIS Enterprise .1.3.6.1.4.1.351.110. Table G-80 displays This section provides information about Login Failed event alarms. Table G-73 displays the common mapping values for AXIS traps.


Table G-80: Common Mappings for AXIS 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 AXIS 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

AXIS event.

Specific AXIS Traps

This section describes the specific traps sent by the AXIS 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. Table G-81 displays the Specific Trap 50000 values.


Table G-81:
Field Value

@ObjectType

"card"

@SubObjectType

lookup($7, Axisfm)

@Class

1005

@AlertKey

$2 + $4

@AlertGroup

"CoreCardSwitchOver"

@Summary

"AXIS " + $2 + " card in slot " + $4 + " switched over"

@ObjectStatus

int($shelfFunctionModuleState) + int($6)

$DeDupKey

@AlertKey + $6

coreCardSwitchTrap

Specific Trap 50001

This trap is generated when the shelf restarts. Table G-82 displays the Specific Trap 50001 values.


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

"AXIS " + $2 + " shelf " + $3 + " restarted due to " + $funcModResetReason

@AdditionalInfo

"ResetReason" + ":" + $funcModResetReason

ShelfRestartTrap

Specific Trap 50002

This trap is generated when a function module is removed. This includes SRM removal. Table G-83 displays the Specific Trap 50002 values.


Table G-83:
Field Value

@ObjectType

"card"

@Class

1070

@SubObjectType

lookup($7, Axisfm)

@AlertKey

$2 + $4

@Type

3

@AlertGroup

"FuncModInsertRemove"

@Summary

"AXIS " + $2 + " function module in slot " + $4 + " removed"

@ObjectStatus

1902 # Deleted

@Severity

4

$DeDupKey

@AlertKey + $6 + $7

functionModuleRemovedTrap

Specific Trap 50003

This trap is generated when a function module is inserted. This includes SRM insertion. Table G-84 displays the Specific Trap 50003 values.


Table G-84:
Field Value

@ObjectType

"card"

@Class

1005

@SubObjectType

lookup($7, Axisfm)

@AlertKey

$2 + $4

$DeDupKey

@AlertKey + $6 + $7

@Type

4

@AlertGroup

"FuncModInsertRemove"

@Summary

"AXIS " + $2 + " function module in slot " + $4 + " inserted"

@ObjectStatus

1901 # Added

@Severity

1

functionModuleInsertedTrap

Specific Trap 50004

This trap is generated when a function module has changed state from standby to active, or vice versa. Table G-85 displays the Specific Trap 50004 values.


Table G-85:
Field Value

@ObjectType

"card"

@Class

1005

@SubObjectType

lookup($7, Axisfm)

@AlertKey

$2 + $4

@AlertGroup

"FuncModuleSwitchOver"

@Summary

"AXIS " + $2 + " function module in slot " + $4 + " switched over"

@ObjectStatus

int($shelfFunctionModuleState) + int($6)

$DeDupKey

@AlertKey + $6 + $7

functionModuleSwitchoverTrap

Specific Trap 50005

This trap is generated when a function module becomes operational. Table G-86 displays the Specific Trap 50005 values.


Table G-86:
Field Value

@ObjectType

"card"

@Class

1005

@SubObjectType

lookup($7, Axisfm)

@AlertKey

$2 + $4

@AlertGroup

"FunctionModuleFailed"

@ObjectStatus

int($shelfFunctionModuleState) + int($6)

@Type

2

@Summary

"AXIS " + $2 + " function module " + $4 + " active."

$DeDupKey

@AlertKey + $6 + $7

functionModuleActiveTrap

Specific Trap 50006

This trap is generated when a function module becomes nonoperational. Table G-87 displays the Specific Trap 50006 values.


Table G-87:
Field Value

@ObjectType

"card"

@Class

1005

@SubObjectType

lookup($7, Axisfm)

@AlertKey

$2 + $4

@AlertGroup

"FunctionModuleFailed"

@ObjectStatus

int($shelfFunctionModuleState) + int($6)

@Type

1

@Summary

"AXIS " + $2 + " function module " + $4 + " failed"

$DeDupKey

@AlertKey + $6 + $7

functionModuleFailedTrap

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. Table G-88 displays the Specific Trap 50007 values.


Table G-88: functionModuleMismatchTrap
Field Value

@ObjectType

"card"

@Class

1005

@SubObjectType

lookup($7, Axisfm)

@AlertKey

$2 + $4

@AlertGroup

"FunctionModuleFailed"

@ObjectStatus

int($shelfFunctionModuleState) + int($6)

@Type

1

@Summary

"AXIS " + $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. Table G-89 displays the Specific Trap 50008 values.


Table G-89:
Field Value

@ObjectType

"card"

@Class

1005

@SubObjectType

lookup($7, Axisfm)

@AlertKey

$2 + $4

@AlertGroup

"FuncModSelfTestFail"

@ObjectStatus

int($shelfFunctionModuleState) + int($6)

@Summary

"AXIS " + $2 + " function module " + $4 + " self-test failed"

$DeDupKey

@AlertKey + $6 + $7

functionModuleSelfTestFailedTrap

Specific Trap 50009

This trap is generated when a function module is in a standby state. Table G-90 displays the Specific Trap 50009 values.


Table G-90: functionModuleStandbyTrap
Field Value

@ObjectType

"card"

@Class

1005

@SubObjectType

lookup($7, Axisfm)

@AlertKey

$2 + $4

@AlertGroup

"FunctionModuleFailed"

@ObjectStatus

int($shelfFunctionModuleState) + int($6)

@Type

1

@Summary

"AXIS " + $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. Table G-91 displays the Specific Trap 50010 values.


Table G-91:
Field Value

@ObjectType

"peripheral.ts"

@BitMapField

$6

@Convert

"asmPhysicalAlarmState"

@Class

1010

@AlertKey

$2

@AlertGroup

"ASMTempAboveNormal"

@Type

2

@ObjectStatus

1

@Summary

"AXIS " + $2 + " temperature normal"

$DeDupKey

@AlertKey + $6

bnmTemperatureNormalTrap

Specific Trap 50011

This trap is generated when the temperature has exceeded the upper limit of its normal range. Table G-92 displays the Specific Trap 50011 values.


Table G-92:
Field Value

@ObjectType

"peripheral.ts"

@BitMapField

$6

@Convert

"asmPhysicalAlarmState"

@Class

1010

@AlertKey

$2

@AlertGroup

"ASMTempAboveNormal"

@Type

1

@ObjectStatus

1 - (Failed, see Bit Map)

@Summary

"AXIS " + $2 + " temperature above normal"

$DeDupKey

@AlertKey + $6

bnmTemperatureAboveNormalTrap

Specific Trap 50012

This trap is generated when the shelf is within its normal DC level. Table G-93 displays the Specific Trap 50012 values.


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

"AXIS " + $2 + " ASM alarm unit# " + $7 + " DC level normal"

@AdditionalInfo

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

$DeDupKey

@AlertKey + $6

bnmDclevelNormalTrap

Specific Trap 50013

This trap is generated when the shelf is DC level below the normal DC level. Table G-94 displays the Specific Trap 50013 values.


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

"AXIS " + $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. Table G-95 displays the Specific Trap 50014 values.


Table G-95:
Field Value

@ObjectType

"peripheral.ps"

@BitMapField

$6

@Convert

"asmPhysicalAlarmState"

@Class

1010

@AlertKey

$2 + $7

@AlertGroup

"PowerSupplyFailed"

@Type

2

@ObjectStatus

1

@Summary

"AXIS " + $2 + " power unit# " + $7 + " normal"

@AdditionalInfo

"Power Unit#" + ":" + $7

$DeDupKey

@AlertKey + $6

bnmPowersupplyNormalTrap

Specific Trap 50015

This trap is generated when the shelf's power supply status is failed. Table G-96 displays the Specific Trap 50015 values.


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

"AXIS " + $2 + " power unit# " + $7 + " failed"

@AdditionalInfo

"Power Unit#" + ":" + $7

$DeDupKey

@AlertKey + $6

bnmPowersupplyFailedTrap

Specific Trap 50016

This trap is generated when a particular fan's RPM is normal. Table G-97 displays the Specific Trap 50016 values.


Table G-97: bnmFanrpmNormalTrap
Field Value

@ObjectType

"peripheral.fan"

@BitMapField

$6

@Class

1010

@AlertKey

$2 + $7

@AlertGroup

"FanBelowNormal"

@Type

2

@ObjectStatus

1 - (Failed, see Bit Map)

@Summary

"AXIS " + $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. Table G-98 displays the Specific Trap 50017 values.


Table G-98:
Field Value

@ObjectType

"peripheral.fan"

@BitMapField

$6

@Class

1010

@AlertKey

$2 + $7

@AlertGroup

"FanBelowNormal"

@Type

1

@ObjectStatus

1 - (Failed, see Bit Map)

@Summary

"AXIS " + $2 + " fan unit# " + $7 + " below normal"

@AdditionalInfo

"Fan Unit#" + ":" + $7

$DeDupKey

@AlertKey + $6

bnmFanrpmBelowNormalTrap

Specific Trap 50018

This trap is generated when the shelf integrated alarm status is changed and the status of the shelf integrated alarm is sent. Table G-99 displays the Specific Trap 50018 values.


Table G-99: shelfIntegratedAlarmTrap
Field Value

@ObjectType

"NE"

@SubObjectType

"AXIS"

@Class

1005

@ObjectStatus

int($shelfIntegratedAlarm) + int($6)

@AlertKey

$2

@AlertGroup

"aggregateShelfAlm"

@Summary

"Axis" + $2 + "Aggregate alarm has changed."

$DeDupKey

@AlertKey + $6

Specific Trap 50020

This trap is generated when a user logs in. Table G-100 displays the Specific Trap 50020 values.


Table G-100: userLoginTrap
Field Value

@ObjectType

"system.general"

@SubObjectType

"login"

@Class

1015

@AlertKey

$2 + $6

@Type

1

@AlertGroup

"AXISUserLoginLogout"

@Summary

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

@AdditionalInfo

"User:" + $6

@Severity

2

$DeDupKey

@AlertKey

Specific Trap 50021

This trap is generated when a user logs out. Table G-101 displays the Specific Trap 50021 values.


Table G-101: userLogoutTrap
Field Value

@ObjectType

"system.general"

@Class

1015

@SubObjectType

"logout"

@AlertKey

$2 + $6

@Type

2

@AlertGroup

"AXISUserLoginLogout"

@Summary

"User:" + $6 + "logged out from AXIS:" + $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 AXIS BNM trunk (ANNEX G signalling failure). Table G-102 displays the Specific Trap 50022 values.


Table G-102:
Field Value

@ObjectType

"system.general"

@Class

1015

@Type

1

@ObjectStatus

302 # Failed

@AlertKey

$2 + $4

@AlertGroup

"shelfLossLmiAlarmClear"

@Summary

"Loss of LMI Alarm for Axis" + $2 + "Slot" + $4 + "BNM Trunk. (ANNEX G Signalling Failure)"

@Severity

4

$DeDupKey

@AlertKey

shelfLossLmiAlarmTrap

Specific Trap 50023

This trap is generated upon the Clear of Loss of an LMI Alarm for an AXIS BNM trunk (ANNEX G signalling failure has cleared). Table G-103 displays the Specific Trap 50023 values.


Table G-103: 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 Axis" + $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. Table G-104 displays the Specific Trap 50030 values.


Table G-104:
Field Value

@ObjectType

"card"

@Class

1005

@Type

3

@SubObjectType

lookup($7, Axislm)

@ObjectStatus

1902 - (Deleted)

@AlertKey

$2 + $4 + $7

@AlertGroup

"LineModuleRemoved"

@Summary

"AXIS " + $2 + " slot " + $4 + " card " + @SubObjectType + " line module removed"

@Severity

4

$DeDupKey

@AlertKey + $6

lineModuleRemovedTrap

Specific Trap 50031

This trap is generated when a particular line module has been inserted. Table G-105 displays the Specific Trap 50031 values.


Table G-105:
Field Value

@ObjectType

"card"

@Class

1005

@Type

4

@SubObjectType

lookup($7, Axislm)

@ObjectStatus

1901 # Added

@AlertKey

$2 + $4 + $7

@AlertGroup

"LineModuleRemoved"

@Summary

"AXIS " + $2 + " slot " + $4 + " card " + @SubObjectType +
" line module inserted"

@Severity

0

$DeDupKey

@AlertKey + $6

lineModuleInsertedTrap

Specific Trap 50032

This trap is generated when the front card does not support the line module. Table G-106 displays the Specific Trap 50032 values.


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

"AXIS " + $2 + " slot " + $4 + " card " + @SubObjectType +
" line module mismatch with function module"

@Severity

2

$DeDupKey

@AlertKey

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, however, a BNM-E3 card is plugged in. Table G-107 displays the Specific Trap 50040 values.


Table G-107:
Field Value

@Slot

$6

@ObjectType

"system.config"

@ObjectStatus

610

@Class

1015

@SubObjectType

lookup($7, Axisfm)

@AlertKey

$2 + $4

@AlertGroup

"BnmConfigMismatch"

@Summary

"AXIS " + $2 + " core card " + $6 + " config mismatch with function module " + @SubObjectType

@Severity

2

$DeDupKey

@AlertKey + $6 + $7

coreCardsConfigMismatchTrap

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. Table G-108 displays the Specific Trap 50041 values.


Table G-108: coreCardsPeerMismatchTrap
Field Value

@Slot

$6

@ObjectType

"card"

@ObjectStatus

610

@Class

1005

@SubObjectType

lookup($7, Axisfm)

@AlertKey

$2 + $4

@AlertGroup

"BnmPeerMismatch"

@Summary

"AXIS " + $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. Table G-109 displays the Specific Trap 50042 values.


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

coreCardsConfigClearTrap

Specific Trap 50045

This trap is generated when the redundant card goes active. Table G-110 displays the Specific Trap 50045 values.


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

"AXIS " + $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). Table G-111 displays the Specific Trap 50046 values.


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

"AXIS " + $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. Table G-112 displays the Specific Trap 50047 values.


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

"AXIS " + $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. Table G-113 displays the Specific Trap 50048 values.


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

"AXIS " + $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. Table G-114 displays the Specific Trap 50050 values.


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

"AXIS " + $2 + " back-plane current clock source: " + $currentClockSource + " has changed"

@AdditionalInfo

"Current Clock" + ":" + $currentClockSource

$DeDupKey

@AlertKey

bnmcurclksourceTrap

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. Table G-115 displays the Specific Trap 50051 values.


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

This trap is generated when a BERT (bit error rate tester) is configured and started. Table G-116 displays the Specific Trap 50060 values.


Table G-116: 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. Table G-117 displays the Specific Trap 50061 values.


Table G-117: 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. Table G-118 displays the Specific Trap 50062 values.


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

This trap is generated to indicate no line alarm (obsoleted in AXIS4.0). Table G-119 displays the Specific Trap 50100 values.


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

"AXIS " + $2 + " slot " + $4 + " line# " + $6 + " alarm cleared"

$DeDupKey

@AlertKey + $7 + $8

bnmNolinealarmTrapnum

Specific Trap 50101

This trap is generated when a line alarm exists (obsoleted from AXIS4.0). Table G-120 displays the Specific Trap 50101 values.


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

"AXIS " + $2 + " slot " + $4 + " line# " + $6 + " failed. Check BitMap for Status"

$DeDupKey

@AlertKey + $8

Specific Trap 50102

This trap is generated when the line's loopback has been enabled (obsoleted from AXIS4.0). Table G-121 displays the Specific Trap 50102 values.


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

"AXIS " + $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 (obsoleted from AXIS4.0). Table G-122 displays the Specific Trap 50103 values.


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

"AXIS " + $2 + " slot " + $4 + " line# " + $6 + " local loopback disabled"

$DeDupKey

@AlertKey + $8

@Type

4

bnmLineLpbkDisableTrapnum

Specific Trap 50104

This trap is generated to indicate no line alarm. This trap obsoleted trap 50100. Table G-123 displays the Specific Trap 50104 values.


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

"AXIS " + $2 + " slot " + $4 + " dsx3 line# " + $6 + " alarm cleared"

@Severity

0

$DeDupKey

@AlertKey + $8

dsx3LineNoAlarmTrap

Specific Trap 50105

This trap is generated when a line alarm exists. This trap obsoleted trap 50101. Table G-124 displays the Specific Trap 50105 values.


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

"AXIS " + $2 + " slot " + $4 + " dsx3 line# " + $6 + " failed"

dsx3LineInAlarmTrap

Specific Trap 50106

This trap is generated when the line's loopback has been enabled. This trap obsoleted trap 50102. Table G-125 displays the Specific Trap 50106 values.


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

"AXIS " + $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 obsoleted trap 50103. Table G-126 displays the Specific Trap 50107 values.


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

"AXIS " + $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. Table G-127 displays the Specific Trap 50108 values.


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

"AXIS " + $2 + " slot " + $4 + " line# " + $6 + " lineType " + @SubObjectType

$DeDupKey

@AlertKey + $8

Specific Trap 50109

This trap is generated when the line alarm has cleared. Table G-128 displays the Specific Trap 50109 values.


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

"AXIS " + $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. Table G-129 displays the Specific Trap 50110 values.


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

"AXIS " + $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. Table G-130 displays the Specific Trap 50111 values.


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

"AXIS " + $2 + " slot " + $4 + " line# " + $6 + " local loopback disabled"

$DeDupKey

@AlertKey + $8

@Type

4

sonetLineLpbkDisableTrapnum

Specific Trap 50120 (FRSM Trap)

This trap is generated when no line alarm exists. Table G-131 displays the Specific Trap 50120 values.


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

"AXIS " + $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. Table G-132 displays the Specific Trap 50121 values.


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

"AXIS " + $2 + " slot " + $4 + " line# " + $6 + " line alarm exists"

@Severity

4

$DeDupKey

@AlertKey + $8

dsx1LineInAlarmTrap

Specific Trap 50122 (FRSM Trap)

This trap is generated when the line's loopback has been enabled. Table G-133 displays the Specific Trap 50122 values.


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

"AXIS " + $2 + " slot " + $4 + " line# " + $6 + " line loopback has been enabled"

$DeDupKey

@AlertKey + $8

@Type

3

dsx1LineLpbkEnableTrap

Specific Trap 50123 (FRSM Trap)

This trap is generated when the line's loopback has been disabled. Table G-134 displays the Specific Trap 50123 values.


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

"AXIS " + $2 + " slot " + $4 + " line# " + $6 + " line loopback has been disabled"

$DeDupKey

@AlertKey + $8

@Type

4

dsx1LineLpbkDisableTrap

Specific Trap 50131

This trap is generated to indicate the current statistical alarm state. Table G-135 displays the Specific Trap 50131 values.


Table G-135:
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 AXIS " + $2 + " slot " + $4 + " line# " + $6

$DeDupKey

@AlertKey + $8

dsx3StatLineAlarmTrap

Specific Trap 50132

This trap generates a sectional statistical alarm for AXIS. Table G-136 displays the Specific Trap 50132 values.


Table G-136:
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 AXIS " + $2 + " slot " + $4 +
" Sonet line# " + $6

$DeDupKey

@AlertKey + $8

BNMSonetStatSectionalAlm

Specific Trap 50133

This trap generates a statistical alarm for AXIS. Table G-137 displays the Specific Trap 50133 values.


Table G-137:
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 AXIS " + $2 + " slot " + $4 + " Sonet line# " + $6 + " Check BitMap for Statistical Value"

$DeDupKey

@AlertKey + $8

BNMStatLineAlarm

Specific Trap 50134

This trap generates a statistical path alarm for AXIS. Table G-138 displays the Specific Trap 50134 values.


Table G-138:
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 AXIS " + $2 + " slot " + $4 + " Sonet line# " + $6

$DeDupKey

@AlertKey + $8

BNMStatPathAlarm

Specific Trap 50140

This trap generates an AXIS SRM T3 line transmit clock source alarm. Table G-139 displays the Specific Trap 50140 values.


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

"AXIS " + $2 + " SRM T3 Line# " + $6 + " Transmit clock source: " + $dsx3LineXmtClockSrc

$DeDupKey

@AlertKey + $8

SrmT3TxClockSource

Specific Trap 50141

This trap generates an AXIS SRM T3 line enabled alarm. Table G-140 displays the Specific Trap 50141 values.


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

"AXIS " + $2 + " slot " + $4 + " SRM T3 line# " + $6 + " type: " + @SubObjectType + " enabled"

$DeDupKey

@AlertKey

Specific Trap 50142

This trap generates an AXIS SRM T3 line disabled alarm. Table G-141 displays the Specific Trap 50142 values.


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

"AXIS " + $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 AXIS SRM T3 line loopback enabled alarm. Table G-142 displays the Specific Trap 50143 values.


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

"AXIS " + $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 AXIS SRM T3 line loopback disabled alarm. Table G-143 displays the Specific Trap 50144 values.


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

"AXIS " + $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 AXIS SRM T3 line added alarm. Table G-144 displays the Specific Trap 50145 values.


Table G-144: 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 AXIS SRM T3 line deleted alarm. Table G-145 displays the Specific Trap 50146 values.


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

Srm3T3DelLink

Specific Trap 50147

This trap generates slot on an AXIS SRM T3 line deleted alarm. Table G-146 displays the Specific Trap 50147 values.


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

"AXIS " + $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 AXIS SRM T3 line near end loopback enabled alarm. Table G-147 displays the Specific Trap 50148 values.


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

"AXIS " + $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 AXIS SRM T3 line near end loopback disabled alarm. Table G-148 displays the Specific Trap 50149 values.


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

"AXIS " + $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 AXIS SRM T3 line loss of clock alarm. Table G-149 displays the Specific Trap 50150 values.


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

"AXIS " + $2 + " slot " + $4 + " T3 line# " + $6 + " type: " + $7 + " has lost clock source"

$DeDupKey

@AlertKey

SrmLossOfClockTrap

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

This trap is generated when no line alarm exists. Table G-150 displays the Specific Trap 50200 values.


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

"AXIS " + $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. Table G-151 displays the Specific Trap 50201 values.


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

"AXIS " + $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. Table G-152 displays the Specific Trap 50202 values.


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

"AXIS " + $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. Table G-153 displays the Specific Trap 50203 values.


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

"AXIS " + $2 + " slot " + $4 + " X21Line# " + $6 +
" X21LineType " + @SubObjectType + " Line loopback Disabled"

$DeDupKey

@AlertKey + $8

@Type

4

x21LineLpbkDisableTrap

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

This trap is generated when the line's loopback code/condition has been detected. Table G-154 displays the Specific Trap 50204 values.


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

"AXIS " + $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. Table G-155 displays the Specific Trap 50205 values.


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

"AXIS " + $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. Table G-156 displays the Specific Trap 50230 values.


Table G-156:
Field Value

@PSAP

$6

@ObjectType

"system.config"

@Class

1015

@ObjectStatus

int($imaPortState) + int($8)

@AlertKey

$2 + $4 + $6 + $7

@AlertGroup

"ImaDisabled"

@Type

1

@Summary

"AXIS " + $2 + " slot " + $4 + " IMA Port# " + $6 + " LinkList " + $7 + " disabled"

@AdditionalInfo

"listLinksPresentInImaGroup" + ":" + $7

$DeDupKey

@AlertKey + $8

trapImaDisabled

Specific Trap 50231 (IMA Trap)

This trap is generated when the IMA group becomes active. Table G-157 displays the Specific Trap 50231 values.


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

"AXIS " + $2 + " slot " + $4 + " IMA Port# " + $6 + " LinkList " + $7 + " enabled."

$DeDupKey

@AlertKey + $8

@AdditionalInfo

"listLinksPresentInImaGroup" + ":" + $7

trapImaActive

Specific Trap 50232 (IMA Trap)

This trap is generated when the bandwidth of an IMA group changed due to addition/deletion of links to/from the IMA group. Table G-158 displays the Specific Trap 50232 values.


Table G-158: trapImaBandwidthChanged
Field Value

@PSAP

$6

@ObjectType

"system.config"

@Class

1015

@ObjectStatus

int($imaPortState) + int($8)

@AlertKey

$2 + $4 + $6 + $7

@AlertGroup

"ImaBandwidthChanged"

@Summary

"AXIS " + $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. Table G-159 displays the Specific Trap 50233 values.


Table G-159:
Field Value

@PSAP

$6

@ObjectType

"system.config"

@Class

1015

@ObjectStatus

int($imaPortState) + int($8)

@AlertKey

$2 + $4 + $6 + $7

@AlertGroup

"ImaFailedAcpTimeout"

@Summary

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

@AdditionalInfo

"listLinksPresentInImaGroup" + ":" + $7

$DeDupKey

@AlertKey + $8

trapImaFailedAcpTimeout

Specific Trap 50234 (IMA Trap)

This trap is generated when the IMA group failed due to a major alarm on the IMA group. Table G-160 displays the Specific Trap 50234 values.


Table G-160: trapImaFailedMajorAlm
Field Value

@PSAP

$6

@ObjectType

"system.config"

@Class

1015

@ObjectStatus

int($imaPortState) + int($8)

@AlertKey

$2 + $4 + $6 + $7

@AlertGroup

"ImaFailedMajorAlarm"

@Summary

"AXIS " + $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 failed 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. Table G-161 displays the Specific Trap 50235 values.


Table G-161:
Field Value

@PSAP

$6

@ObjectType

"system.config"

@Class

1015

@ObjectStatus

int($imaPortState) + int($8)

@AlertKey

$2 + $4 + $6 + $7

@AlertGroup

"ImaSignallingFailure"

@Summary

"AXIS " + $2 + " slot " + $4 + " IMA Port# " + $6 + " LinkList " + $7 + " signalling failure."

@AdditionalInfo

"listLinksPresentInImaGroup" + ":" + $7

$DeDupKey

@AlertKey + $8

trapImaFailedSigFailure

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. Table G-162 displays the Specific Trap 50236 values.


Table G-162:
Field Value

@PSAP

$6

@ObjectType

"system.config"

@Class

1015

@ObjectStatus

int($imaPortState) + int($9)

@AlertKey

$2 + $4 + $6 + $7

@AlertGroup

"ImaBadDiffDelayFail"

@Summary

"AXIS " + $2 + " slot " + $4 + " IMA Port# " + $6 + " LinkList " + $7 + " bad differential delay failure."

@AdditionalInfo

"imaObsDiffDelay" + ":" + $8 + "Milliseconds"+ ";" + "listLinksPresentInImaGroup" + ":" + $7

$DeDupKey

@AlertKey + $8 + $9

trapImaFailedBadDiffDelay

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. Table G-163 displays the Specific Trap 50237 values.


Table G-163: trapImaRcvAisLoam
Field Value

@PSAP

$6

@ObjectType

"system.config"

@Class

1015

@ObjectStatus

int($imaPortState) + int($9)

@AlertKey

$2 + $4 + $6 + $7

@AlertGroup

"ImaRcvAisLoam"

@Summary

"AXIS " + $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. Table G-164 displays the Specific Trap 50238 values.


Table G-164:
Field Value

@PSAP

$6

@ObjectType

"system.config"

@Class

1015

@ObjectStatus

int($imaPortState) + int($9)

@AlertKey

$2 + $4 + $6 + $7

@AlertGroup

"ImaRcvRdiLoam"

@Summary

"AXIS " + $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

trapImaRcvRdiLoam

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. Table G-165 displays the Specific Trap 50239 values.


Table G-165: trapImaFailedOtherReason
Field Value

@PSAP

$6

@ObjectType

"system.config"

@Class

1015

@ObjectStatus

int($imaPortState) + int($9)

@AlertKey

$2 + $4 + $6 + $7

@AlertGroup

"ImaFailedOtherReason"

@Summary

"AXIS " + $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. Table G-166 displays the Specific Trap 50240 values.


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

"AXIS " + $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. Table G-167 displays the Specific Trap 50241 values.


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

"AXIS " + $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. Table G-168 displays the Specific Trap 50245 values.


Table G-168:
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 AXIS " + $2 + " slot " + $4 + " IMA line# " + $7 + " See BitMap for Status"

@AdditionalInfo

"almImaGrpNum" + ":" + $6

$DeDupKey

@AlertKey + $6 + $8

trapImaLinkInLoopback

Specific Trap 50246 (IMATM Trap)

This trap is generated when the HEC Error Correction Option for DSX3 has changed. Table G-169 displays the Specific Trap 50246 values.


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

This trap is generated when no PLCP alarm exists. Table G-170 displays the Specific Trap 50300 values.


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

"AXIS " + $2 + " slot " + $4 + " PLCP line# " + $7 + " clear"

@Severity

0

$DeDupKey

@AlertKey + $6

Specific Trap 50301

This trap is generated when a PLCP alarm exists. Table G-171 displays the Specific Trap 50301 values.


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

"AXIS " + $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 change. Table G-172 displays the Specific Trap 50303 values.


Table G-172:
Field Value

@PSAP

$7

@ObjectType

"line.trunk"

@ServiceType

"bnmdsx3"

@Class

1025

@BitMapField

$6

@Convert

"dsx3PlcpLineStatisticalAlarmState"

@ObjectStatus

1

@AlertKey

$2 + $4 + $7 + $8

@AlertGroup

"PLCPLoopbackEnabled"

@Summary

"AXIS " + $2 + " slot " + $4 + " PLCP line# " + $7 + " loopback enabled"

$DeDupKey

@AlertKey + $6

@Type

3

bnmPlcpStatalmTrap

Specific Trap 50305

This trap is generated to indicate a loopback disable trap. Table G-173 displays the Specific Trap 50305 values.


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

"PLCPLoopbackEnabled"

@Summary

"AXIS " + $2 + " slot " + $4 + " PLCP line# " + $7 + " loopback disabled"

$DeDupKey

@AlertKey + $6

@Type

4

Specific Trap 50350

This trap is generated when the line is enabled. Note, this trap is not currently used. Table G-174 displays the Specific Trap 50350 values.


Table G-174: trapLineEnabled
Field Value

@PSAP

$6

@ObjectType

"line.access"

@ServiceType

"dsx1"

@Class

1080

@SubObjectType

lookup($7, LineType)

@AlertKey

$2 + $4 + $6 + $7

@AlertGroup

"LineEnabled"

@ObjectStatus

499 - Active

@Summary

"AXIS " + $2 + " slot " + $4 + " line " + $6 + " type " + @SubObjectType + " enabled"

#@Severity

3

$DeDupKey

@AlertKey

Specific Trap 50380

This trap is generated when the card is over-subscribed. Table G-175 displays the Specific Trap 50380 values.


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

trapCardOvrSubscribed

Specific Trap 50400

This trap is generated when the port becomes active. Table G-176 displays the Specific Trap 50400 values.


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

"AXIS " + $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 the port has failed. Table G-177 displays the Specific Trap 50401 values.


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

"AXIS " + $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. Table G-178 displays the Specific Trap 50402 values.


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

"AXIS " + $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. Table G-179 displays the Specific Trap 50403 values.


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

"AXIS " + $2 + " slot " + $4 + " line# " + $7 + " port# " + $6 +
" loopback enabled"

@AdditionalInfo

"See BitMap Field for PortDS0ConfigBitMap"

@Severity

2

$DeDupKey

@AlertKey + $10

trapPortLoopbackEnabled

Specific Trap 50404

This trap is generated when the port loopback is disabled. Table G-180 displays the Specific Trap 50404 values.


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

"AXIS " + $2 + " slot " + $4 + " line# " + $7 + " port# " + $6 +
" loopback disabled"

@AdditionalInfo

"See BitMap for PortDS0ConfigBitMap"

@Severity

2

$DeDupKey

@AlertKey + $8

PortLoopbackDisabled

Specific Trap 50405

This trap is generated when a port is added. Note, this trap is not used. Table G-181 displays the Specific Trap 50405 values.


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

"AXIS " + $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. Table G-182 displays the Specific Trap 50406 values.


Table G-182: 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. Table G-183 displays the Specific Trap 50450 values.


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

"AXIS " + $2 + " slot " + $4 + " line# " + $7 + " lineType# " + @SubObjectType + " port# " + $6 + " active"

@AdditionalInfo

"See BitMap field for PortSingallingState"

$DeDupKey

@AlertKey + $10

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

This trap is generated when the port fails. Table G-184 displays the Specific Trap 50451 values.


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

"AXIS " + $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. Table G-185 displays the Specific Trap 50452 values.


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

"AXIS " + $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. Table G-186 displays the Specific Trap 50453 values.


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

"AXIS " + $2 + " slot " + $4 + " line# " + $7 + " lineType# " + @SubObjectType + " port# " + $6 + " Loopback Enabled"

@Severity

4

$DeDupKey

@AlertKey + $9

trapX21PortLoopbackEnabled

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

This trap is generated when port loopback is disabled. Table G-187 displays the Specific Trap 50454 values.


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

"AXIS " + $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. Table G-188 displays the Specific Trap 50455 values.


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

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

@AdditionalInfo

"See BitMap field for PortSingallingState"

@Severity

2

$DeDupKey

@AlertKey + $9 + $10

Specific Trap 50500 (Channel Trap)

This trap is generated when the channel becomes active. Table G-189 displays the Specific Trap 50500 values.


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

"AXIS " + $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. Table G-190 displays the Specific Trap 50501 values.


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

"AXIS " + $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. Table G-191 displays the Specific Trap 50502 values.


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

"AXIS " + $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. Table G-192 displays the Specific Trap 50503 values.


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

"AXIS " + $2 + " slot " + $4 + " line# " + $6 + " port# " + $7 +
" channel# " + $8 + " added"

@AdditionalInfo

"See BitMap field for PortDs0ConfigBitMap"

@Severity

2

$DeDupKey

@AlertKey + $8 + $11

Specific Trap 50530 (FRASM SNA Card Trap)

This trap is generated when an SNA port is added. Table G-192 describes
Specific Trap 50530 fields and values.

Specific Trap 50531 (FRASM SNA Card Trap)

This trap is generated when an SNA port is deleted. Table G-192 describes
Specific Trap 50531 fields and values.

Specific Trap 50532 (FRASM SNA Card Trap)

This trap is generated when an SNA port changes state. Table G-192 describes
Specific Trap 50532 fields and values.

Specific Trap 50533 (FRASM SNA Card Trap)

This trap is generated when an SNA port becomes active. Table G-193 describes
Specific Trap 50533 fields and values.


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

50530: int($configChangeStatus) + 1#added
50531: int($configChangeStatus) + 2#deleted
50532: int($configChangeStatus) + 3#modify
50533: int($configChangeStatus) + 4#active

@Class

50530: 1080

50531: 1070

50532: 1080

50533: 1080

@Severity

2

@AlertKey

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

@AlertGroup

"sdlcPortAddDelete"

@Type

50530: 3

50531: 4

50532: 3

50533: 3

@Summary

50530: "sldcPort# " + $7 + "." + $6 +" added to AXIS" + $2 + " Slot#" + $4

50531: "sldcPort# " + $7 + "." + $6 +" delete from AXIS" + $2 + " Slot#" + $4

50532: "sldcPort# " + $7 + "." + $6 +" changed state on AXIS" + $2 + " Slot#" + $4

50533: "sldcPort# " + $7 + "." + $6 +" active on AXIS" + $2 + " Slot#" + $4

$DeDupKey

@AlertKey + @AlertGroup + @ObjectStatus

Specific Trap 50534 (FRASM SNA Card Trap)

This trap is generated when an SNA port is added. Table G-193 describes
Specific Trap 50534 fields and values.

Specific Trap 50535 (FRASM SNA Card Trap)

This trap is generated when a BSC port is deleted. Table G-193 describes
Specific Trap 50535 fields and values.

Specific Trap 50536 (FRASM Cards)

This trap is generated when a BSC port changes state. Table G-193 describes
Specific Trap 50536 fields and values.

Specific Trap 50537 (FRASM Cards)

This trap is generated when a BSC port becomes active. Table G-194 describes
Specific Trap 50537 fields and values.


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

50534: int($configChangeStatus) + 1 #added
50535: int($configChangeStatus) + 2 #deleted

50536: int($configChangeStatus) + 3 #modify
50537: int($configChangeStatus) + 4#active

@Class

50534: 1080

50535: 1070

50536: 1080

50537: 1080

@Severity

50534: 2

50535: 2

50536: 3

50537: 0

@AlertKey

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

@AlertGroup

"bscPortAddDelete"

@Type

50534: 3

50535: 4

50536: 1

50537: 3

@Summary

50534: "bscPort#" + $7 + "." + $6 + " added to AXIS " + $2 + " Slot#" + $4

50535:"bscPort#" + $7 + "." + $6 + " deleted from AXIS " + $2 + " Slot#" + $4

50536:"bscPort#" + $7 + "." + $6 + " changed state on AXIS " + $2 + " Slot#" + $4

50537:"bscPort#" + $7 + "." + $6 + " active on AXIS " + $2 + " Slot#" + $4

$DeDupKey

@AlertKey + @AlertGroup + @ObjectStatus

Specific Trap 50538 (FRASM Cards)

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

Specific Trap 50539 (FRASM Cards)

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

Specific Trap 50540 (FRASM Cards)

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

Specific Trap 50541 (FRASM Cards)

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


Table G-195: 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 AXIS " + $2 +
" Slot# " + $4 + " Port# " + $7 + "." + $6

50539: "Secondary Link Station " + $9 + " deleted from Axis " + $2 + " Slot " + $4 + " Port# " + $6

50540: "Secondary Link Station " + $9 + " changed state on Axis" + $2 + " Slot " + $4 + " Port# " + $6

50541: "Secondary Link Station " + $9 + " active on Axis " + $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-195 describes
Specific Trap 50542 fields and values.

Specific Trap 50543 (FRASM Cards)

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

Specific Trap 50544 (FRASM Cards)

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

Specific Trap 50545 (FRASM Cards)

This trap is generated when a BNN route becomes active. Table G-196 describes
Specific Trap 50545 fields and values.


Table G-196: 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 AXIS " + $2 + " Slot " + $4 + " Port# " + $7 + "." + $6

50543: "BNN Route " + $9 + " deleted from AXIS" + $2 + " Slot " + $4 + " Port# " + $7 + "." + $6

50544: "BNN Route " + $9 + " changed state on AXIS" + $2 + " Slot " + $4 + " Port# " + $7 + "." + $6

50545: "BNN Route " + $9 + " active on AXIS " + $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-196 describes
Specific Trap 50546 fields and values.

Specific Trap 50547 (FRASM Cards)

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

Specific Trap 50548 (FRASM Cards)

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

Specific Trap 50549 (FRASM Cards)

This trap is generated when BAN route becomes active. Table G-197 describes
Specific Trap 50549 fields and values.


Table G-197: 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 AXIS " + $2 + " Slot " + $4 + " Port# " + $7 + "." + $6

50547: "BAN Route " + $9 + " deleted from AXIS " + $2 + " Slot " + $4 + " Port# " + $7 + "." + $6

50548: "BAN Route " + $9 + " changed state on AXIS " + $2 + " Slot " + $4 + " Port# " + $7 + "." + $6

50549: "BAN Route " + $9 + " active on AXIS" + $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. Table G-197 describes Specific Trap 50550 fields and values.

Specific Trap 50551 (FRASM Cards)

This trap is generated when a STUN Protocol Group is deleted. Table G-197 describes Specific Trap 50551 fields and values.

Specific Trap 50552 (FRASM Cards)

This trap is generated when a STUN Protocol Group changes state. Table G-197 describes Specific Trap 50552 fields and values.

Specific Trap 50553 (FRASM Cards)

This trap is generated when a STUN Protocol Group becomes active. Table G-198 describes Specific Trap 50553 fields and values.


Table G-198: 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 AXIS " + $2 + " Slot " + $4

50551: "STUN Protocol Group deleted from AXIS " + $2 + " Slot " + $4

50552: "STUN Protocol Group state changed on AXIS " + $2 +
" Slot " + $4

50553: "STUN Protocol Group active on AXIS " + $2 + " Slot " + $4

$DeDupKey

@AlertKey + @AlertGroup + @ObjectStatus

Specific Trap 50554 (FRASM Cards)

This trap is generated when a STUN port is added. Table G-198 describes
Specific Trap 50554 fields and values.

Specific Trap 50555 (FRASM Cards)

This trap is generated when a STUN port is deleted. Table G-198 describes
Specific Trap 50555 fields and values.

Specific Trap 50556 (FRASM Cards)

This trap is generated when a STUN port changes state. Table G-198 describes
Specific Trap 50556 fields and values.

Specific Trap 50557 (FRASM Cards)

This trap is generated when a STUN port becomes active. Table G-199 describes
Specific Trap 50557 fields and values.


Table G-199: 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 AXIS " + $2 + " Slot#" + $4

50555: "stunPort#" + $7 + "." + $6 + " deleted from AXIS " + $2 + " Slot#" + $4

50556: "stunPort#" + $7 + "." + $6 + " changed state on AXIS " + $2 + " Slot#" + $4

50557: "stunPort#" + $7 + "." + $6 + " active on AXIS " + $2 + " Slot#" + $4

$DeDupKey

@AlertKey + @AlertGroup + @ObjectStatus

Specific Trap 50558 (FRASM Cards)

This trap is generated when a STUN route is added. Table G-199 describes
Specific Trap 50558 fields and values.

Specific Trap 50559 (FRASM Cards)

This trap is generated when a STUN route is deleted. Table G-199 describes
Specific Trap 50559 fields and values.

Specific Trap 50560 (FRASM Cards)

This trap is generated when a STUN route changes state. Table G-199 describes
Specific Trap 50560 fields and values.

Specific Trap 50561 (FRASM Cards)

This trap is generated when a STUN route becomes active. Table G-200 describes
Specific Trap 50561 fields and values.


Table G-200: 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 AXIS " + $2 + " Slot# " + $4 + " Port# " + $7 + "." + $6

50559: "STUN route " + $9 + " deleted from AXIS " + $2 +
" Slot " + $4 + " Port# " + $7 + "." + $6

50560: "STUN route " + $9 + " changed state on AXIS " + $2 +
" Slot " + $4 + " Port# " + $7 + "." + $6

50561: "STUN route " + $9 + " active on AXIS " + $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. Table G-200 describes
Specific Trap 50562 fields and values.

Specific Trap 50563 (FRASM Cards)

This trap is generated when a BSTUN port is deleted. Table G-200 describes
Specific Trap 50563 fields and values.

Specific Trap 50564 (FRASM Cards)

This trap is generated when a BSTUN port changes state. Table G-200 describes
Specific Trap 50564 fields and values.

Specific Trap 50565 (FRASM Cards)

This trap is generated when a BSTUN port becomes active. Table G-201 describes
Specific Trap 50565 fields and values.


Table G-201: 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 AXIS " + $2 + " Slot# " + $4

50563: "bstun Protocol Group#" + $6 + " deleted from AXIS " + $2 +" Slot# " + $4

50564: "bstun Protocol Group" + $6 + " state changed on Axis " + $2 +" Slot# " + $4

50565: "bstun Protocol Group" + $6 + " active on Axis " + $2 + " Slot# " + $4

$DeDupKey

@AlertKey + @AlertGroup + @ObjectStatus

Specific Trap 50566 (FRASM Cards)

This trap is generated when a BSTUN port is added. Table G-201 describes
Specific Trap 50566 fields and values.

Specific Trap 50567 (FRASM Cards)

This trap is generated when a BSTUN port is deleted. Table G-201 describes
Specific Trap 50567 fields and values.

Specific Trap 50568 (FRASM Cards)

This trap is generated when a BSTUN port changes state. Table G-201 describes
Specific Trap 50568 fields and values.

Specific Trap 50569 (FRASM Cards)

This trap is generated when a BSTUN port becomes active. Table G-202 describes
Specific Trap 50569 fields and values.


Table G-202: 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 AXIS " + $2 + " Slot#" + $4

50567: "bstunPort#" + $7 + "." + $6 + " deletedto AXIS " + $2 + " Slot#" + $4

50568: "bstunPort#" + $7 + "." + $6 + " changed state on AXIS " + $2 + " Slot#" + $4

50569: "bstunPort#" + $7 + "." + $6 + " active to AXIS " + $2 + " Slot#" + $4

$DeDupKey

@AlertKey + @AlertGroup + @ObjectStatus

Specific Trap 50570 (FRASM Cards)

This trap is generated when a BSTUN route is added. Table G-202 describes
Specific Trap 50570 fields and values.

Specific Trap 50571 (FRASM Cards)

This trap is generated when a BSTUN route is deleted. Table G-202 describes
Specific Trap 50571 fields and values.

Specific Trap 50572 (FRASM Cards)

This trap is generated when a BSTUN route changes state. Table G-202 describes
Specific Trap 50572 fields and values.

Specific Trap 50573 (FRASM Cards)

This trap is generated when a BSTUN route becomes active. Table G-203 describes Specific Trap 50573 fields and values.


Table G-203: 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 AXIS " + $2 + " Slot#" + $4 + " Port#" + $7 + "." + $6

50571: "bstunRoute " + $9 + " deleted from AXIS " + $2 + " Slot#" + $4 + " Port#" + $7 + "." + $6

50572: "bstunRoute " + $9 + " changed state on AXIS " + $2 + " Slot#" + $4 + " Port#" + $7 + "." + $6

50573: "bstunRoute " + $9 + " active on AXIS " + $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. Table G-203 describes Specific Trap 50574 fields and values.

Specific Trap 50575 (FRASM Cards)

This trap is generated when an LLC port is deleted. Table G-203 describes Specific Trap 50575 fields and values.

Specific Trap 50576 (FRASM Cards)

This trap is generated when an LLC port changes state. Table G-203 describes Specific Trap 50576 fields and values.

Specific Trap 50577 (FRASM Cards)

This trap is generated when an LLC port becomes active. Table G-204 describes Specific Trap 50577 fields and values.


Table G-204: 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 AXIS" + $2 + " Slot " + $4 +
" Port# " + $7 + "." + $6

50575: "llc port# " + $9 + " deleted from AXIS " + $2 + " Slot " + $4 + " Port# " + $7 + "."+ $6

50576: "llc port# " + $9 + " changed state on AXIS " + $2 + " Slot " + $4 + " Port# " + + $7 + "."$6

50577: "llc port# " + $9 + " active on AXIS " + $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. Table G-205 describes
Specific Trap 50600 fields and values.


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

"AXIS " + $2 + " slot " + $4 + " has changed status to " + $Status

$DeDupKey

@AlertKey + @BitMapField + $ObjectStatus

Specific Trap 50800

This trap is generated when the configuration is cleared. Table G-206 describes Specific Trap 50800 fields and values.


Table G-206: trapSMclearAllCfg
Field Value

@ObjectType

"system.config"

@Class

1015

@SubObjectType

lookup($6, Axisfm)

@AlertKey

$2 + $6

@AlertGroup

"ServiceModClearConfi"

@Summary

"AXIS " + $2 + " object type " + @SubObjectType + " Config Cleared"

$DeDupKey

@AlertKey

Specific Trap 50900 (AUSM Card Trap)

This trap is generated when no PLPP alarm exists. Table G-207 describes
Specific Trap 50900 fields and values.


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

"AXIS " + $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. Table G-208 describes Specific Trap 50901 fields and values.


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

"AXIS " + $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. Table G-209 describes
Specific Trap 50904 fields and values.


Table G-209: trapAusmPlppLbEnab
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

"AXIS " + $2 + " slot " + $4 + " PLCP line# " + $6 + " loopback enabled"

$DeDupKey

@AlertKey + $8

le

Specific Trap 50905 (AUSM Card Trap)

This trap is generated when PLPP loopback is disabled. Table G-210 describes Specific Trap 50905 fields and values.


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

"AXIS " + $2 + " slot " + $4 + " PLCP line# " + $6 + " loopback disabled"

$DeDupKey

@AlertKey + $8

trapAusmPlppLbDisabled

Specific Trap 50910 (AUSM Card Trap)

This trap is generated when the port is active and is out of the alarmed state. Table G-211 describes Specific Trap 50910 fields and values.


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

"AXIS " + $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. Table G-212 describes Specific Trap 50911 fields and values.


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

"AXIS " + $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. Table G-213 describes Specific Trap 50912 fields and values.


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

"AXIS " + $2 + " slot " + $4 + " line# " + $7 + " port# " + $6 +
" deleted"

$DeDupKey

@AlertKey

trapAusmPortDelete

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). Table G-214 describes Specific Trap 50913 fields and values.


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

"AXIS " + $2 + "slot " + $4 + " line# " + $7 + " port# " + $6 +
" SVC Resource Range changed"

$DeDupKey

@AlertKey + $9

trapAusmPortSvcRangeChanged

Specific Trap 50914 (AUSM Card Trap)

This trap is generated when a port SVC resource range has changed (used for IMA ports). Table G-215 describes Specific Trap 50914 fields and values.


Table G-215: 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. Table G-216 describes
Specific Trap 50920 fields and values.


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

"AXIS " + $2 + " slot " + $4 + " line# " + $6 + " vpi# " + $9 +
" vci# " + $10 + " channel# " + $8 + " cleared"

$DeDupKey

@AlertKey

trapAusmChanActive

Specific Trap 50921 (AUSM Card Trap)

This trap is generated when a channel fails. Table G-217 describes Specific Trap 50921 fields and values.


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

"AXIS " + $2 + " slot " + $4 + " line# " + $6 + " vpi# " + $9 +
" vci# " + $10 + " channel# " + $8 + " failed"

$DeDupKey

@AlertKey

trapAusmChanFailed

Specific Trap 50922 (AUSM Card Trap)

This trap is generated when a channel is deleted. Table G-218 describes
Specific Trap 50922 fields and values.


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

"AXIS " + $2 + " slot " + $4 + " line# " + $6 + " vpi# " + $9 +
" vci# " + $10 + " channel# " + $8 + " deleted."

$DeDupKey

@AlertKey

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

This trap is generated when a CESM channel becomes active. Table G-219 describes Specific Trap 50941 fields and values.


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

"Axis " + $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 +
" logical port# " + $8 + " cleared"

$DeDupKey

@AlertKey

trapCesmChanActiveNew

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

This trap is generated when a CESM channel is deleted. Table G-220 describes Specific Trap 50942 fields and values.


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

"Axis " + $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 +
" logical port# " + $8 + " deleted."

$DeDupKey

@AlertKey

trapCesmChanDeleteNew

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

This trap is generated when a CESM channel egress underflows. Table G-221 describes Specific Trap 50943 fields and values.


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

"Axis " + $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 +
" logical port# " + $8 + " underflow."

$DeDupKey

@AlertKey

trapCesmChanUnderflowNew

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

This trap is generated when a CESM channel egress overflows. Table G-222 describes Specific Trap 50944 fields and values.


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

"Axis " + $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 +
" logical port# " + $8 + " overflow."

$DeDupKey

@AlertKey

trapCesmChanOverflowNew

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

This trap is generated when a CESM channel egress cell loss occurs. Table G-223 describes Specific Trap 50945 fields and values.


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

"Axis " + $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 +
" logical port# " + $8 + " cell loss."

$DeDupKey

@AlertKey

trapCesmChanCellLossNew

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

This trap is generated when Idle suppression starts on this connection. Table G-224 describes Specific Trap 50946 fields and values.


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

"Axis " + $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 +
" logical port# " + $8 + " Idle suppression start."

$DeDupKey

@AlertKey

trapCesmChanIdleSuppStartNew

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

This trap is generated when Idle suppression stops on this connection. Table G-225 describes Specific Trap 50947 fields and values.


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

"Axis " + $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 +
" logical port# " + $8 + " Idle suppression stop."

$DeDupKey

@AlertKey

trapCesmChanIdleSuppStopNew

Specific Trap 50950 (CESM-4P Trap)

This trap is generated when a CESM channel becomes active. Table G-226 describes Specific Trap 50950 fields and values.


Table G-226:
Field Value

@ServiceType

"cesmChan"

@PSAP

$6

@DSAP

$7

@ObjectType

"endpoint.CE"

@Class

1040

@AlertKey

$2 + $4 + $6 + $7

@AlertGroup

"CesmChannelActive"

@Type

2

@Summary

"Axis " + $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 +
" cleared"

$DeDupKey

@AlertKey

trapCesmChanActive

Specific Trap 50952 (CESM-4P Trap)

This trap is generated when a CESM channel is deleted. Table G-227 describes Specific Trap 50952 fields and values.


Table G-227:
Field Value

@ServiceType

"cesmChan"

@PSAP

$6

@DSAP

$7

@ObjectType

"endpoint.CE"

@Class

1040

@AlertKey

$2 + $4 + $6 + $7

@AlertGroup

"CesmChannelActive"

@Type

1

@Summary

"Axis " + $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 +
" deleted."

$DeDupKey

@AlertKey

trapCesmChanDelete

Specific Trap 50960 (CESM-4P Trap)

This trap is generated when a CESM channel egress underflows. Table G-228 describes Specific Trap 50960 fields and values.


Table G-228: trapCesmChanUnderflow
Field Value

@ServiceType

"cesmChan"

@PSAP

$6

@DSAP

$7

@ObjectType

"endpoint.CE"

@Class

1040

@AlertKey

$2 + $4 + $6 + $7

@AlertGroup

"CesmChannelUnderflow"

@Type

2

@Summary

"Axis " + $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. Table G-229 describes Specific Trap 50961 fields and values.


Table G-229:
Field Value

@ServiceType

"cesmChan"

@PSAP

$6

@DSAP

$7

@ObjectType

"endpoint.CE"

@Class

1040

@AlertKey

$2 + $4 + $6 + $7

@AlertGroup

"CesmChannelUnderflow"

@Type

1

@Summary

"Axis " + $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 +
" overflow."

$DeDupKey

@AlertKey

trapCesmChanOverflow

Specific Trap 50962 (CESM-4P Trap)

This trap is generated when a CESM channel egress cell loss occurs. Table G-230 describes Specific Trap 50962 fields and values.


Table G-230: trapCesmChanCellLoss
Field Value

@ServiceType

"cesmChan"

@PSAP

$6

@DSAP

$7

@ObjectType

"endpoint.CE"

@Class

1040

@AlertKey

$2 + $4 + $6 + $7

@AlertGroup

"CesmChannelCellLoss"

@Summary

"Axis " + $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). Table G-231 describes Specific Trap 50971 fields and values.


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

"Axis " + $2 + " slot " + $4 + " line# " + $6 + " port# " + 8 +
" added."

AdditionalInfo

"See BitMap field for cesPortDs0ConfigBitMap"

$DeDupKey

@AlertKey + $9

trapCesmPortAdded

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

This trap is generated when a port becomes active. Table G-232 describes Specific Trap 50972 fields and values.


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

"Axis " + $2 + " slot " + $4 + " line# " + $6 + " port# " + 8 +
" active."

AdditionalInfo

"See BitMap field for cesPortDs0ConfigBitMap"

$DeDupKey

@AlertKey + $9

trapCesmPortActive

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

This trap is generated when a port has failed. Table G-233 describes Specific Trap 50973 fields and values.


Table G-233: trap
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

"Axis " + $2 + " slot " + $4 + " line# " + $6 + " port# " + 8 +
" failed."

AdditionalInfo

"See BitMap field for cesPortDs0ConfigBitMap"

$DeDupKey

@AlertKey + $9

CesmPortFailed

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

This trap is generated when a port has been deleted. Table G-234 describes Specific Trap 50974 fields and values.


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

"Axis " + $2 + " slot " + $4 + " line# " + $6 + " port# " + 8 +
" deleted."

AdditionalInfo

"See BitMap field for cesPortDs0ConfigBitMap"

$DeDupKey

@AlertKey + $9

trapCesmPortDelete

Default Case

Table G-235 describes the other received Specific Trap fields and values.


Table G-235:
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 Other Specific Traps Received from this Enterprise

Cisco StrataView+ Switch Software Traps

This section describes the traps sent by Cisco SV+ from the switches. These traps are received under Enterprise .1.3.6.1.4.1.351.120. Table G-236 describes the common mappings for Enterprise .1.3.6.1.4.1.351.120.


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

Common Mappings for Enterprise .1.3.6.1.4.1.351.120

Specific Trap 20001

This trap is generated when a line alarm status is received. Table G-237 describes Specific Trap 20001 fields and values.


Table G-237: 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. Table G-238 describes Specific Trap 20002 fields and values.


Table G-238: 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. Table G-239 describes Specific Trap 20003 fields and values.


Table G-239: 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. Table G-240 describes Specific Trap 20004 fields and values.


Table G-240: 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 Cisco SV+ Release 9.2, peripheral alarms include: external clock source failure and too many invalid login attempts. Table G-241 describes Specific Trap 20005 fields and values.


Table G-241: 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 whenever commbreak is reported. Table G-242 describes Specific Trap 20006 fields and values.


Table G-242: 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 commbreak is cleared. Table G-243 describes Specific Trap 20007 fields and values.


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

CommBreakClear

Specific Trap 20008

This trap is generated when a communication failure occurs between a feeder and the routing node. Table G-244 describes Specific Trap 20008 fields and values.


Table G-244: 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. Table G-245 describes Specific Trap 20009 fields and values.


Table G-245: 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. Table G-246 describes Specific Trap 20010 fields and values.


Table G-246: 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 Cisco SV+ 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, a UFM port on slot 8, line 1 is configured with 128kbps port speed and the 2 DS0's used correspond to TimeSlot 3 and 4, the svPortPhysicalPort is 3 (lowest available timeslot). Table G-247 describes Specific Trap 20011 fields and values.


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

This trap is generated by all routing nodes in the network when one or more routing nodes become unreachable. Table G-248 describes Specific Trap 20016 fields and values.


Table G-248: 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 commbreak, caused due to a node entering a degraded mode or for some other reason, is cleared. Table G-249 describes Specific Trap 20017 fields and values.


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

This trap is generated when Cisco SV+ finds a given node with the name svNodeGrpName to be IP unreachable. Note, a node is considered to be unreachable when Cisco SV+ cannot send IP packets to that node, although the node may be able to communicate with other nodes in the network. Table G-250 describes Specific Trap 25300 fields and values.


Table G-250: 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 StrataView+ host"

Specific Trap 25301

This trap is generated when Cisco SV+ finds a given node with the name svNodeGrpName to be IP reachable. Note, a node is considered to be reachable when Cisco SV+ can send IP packets to the node, although the node may be unable to communicate with other nodes in the network. Table G-251 describes Specific Trap 25301 fields and values.


Table G-251: 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 StrataView+ host"

Default Case

Table G-252 describes the mappings for other Specific Traps received from this Enterprise.


Table G-252:
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 Other Specific Traps Received from this Enterprise

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 Cisco SV+ Mediators on unsuccessful or successful registration with the Service View Agent. Table G-253 describes the common traps for the Micromuse Enterprise.


Table G-253:
Field Value

@ObjectType

"InfoCenter.system"

@SubObjectType

"Info Mediator"

Common Traps for the Micromuse Enterprise

Specific Trap 1

Table G-254 describes Micromuse Specific Trap 1 fields and values.


Table G-254: SV+Register
Field Value

@NEName

$1

@AlertKey

$1

@Summary

"Trapd registered with SV+"

@Severity

0

@Type

2

@AlertGroup

"regstatus"

@ObjectStatus

102 - Failed

$DeDupKey

@AlertKey

Specific Trap 2

Table G-255 describes Micromuse Specific Trap 2 fields and values.


Table G-255: SV+UnRegister
Field Value

@NEName

$1

@AlertKey

$1

@Summary

"Unable to register Trapd with SV+"

@Severity

5

@Type

1

@AlertGroup

"regstatus"

@ObjectStatus

103 - Failed

$DeDupKey

@AlertKey

Default Case

Table G-256 describes the mappings for other Specific Traps received from this Enterprise.


Table G-256: 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-257 describes the mappings for other Specific Traps received from other Enterprises.


Table G-257:
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 Other Specific Traps Received from Other Enterprises

Generic SNMP Traps

The generic SNMP traps received from the network elements are defined in Table G-258.


Table G-258: 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-259 describes the fields and values.


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

SNMP_EGP_Down

Default Generic Trap 5 Mappings

This trap generates an EGP Neighbor Loss alarm. Table G-260 describes the fields and values.


Table G-260:
Field Value

@NEName

$Node

$enterprise-name

"snmpGeneric"

@Summary

"Egp Neighbor Loss"

@AlertGroup

"snmpGeneric.EgpNeighbourLoss"

@Severity

"3"

$DeDupKey

$Node

EGP Neighbor Loss

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-261 describes the fields and values.


Table G-261:
Field Value

@NEName

$Node

details

($1, $2, $3, $4, $5, $6, $7, $8, $9)

@AlertKey

$enterprise-name + $enterprise

$DeDupKey

@AlertKey

@AlertGroup

"SNMP_Authen_Failure"

@Summary

"Incorrect Community Name (authenticationFailure Trap) enterprise:" + $enterprise-name + " (" + $enterprise + ") args(): (see details)"

@Severity

"2"

SNMP_Authen_Failure

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-262 describes the fields and values.


Table G-262: 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-263.


Table G-263:
Field Value

$enterprise-name

"snmpGeneric"

@Summary

"Link Up"

@NEName

$Node

@AlertGroup

"snmpGeneric.LinkUpDown"

@Type

2

@Severity

"2"

@AlertKey

$1

$DeDupKey

@AlertKey

Link Up Traps

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-264 describes the fields and values.


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

SNMP_Link_Down

Default Generic Trap 2 Mappings

The SNMP Trap 2 generic mappings are provided in Table G-265.


Table G-265:
Field Value

@NEName

$Node

$enterprise-name

"snmpGeneric"

@Summary

"Link Down"

@AlertGroup

"snmpGeneric.LinkUpDown"

@Type

1

@Severity

"5"

@AlertKey

$1

$DeDupKey

@AlertKey

Link Down Traps

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-266 describes the fields and values.


Table G-266: 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-267.


Table G-267:
Field Value

$enterprise-name

"snmpGeneric"

@Summary

"Warm Start"

@NEName

$Node

@AlertGroup

"snmpGeneric.WarmStart"

@Severity

"4"

$DeDupKey

$Node

Warm Start

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-268 describes the fields and values.


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

SNMP_Cold_Start

Default Generic Trap 0 Mappings

The SNMP Trap 0 generic mappings are provided in Table G-269.


Table G-269:
Field Value

$enterprise-name

"snmpGeneric"

@Summary

"Cold Start"

@AlertGroup

"snmpGeneric.ColdStart"

@Severity

"4"

@NEName

$Node

$DeDupKey

$Node

Cold Start


hometocprevnextglossaryfeedbacksearchhelp
Posted: Thu Apr 1 10:57:04 PST 1999
Copyright 1989-1999©Cisco Systems Inc.