|
|
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:
This section describes the lookup files and tables defined in rule file, cisco.rules.
The lookup files use external ASCII files on disk to contain the lookup information. These files are read by the Info Mediators upon start-up.
The file must be in the following format:
key[TAB]valuekey[TAB]value
This lookup file looks up the Enterprise Name received from the trap in a dot notation (ASN.1) and returns the Enterprise Name as a character string.
This lookup file is used 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.
This lookup file is generated by the script:
$OMNIHOME/utils/generate_lookups/generate_lookups
This script performs an Informix database lookup and provides a lookup file with the IP address for all of the network elements stored in the Node table in the Informix database. The key for the lookups is NEName, and the IP address returned is stored in the NEAddress field in the Cisco Info Server.
Note, you can manually invoke this script during a network upgrade.
This lookup file is generated by the script:
$OMNIHOME/utils/generate_lookups/generate_lookups
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.
| 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 |
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.
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.
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.
This lookup file is used in the Enterprise .1.3.6.1.4.1.351.120 traps (Specific Traps 20003 and 20004), and contains the trapCardType, which is an integer ObjectType. This lookup file converts the integer to a text string and assigns it in the SubObjectType field in the Cisco Info Server.
This lookup file is used in the Enterprise .1.3.6.1.4.1.351.120 traps (Specific Trap 20001), and contains the lineCardType, which is an integer ObjectType. This lookup file converts the integer to a text string and is used as one of the strings in the SubObjectType field in the Cisco Info Server.
This lookup file is used in the Enterprise .1.3.6.1.4.1.351.120 traps (Specific Trap 20002), and contains the svTrunkCardType, which is an integer ObjectType. This lookup file converts the integer to a text string and is used as one of the strings in the SubObjectType field in the Cisco Info Server.
This lookup file is 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.
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.
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.
A lookup table can be defined directly within the rules file itself using the following format:
table tablename={{"key","value"},{"key","value"}} 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 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 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.
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.
| ObjectStatus Value | Converted Value |
|---|---|
1 | Clear |
2 | Failed |
| ObjectStatus Value | Converted Value |
|---|---|
1 | Inactive |
2 | Failed |
The ObjectStatus for each trap is offset with a constant, making the integer value unique in the conversion table. For example, adding 200 to the ObjectStatus value for trapPeripheralState and 400 to the ObjectStatus value for svportState produces the following tables:
| ObjectStatus Value | Converted Value |
|---|---|
201 | Clear |
202 | Failed |
| ObjectStatus Value | Converted Value |
|---|---|
401 | Inactive |
402 | Failed |
In the rules file, ObjectStatus is assigned 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)
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
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.
| Manager | ProbeWatch |
Summary | @Agent + "on" + @Node + "" + @Summary |
NEName | @Node |
ObjectType | "InfoCenter.system" |
SubObjectType | "Mediator" |
AlertKey | @Agent |
NEType | 1000 |
This subsection describes the ProbeWatch message mappings based on summary types.
Summary | "Going Down...": |
Type | 1 |
AlertGroup | "ProbeUpDown" |
ObjectStatus | 103 - Failed |
Summary | "Running..." |
Type | 2 |
AlertGroup | "ProbeUpDown" |
ObjectStatus | 102 |
When the above two cases do not match for
Manager = ProbeWatchthe rest of the traps generated by the Mediators are discarded.
This section describes the main rules file section and deals with all traps other than the ProbeWatch messages.
Following is the rule to set up the key for the discard lookup:
$discardtrap = lookup($enterprise + "-" + $generic-trap + "-" + $specific-trap, discards)if(match($discardtrap, @Manager) or match($discardtrap, "All")){ discard} The valid values for the discard lookup are NNM, 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).
elseDo not discard, continue with the rest of processingDefault values are set in the next section. Where required, these values are overwritten in the mappings for the specific trap.
Table G-10 describes the main rules default settings.
| Field | Value | Description |
|---|---|---|
remove($Identifier) | " " | The Identifier is the key field used for the deduplication. By default, the Identifier is set in the Mediator. As the Identifier is customized for each trap, the $Identifier variable is unset (removed) and set at the end of the rules file. |
Node | $Node | $Node is the token created by the probe. This is taken from the SNMP Trap header (Agent address). |
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 |
|
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":
discardUser Connection traps correspond to traps generated from:
The following varbinds are received from the above specific traps and have common positions and descriptions:
| 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.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.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: |
8 | svConnType | Connection type: |
| 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. |
The format of a Frame Relay to Frame Relay connection string is:
Node.shelf.slot.line.port.dlci
| Field | Value | Description |
|---|---|---|
@SubObjectType | "fr-fr" | Assign the SubObjectType to indicate a fr-fr connection. |
@ServiceType | "frChan" (when @NEType = 3) "frEndpt" (default) | Assign the ServiceType field the frEndpt value. This field is used by the Real Time Counters tool to dynamically display the relevant counters for a fr-fr connection that could be polled for statistics. As the counters depend upon the Network Element, the service type is based on the NEType. |
$Line | extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") | Extract the fourth field from the local connection string. |
$Port | extract($3,"^[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") | Extract the fifth field from the local connection string. |
@DSAP | extract($3,"^[^.]*\.[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)") + "(DLCI)" | Destination Service Access Point (DSAP). Indicates the DLCI for this connection is extracted from the sixth field and is appended to the (DLCI) string. |
$RLine | extract($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) |
|
The format of an ATM-ATM connection string is:
Node.shelf.slot.port.vpi.vci
| Field | Value | Description |
|---|---|---|
@SubObjectType | "atm-atm" | Connection is atm-atm. Assign to SubObjectType field. |
@ServiceType | "ausmChan" (when @NEType = 3) "atmEndpt" (default) | Assign the ServiceType field the atmEndpt value. This field is used by the Real Time Counters tool to dynamically display the relevant counters for an ATM-ATM connection that could be polled for statistics. |
@PSAP | extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") | The Physical Service Access Point (PSAP) is the port field (fourth) in the local connection string. |
$VPI | extract($3, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") | The Destination Service Access Point (DSAP) for ATM connections is denoted by the vpi.vci. The fifth and sixth fields are extracted and concatenated with the VPI/VCI string. |
$VCI | extract($3, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)" | Local VCI. |
@DSAP | $VPI + "." + $VCI + "(VPI/VCI)" |
|
$RPort | extract($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)" |
|
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.dlcior
Node.shelf.line.port.dlci-Node.shelf.port.vpi.vci| Field | Value |
|---|---|
@SubObjectType | "atm-fr" |
@ServiceType | "ausmChan" (when $masterend is ATM and NEType = AXIS) "atmEndpt" (when $masterend is ATM and NEType = BPX) |
$PSAP | extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") |
$VPI | extract($3, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") |
$VCI | extract($3, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)") |
@DSAP | $VPI + "." + $VCI + "(VPI/VCI)" |
$RLine | extract($5, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") |
$RPort | extract($5, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") |
@RemotePSAP | $RLine + "." + $RPort |
@RemoteDSAP | extract($5, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)") + "(DLCI)" |
$RLine | 1 (when $RLine = 0) |
| Field | Value |
|---|---|
@ServiceType | "frChan" - (when $masterend is fr and NEType = AXIS) "frEndpt" - (when $masterend is fr and NEType = IPX/IGX) |
$Line | extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") |
$Port | extract($3, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") |
@DSAP | extract($3, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)") + "(DLCI)" |
@PSAP | 1 - (when $Line = 0) $Line + "." + $Port (when $Line != 0) |
$RPSAP | extract($5, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") |
$RVPI | extract($5, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") |
$RVCI | extract($5, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)") |
@RemoteDSAP | $RVPI + "." + $RVCI + "(VPI/VCI)" } |
This section describes the Circuit Emulation connections (ce-ce). The format for a ce-ce connection string is:
Node.shelf.slot.port.0.0
| Field | Value |
|---|---|
@SubObjectType | "ce-ce" |
@ServiceType | "CE-CE" |
@PSAP | extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") |
@RemotePSAP | extract($5, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*") |
This section describes the Voice connections (voice-voice). The format for a voice-voice connection string is:
Node.shelf.slot.port.0.0| Field | Value |
|---|---|
@SubObjectType | "voice-voice" |
@ServiceType | "voice" |
@PSAP | extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*).*") |
@LSAP | extract($3, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)") |
@RemotePSAP | extract($6, "^[^.]*\.[^.]*\.[^.]*\.([^.]*).*") |
@RemoteLSAP | extract($6, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)") |
This section describes the Data connections (data-data). The format for a data-data connection string is:
Node.shelf.slot.port.0.0| Field | Value |
|---|---|
@SubObjectType | "data-data" |
@ServiceType | "data" |
@PSAP | extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*).*") |
@LSAP | extract($3, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)") |
@RemotePSAP | extract($6, "^[^.]*\.[^.]*\.[^.]*\.([^.]*).*") |
@RemoteLSAP | extract($6, "^[^.]*\.[^.]*\.[^.]*\.[^.]*\.([^.]*)") |
This trap is generated when a connection alarm status is received.
| Field | Value |
|---|---|
@AlertGroup | "UserConnectionClear" |
@Summary | "User connection Clear"+ $3 + "-" + $5 + "ConnStatus:"+ $objectstatus + "ConnType:" + @SubObjectType |
This trap is generated when a user connection has entered the failed state.
| Field | Value |
|---|---|
@AlertGroup | "UserConnectionClear" |
@Summary | "User connection Fail" + $3 + "-" + $5 + "ConnStatus:" + $objectstatus + "ConnType:" + @SubObjectType |
This trap is generated when a user connection has entered the downed state.
| Field | Value |
|---|---|
@AlertGroup | "UserConnectionClear" |
@Summary | "User connection Down" + $3 + "-" + $5 + "ConnStatus:" + $objectstatus + "ConnType:" + @SubObjectType |
This trap is generated when a user connection has recovered from a failed/downed state.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ObjectType | "connection" |
@ObjectStatus | int($C_svConnOpStatus) + int($svConnOpStatus) int(@ObjectStatus) + 4 (when $svConnAbitStatus = 2) |
@Type | 2 (when @ObjectStatus = 502) |
@NEAddress | lookup(@NEName, neaddress) |
@NEName | extract($svConnLocalStr, "(^[^.]*)\.[^.]*\..*") (when $shelf = "") $shelf (otherwise) |
@Node | @NEName (when $shelf = "") extract($svConnLocalStr, "(^[^.]*)\.[^.]*\..*") (otherwise) |
@NEType | lookup(@NEName, NETypes) |
@Severity | 0 (when @ObjectStatus = 501) |
$shelf | extract($svConnLocalStr, "^[^.]*)\.([^.]*\..*") |
@PSAP | $Line + "." + $Port (when @SubObjectType = "fr-fr") extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*" (when @SubObjectType = "atm-atm") extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*" (when @SubObjectType = "fr-atm") extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*" (when @SubObjectType = "atm-fr") extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*" (when @SubObjectType = "ce-ce") |
@DSAP | extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\.[^.]*\.([^.]*)") + "(DLCI)" (when @SubObjectType = "fr-fr") $VPI + "." $VCI + "(VPI/VCI)" (when @SubObjectType = "atm-atm") $VPI + "." $VCI + "(VPI/VCI)" (when @SubObjectType = "fr-atm") $VPI + "." $VCI + "(VPI/VCI)" (when @SubObjectType = "atm-fr") |
@Slot | extract($svConnLocalStr, "^[^.]*\.[^.]*\.([^.]*)\..*") |
@Class | 1040 (when @NEType is = 3) |
@AlertKey | $svConnLocalStr + svConnRemoteStr |
@AlertGroup | "UserConnectionClear" |
@Summary | "User connection Clear " + $3 + " - " + $6 + " ConnStatus: " + $objectstatus + " ConnType: " + @SubObjectType |
$DeDupKey | @AlertKey + @ObjectStatus |
This trap is generated when the user connection has failed.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ObjectType | "connection" |
@ObjectStatus | int($C_svConnOpStatus) + int($svConnOpStatus) int(@ObjectStatus) + 4 (when $svConnAbitStatus = 2) |
@Type | 2 (when @ObjectStatus = 502) |
@NEName | extract($svConnLocalStr, "(^[^.]*)\.[^.]*\..*") (when $shelf = "") $shelf (otherwise) |
@Node | @NEName (when $shelf = "") extract($svConnLocalStr, "(^[^.]*)\.[^.]*\..*") (otherwise) |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@Severity | 0 (when @ObjectStatus = 501) |
$shelf | extract($svConnLocalStr, "^[^.]*)\.([^.]*\..*") |
@PSAP | $Line + "." + $Port (when @SubObjectType = "fr-fr") extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*" (when @SubObjectType = "atm-atm") extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*" (when @SubObjectType = "fr-atm") extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*" (when @SubObjectType = "atm-fr") extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*" (when @SubObjectType = "ce-ce") |
@DSAP | extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\.[^.]*\.([^.]*)") + "(DLCI)" (when @SubObjectType = "fr-fr") $VPI + "." $VCI + "(VPI/VCI)" (when @SubObjectType = "atm-atm") $VPI + "." $VCI + "(VPI/VCI)" (when @SubObjectType = "fr-atm") $VPI + "." $VCI + "(VPI/VCI)" (when @SubObjectType = "atm-fr") |
@Slot | extract($svConnLocalStr, "^[^.]*\.[^.]*\.([^.]*)\..*") |
@Class | 1040 (when @NEType = 3) |
@AlertKey | $svConnLocalStr + svConnRemoteStr |
@AlertGroup | "UserConnectionClear" |
@Summary | "User connection Fail " + $3 + " - " + $6 + " ConnStatus: " + $objectstatus + " ConnType: " + @SubObjectType |
$DeDupKey | @AlertKey + @ObjectStatus |
This trap is generated when the user connection goes down.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ObjectType | "connection" |
@ObjectStatus | int($C_svConnOpStatus) + int($svConnOpStatus) int(@ObjectStatus) + 4 (when $svConnAbitStatus = 2) |
@Type | 2 (when @ObjectStatus = 502) |
@NEName | extract($svConnLocalStr, "(^[^.]*)\.[^.]*\..*") (when $shelf = "") $shelf (otherwise) |
@Node | @NEName (when $shelf = "") extract($svConnLocalStr, "(^[^.]*)\.[^.]*\..*") (otherwise) |
@NEType | lookup(@NEName, NETypes) |
@NEAddress | lookup(@NEName, neaddress) |
@Severity | 0 (when @ObjectStatus = 501) |
$shelf | extract($svConnLocalStr, "^[^.]*)\.([^.]*\..*") |
@PSAP | $Line + "." + $Port (when @SubObjectType = "fr-fr") extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*" (when @SubObjectType = "atm-atm") extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*" (when @SubObjectType = "fr-atm") extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*" (when @SubObjectType = "atm-fr") extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\..*" (when @SubObjectType = "ce-ce") |
@DSAP | extract($3, "^[^.]*\.[^.]*\.[^.]*\.([^.]*)\.[^.]*\.([^.]*)") + "(DLCI)" (when @SubObjectType = "fr-fr") $VPI + "." $VCI + "(VPI/VCI)" (when @SubObjectType = "atm-atm") $VPI + "." $VCI + "(VPI/VCI)" (when @SubObjectType = "fr-atm") $VPI + "." $VCI + "(VPI/VCI)" (when @SubObjectType = "atm-fr") |
@Slot | extract($svConnLocalStr, "^[^.]*\.[^.]*\.([^.]*)\..*") |
@Class | 1040 (when @NEType = 3) |
@AlertKey | $svConnLocalStr + svConnRemoteStr |
@AlertGroup | "UserConnectionClear" |
@Summary | "User connection Clear " + $3 + " - " + $5 + " ConnStatus: " + $objectstatus + " ConnType: " + @SubObjectType |
$DeDupKey | @AlertKey + @ObjectStatus |
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). |
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.
| Message String |
|---|
SNMP |
Command |
User |
LN |
TRK |
Port |
IPX/AF |
AXIS |
BPX |
Added: |
Deleted: |
Upped: |
Downed: |
When none of the above message strings match, varbind 8 is searched for the following strings:
| 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 |
$DeDupKey | $8 |
|---|---|
@TrapReason | $specific-trap |
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.
| 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. |
This section provides information about User events. Table G-30 displays the common mapping values for User events.
| 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. |
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 .*"))
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.
| Field | Value | Description |
|---|---|---|
@ObjectType | line.access |
|
@Slot | extract($8, "^LN ([^. ]*)") | Extract the slot. |
@PSAP | extract($8, "^LN [^.]*\.([^ ]*)") | Extract the port. |
Table G-32 displays the common mapping values for trunk deactivated events.
| Field | Value | Description |
|---|---|---|
@AlertGroup | "AccessLineDeactivated" |
|
@AlertKey | @NEName + @Slot + @PSAP |
|
@ObjectStatus | int($lineStatus) + 1 | Object status = 101 (deactivated) |
@Class | 1000 | No tools |
@Severity | 1 |
|
@Type | 3 |
|
Table G-33 displays the common mapping values for line activated events.
| 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 |
|
This section provides information about Trunk events. For Trunk Line events, the fields for TRK Activated and TRK Deactivated are mapped and all other events that begin with TRK are discarded.
Table G-34 displays the common mapping values for trunk events.
| 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 |
|
Table G-35 displays the common mapping values for trunk deactivated events.
| Field | Value | Description |
|---|---|---|
@ObjectStatus | int($svTrunkStatus) + 1 | Object Status = 101 (Inactive) |
@AlertGroup | "TrunkLineDeactivated" |
|
@AlertKey | @NEName + @Slot + @PSAP + @LSAP |
|
@Class | 1000 | No tools |
@Severity | 2 |
|
@Type | 3 |
|
Table G-36 displays the common mapping values for trunk activated events.
| Field | Value | Description |
|---|---|---|
@AlertKey | @NEName + @Slot + @PSAP + @LSAP |
|
@AlertGroup | "TrunkLineDeactivated" |
|
@ObjectStatus | int($svTrunkStatus) + 99 | Object Status = 199 (Active) |
@Severity | 2 |
|
@Type | 4 |
|
@Class | Class = 1045 (for BPX) 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) |
|
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.
| Field | Value | Description |
|---|---|---|
@Slot | extract($8, "^Port ([^.]*)") | Extract the slot. |
$PSAP | extract($8, "^Port [^.]*\.([^ ]*)") | Extract the port. |
Table G-38 displays the common mapping values for ATM ports (port.ATM - BPX).
| 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 |
|
Table G-39 displays the common mapping values for Frame Relay ports (port.FR - IPX/IGX).
| 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 |
|
Table G-40 displays the common mapping values for Port Deactivated events.
| Field | Value | Description |
|---|---|---|
@ObjectStatus | int($svPortState) + 1 | Object Status = 101 (In Active) |
@Class | 0 |
|
@AlertGroup | "PortDeactivate" |
|
@AlertKey | @NEName + @Slot + @PSAP |
|
@Severity | 2 |
|
@Type | 3 |
|
Table G-41 displays the common mapping values 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 |
|
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.
| 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 |
Table G-43 displays the values for IPX/AF Deleted events mapping.
| Field | Value |
|---|---|
@ObjectStatus | 3 |
@Class | 0 |
@Severity | 2 |
@Type | 4 |
@AlertGroup | "IPX\AFDeleted" |
Table G-44 displays the values for IPX/AF Added events mapping.
| Field | Value |
|---|---|
@ObjectStatus | 2 |
@Class | 1065 |
@Severity | 2 |
@Type | 3 |
@AlertGroup | "IPX\AFDeleted" |
This section provides information about 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.
| Field | Value | Description |
|---|---|---|
@ObjectType | "NE" |
|
@Slot | extract($8, "^AXIS shelf on TRK ([^.:]*)") | Extract Slot |
@PSAP | extract($8, "^AXIS shelf on TRK [^.]*\.([^:]*)") | Extract Port |
Table G-46 displays the values for AXIS Deleted events mapping.
| Field | Value |
|---|---|
@ObjectStatus | 3 (Deleted) |
@Class | 0 |
@Severity | 2 |
@Type | 4 |
@AlertGroup | "AxisDeleted" |
Table G-47 displays the values for AXIS Added events mapping.
| Field | Value |
|---|---|
@ObjectStatus | 2 (Added) |
@Class | 1060 |
@Severity | 2 |
@Type | 3 |
@AlertGroup | "AxisDeleted" |
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.
| Field | Value | Description |
|---|---|---|
@ObjectType | "NE" |
|
@Slot | extract($8, "^BPX shelf on TRK ([^.:]*)") | Extract slot. |
@PSAP | extract($8, "^BPX shelf on TRK [^.]*\.([^:]*)") | Extract port. |
Table G-49 displays the values for 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.
| Field | Value |
|---|---|
@ObjectStatus | 2 - Added |
@Class | 1060 |
@Severity | 2 |
@Type | 3 |
@AlertGroup | "NEDeleted" |
This section provides information about Added Connection events. Added Connection events for the end points begin with Added: and have the following format:
Table G-51 displays the common mapping values for Added connection events.
| Type | Value |
@ObjectType | "endpoint" |
@Severity | 2 |
@Slot | extract($8, "^[^:]*: ([^.]*)\..*") |
@Type | 3 |
@Severity | 2 |
@ObjectStatus | 1901 - Added |
@AlertGroup | "endpointdeleted" |
Table G-52 provides values for Added events mapping.
| 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 |
|
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:
The format for Voice/Data events is:
Table G-53 displays the common mapping values for 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: |
@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.
| Field | Value |
|---|---|
@PSAP | extract($Field2,"^[^.]*\.(.*)") |
@ServiceType | "Voice/Data" |
@Class | 1000 |
This section provides information about Deleted Connection events. Deleted Connection events for the end points begin with Deleted: and have the following format:
Table G-55 displays the common mapping values 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.
| 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:
Field | Value |
|---|---|
@ObjectType | "endpoint.FR" |
@ServiceType | "frEndpt" |
$Port | extract($8, "^[^:]*: [^.]*\.([^.]*)\..*") |
@PSAP | "1." + $Port |
@DSAP | extract($8, "^[^:]*: [^.]*\.[^.]*\.([^ ]*).*") + "(DLCI)" |
This section provides information about Upped Connection events. Upped Connection events for the end points begin with Upped: and have the following format:
Table G-58 displays the common mapping values for Upped events are.
| 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.
| Field | Value |
|---|---|
@PSAP | extract($8, "^[^:]*: [^.]*\.([^.]*)\..*") |
@DSAP | extract($8, "^[^:]*: [^.]*\.[^.]*\.([^.]*\.[^.]*).*") |
Table G-60 displays the common mapping values for upped events from IPX/IGX network elements.
| Field | Value |
|---|---|
@PSAP | extract($8, "^[^:]*: [^.]*\.([^.]*)\..*") |
@DSAP | extract($8, "^[^:]*: [^.]*\.[^.]*\.([^.]*)\..*") |
This section provides information about Downed Connection events. Downed Connection events for the end points begin with Downed: and have the following format:
Table G-61 displays the common mapping values for Downed events.
| Field | Value |
|---|---|
@ObjectType | "endpoint" |
@Slot | extract($8, "^[^:]*: ([^.]*)") |
@Type | 4 |
@Severity | 2 |
@AlertGroup | "endpointdowned" |
@ObjectStatus | 504 - Downed |
This section provides information about nodes Added to Network events. The format for the Node Added events is:
Table G-62 displays the common mapping values for nodes Added to Network events.
| Field | Value |
|---|---|
@NEName | extract($8, "^([^ ]*)") |
@ObjectType | "NE" |
@Class | 1065 |
@ObjectStatus | 2 |
@ServiceType | "Unknown" |
@Severity | 2 |
@Type | 3 |
@AlertGroup | "NERemovedFromNet" |
This section provides information about nodes Removed from Network events. The format for the Node Removed events is:
| 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" |
This section provides information about Trunk Added events. The format for the Added TRK events is:
Table G-64 displays the common mapping values for Trunk Added events.
| 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 |
This section provides information about Trunk Deleted events. The format for the Deleted TRK events is:
Table G-65 displays the common mapping values for Trunk Deleted events.
| 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 |
This section provides information about Card event alarms.
The format for the Card Activated alarms is:
Table G-66 displays the common mapping values for Card Activated alarms.
| 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 |
The format for the Card Inserted Activated alarms is:
Table G-67 displays the common mapping values for Card Inserted Activated alarms.
| Field | Value |
|---|---|
@Slot | extract($8, "^[^ ]* ([^ ]*)") |
@SubObjectType | $MessageType |
@Severity | 2 |
@ObjectType | "card" |
@AlertGroup | "CardRemoved" |
@AlertKey | @NEName + @Slot |
@Class | 120 |
@ObjectStatus | 499 - Active |
The format for the Card Freed alarms is:
Table G-68 displays the common mapping values for Card Freed alarms.
| 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 |
The format for the Card Down alarms is:
Table G-69 displays the common mapping values for Card Down alarms.
| 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 |
The format for the Card Up alarms is:
Table G-70 displays the common mapping values for Card Up alarms.
| 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 |
The format for the Card Inserted alarms is:
Table G-71 displays the common mapping values for Card Inserted alarms.
| 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 |
The format for the Card Removed alarms is:
Table G-72 displays the common mapping values for Card removed alarms.
| Field | Value |
|---|---|
@Slot | extract($8, "^[^ ]* ([^ ]*)") |
@ObjectType | "card" |
@SubObjectType | $MessageType |
@Severity | 2 |
@ObjectStatus | 298 - Deleted |
@AlertKey | @NEName + @Slot + $MessageType |
@AlertGroup | "CardRemoved" |
@Type | 3 |
This section provides information about Login Failed event alarms. Table G-73 displays the common mapping values for Login Failed alarms.
| Field | Value |
|---|---|
@ObjectType | "system.general" |
@Severity | 5 |
@Class | 1070 |
This section provides information about Alarm Status events. Table G-74 displays the common mapping values for Alarm Status events.
| Field | Value |
|---|---|
@ObjectType | "NE" |
@Severity | 1 |
@Class | 1065 |
This section provides information about Switch Software Log event alarms.
This trap is generated when a normal IPX event occurs.
| Field | Value |
|---|---|
@Summary | $8 |
This trap is generated when a minor IPX event occurs.
| Field | Value |
|---|---|
@Summary | $8 |
This trap is generated when a major IPX event occurs.
| Field | Value |
|---|---|
@Summary | $8 |
This trap is generated when a critical IPX event occurs.
| Field | Value |
|---|---|
@Summary | $8 |
| Field | Value |
|---|---|
@Summary | "Unknown specific trap number (" + $specific-trap + ") received for enterprise" + $enterprise-name |
@Severity | 1 |
details Table | details($enterprise, $generic-trap, $specific-trap, $1, $2, $3, $4, $5, $6, $7, $8, $9) |
This section describes the traps sent by the 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.
| 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. |
This section describes the specific traps sent by the AXIS network elements to the Service View Agent.
This trap is generated when a standby card becomes active, due to the failure of an active card. The log in the card shows the reason the cards are ASC and BNM. Table G-81 displays the Specific Trap 50000 values.
| 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 |
This trap is generated when the shelf restarts. Table G-82 displays the Specific Trap 50001 values.
| 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 |
This trap is generated when a function module is removed. This includes SRM removal. Table G-83 displays the Specific Trap 50002 values.
| 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 |
This trap is generated when a function module is inserted. This includes SRM insertion. Table G-84 displays the Specific Trap 50003 values.
| 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 |
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.
| 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 |
This trap is generated when a function module becomes operational. Table G-86 displays the Specific Trap 50005 values.
| 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 |
This trap is generated when a function module becomes nonoperational. Table G-87 displays the Specific Trap 50006 values.
| 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 |
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.
| 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 |
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.
| 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 |
This trap is generated when a function module is in a standby state. Table G-90 displays the Specific Trap 50009 values.
| 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 |
This trap is generated when the temperature is within the normal range. Table G-91 displays the Specific Trap 50010 values.
| 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 |
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.
| 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 |
This trap is generated when the shelf is within its normal DC level. Table G-93 displays the Specific Trap 50012 values.
| 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 |
This trap is generated when the shelf is DC level below the normal DC level. Table G-94 displays the Specific Trap 50013 values.
| 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 |
This trap is generated when the shelf's power supply status is normal. Table G-95 displays the Specific Trap 50014 values.
| 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 |
This trap is generated when the shelf's power supply status is failed. Table G-96 displays the Specific Trap 50015 values.
| 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 |
This trap is generated when a particular fan's RPM is normal. Table G-97 displays the Specific Trap 50016 values.
| 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 |
This trap is generated when a particular fan's RPM is below normal. Table G-98 displays the Specific Trap 50017 values.
| 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 |
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.
| 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 |
This trap is generated when a user logs in. Table G-100 displays the Specific Trap 50020 values.
| 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 |
This trap is generated when a user logs out. Table G-101 displays the Specific Trap 50021 values.
| 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 |
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.
| 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 |
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.
| 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 + |
@Severity | 0 |
$DeDupKey | @AlertKey |
This trap is generated when a particular line module has been removed. Table G-104 displays the Specific Trap 50030 values.
| 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 |
This trap is generated when a particular line module has been inserted. Table G-105 displays the Specific Trap 50031 values.
| 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 + |
@Severity | 0 |
$DeDupKey | @AlertKey + $6 |
This trap is generated when the front card does not support the line module. Table G-106 displays the Specific Trap 50032 values.
| 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 + |
@Severity | 2 |
$DeDupKey | @AlertKey |
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.
| 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 |
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.
| 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 |
This trap is generated when the config is cleared. Table G-109 displays the Specific Trap 50042 values.
| Field | Value |
|---|---|
@ObjectType | "system.config" |
@ObjectStatus | 606 |
@Class | 1015 |
@SubObjectType | lookup($6, Axisfm) |
@AlertKey | $2 + $4 + $6 |
@AlertGroup | "CoreCardsConfigClear" |
@Summary | "Config on node:" + $2 + "has been cleared" |
@Severity | 2 |
$DeDupKey | @AlertKey |
This trap is generated when the redundant card goes active. Table G-110 displays the Specific Trap 50045 values.
| 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 |
This trap is generated when the redundant card is reverted back to standby (reset first). Table G-111 displays the Specific Trap 50046 values.
| 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 |
This trap is generated when redundancy is added. Table G-112 displays the Specific Trap 50047 values.
| 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 |
This trap is generated when redundancy is deleted. Table G-113 displays the Specific Trap 50048 values.
| 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 + |
$DeDupKey | @AlertKey |
@Type | 4 |
This trap is generated when the current clock source has changed. Table G-114 displays the Specific Trap 50050 values.
| 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 |
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.
| 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 |
This trap is generated when a BERT (bit error rate tester) is configured and started. Table G-116 displays the Specific Trap 50060 values.
| 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 |
This trap is generated when an ongoing BERT is stopped. Table G-117 displays the Specific Trap 50061 values.
| 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 |
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.
| Field | Value |
|---|---|
@Slot | $8 |
@LSAP | $10 |
@PSAP | $11 |
@ObjectType | "system.config" |
@Class | 1015 |
@SubObjectType | lookup($7, Axisfm) |
@AlertGroup | "BERTAbort" |
@Type | 1 |
@ObjectStatus | int($bertStatus) + int($12) |
@AlertKey | $2 + $4 +$8 + $10 + $11 |
@Summary | "BERT on node:" + $2 + "at slot" + $8 + "is aborted." |
$bertAbortReason | "ascStateChange" - ($9 = 1) "smStateChange" - ($9 = 2) "srmStateChange" - ($9 = 3) "coreCardSwitch" - ($9 = 4) "smRedundancySwitch" - ($9 = 5) "unknown" - (default) |
$DeDupKey | @AlertKey + $7 + $9 + $12 |
@AdditionalInfo | "bertAbortReason" + $bertAbortReason |
This trap is generated to indicate no line alarm (obsoleted in AXIS4.0). Table G-119 displays the Specific Trap 50100 values.
| 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 |
This trap is generated when a line alarm exists (obsoleted from AXIS4.0). Table G-120 displays the Specific Trap 50101 values.
| 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 |
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.
| 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 |
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.
| 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 |
This trap is generated to indicate no line alarm. This trap obsoleted trap 50100. Table G-123 displays the Specific Trap 50104 values.
| 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 |
This trap is generated when a line alarm exists. This trap obsoleted trap 50101. Table G-124 displays the Specific Trap 50105 values.
| 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" |
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.
| 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 |
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.
| 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 |
This trap is generated when a line alarm exists. Table G-127 displays the Specific Trap 50108 values.
| 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 |
This trap is generated when the line alarm has cleared. Table G-128 displays the Specific Trap 50109 values.
| 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 |
This trap is generated when the line's loopback has been enabled. Table G-129 displays the Specific Trap 50110 values.
| 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 |
This trap is generated when the line's loopback has been disabled. Table G-130 displays the Specific Trap 50111 values.
| 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 |
This trap is generated when no line alarm exists. Table G-131 displays the Specific Trap 50120 values.
| 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 |
This trap is generated when a line alarm exists. Table G-132 displays the Specific Trap 50121 values.
| 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 |
This trap is generated when the line's loopback has been enabled. Table G-133 displays the Specific Trap 50122 values.
| 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 |
This trap is generated when the line's loopback has been disabled. Table G-134 displays the Specific Trap 50123 values.
| 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 |
This trap is generated to indicate the current statistical alarm state. Table G-135 displays the Specific Trap 50131 values.
| 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 |
This trap generates a sectional statistical alarm for AXIS. Table G-136 displays the Specific Trap 50132 values.
| 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 + |
$DeDupKey | @AlertKey + $8 |
This trap generates a statistical alarm for AXIS. Table G-137 displays the Specific Trap 50133 values.
| 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 |
This trap generates a statistical path alarm for AXIS. Table G-138 displays the Specific Trap 50134 values.
| 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 |
This trap generates an AXIS SRM T3 line transmit clock source alarm. Table G-139 displays the Specific Trap 50140 values.
| 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 |
This trap generates an AXIS SRM T3 line enabled alarm. Table G-140 displays the Specific Trap 50141 values.
| 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 |
This trap generates an AXIS SRM T3 line disabled alarm. Table G-141 displays the Specific Trap 50142 values.
| 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 |
This trap generates an AXIS SRM T3 line loopback enabled alarm. Table G-142 displays the Specific Trap 50143 values.
| 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 |
This trap generates an AXIS SRM T3 line loopback disabled alarm. Table G-143 displays the Specific Trap 50144 values.
| 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 |
This trap generates an AXIS SRM T3 line added alarm. Table G-144 displays the Specific Trap 50145 values.
| 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 |
This trap generates an AXIS SRM T3 line deleted alarm. Table G-145 displays the Specific Trap 50146 values.
| Field | Value |
|---|---|
@Slot | $8 |
@ObjectType | "line.access" |
@Class | 1080 |
@ServiceType | "dsx3" |
@Trunk | $6 |
@PSAP | $7 |
@AlertKey | $2 + $4 + $6 + $7 + $8 + $9 |
@AlertGroup | "Srm3T3AddLink" |
@Type | 4 |
@Summary | "T1 line:" + $8 + "." + $7 + "from T3 line:" + $6 + "is deleted at slot:: + $4 |
$DeDupKey | @AlertKey |
This trap generates slot on an AXIS SRM T3 line deleted alarm. Table G-146 displays the Specific Trap 50147 values.
| 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 |
This trap generates an AXIS SRM T3 line near end loopback enabled alarm. Table G-147 displays the Specific Trap 50148 values.
| 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 |
This trap generates an AXIS SRM T3 line near end loopback disabled alarm. Table G-148 displays the Specific Trap 50149 values.
| 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 |
This trap generates an AXIS SRM T3 line loss of clock alarm. Table G-149 displays the Specific Trap 50150 values.
| 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 |
This trap is generated when no line alarm exists. Table G-150 displays the Specific Trap 50200 values.
| 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 + |
$DeDupKey | @AlertKey + $8 |
This trap is generated when a line alarm exists. Table G-151 displays the Specific Trap 50201 values.
| 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 + |
$DeDupKey | @AlertKey + $8 |
This trap is generated when the line's loopback has been enabled. Table G-152 displays the Specific Trap 50202 values.
| 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 + |
$DeDupKey | @AlertKey + $8 |
@Type | 3 |
This trap is generated when the line's loopback has been disabled. Table G-153 displays the Specific Trap 50203 values.
| Field | Value |
|---|---|
@PSAP | $6 |
@ObjectType | "line.access" |
@Class | 1095 |
@SubObjectType | "dte" - ($7 = 1) |
@BitMapField | $8 |
@Convert | "x21LineAlarmState" |
@ObjectStatus | 1 |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "x21LineLpbkEnable" |
@Summary | "AXIS " + $2 + " slot " + $4 + " X21Line# " + $6 + |
$DeDupKey | @AlertKey + $8 |
@Type | 4 |
This trap is generated when the line's loopback code/condition has been detected. Table G-154 displays the Specific Trap 50204 values.
| 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 + |
$DeDupKey | @AlertKey + $8 |
@Type | 3 |
This trap is generated when the line's loopback code/condition no longer exists. Table G-155 displays the Specific Trap 50205 values.
| 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 + |
$DeDupKey | @AlertKey + $8 |
@Type | 4 |
This trap is generated when the IMA group is disabled. Table G-156 displays the Specific Trap 50230 values.
| 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 |
This trap is generated when the IMA group becomes active. Table G-157 displays the Specific Trap 50231 values.
| 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 |
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.
| 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 |
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.
| 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 |
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.
| 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 |
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.
| 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 |
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.
| 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 |
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.
| 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 |
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.
| 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 |
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.
| 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 |
This trap is generated when the current clock source changes from primary to secondary. Table G-166 displays the Specific Trap 50240 values.
| 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 + |
@AdditionalInfo | "currentClockSource" + ":" + @SubObjectType + "; " + "primaryClockSource" + ":" + $PrimaryClock + ";" + "secondaryClockSource" + ":" + $SecondaryClock |
$DeDupKey | @AlertKey |
This trap is generated when a good clock source is not available. Table G-167 displays the Specific Trap 50241 values.
| 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 |
This trap is generated when an IMA line alarm exists. Table G-168 displays the Specific Trap 50245 values.
| 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 |
This trap is generated when the HEC Error Correction Option for DSX3 has changed. Table G-169 displays the Specific Trap 50246 values.
| Field | Value |
|---|---|
@ObjectType | "line.trunk" |
@ServiceType | "imadsx1" |
@Class | 1080 |
@PSAP | $6 |
@ObjectStatus | 8 - (Disable - $7 = 1) 9 - (Enable $7 = 2) 1400 - (Unknown - default) |
$ObjectStatus | "Disable" - ($7 = 1) "Enable" - ($7 = 2) "Unknown" - (default) |
@AlertKey | $2 + $4 + $6 + $7 |
@AlertGroup | "ImatmDsx3HecChange" |
@Summary | "HEC Error Correction for DSX3 has changed to" + $ObjectStatus |
$DeDupKey | @AlertKey |
This trap is generated when no PLCP alarm exists. Table G-170 displays the Specific Trap 50300 values.
| 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 |
This trap is generated when a PLCP alarm exists. Table G-171 displays the Specific Trap 50301 values.
| 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 |
This trap is generated when a PLCP statistical alarm state change. Table G-172 displays the Specific Trap 50303 values.
| 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 |
This trap is generated to indicate a loopback disable trap. Table G-173 displays the Specific Trap 50305 values.
| 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 |
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.
| 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 |
This trap is generated when the card is over-subscribed. Table G-175 displays the Specific Trap 50380 values.
| 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 |
This trap is generated when the port becomes active. Table G-176 displays the Specific Trap 50400 values.
| 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 + |
@AdditionalInfo | "See BitMap for PortDS0ConfigBitMap" |
@Severity | 0 |
$DeDupKey | @AlertKey + $9 + $11 |
This trap is generated when the port has failed. Table G-177 displays the Specific Trap 50401 values.
| 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 + |
$DeDupKey | @AlertKey + $9 + $11 - ($7 != 0) |
@AdditionalInfo | "See BitMap field for PortDS0ConfigBitMap" - ($7!= 0) |
This trap is generated when the port has been deleted. Table G-178 displays the Specific Trap 50402 values.
| 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 + |
@AdditionalInfo | "See BitMap Field for PortDS0ConfigBitMap" |
$DeDupKey | @AlertKey + $9 + $11 |
This trap is generated when the port loopback is enabled. Table G-179 displays the Specific Trap 50403 values.
| 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 + |
@AdditionalInfo | "See BitMap Field for PortDS0ConfigBitMap" |
@Severity | 2 |
$DeDupKey | @AlertKey + $10 |
This trap is generated when the port loopback is disabled. Table G-180 displays the Specific Trap 50404 values.
| 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 + |
@AdditionalInfo | "See BitMap for PortDS0ConfigBitMap" |
@Severity | 2 |
$DeDupKey | @AlertKey + $8 |
This trap is generated when a port is added. Note, this trap is not used. Table G-181 displays the Specific Trap 50405 values.
| 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 + |
@AdditionalInfo | "See BitMap Field for PortDS0ConfigBitMap" |
@Severity | 2 |
$DeDupKey | @AlertKey + $11 |
This trap is generated when the port is over-subscribed. Table G-182 displays the Specific Trap 50406 values.
| Field | Value |
|---|---|
@NEName | $2 |
@Slot | $4 |
@PSAP | $7 |
@LSAP | $6 |
@ServiceType | "frPort" |
@ObjectType | "port.FR" |
@Class | 1085 |
@SubObjectType | lookup($8, LineType) |
@AlertKey | $2 + $4 + $7 + $6 + $8 |
@AlertGroup | "TrapPortOvrSubsc" |
@Summary | "Port" + $6 + "at line" + $7 + "on node" + $2 + "is over subscribed" |
$portOversubscribed | "false" - ($9 = 1) "true" - ($9 = 2) "unknown" - (default) |
@AdditionalInfo | "portOversubscribed" + ":" + $portOversubscribed + ";" + "portIngrPercentUtil" + ":" + $10 + ";" + "portEgrPercentUtil" + ":" + $11 |
$DeDupKey | @AlertKey + $9 |
This trap is generated when the port becomes active. Table G-183 displays the Specific Trap 50450 values.
| 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 |
This trap is generated when the port fails. Table G-184 displays the Specific Trap 50451 values.
| 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 |
This trap is generated when the port is deleted. Table G-185 displays the Specific Trap 50452 values.
| 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 |
This trap is generated when port loopback is enabled. Table G-186 displays the Specific Trap 50453 values.
| 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 |
This trap is generated when port loopback is disabled. Table G-187 displays the Specific Trap 50454 values.
| 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 |
This trap is generated when a port is added. Table G-188 displays the Specific Trap 50455 values.
| 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 |
This trap is generated when the channel becomes active. Table G-189 displays the Specific Trap 50500 values.
| 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 + |
@AdditionalInfo | "See BitMap field for PortDs0ConfigBitMap" |
@Severity | 0 |
$DeDupKey | @AlertKey + $8 + $11 |
This trap is generated when the channel fails. Table G-190 displays the Specific Trap 50501 values.
| 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 + |
@AdditionalInfo | "See BitMap field for PortDs0ConfigBitMap" |
@Severity | 3 |
$DeDupKey | @AlertKey + $8 + $11 |
This trap is generated when the channel is deleted. Table G-191 displays the Specific Trap 50502 values.
| 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 + |
@AdditionalInfo | "See BitMap field for PortDs0ConfigBitMap" |
@Severity | 2 |
$DeDupKey | @AlertKey + $8 + $11 |
This trap is generated when a channel is added. Note, this trap is not currently used. Table G-192 displays the Specific Trap 50503 values.
| 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 + |
@AdditionalInfo | "See BitMap field for PortDs0ConfigBitMap" |
@Severity | 2 |
$DeDupKey | @AlertKey + $8 + $11 |
This trap is generated when an SNA port is added. Table G-192 describes
Specific Trap 50530 fields and values.
This trap is generated when an SNA port is deleted. Table G-192 describes
Specific Trap 50531 fields and values.
This trap is generated when an SNA port changes state. Table G-192 describes
Specific Trap 50532 fields and values.
This trap is generated when an SNA port becomes active. Table G-193 describes
Specific Trap 50533 fields and values.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@SubObjectType | lookup($8, LineType) |
@Slot | $4 |
@PSAP | $7 |
@LSAP | $6 |
@ObjectType | "port.SNA" |
@ObjectStatus | 50530: int($configChangeStatus) + 1#added |
@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 |
This trap is generated when an SNA port is added. Table G-193 describes
Specific Trap 50534 fields and values.
This trap is generated when a BSC port is deleted. Table G-193 describes
Specific Trap 50535 fields and values.
This trap is generated when a BSC port changes state. Table G-193 describes
Specific Trap 50536 fields and values.
This trap is generated when a BSC port becomes active. Table G-194 describes
Specific Trap 50537 fields and values.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@SubObjectType | lookup($8, LineType) |
@Slot | $4 |
@PSAP | $7 |
@LSAP | $6 |
@ObjectType | "port.SNA" |
@ObjectStatus | 50534: int($configChangeStatus) + 1 #added 50536: int($configChangeStatus) + 3 #modify |
@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 |
This trap is generated when a link station is added. Table G-194 describes
Specific Trap 50538 fields and values.
This trap is generated when a link station is deleted. Table G-194 describes
Specific Trap 50539 fields and values.
This trap is generated when a link station changes state. Table G-194 describes
Specific Trap 50540 fields and values.
This trap is generated when a link station becomes active. Table G-195 describes
Specific Trap 50541 fields and values.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@SubObjectType | lookup($8, LineType) |
@Slot | $4 |
@PSAP | $7 |
@LSAP | $6 |
@ObjectType | "linkstation.SNA" |
@ObjectStatus | 50538: int($configChangeState) + 1#added |
@Class | 50538: 1309 50539: 1070 50540: 1309 50541: 1309 |
@Severity | 50538: 2 50539: 2 50540: 3 50541: 0 |
@AlertKey | $2 + $4 + $7 + $6 + $8 + $9 |
@AlertGroup | "sdlcLSAddDelete" |
@Type | 50538: 3 50539: 4 50540: 3 50541: 0 |
@Summary | 50538: "Link Station@" + $9 + " added to AXIS " + $2 + 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 |
This trap is generated when a BNN route is added. Table G-195 describes
Specific Trap 50542 fields and values.
This trap is generated when a BNN route is deleted. Table G-195 describes
Specific Trap 50543 fields and values.
This trap is generated when a BNN route changes state. Table G-195 describes
Specific Trap 50544 fields and values.
This trap is generated when a BNN route becomes active. Table G-196 describes
Specific Trap 50545 fields and values.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@SubObjectType | lookup($8, LineType) |
@Slot | $4 |
@PSAP | $7 |
@LSAP | $6 |
@ObjectType | "route.SNA" |
@ObjectStatus | 50542: int($configChangeState) + 1#added |
@Class | 50542: 1035 50543: 1070 50544: 1035 50545: 1035 |
@Severity | 50542: 2 50543: 2 50544: 3 50545: 0 |
@AlertKey | $2 + $4 + $7 + $6 + $8 + $9 |
@AlertGroup | "frasBNNRouteAddDelete" |
@Type | 50542: 3 50543: 4 50544: 1 50545: 3 |
@FRASM_misc | $9 |
@Summary | 50542: "BNN Route " + $9 + " added to 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 |
This trap is generated when BAN route is added. Table G-196 describes
Specific Trap 50546 fields and values.
This trap is generated when BAN route is deleted. Table G-196 describes
Specific Trap 50547 fields and values.
This trap is generated when BAN route changes state. Table G-196 describes
Specific Trap 50548 fields and values.
This trap is generated when BAN route becomes active. Table G-197 describes
Specific Trap 50549 fields and values.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@SubObjectType | lookup($8, LineType) |
@Slot | $4 |
@PSAP | $7 |
@LSAP | $6 |
@ObjectType | "route.SNA" v |
@ObjectStatus | 50546: int($configChangeState) + 1#added |
@Class | 50546: 1305 50547: 1070 50548: 1305 50549: 1305 |
@Severity | 3 |
@AlertKey | $2 + $4 + $7 + $6 + $8 +$9 |
@AlertGroup | "frasBANRouteAddDelete" |
@Type | 50546: 3 50547: 4 50548: 1 50549: 3 |
@FRASM_misc | $9 |
@Summary | 50546: "BAN Route " + $9 + " added to 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 |
This trap is generated when a STUN Protocol Group is added. Table G-197 describes Specific Trap 50550 fields and values.
This trap is generated when a STUN Protocol Group is deleted. Table G-197 describes Specific Trap 50551 fields and values.
This trap is generated when a STUN Protocol Group changes state. Table G-197 describes Specific Trap 50552 fields and values.
This trap is generated when a STUN Protocol Group becomes active. Table G-198 describes Specific Trap 50553 fields and values.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@SubObjectType | lookup($8, LineType) |
@Slot | $4 |
@ObjectType | "protocol.SNA" |
@ObjectStatus | 50550: int($configChangeStatus) + 1#added |
@Class | 50550: 1305 50551: 1070 50552: 1305 50553: 1305 |
@Severity | 50550: 2 50551: 2 50552: 3 50553: 0 |
@AlertKey | $2 + $4 + $6 |
@AlertGroup | "stunProtocolGroupAddDelete" |
@Type | 50550: 3 50551: 4 50552: 1 50553: 3 |
@FRASM_misc | $6 |
@Summary | 50550: "STUN Protocol Group added to AXIS " + $2 + " Slot " + $4 50551: "STUN Protocol Group deleted from AXIS " + $2 + " Slot " + $4 50552: "STUN Protocol Group state changed on AXIS " + $2 + 50553: "STUN Protocol Group active on AXIS " + $2 + " Slot " + $4 |
$DeDupKey | @AlertKey + @AlertGroup + @ObjectStatus |
This trap is generated when a STUN port is added. Table G-198 describes
Specific Trap 50554 fields and values.
This trap is generated when a STUN port is deleted. Table G-198 describes
Specific Trap 50555 fields and values.
This trap is generated when a STUN port changes state. Table G-198 describes
Specific Trap 50556 fields and values.
This trap is generated when a STUN port becomes active. Table G-199 describes
Specific Trap 50557 fields and values.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@SubObjectType | lookup($8, LineType) |
@Slot | $4 |
@PSAP | $7 |
@LSAP | $6 |
@ObjectType | "port.SNA" |
@ObjectStatus | 50554: int($configChangeStatus) + 1#added |
@Class | 50554: 1005 50555:1070 50556:1005 50557:1005 |
@Severity | 50554: 2 50555: 2 50556: 3 50557: 0 |
@AlertKey | $2 + $4 + $7 + $8 |
@AlertGroup | "frasBANRouteAddDelete" |
@Type | 50554: 3 50555: 4 50556: 1 50557: 3 |
@Summary | 50554: "stunPort#" + $7 + "." + $6 + " added to 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 |
This trap is generated when a STUN route is added. Table G-199 describes
Specific Trap 50558 fields and values.
This trap is generated when a STUN route is deleted. Table G-199 describes
Specific Trap 50559 fields and values.
This trap is generated when a STUN route changes state. Table G-199 describes
Specific Trap 50560 fields and values.
This trap is generated when a STUN route becomes active. Table G-200 describes
Specific Trap 50561 fields and values.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@SubObjectType | lookup($8, LineType) |
@Slot | $4 |
@PSAP | $7 |
@LSAP | $6 |
@ObjectType | "route.SNA" |
@ObjectStatus | 50558: int($configChangeStatus) + 1#added |
@Class | 50558: 1305 50559: 1070 50560:1305 50561:1305 |
@Severity | 50558: 3 50559: 4 50560:1 50561:3 |
@AlertKey | $2 + $4 + $7 + $6 + $8 + $9 |
@AlertGroup | "stunRouteAddDelete" |
@Type | 50558: 3 50559: 4 50560: 1 50561: 3 |
@FRASM_misc | $9 |
@Summary | 50558: "STUN route " + $9 + " added to AXIS " + $2 + " Slot# " + $4 + " Port# " + $7 + "." + $6 50559: "STUN route " + $9 + " deleted from AXIS " + $2 + 50560: "STUN route " + $9 + " changed state on AXIS " + $2 + 50561: "STUN route " + $9 + " active on AXIS " + $2 + " Slot " + $4 + " Port# " + $7 + "." + $6 |
$DeDupKey | @AlertKey + @AlertGroup + @ObjectStatus |
This trap is generated when a BSTUN port is added. Table G-200 describes
Specific Trap 50562 fields and values.
This trap is generated when a BSTUN port is deleted. Table G-200 describes
Specific Trap 50563 fields and values.
This trap is generated when a BSTUN port changes state. Table G-200 describes
Specific Trap 50564 fields and values.
This trap is generated when a BSTUN port becomes active. Table G-201 describes
Specific Trap 50565 fields and values.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@SubObjectType | lookup($8, LineType) |
@Slot | $4 |
@ObjectType | "protocol.SNA" |
@ObjectStatus | 50562: int($configChangeStatus) + 1#added |
@Class | 50562: 1305 50563: 1070 50564: 1305 50565: 1305 |
@Severity | 50562: 2 50563: 2 50564: 3 50565: 0 |
@AlertKey | $2 + $4 + $6 |
@AlertGroup | "bstunProtocolGroupAddDelete" |
@Type | 50562: 3 50563: 4 50564: 1 50565: 3 |
@FRASM_misc | $6 |
@Summary | 50562: "bstun Protocol Group#" + $6 + " added to 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 |
This trap is generated when a BSTUN port is added. Table G-201 describes
Specific Trap 50566 fields and values.
This trap is generated when a BSTUN port is deleted. Table G-201 describes
Specific Trap 50567 fields and values.
This trap is generated when a BSTUN port changes state. Table G-201 describes
Specific Trap 50568 fields and values.
This trap is generated when a BSTUN port becomes active. Table G-202 describes
Specific Trap 50569 fields and values.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@SubObjectType | lookup($8, LineType) |
@Slot | $4 |
@PSAP | $7 |
@LSAP | $6 |
@ObjectType | "port.SNA" |
@ObjectStatus | 50566: int($frasmPortState) + 4 #added |
@Class | 50566: 1055 50567:1070 50568:1005 50569:1005 |
@Severity | 50566: 2 50567:2 50568:3 50569:0 |
@AlertKey | $2 + $4 + $7 + $8 |
@AlertGroup | "bStunPortAddDelete" |
@Type | 50566: 3 50567:4 50568:1 50569:3 |
@Summary | 50556: "bstunPort#" + $7 + "." + $6 + " added to 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 |
This trap is generated when a BSTUN route is added. Table G-202 describes
Specific Trap 50570 fields and values.
This trap is generated when a BSTUN route is deleted. Table G-202 describes
Specific Trap 50571 fields and values.
This trap is generated when a BSTUN route changes state. Table G-202 describes
Specific Trap 50572 fields and values.
This trap is generated when a BSTUN route becomes active. Table G-203 describes Specific Trap 50573 fields and values.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@SubObjectType | lookup($8, LineType) |
@Slot | $4 |
@PSAP | $7 |
@LSAP | $86 |
@ObjectType | "route.SNA" |
@ObjectStatus | 50570: int($frasmPortState) + 4 #added |
@Class | 50570: 1305 50571: 1070 50572: 1305 50573: 1305 |
@Severity | 50570: 2 50571: 2 50572: 3 50573: 0 |
@AlertKey | $2 + $4 + $7 + $8 |
@AlertGroup | "frasBANRouteAddDelete" |
@Type | 50570:3 50571:4 50572:1 50573:3 |
@FRASM_misc | $9 |
@Summary | 50570: "bstunRoute " + $9 + " added to 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 |
This trap is generated when an LLC port is added. Table G-203 describes Specific Trap 50574 fields and values.
This trap is generated when an LLC port is deleted. Table G-203 describes Specific Trap 50575 fields and values.
This trap is generated when an LLC port changes state. Table G-203 describes Specific Trap 50576 fields and values.
This trap is generated when an LLC port becomes active. Table G-204 describes Specific Trap 50577 fields and values.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@SubObjectType | lookup($8, LineType) |
@Slot | $4 |
@PSAP | $7 |
@LSAP | $6 |
@ObjectType | "llcPort.SNA" |
@ObjectStatus | 50574: int($configChangeStaus) + 1#added |
@Class | 50574: 1307 50575: 1070 50576:1307 50577:1307 |
@Severity | 3 |
@AlertKey | $2 + $4 + $7 + $8 |
@AlertGroup | "frasBANRouteAddDelete" |
@Type | 50574:3 50575:4 50576:1 50577:3 |
@FRASM_misc | $9 |
@Summary | 50574: "llc port# " + $9 + " added to AXIS" + $2 + " Slot " + $4 + 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 |
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.
| 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 |
This trap is generated when the configuration is cleared. Table G-206 describes Specific Trap 50800 fields and values.
| 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 |
This trap is generated when no PLPP alarm exists. Table G-207 describes
Specific Trap 50900 fields and values.
| 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) |
This trap is generated when a PLPP alarm exists. Table G-208 describes Specific Trap 50901 fields and values.
| 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 |
This trap is generated when PLPP loopback is enabled. Table G-209 describes
Specific Trap 50904 fields and values.
| 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 |
This trap is generated when PLPP loopback is disabled. Table G-210 describes Specific Trap 50905 fields and values.
| 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 |
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.
| 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 + |
$DeDupKey | @AlertKey + $9 |
This trap is generated when the port failed and is in an alarmed state. Table G-212 describes Specific Trap 50911 fields and values.
| 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 + |
$DeDupKey | @AlertKey + $9 |
This trap is generated when the port is deleted. Table G-213 describes Specific Trap 50912 fields and values.
| 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 + |
$DeDupKey | @AlertKey |
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.
| 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 + |
$DeDupKey | @AlertKey + $9 |
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.
| Field | Value |
|---|---|
@LSAP | $6 |
@ObjectType | "port.ATM" |
@ServiceType | "ausmPort" |
@Class | 1030 |
@ObjectStatus | int($imaPortState) + int($8) |
@AlertKey | $2 + $4 + $6 |
@AlertGroup | "ImaPortSVCRange" |
@Summary | "Port:" + $6 + "SVC range changed." |
$DeDupKey | @AlertKey + $8 |
This trap is generated when a channel becomes active. Table G-216 describes
Specific Trap 50920 fields and values.
| 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 + |
$DeDupKey | @AlertKey |
This trap is generated when a channel fails. Table G-217 describes Specific Trap 50921 fields and values.
| 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 + |
$DeDupKey | @AlertKey |
This trap is generated when a channel is deleted. Table G-218 describes
Specific Trap 50922 fields and values.
| 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 + |
$DeDupKey | @AlertKey |
This trap is generated when a CESM channel becomes active. Table G-219 describes Specific Trap 50941 fields and values.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ServiceType | "cesmChan" |
@PSAP | $6 |
@DSAP | $7 |
@ObjectType | "endpoint.CE" |
@Class | 1040 |
@AlertKey | $2 + $4 + $6 + $7 + $8 |
@AlertGroup | "CesmChannelActive" |
@Type | 2 |
@Summary | "Axis " + $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 + |
$DeDupKey | @AlertKey |
This trap is generated when a CESM channel is deleted. Table G-220 describes Specific Trap 50942 fields and values.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ServiceType | "cesmChan" |
@PSAP | $6 |
@DSAP | $7 |
@ObjectType | "endpoint.CE" |
@Class | 1040 |
@AlertKey | $2 + $4 + $6 + $7 + $8 |
@AlertGroup | "CesmChannelActive" |
@Type | 1 |
@Summary | "Axis " + $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 + |
$DeDupKey | @AlertKey |
This trap is generated when a CESM channel egress underflows. Table G-221 describes Specific Trap 50943 fields and values.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ServiceType | "cesmChan" |
@PSAP | $6 |
@DSAP | $7 |
@ObjectType | "endpoint.CE" |
@Class | 1040 |
@AlertKey | $2 + $4 + $6 + $7 + $8 |
@AlertGroup | "CesmChannelUnderflow" |
@Type | 2 |
@Summary | "Axis " + $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 + |
$DeDupKey | @AlertKey |
This trap is generated when a CESM channel egress overflows. Table G-222 describes Specific Trap 50944 fields and values.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ServiceType | "cesmChan" |
@PSAP | $6 |
@DSAP | $7 |
@ObjectType | "endpoint.CE" |
@Class | 1040 |
@AlertKey | $2 + $4 + $6 + $7 + $8 |
@AlertGroup | "CesmChannelUnderflow" |
@Type | 1 |
@Summary | "Axis " + $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 + |
$DeDupKey | @AlertKey |
This trap is generated when a CESM channel egress cell loss occurs. Table G-223 describes Specific Trap 50945 fields and values.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ServiceType | "cesmChan" |
@PSAP | $6 |
@DSAP | $7 |
@ObjectType | "endpoint.CE" |
@Class | 1040 |
@AlertKey | $2 + $4 + $6 + $7 + $8 |
@AlertGroup | "CesmChannelCellLoss" |
@Summary | "Axis " + $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 + |
$DeDupKey | @AlertKey |
This trap is generated when Idle suppression starts on this connection. Table G-224 describes Specific Trap 50946 fields and values.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ServiceType | "cesmChan" |
@PSAP | $6 |
@DSAP | $7 |
@ObjectType | "endpoint.CE" |
@Class | 1040 |
@AlertKey | $2 + $4 + $6 + $7 + $8 |
@AlertGroup | "CesmChanIdleSupp" |
@Summary | "Axis " + $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 + |
$DeDupKey | @AlertKey |
This trap is generated when Idle suppression stops on this connection. Table G-225 describes Specific Trap 50947 fields and values.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ServiceType | "cesmChan" |
@PSAP | $6 |
@DSAP | $7 |
@ObjectType | "endpoint.CE" |
@Class | 1040 |
@AlertKey | $2 + $4 + $6 + $7 + $8 |
@AlertGroup | "CesmChanIdleSupp" |
@Summary | "Axis " + $2 + " slot " + $4 + " line# " + $6 + " channel# " + $7 + |
$DeDupKey | @AlertKey |
This trap is generated when a CESM channel becomes active. Table G-226 describes Specific Trap 50950 fields and values.
| 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 + |
$DeDupKey | @AlertKey |
This trap is generated when a CESM channel is deleted. Table G-227 describes Specific Trap 50952 fields and values.
| 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 + |
$DeDupKey | @AlertKey |
This trap is generated when a CESM channel egress underflows. Table G-228 describes Specific Trap 50960 fields and values.
| 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 + |
$DeDupKey | @AlertKey |
This trap is generated when a CESM channel egress overflows. Table G-229 describes Specific Trap 50961 fields and values.
| 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 + |
$DeDupKey | @AlertKey |
This trap is generated when a CESM channel egress cell loss occurs. Table G-230 describes Specific Trap 50962 fields and values.
| 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 + |
$DeDupKey | @AlertKey |
This trap is generated when a port has been added (enabled). Table G-231 describes Specific Trap 50971 fields and values.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@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 + |
AdditionalInfo | "See BitMap field for cesPortDs0ConfigBitMap" |
$DeDupKey | @AlertKey + $9 |
This trap is generated when a port becomes active. Table G-232 describes Specific Trap 50972 fields and values.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@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 + |
AdditionalInfo | "See BitMap field for cesPortDs0ConfigBitMap" |
$DeDupKey | @AlertKey + $9 |
This trap is generated when a port has failed. Table G-233 describes Specific Trap 50973 fields and values.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@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 + |
AdditionalInfo | "See BitMap field for cesPortDs0ConfigBitMap" |
$DeDupKey | @AlertKey + $9 |
This trap is generated when a port has been deleted. Table G-234 describes Specific Trap 50974 fields and values.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@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 + |
AdditionalInfo | "See BitMap field for cesPortDs0ConfigBitMap" |
$DeDupKey | @AlertKey + $9 |
Table G-235 describes the other received Specific Trap fields and values.
| Field | Value |
|---|---|
@Summary | "Unknown specific trap number (" + $specific-trap + ") received for enterprise " + $enterprise-name |
@Severity | 1 |
details Table | details($enterprise, $generic-trap, $specific-trap, $1, $2, $3, $4, $5, $6, $7, $8, $9) |
This section describes the traps sent by 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.
| Field | Value |
|---|---|
@TrapReason | lookup($4, TrapReason) |
@Severity | $3 |
@Severity | 0 (when $3 = 1) |
$ObjectSeverity | "Clear" (when $3 = 1) "Warning" (when $3 = 2) "Minor" (when $3 = 3) "Major" (when $4 = 4) "Critical" (when $3 = 5) "indeterminate" -(default) |
$Service | "ATM" (when NEType = BPX (1)) "FR" (when NEType = IPX (0), IGX (2)) |
This trap is generated when a line alarm status is received. Table G-237 describes Specific Trap 20001 fields and values.
| Field | Value |
|---|---|
@ObjectType | "line.access" |
@Slot | extract($10, "([^.]*)\..*") |
@PSAP | extract($10, "[^.]*\.([^.]*)") 1 (when @PSAP Extracted = 255) |
@Class | 1045 |
$LineCardType | lookup($6, LineCardType) |
@ServiceType | "sonet" (when CardLineType ($6) = (110 or 111) or (greater than 196 and less than 211) "ds3Line" (when CardLineType ($6) = (106 or 107) or (greater than 180 and less than 195) "ds1Line" (for all other values) |
$lineInterface | "T1" (when $7 = 1) "OC3" (when $7 = 4) "E1" (when $7 = 5) "E3" (when $7 = 8) "T3" (when $7 = 9) "OC12" (when $7 = 10) "unknown" -(default) |
$LineStatus | "Inactive" (when $5 =1) "Clear" (when $5 =2) "Fail" (when $5 = 3) "Down" (when $5 = 4) |
@Type | 1 2 (when $5 = 2) |
@SubObjectType | $LineCardType + "." + $lineInterface |
@ObjectStatus | int($lineStatus) + int($5) |
@AlertGroup | "2001_Line_Alarm" |
@AlertKey | @NEName + @Slot + @PSAP |
@Summary | "Line Alarm status received from " + $2 + " of Severity " + $ObjectSeverity + " reason " + @TrapReason + " line status " + $LineStatus + " line card type " + $LineCardType + " Line " + $8 + " Port " + $9 |
@AdditionalInfo | "trapLineIdString" + ":" + $10 |
$DeDupKey | @AlertKey + $5 +$8 + $9 |
This trap is generated when a trunk alarm status is received. Table G-238 describes Specific Trap 20002 fields and values.
| Field | Value |
|---|---|
@ObjectType | "line.trunk" |
@Slot | $8 |
@PSAP | extract($11, "^[^.]*\.([^.]*)\..*") |
@LSAP | extract($11, "^[^.]*\.[^.]*\.([^.]*)") |
@AlertKey | @NEName + @Slot + @PSAP + @LSAP |
@AlertGroup | "2002_TrunkAlarm" |
$trapTrunkType | "physical-trunk" (when $7 = 2) "virtual-trunk" (when $7 = 3) "feeder-trunk" (when $7 = 4) "unknown" - (default) |
@SubObjectType | UPPER($svTrunkCardType + "." + $trapTrunkType) |
@ObjectStatus | int($svTrunkStatus) + int($5) |
@Type | 1 2 (when $5 = 2) |
$TrunkStatus | "Inactive" (when $5 = 1) "Clear" (when $5 = 2) "Fail" (when $5 = 3) "Down" (when $5 = 4) "Active" (when $5 = 99) |
$DeDupKey | @AlertKey + $4 + $5 + $7 + $9 + $10 |
@Summary | "Trunk Alarm status received from " + $2 + " reason " + @TrapReason + " Trunk Status " + $TrunkStatus + " Trunk Type " + $trapTrunkType + " Slot " + $8 + " Port " + $9 + " Virtual |
@AdditionalInfo | "trapTrunkIdString" + ":" + $11 |
@ServiceType | "fpTrunk" (when $6 = 3 or $6 = 22) "atmTrunk" - for other values of $6 |
@Class | 1045 |
$svTrunkCardType | lookup($6, svTrunkCardType) |
This trap is generated when a port alarm status is received. Table G-239 describes Specific Trap 20003 fields and values.
| Field | Value |
|---|---|
@ObjectType | "port" + "." + $Service |
@Slot | extract($10, "(^[^.]*)\..*") |
$line | extract($10, "^[^.]*\.([^.]*)\..*") |
$port | extract($10, "^[^.]*\.[^.]*\.([^.]*)") |
@SubObjectType | UPPER(lookup($6, TrapCardType)) |
@ObjectStatus | int($svPortState) + int($5) |
@Type | 1 2 (when $5 = 2) |
$PortStatus | "Inactive" (when $5 = 1) "Clear" (when $5 = 2) "Fail" (when $5 =3) "Down" (when $5 = 4) "Remote Loopback" (when $5 = 5) "Line Failure" (when $5 = 6) "Signalling Failure" (when $5 = 7) "Out Of Cell Delineation" (when $5 = 8) "Bandwidth Changed" (when $5 = 9) "Failed Due To Acp Timeout" (when $5 = 10) "Failed Due To Major Almon Aim Grp" (when $5 = 11) "Failed Due To Aim Sig Failure" (when $5 = 12) "Failed Due To Bad Diff Delay" (when $5 = 13) "Failed Due To Arb Conflict" (when $5 = 14) |
@AlertKey | @NEName + @Slot + @PSAP |
$DeDupKey | $4 + $5 + $7 + $8 + $9 |
@AlertGroup | "20003_PortAlarm" |
@Summary | "Port Alarm status received from " + $2 + " reason " + @TrapReason + " Port Status " + $PortStatus + " Slot " + $7 + |
@AdditionalInfo | "trapPortIdString" + ":" + $10 |
@PSAP | "1." + $port (when $line = 0) $line + "." + $port (when $line != 0) |
@ServiceType | "atmPort" (when $Service = ATM) "frLport" (when $Service != ATM) |
@Class | 1050 (when $Service = ATM) 1055 (when $Service != ATM) |
This trap is generated when a card alarm status is received. Table G-240 describes Specific Trap 20004 fields and values.
| Field | Value |
|---|---|
@ObjectType | "card" |
@Slot | $7 |
@SubObjectType | UPPER(lookup($6, TrapCardType)) |
@ObjectStatus | int($trapCardStatus) + int($5) |
@AlertKey | @NEName + @Slot |
$DeDupKey | $4 + $5 +$7 |
@AlertGroup | "20004_CardAlarm" |
@Type | 1 2 (when $5 = 1) |
$CardStatus | Note, only card status clear(1), failed(2), and down(3) have automation capabilities. Card status values 4-18 are for information purposes only and are not automated. clear (when $5 = 1); Automation Type = 2 |
@Summary | "Card Alarm status received from " + $2 + " reason " + @TrapReason + " Card Status " + $CardStatus + " Slot " + $7 |
@Class | 1060 (when $Service = ATM) 1065 (when $Service != ATM) |
This trap is generated when a peripheral alarm status is received. For 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.
| Field | Value |
|---|---|
@ObjectType | "peripheral" |
@ObjectStatus | int($trapPeripheralStatus) + int($5) |
@Type | 1 2 (when $5 = 1) |
$trapPeripheralStatus | "Clear" (when $5 = 1) "Failed" (when $5 = 2) |
@SubObjectType | "power-supply" (when $6 = 2) "cabinet-fan" (when $6 = 3) "local-bus" (when $6 = 4) "temperature-sensor" (when $6 = 5) "Unknown" - (default) |
@Class | 1070 |
@AlertKey | $2 |
$DeDupKey | @AlertKey + $4 + $5 + $6 |
@AlertGroup | "2005_PeripheralAlarm" |
@Summary | "Peripheral Alarm status received from " + $2 + " reason " + @TrapReason + " Peripheral Status" + $trapPeripheralStatus + " " |
@AdditionalInfo | "trapPeripheralUnitNumber" + ":" + $7 |
This trap is generated whenever commbreak is reported. Table G-242 describes Specific Trap 20006 fields and values.
| Field | Value |
|---|---|
@ObjectType | "system.connectivity" |
@ObjectStatus | 10 - Clear |
@AlertKey | $2 |
$DeDupKey | @AlertKey + $3 |
@Type | 1 |
@AlertGroup | "CommBreakClear" |
@Summary | "Communication break alarm received from " + $2 + " remote |
@Severity | 5 |
@Class | 1060 (when $Service = ATM) 1015 (when $Service != ATM) |
This trap is generated when a commbreak is cleared. Table G-243 describes Specific Trap 20007 fields and values.
| Field | Value |
|---|---|
@ObjectType | "system.connectivity" |
@Class | 1060 |
@ObjectStatus | 301 - Clear |
@AlertKey | $2 |
$DeDupKey | @AlertKey + $3 |
@Type | 2 |
@AlertGroup | "CommBreakClear" |
@Summary | "Communication break cleared received from " + $2 + " remote node " + $3 |
@Severity | 0 |
This trap is generated when a communication failure occurs between a feeder and the routing node. Table G-244 describes Specific Trap 20008 fields and values.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ObjectType | "feeder" |
@ObjectStatus | int($trapFeederStatus) + int($5) |
@Type | 1 |
@PSAP | $7 |
@Slot | $6 |
@Class | 1070 |
@AlertKey | $2 |
@AlertGroup | "20008_FeederAlarm" |
@Summary | "Feeder Alarm status received from " + $2 + " reason " + @Trapreason + " Feeder Status " + $trapFeederStatus + |
$DeDupKey | @AlertKey + $4 + $5 + $6 + $7 |
This trap is generated when a physical line alarm status is received. Table G-245 describes Specific Trap 20009 fields and values.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ObjectType | "line.access" |
@PSAP | extract($11, "[^.]*\.([^.]*)") 1 (when extract = 255) |
@Slot | extract($11, "([^.]*)\..*") |
@Class | 1045 |
@ServiceType | "sonet" (when $6 = 100, 111, or when $6 >= 196 and $6 <= 211) "ds3Line" (when $6 = 106, 107, or when $6 >= 180 and $6 <= 195) "ds1Line" (for all other values) |
$LineCardType | lookup($6, IGXCardType) (when @NEType = 2) lookup($6, LineCardType) (otherwise) |
$lineInterface | "T1" (when $7 =1) |
$LineStatus | "Inactive" (when $5 = 1) |
@Type | 1 |
@SubObjectType | $LineCardType + "." + $lineInterface |
@ObjectStatus | int($lineStatus) + int($5) |
@AlertKey | @NEName + @Slot + @PSAP |
@AlertGroup | "20009_Physical_Line_Alarm" |
@Summary | "Physical Line Alarm status received from " + $2 + " of Severity " + $ObjectSeverity + " reason " + @Trapreason + " line status " + $LineStatus + " line card type " + $LineCardType " Line " + $10 + " Port " + $9 |
@AdditionalInfo | "trapLineIdString" + " : " + $11 |
$DeDupKey | @AlertKey + $5 + $8 + $9 + $10 |
This trap is generated when an IMA trunk alarm status is received. Table G-246 describes Specific Trap 20010 fields and values.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ObjectType | "line.trunk" |
@PSAP | extract($11, "^[^.]*\.([^.]*)\..*") 1 (when extract = 0) |
@LSAP | extract($11, "^[^.]*\.[^.]*\.([^.]*)") |
@Slot | $8 |
@Class | 1045 |
@ServiceType | "fpTrunk" (when $6 = 100, 111, or when $6 >= 196 and $6 <= 211) "atmTrunk" (for all other values) |
$svTrunkCardType | lookup($6, = IGXCardType) (when @NETYPE = 2) lookup($6, svTrunkCardType) (otherwise) |
$trapTrunkType | "physical-trunk" (when $7 =2) |
$TrunkStatus | "Inactive" (when $5 = 1) |
@Type | 1 |
@SubObjectType | UPPER($svTrunkCardType + "." + $trapTrunkType) |
@ObjectStatus | int($svTrunkStatus) + int($5) |
@AlertKey | @NEName + @Slot + @PSAP + @LSAP |
@AlertGroup | "20010_TrunkAlarm" |
@Summary | "IMA Trunk Alarm status received from " + $2 + " reason " + @Trapreason + " Trunk Status " + $TrunkStatus + " Trunk Type " + $trapTrunkType " Slot " + $8 + " Port " + @PSAP + " Virtual Trunk ID " + $10 " Physical Line ID " + $12 |
@AdditionalInfo | "trapTrunkIdString" + " : " + $11 |
$DeDupKey | @AlertKey + $4 + $5 + $7 + $9 + $10 |
This trap is generated when a port alarm status is received. This is changed for the 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.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ObjectType | "port" + "." + $Service" |
@SubObjectType | UPPER(lookup($6, IGXCardType)) when NEType = 2 UPPER(lookup($6, TrapCardType)) for all others |
@ObjectStatus | int($svPortState) + int($5) |
@Type | 1 |
@PSAP | $line + "." + $port |
@Slot | extract($11, "(^[^.]*)\..*") |
@ServiceType | "atmport" (when $Service is "ATM") |
@Class | 1050 (when $Service is "ATM") |
$line | 0 (when @SubObjectType is "FTC") extract($11, "^[^.]*\.([^.]*)\..*") (otherwise) |
$port | $port = extract($11, "^[^.]*\.([^.]*)\..*") (when @SubObjectType is "FTC") extract($11, "^[^.]*\.[^.]*\.([^.]*)") (otherwise) |
$PortStatus | "Inactive" (when $5 = 1) |
@AlertKey | @NEName + @Slot + @PSAP |
@AlertGroup | "20011_PortAlarm" |
@Summary | "Port Alarm status received from " + $2 + " reason " + @Trapreason + " Port Status " + $PortStatus + " Slot " + $7 + "Port Alarm status received from " + $2 + " reason " + @Trapreason + " Port Status " + $PortStatus + " Slot " + $7 + |
$DeDupKey | $4 + $5 + $7 + $8 + $9 |
@AdditionalInfo | "trapPortIdString" + " : " + $11 |
This trap is generated 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.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ObjectType | "system.connectivity" |
@ObjectStatus | 10 (unreachable) |
@Severity | 5 |
@Type | 1 |
@Class | 1060 (when $Service is "ATM") |
@AlertKey | $2 |
@AlertGroup | "CommBreakClear" |
@Summary | "Communication break alarm received from " + $2 + |
$DeDupKey | @AlertKey + $3 |
This trap is generated when 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.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ObjectType | "system.connectivity" |
@ObjectStatus | 301 |
@Severity | 0 |
@Type | 2 |
@Class | 1060 (when $Service is "ATM") |
@AlertKey | $2 |
@AlertGroup | "CommBreakClear" |
@Summary | "Communication break cleared received from " + $2 |
$DeDupKey | @AlertKey = $2 |
This trap is generated 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.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ObjectType | "system.connectivity" |
@SubObjectType | "routing-node" (when $6 = 1) |
@ObjectStatus | int($nodeReachableStatus) + int($tmpval) |
@NEName | $3 |
@Severity | 4 |
@Type | 1 |
@AlertKey | $2 + $3 + $4 |
@AlertGroup | "IPReachability" |
@Summary | @SubObjectType + " " + @NEName + " is IP Unreachable from the StrataView+ host" |
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.
| Field | Value |
|---|---|
varbinds | $1 = lastSequenceNumber, |
@ObjectType | "system.connectivity" |
@SubObjectType | "routing-node" (when $6 = 1) |
@ObjectStatus | int($nodeReachableStatus) + int($tmpval) |
@NEName | $3 |
@Severity | 0 |
@TrapReason | $specific-trap |
@Type | 2 |
@Class | 1060 |
@AlertKey | $2 + $3 + $4 |
@AlertGroup | "IPReachability" |
@Summary | @SubObjectType + " " + @NEName + " is IP Reachable from the StrataView+ host" |
Table G-252 describes the mappings for other Specific Traps received from this Enterprise.
| Field | Value |
|---|---|
@Summary | "Unknown specific trap number (" + $specific-trap + ") received for enterprise" + $enterprise-name |
@Severity | 1 |
details Table | details($enterprise, $generic-trap, $specific-trap, $1, $2, $3, $4, $5, $6, $7, $8, $9) |
The 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.
| Field | Value |
|---|---|
@ObjectType | "InfoCenter.system" |
@SubObjectType | "Info Mediator" |
Table G-254 describes Micromuse Specific Trap 1 fields and values.
| Field | Value |
|---|---|
@NEName | $1 |
@AlertKey | $1 |
@Summary | "Trapd registered with SV+" |
@Severity | 0 |
@Type | 2 |
@AlertGroup | "regstatus" |
@ObjectStatus | 102 - Failed |
$DeDupKey | @AlertKey |
Table G-255 describes Micromuse Specific Trap 2 fields and values.
| Field | Value |
|---|---|
@NEName | $1 |
@AlertKey | $1 |
@Summary | "Unable to register Trapd with SV+" |
@Severity | 5 |
@Type | 1 |
@AlertGroup | "regstatus" |
@ObjectStatus | 103 - Failed |
$DeDupKey | @AlertKey |
Table G-256 describes the mappings for other Specific Traps received from this Enterprise.
| Field | Value |
|---|---|
@Summary | "Unknown specific trap number (" + $specific-trap + ") received for enterprise" + $enterprise-name |
@Severity | 1 |
details Table | details($enterprise, $generic-trap, $specific-trap, $1, $2, $3, $4, $5, $6, $7, $8, $9) |
Table G-257 describes the mappings for other Specific Traps received from other Enterprises.
| Field | Value |
|---|---|
@Summary | "Unknown specific trap number (" + $specific-trap + ") received for enterprise" + $enterprise-name |
@Severity | 1 |
details Table | details($enterprise, $generic-trap, $specific-trap, $1, $2, $3, $4, $5, $6, $7, $8, $9) |
The generic SNMP traps received from the network elements are defined in Table G-258.
| Generic Trap | Specific Trap | Value |
0 | 0 | Cold Start |
1 | 0 | Warm Start |
2 | 0 | Link Down |
3 | 0 | Link Up |
4 | 0 | Authentication |
5 | 0 | EGP Loss |
This trap generates an EGP Neighbor Down alarm. Table G-259 describes the fields and values.
| Field | Value |
|---|---|
@NEName | $Node |
@AlertKey | $enterprise-name + $enterprise + $1 |
$DeDupKey | @AlertKey |
@AlertGroup | "SNMP_EGP_Down" |
@Summary | "EGP Neighbor Down (egpNeighborLoss Trap) enterprise:" + $enterprise-name + " (" + $enterprise + ") neighbor" + $1 |
@Severity | "2" |
This trap generates an EGP Neighbor Loss alarm. Table G-260 describes the fields and values.
| Field | Value |
|---|---|
@NEName | $Node |
$enterprise-name | "snmpGeneric" |
@Summary | "Egp Neighbor Loss" |
@AlertGroup | "snmpGeneric.EgpNeighbourLoss" |
@Severity | "3" |
$DeDupKey | $Node |
This SNMP trap generates an Incorrect Community Name alarm. Table G-261 describes the fields and values.
| Field | Value |
|---|---|
@NEName | $Node |
details | ($1, $2, $3, $4, $5, $6, $7, $8, $9) |
@AlertKey | $enterprise-name + $enterprise |
$DeDupKey | @AlertKey |
@AlertGroup | "SNMP_Authen_Failure" |
@Summary | "Incorrect Community Name (authenticationFailure Trap) enterprise:" + $enterprise-name + " (" + $enterprise + ") args(): (see details)" |
@Severity | "2" |
SNMP Authentication Failure traps are discarded from any other Enterprise.
This SNMP trap generates an agent interface up (linkUp) alarm. Table G-262 describes the fields and values.
| Field | Value |
|---|---|
@AlertKey | $1 |
$DeDupKey | @AlertKey |
@NEName | $Node |
@AlertGroup | "SNMP_Link_Up" |
@Summary | "Agent Interface Up (linkUp Trap) enterprise:" + $enterprise-name + " (" + $enterprise + ") on interface" + $1 |
@Severity | "4" |
The SNMP Trap 3 generic mappings are provided in Table G-263.
| Field | Value |
|---|---|
$enterprise-name | "snmpGeneric" |
@Summary | "Link Up" |
@NEName | $Node |
@AlertGroup | "snmpGeneric.LinkUpDown" |
@Type | 2 |
@Severity | "2" |
@AlertKey | $1 |
$DeDupKey | @AlertKey |
This SNMP trap generates an agent interface down (linkDown) alarm. Table G-264 describes the fields and values.
| Field | Value |
|---|---|
@NEName | $Node |
@AlertKey | $1 |
$DeDupKey | @AlertKey |
@AlertGroup | "SNMP_Link_Down" |
@Summary | "Agent Interface Down (linkDown Trap) enterprise:" + $enterprise-name + " (" + $enterprise + ") on interface" + $1 |
@Severity | "3" |
The SNMP Trap 2 generic mappings are provided in Table G-265.
| Field | Value |
|---|---|
@NEName | $Node |
$enterprise-name | "snmpGeneric" |
@Summary | "Link Down" |
@AlertGroup | "snmpGeneric.LinkUpDown" |
@Type | 1 |
@Severity | "5" |
@AlertKey | $1 |
$DeDupKey | @AlertKey |
This SNMP trap generates an Agent Interface Up with no Changes (warmStart) alarm. Table G-266 describes the fields and values.
| Field | Value |
|---|---|
details | ($1, $2, $3, $4, $5, $6, $7, $8, $9) |
@NEName | $Node |
@AlertKey | $enterprise-name + $enterprise |
$DeDupKey | @AlertKey |
@AlertGroup | "SNMP_Warm_Start" |
@Summary | "Agent Up with No Changes (warmStart Trap) enterprise:" + $enterprise-name + " (" + $enterprise + ") args(): (see details)" |
@Severity | "4" |
The SNMP Trap 1 generic mappings are provided in Table G-267.
| Field | Value |
|---|---|
$enterprise-name | "snmpGeneric" |
@Summary | "Warm Start" |
@NEName | $Node |
@AlertGroup | "snmpGeneric.WarmStart" |
@Severity | "4" |
$DeDupKey | $Node |
This SNMP trap generates an Agent Up with Possible Changes (coldStart) alarm. Table G-268 describes the fields and values.
| Field | Value |
|---|---|
details | ($1, $2, $3, $4, $5, $6, $7, $8, $9) |
@NEName | $Node |
@AlertKey | $enterprise-name + $enterprise |
$DeDupKey | @AlertKey |
@AlertGroup | "SNMP_Cold_Start" |
@Summary | "Agent Up with Possible Changes (coldStart Trap) enterprise:" + $enterprise-name + " (" + $enterprise + ") args(): (see details)" |
@Severity | "4" |
The SNMP Trap 0 generic mappings are provided in Table G-269.
| Field | Value |
|---|---|
$enterprise-name | "snmpGeneric" |
@Summary | "Cold Start" |
@AlertGroup | "snmpGeneric.ColdStart" |
@Severity | "4" |
@NEName | $Node |
$DeDupKey | $Node |
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Thu Apr 1 10:57:04 PST 1999
Copyright 1989-1999©Cisco Systems Inc.