Alcatel-Lucent 1850 TSS-5 supports Simple Network Management Protocol (SNMP) to retrieve system information and monitor system operation. SNMP is the most common protocol used by network management applications, and is the basis of most network management software. Alcatel-Lucent 1850 TSS-5 uses SNMPv2c protocol gets and traps to monitor system operation. The self-managed VLNC40/VLNC42/VLNC42B/VLNC60/VLNC61/VLNC62/VLNC64 circuit packs independently support SNMPv3 protocol to monitor individual circuit pack operation.
The three basic SNMP components are:
The protocol defines the rules and specifications for exchanging information between a manager and an agent. This includes the detailed specification of the SNMP commands, messages and the command/message PDUs (packet data units) as well as the way security is handled.
Management Information Base (MIB) is the set of managed objects on which the SNMP commands operate. These managed objects can be provisionable or status parameters or alarms and events entities.
SNMP applications use public and private Management Information Bases (MIBs) that define the equipment and Ethernet/SONET/SDH/PDH performance monitoring parameters (objects) and alarm/event messages (traps) that can be communicated. Public MIBs are specified in standards. Private MIBs are unique to . The public and private MIBs are stored on the PC that is running the SNMP application.
Structure of Management Information (SMI) is the rules for the definition of managed objects, including the object name, the Object Identifier (OID), and the object syntax, which in SNMP uses ASN.1 standard encoding.
SNMP implementation on Alcatel-Lucent 1850 TSS-5 conforms with the MIBs listed in this section.
Alcatel-Lucent 1850 TSS-5 supports the following public (standard) and private MIBs:
RFC 1907 Systems Group MIB
RFC 2863 Interfaces Group MIB
RFC 2358/RFC 2665 Ethernet PM MIB
RFC 2558 SONET/SDH PM MIB
RFC 2495 DS1/E1 PM MIB
RFC 2496 DS3/E3 PM MIB
Provate local access control (LAC) MIB
Private Alarm MIB
Private Equipment MIB
Private Ethernet MIB
Private SONET/SDH Day PM MIB
Private DS1/E1 Day PM MIB
Private DS3/E3 PM MIB Module
Private DS3/E3 Day PM MIB Module
Public (standard) and Private MIBs for the self-managed VLNC40/VLNC42/VLNC42B/VLNC60/VLNC61/VLNC62/VLNC64 circuit packs.
RFC 4878 IEEE 802.3 Clause 57 Link OAM MIB
IEEE 802.1 Service OAM MIB
SNMPv3 provides secure access by a combination of authenticating and encrypting packets over the network. The
SNMPv3 security features are:
Message integrity - ensuring that a packet has not been tampered with in-transient.
Authentication - Determining that the message is from a valid source.
Encryption - Scrambling the contents of a packet to prevent it from being seen by an unauthorized source.
SNMPv3 control is through a View BasedAccess Control model (VACM). In VACM, users are assigned to groups which define and specify:
The SNMP version, (v1, v2c or v3) specifies the SNMP version provides the means for allowing some users to access the NE via the earlier SNMP versions with minimum security while allowing other users to access the NE via the more secure V3. While the VACM groups are user provisionable starting with the phase 2 implementation, it would be expected that write access will generally be allowed only to VACM groups that specify SNMPv3.
The access policy for the users assigned to the group. For example, the SNMP MIBs and objects that can be accessed for reading, writing and creating. The SNMP MIBs and objects are specified in the VACM as a text strings identifying a MIB groups.
The list of notifications the group’s users can receive. Notifications are also specified in the VACM group as a text strings identifying a MIB groups.
noAuthNoPriv: without authentication and without privacy — this is equivalent to the minimal authentication currently provided for SNMPv2
authNoPriv: with authentication but without privacy. This level of security uses MD5 and the Secure Hash Algorithm as keyed hashing algorithms to protect against data modification attacks and to provide data origin authentication and to defend against masquerade attacks
authPriv: with authentication and with privacy. In addition to secure authentication, this level of security uses the Data Encryption Standard (DES) to encrypt the message content to protect against disclosure.
Alcatel-Lucent 1850 TSS-5 supports the following system-level RFC 1907 MIB parameters and traps.
Object |
Definition |
---|---|
sysDescr |
Name and version identification of the system's hardware and software |
sysObjectID |
Identification of the network management subsystem contained in the node |
sysUpTime |
Time since the network management portion of the system was last re-initialized |
sysContact |
Contact person and contact information for the node |
sysName |
Name of the node |
sysLocation |
Physical location of the node |
sysServices |
Services that this entity may potentially offer. |
coldStart trap |
NE is re-initializing itself and that its configuration may have been altered |
authenticationFailure trap |
NE has received a protocol message that is not properly authenticated. |
Alcatel-Lucent 1850 TSS-5 VLNC50/52/55 circuit packs support the following RFC 2863 Ethernet port parameters.
Object |
Definition |
---|---|
ifIndex |
Interface Index |
ifDescr |
Interface description (mfg, product, version) |
ifType |
Type of interface |
ifMtu |
Maximum packet size |
ifSpeed |
Interface maximum rate (bps) - for GbE circuit pack, this is 1,000,000,000, for FE circuit pack, value is based on value of the line rate parameter. If the line rate is 10M, ifSpeed value is 10,000,000. If the line rate parameter is 100M, ifSpeed value is 100,000,000. |
ifPhysAddress |
MAC Address |
ifAdminStatus |
Administration status (up, down or testing) (read only). Value is always up. |
ifOperStatus |
Operational status (up, down, testing, unknown, dormant, notPresent or lowerLayerDown). If board/port is removed, value is notPresent. If there is an existing alarm on the port, i.e., Loss of signal (LOS) or Auto-Negotiation Mismatch (ANM) on the port, then the value is down, else the value is up. |
ifLastChange |
TimeTicks since last re-initialization |
ifInOctets |
Total Bytes Received |
IfInUcastPkts |
Frames Received: Broadcast Frames Received - Multicast Frames Received |
ifInMulticastPkts |
Multicast Frames Received |
ifInBroadcastPkts |
Broadcast Frames Received |
ifInDiscards |
Dropped Frames |
ifInErrors |
CRC Error + Oversize Frames + Fragments + Jabber + MAC Rx Error |
ifInUnknownProtos |
(always 0) |
ifOutOctets |
Bytes Sent |
IfOutUcastPkts |
Frames Sent - Out Multicast Frames - Out Broadcast Frames |
ifOutMulticastPkts |
Out Multicast Frames |
ifOutBroadcastPkts |
Out Broadcast Frames |
IfOutDiscards |
(always 0) (not supported in this release) |
ifOutErrors |
(always 0) (not supported in this release) |
ifName |
Interface name - (always set to NULL) |
ifHCInOctets |
Total Bytes Received |
ifHCInUcastPkts |
Frames Received: Broadcast Frames Received - Multicast Frames Received |
ifHCInMulticastPkts |
Multicast Frames Received |
ifHCInBroadcastPkts |
Broadcast Frames Received |
ifHCOutOctets |
Bytes Sent |
ifHCOutUcastPkts |
Frames Sent - Out Multicast Frames - Out Broadcast Frames |
ifHCOutMulticastPkts |
Out Multicast Frames |
ifHCOutBroadcastPkts |
Out Broadcast Frames |
ifLinkUpDownTrapEnable |
Traps enabled or disabled - Alcatel-Lucent 1850 TSS-5 |
ifHighSpeed |
Interface speed (Mb/s) - for GbE circuit pack, this is 1,000, for FE circuit pack, value is based on line rate parameter. If the line rate is 10M, ifSpeed value is 10. If the line rate is 100M, ifSpeed value is 100. |
ifPromiscuousMode |
Promiscuous mode (true or false) - support READ-ONLY |
ifConnectorPresent |
Physical connector present (true or false) |
ifAlias |
Interface alias name - READ-ONLY - (always set to NULL) |
ifCounterDiscontinuityTimeTimeStamp |
Time of last counter discontinuity |
Alcatel-Lucent 1850 TSS-5 VLNC50/52/55 circuit packs support the following RFC 2863 SONET/SDH, DS1/E1, and DS3/E3 port parameters.
Parameter |
Definition |
---|---|
ifIndex |
Interface Index |
ifDescr |
Interface Description |
ifType |
Interface Type |
ifSpeed |
Interface Speed |
ifPhysAddress |
Wavelength |
ifAdminStatus |
Administration Status |
ifOperStatus |
Operational Status |
ifLastChange |
TimeTicks since last re-initialization |
ifName |
Interface Name |
ifLinkUpDownTrap |
Traps enabled or disabled |
ifHighSpeed |
Interface speed |
ifConnectorPresent |
Physical connector present |
ifAlias |
Interface alias name |
Alcatel-Lucent 1850 TSS-5 VLNC50/52/55 and VLNC35 circuit packs support the following RFC 2358/RFC 2665 Ethernet PM parameters.
Object |
Definition |
---|---|
ifIndex |
Interface Index |
dot3StatsAlignmentErrors |
Fragments |
dot3StatsFCSErrors |
CRC Error |
dot3StatsSingleCollisionFrames |
Collision |
dot3StatsMultipleCollisionFrames |
(always 0) (not supported in this release) |
dot3StatsSQETestErrors |
(always 0) (not supported in this release) |
dot3StatsDeferredTransmissions |
(always 0) (not supported in this release) |
dot3StatsLateCollisions |
Late Collision |
dot3StatsExcessiveCollisions |
(always 0) (not supported in this release) |
dot3StatsInternalMacTransmitErrors |
(always 0) (not supported in this release) |
dot3StatsCarrierSenseErrors |
(always 0) (not supported in this release) |
dot3StatsFrameTooLongs |
Oversize Frames |
dot3StatsInternalMacReceiveErrors |
MAC Rx Error |
dot3StatsSymbolErrors |
(always 0) (not supported in this release) |
dot3StatsDuplex Status |
Duplex Status (half duplex (2), full duplex (3) - added by RFC2665 |
dot3ControlFunctionsSupported |
pause (0) - 802.3 flow control - added by RFC2665 |
dot3ControlInUnknownOpcodes |
(always 0) - added by RFC2665 (not supported in this release) |
dot3PauseAdminMode |
Flow control default mode (read only) - added by RFC2665 |
dot3PauseOperMode |
Flow control operational mode (disabled (1), enabled transmit & receive (4)) - added by RFC2665 |
dot3InPauseFrames |
(always 0) - added by RFC2665 (not supported in this release) |
dot3OutPauseFrames |
(always 0) - added by RFC2665 (not supported in this release) |
Alcatel-Lucent 1850 TSS-5 VLNC50/52/55 circuit packs support the following RFC 2558 SONET/SDH PM parameters.
Table |
Parameter |
---|---|
sonetMedium Group |
sonetMediumType (READ-ONLY) |
sonetMediumTimeElapsed | |
sonetMediumValidIntervals | |
sonetMediumLineCoding (READ-ONLY) | |
sonetMediumInvalidIntervals | |
sonetMediumLoopbackConfig (READ-ONLY) | |
sonetSectionCurrent Table |
sonetSectionCurrentStatus |
sonetSectionCurrentSEFSs | |
sonetSectionInterval Table |
sonetSectionIntervalNumber |
sonetSectionIntervalSEFSs | |
sonetSectionIntervalValidData | |
sonetLineCurrent Table |
sonetLineCurrentStatus |
sonetLineCurrentESs | |
sonetLineCurrentSESs | |
sonetLineCurrentCVs | |
sonetLineCurrentUASs | |
sonetLineInterval Table |
sonetLineIntervalNumber |
sonetLineIntervalESs | |
sonetLineIntervaSESs | |
sonetLineIntervalCVs | |
sonetLineIntervalUASs | |
sonetLineIntervalValidData | |
sonetPathCurrent Table |
sonetPathCurrentWidth |
sonetPathCurrentStatus | |
sonetPathCurrentESs | |
sonetPathCurrentSESs | |
sonetPathCurrentCVs | |
sonetPathCurrentUASs | |
sonetPathInterval Table |
sonetPathIntervalNumber |
sonetPathIntervalESs | |
sonetPathIntervalSESs | |
sonetPathIntervalCVs | |
sonetPathIntervalUASs | |
sonetPathIntervalValidData | |
sonetVTCurrent Table |
sonetVTCurrentWidth |
sonetVTCurrentStatus | |
sonetVTCurrentESs | |
sonetVTCurrentSESs | |
sonetVTCurrentCVs | |
sonetVTCurrentUASs | |
sonetVTInterval Table |
sonetVTIntervalNumber |
sonetVTIntervalESs | |
sonetVTIntervalSESs | |
sonetVTIntervalCVs | |
sonetVTIntervalUASs | |
sonetVTIntervalValidData |
Alcatel-Lucent 1850 TSS-5 VLNC50/52/55 circuit packs support the following RFC 2495 DS1/E1 PM parameters.
Table |
Parameter |
---|---|
dsx1ConfigEntry Table |
dsx1LineIndex |
dsx1TimeElapsed | |
dsx1ValidIntervals | |
dsx1LineType | |
dsx1LineCoding | |
dsx1SendCode | |
dsx1CircuitIdentifier | |
dsx1LoopbackConfig | |
dsx1LineStatus | |
dsx1SignalMode | |
dsx1TransmitClockSource | |
dsx1Fdl | |
dsx1InvalidIntervals | |
dsx1LineLength | |
sx1LineStatusLastChange | |
dsx1LineStatusChangeTrapEnable | |
dsx1LoopbackStatus | |
dsx1Ds1ChannelNumber | |
dsx1Channelization | |
dsx1CurrentEntry Table |
dsx1CurrentIndex |
dsx1CurrentESs | |
dsx1CurrentSESs | |
dsx1CurrentSEFSs | |
dsx1CurrentUASs | |
dsx1CurrentPCVs | |
dsx1CurrentLESs | |
dsx1IntervalEntry Table |
dsx1IntervalIndex |
dsx1IntervalNumber | |
dsx1IntervalESs | |
dsx1IntervalSESs | |
dsx1IntervalSEFSs | |
dsx1IntervalUASs | |
dsx1IntervalPCVs | |
dsx1IntervalLESs | |
dsx1IntervalValidData | |
dsx1TotalEntry Table |
dsx1TotalIndex |
dsx1TotalESs | |
dsx1TotalSESs | |
dsx1TotalSEFSs | |
dsx1TotalUASs | |
dsx1TotalCSSs | |
dsx1TotalPCVs | |
dsx1TotalLESs | |
dsx1TotalBESs | |
dsx1TotalDMs | |
dsx1ChanMappingEntry Table |
dsx1ChanMappedIfIndex |
dsx1FarEndCurrentEntry Table |
dsx1FarEndCurrentIndex |
dsx1FarEndTimeElapsed | |
dsx1FarEndValidIntervals | |
dsx1FarEndCurrentESs | |
dsx1FarEndCurrentSESs | |
dsx1FarEndCurrentSEFSs | |
dsx1FarEndCurrentUASs | |
dsx1FarEndCurrentPCVs | |
dsx1FarEndInvalidIntervals | |
dsx1FarEndIntervalEntry Table |
dsx1FarEndIntervalIndex |
dsx1FarEndIntervalNumber | |
dsx1FarEndIntervalESs | |
dsx1FarEndIntervalSESs | |
dsx1FarEndIntervalSEFSs | |
dsx1FarEndIntervalUASs | |
dsx1FarEndIntervalPCVs | |
dsx1FarEndIntervalValidData | |
dsx1FarEndTotalEntry Table |
dsx1FarEndTotalIndex |
dsx1FarEndTotalESs | |
dsx1FarEndTotalSESs | |
dsx1FarEndTotalSEFSs | |
dsx1FarEndTotalUASs | |
dsx1FarEndTotalCSSs | |
dsx1FarEndTotalPCVs | |
dsx1FarEndTotalBESs | |
dsx1FarEndTotalDMs | |
ds1Traps |
dsx1LineStatusChange |
Alcatel-Lucent 1850 TSS-5 VLNC50/52/55 circuit packs support the following RFC 2496 DS3 PM parameters.
Note:
RFC 2496 E3 PM parameters are not supported in this release.
Table |
Parameter |
---|---|
dsx3ConfigEntry Table |
dsx3LineIndex |
dsx3TimeElapsed | |
dsx3ValidIntervals | |
dsx3LineType | |
dsx3LineCoding | |
dsx3SendCode | |
dsx3CircuitIdentifier | |
dsx3LoopbackConfig | |
dsx3LineStatus | |
dsx3TransmitClockSource | |
dsx3InvalidIntervals | |
dsx3LineLength | |
dsx3LineStatusLastChange | |
dsx3LineStatusChangeTrapEnable | |
dsx3LoopbackStatus | |
dsx3Channelization | |
dsx3CurrentEntry Table |
dsx3CurrentIndex |
dsx3CurrentPESs | |
dsx3CurrentPSESs | |
dsx3CurrentSEFSs | |
dsx3CurrentUASs | |
dsx3CurrentLCVs | |
dsx3CurrentPCVs | |
dsx3CurrentLESs | |
dsx3CurrentCCVs | |
dsx3CurrentCESs | |
dsx3CurrentCSESs | |
dsx3IntervalEntry Table |
dsx3IntervalIndex |
dsx3IntervalNumber | |
dsx3IntervalPESs | |
dsx3IntervalPSESs | |
dsx3IntervalSEFSs | |
dsx3IntervalUASs | |
dsx3IntervalLCVs | |
dsx3IntervalPCVs | |
dsx3IntervalLESs | |
dsx3IntervalCCVs | |
dsx3IntervalCESs | |
dsx3IntervalCSESs | |
ds3IntervalValidData | |
dsx3TotalEntry Table |
dsx3TotalIndex |
dsx3TotalPESs | |
dsx3TotalPSESs | |
dsx3TotalSEFSs | |
dsx3TotalUASs | |
dsx3TotalLCVs | |
dsx3TotalPCVs | |
dsx3TotalLESs | |
dsx3TotalCCVs | |
dsx3TotalCESs | |
dsx3TotalCSESs | |
DS3 Traps |
dsx3LineStatusChange |
Alcatel-Lucent 1850 TSS-5 supports the following private alarm notifications in tsdimLacTable.
Only one LAC entry is applicable in the table.
Notification |
Definition |
---|---|
tsdimLacEntry |
tsdimLacState |
tsdimLacNoResponseTimeOutPeriod | |
tsdimLacIndex | |
tsdimAVCNotification Web GUI uses this trap to notify NMS that tsdimLacState has been set to REQUESTED. |
Alcatel-Lucent 1850 TSS-5 supports the following private alarm notifications.
Notification |
Definition |
---|---|
tss5Alarm |
Alarm Trap |
tss5AlarmCL |
Alarm Cleared Trap |
tss5StandingCond |
Standing Condition Trap |
tss5StandingCondCL |
Standing Condition Cleared Trap |
tss5TransientCond |
Transient Condition Trap (TC) |
Alcatel-Lucent 1850 TSS-5 supports the following private equipment parameters.
Object |
Definition |
---|---|
tss5CardType |
Circuit pack type. |
tss5CardAPP |
Circuit pack apparatus code. |
tss5CardSSN |
Circuit pack series number. |
tss5CardCLEI |
Common Language Equipment code. |
tss5CardECI |
Equipment Catalog Item code. |
tss5CardSLN |
Circuit pack serial number. |
tss5CardVersion |
Version of the software currently stored in the circuit pack. |
tss5CardProtState |
Protection State. Slot protection state. This parameter specifies if there are any provisioned protection groups for the slot. Values are PROT and UNPROT. |
Alcatel-Lucent 1850 TSS-5 VLNC50/52/55 and VLNC35 circuit packs support the following private Ethernet port parameters.
Object |
Definition |
---|---|
tss5EthPmonTypeCurrent |
port type |
tss5EthPmonCurrentEinb |
Incoming number of bytes (EINB) |
tss5EthPmonCurrentEinf |
Incoming number of frames (EINF) |
tss5EthPmonCurrentEdfc |
Dropped frames: congestion (EDFC) |
tss5EthPmonCurrentEonb |
Dropped frames: errors (EDFE) |
tss5EthPmonCurrentEonb |
Outgoing number of bytes (EONB) |
tss5EthPmonCurrentEonf |
Outgoing number of frames (EONF) |
tss5EthPmonIntervalIndex |
15 minute bucket index |
tss5EthPmonTypeInterval |
port type |
tss5EthPmonIntervalEinb |
Incoming number of bytes (EINB) |
tss5EthPmonIntervalEinf |
Incoming number of frames (EINF) |
tss5EthPmonIntervalEdfc |
Dropped frames: congestion (EDFC) |
tss5EthPmonIntervalEdfe |
Dropped frames: errors (EDFE) |
tss5EthPmonIntervalEonb |
Outgoing number of bytes (EONB) |
tss5EthPmonIntervalEonf |
Outgoing number of frames (EONF) |
tss5EthPmonDayIndex |
day index |
tss5EthPmonDayType |
port type |
tss5EthPmonDayEinb |
Incoming number of bytes (EINB) |
tss5EthPmonDayEinf |
Incoming number of frames (EINF) |
tss5xEthPmonDayEdfc |
Dropped frames: congestion (EDFC) |
tss5EthPmonDayEdfe |
Dropped frames: errors (EDFE) |
tss5EthPmonDayEonb |
Outgoing number of bytes (EONB) |
tss5EthPmonDayEonf |
Outgoing number of frames (EONF) |
Ethernet Port PM and Input ETS Flow PM use the opticsIMEthPmMib. For unsupported objects, the NE reports a 0 value.
Table |
Parameter |
Supported in 7.2 |
---|---|---|
enhEthAggrCDRxTable |
enhEthAggrCDRxGranularityPeriod |
X |
enhEthAggrCDRxEINF |
X | |
enhEthAggrCDRxEINB |
X | |
enhEthAggrCDRxEINFUnicast |
X | |
enhEthAggrCDRxEINFMulticast |
X | |
enhEthAggrCDRxEINFBroadcast |
X | |
enhEthAggrCDRxEIFE |
X | |
enhEthAggrCDRxTUF |
||
enhEthAggrCDRxTDF |
||
enhEthAggrCDRxStartByOS |
X | |
enhEthAggrCDRxResetCounter |
X | |
enhEthAggrCDRxRowStatus |
X | |
enhEthAggrCDRxSuspectInterval |
X | |
enhEthAggrCDRxElapsedTime |
X | |
enhEthAggrCDRxThresholdDataInstance |
X | |
enhEthAggrCDRxEINBRate |
||
enhEthAggrCDRxEINBRatio |
||
enhEthAggrCDRxEIFERatio |
||
enhEthAggrCDRxTDFRatio |
||
enhEthAggrCDTxTable |
enhEthAggrCDTxGranularityPeriod |
X |
enhEthAggrCDTxEONF |
X | |
enhEthAggrCDTxEONB |
X | |
enhEthAggrCDTxEONFUnicast |
X | |
enhEthAggrCDTxEONFMulticast |
X | |
enhEthAggrCDTxEONFBroadcast |
X | |
enhEthAggrCDTxStartByOS |
X | |
enhEthAggrCDTxResetCounter |
X | |
enhEthAggrCDTxRowStatus |
X | |
enhEthAggrCDTxSuspectInterval |
X | |
enhEthAggrCDTxSuspectInterval |
X | |
enhEthAggrCDTxElapsedTime |
X | |
enhEthAggrCDTxTDF |
X | |
enhEthAggrCDTxThresholdDataInstance |
X | |
enhEthAggrCDTxEONBRate |
||
enhEthAggrCDTxEONBRatio |
||
enhEthAggrCDTxTDFRatio |
||
enhEthAggrHDRxTable |
enhEthAggrHDRxGranularityPeriod |
X |
enhEthAggrHDRxPeriodEndtime |
X | |
enhEthAggrHDRxIndex |
X | |
enhEthAggrHDRxEINF |
X | |
enhEthAggrHDRxEINB |
X | |
enhEthAggrHDRxSuspectIntervalFlag |
X | |
enhEthAggrHDRxStartByOS |
X | |
enhEthAggrHDRxEINFUnicast |
X | |
enhEthAggrHDRxEINFMulticast |
X | |
enhEthAggrHDRxEINFBroadcast |
X | |
enhEthAggrHDRxEIFE |
X | |
enhEthAggrHDRxTUF |
||
enhEthAggrHDRxTDF |
||
enhEthAggrHDRxElapsedTime |
X | |
enhEthAggrHDRxEINBRate |
||
enhEthAggrHDRxEINBRatio |
||
enhEthAggrHDTxTDFRatio |
||
enhEthAggrMaintRxReset |
||
enhEthAggrHDTxTable |
enhEthAggrHDTxGranularityPeriod |
X |
enhEthAggrHDTxPeriodEndtime |
X | |
enhEthAggrHDTxIndex |
X | |
enhEthAggrHDTxEONF |
X | |
enhEthAggrHDTxEONB |
X | |
enhEthAggrHDTxSuspectIntervalFlag |
X | |
enhEthAggrHDTxStartByOS |
X | |
enhEthAggrHDTxEONFUnicast |
X | |
enhEthAggrHDTxEONFMulticast |
X | |
enhEthAggrHDTxEONFBroadcast |
X | |
enhEthAggrHDTxElapsedTime |
X | |
enhEthAggrHDTxTDF |
X | |
enhEthAggrHDTxEONBRate |
||
enhEthAggrHDTxEONBRatio |
||
enhEthAggrHDTxTDFRatio |
||
enhEthAggrMaintRxReset |
||
enhEtsInFlowCDTable |
enhEtsInFlowCDGranularityPeriod |
X |
enhEtsInFlowCDEINFg |
X | |
enhEtsInFlowCDEINBg |
||
enhEtsInFlowCDStartByOS |
||
enhEtsInFlowCDEINFy |
||
enhEtsInFlowCDEINFr |
X | |
enhEtsInFlowCDEINBy |
||
enhEtsInFlowCDEINBr |
||
enhEtsInFlowCDResetCounter |
X | |
enhEtsInFlowCDRowStatus |
X | |
enhEtsInFlowCDThresholdDataInstance |
X | |
enhEtsInFlowHDTable |
enhEtsInFlowHDGranularityPeriod |
X |
enhEtsInFlowHDPeriodEndtime |
X | |
enhEtsInFlowHDIndex |
X | |
enhEtsInFlowHDEINFg |
X | |
enhEtsInFlowHDEINBg |
||
enhEtsInFlowHDSuspectIntervalFlag |
X | |
enhEtsInFlowHDStartByOS |
X | |
enhEtsInFlowHDEINFy |
||
enhEtsInFlowHDEINFr |
X | |
enhEtsInFlowHDEINBy |
||
enhEtsInFlowHDEINBr |
||
enhEthAggrCDThresholdTable |
enhEthAggrCDThresholdIndex |
X |
enhEthAggrCDThresholdGranularityPeriod |
X | |
enhEthAggrCDThresholdRxEINFEnable |
Read only | |
enhEthAggrCDThresholdRxEINFHighThr |
Read only | |
enhEthAggrCDThresholdRxEINFLowThr |
Read only | |
enhEthAggrCDThresholdRxEINBEnable |
Read only | |
enhEthAggrCDThresholdRxEINBHighThr |
Read only | |
enhEthAggrCDThresholdRxEINBLowThr |
Read only | |
enhEthAggrCDThresholdRxEINFUnicastEnable |
Read only | |
enhEthAggrCDThresholdRxEINFUnicastHighThr |
Read only | |
enhEthAggrCDThresholdRxEINFUnicastLowThr |
Read only | |
enhEthAggrCDThresholdRxEINFMulticastEnable |
Read only | |
enhEthAggrCDThresholdRxEINFMulticastHighThr |
Read only | |
enhEthAggrCDThresholdRxEINFMulticastLowThr |
Read only | |
enhEthAggrCDThresholdRxEINFBroadcastEnable |
Read only | |
enhEthAggrCDThresholdRxEINFBroadcastHighThr |
Read only | |
enhEthAggrCDThresholdRxEINFBroadcastLowThr |
Read only | |
enhEthAggrCDThresholdRxEIFEEnable |
Read only | |
enhEthAggrCDThresholdRxEIFEHighThr |
Read only | |
enhEthAggrCDThresholdRxEIFELowThr |
Read only | |
enhEthAggrCDThresholdTable |
enhEthAggrCDThresholdRxTUFEnable |
Read only |
enhEthAggrCDThresholdRxTUFHighThr |
Read only | |
enhEthAggrCDThresholdRxTUFLowThr |
Read only | |
enhEthAggrCDThresholdRxTDFEnable |
Read only | |
enhEthAggrCDThresholdRxTDFHighThr |
Read only | |
enhEthAggrCDThresholdRxTDFLowThr |
Read only | |
enhEthAggrCDThresholdTxEONFEnable |
Read only | |
enhEthAggrCDThresholdTxEONFHighThr |
Read only | |
enhEthAggrCDThresholdTxEONFLowThr |
Read only | |
enhEthAggrCDThresholdTxEONBEnable |
Read only | |
enhEthAggrCDThresholdTxEONBHighThr |
Read only | |
enhEthAggrCDThresholdTxEONBLowThr |
Read only | |
enhEthAggrCDThresholdTxEONFUnicastEnable |
Read only | |
enhEthAggrCDThresholdTxEONFUnicastHighThr |
Read only | |
enhEthAggrCDThresholdTxEONFUnicastLowThr |
Read only | |
enhEthAggrCDThresholdTxEONFMulticastEnable |
Read only | |
enhEthAggrCDThresholdTxEONFMulticastHighThr |
Read only | |
enhEthAggrCDThresholdTxEONFMulticastLowThr |
Read only | |
enhEthAggrCDThresholdTxEONFBroadcastEnable |
Read only | |
enhEthAggrCDThresholdTxEONFBroadcastHighThr |
Read only | |
enhEthAggrCDThresholdTxEONFBroadcastLowThr |
Read only | |
enhEthAggrCDThresholdTxTDFEnable |
Read only | |
enhEthAggrCDThresholdTxTDFHighThr |
Read only | |
enhEthAggrCDThresholdTxTDFLowThr |
Read only | |
enhEthAggrCDThresholdUserLabel |
Read only | |
enhEthAggrCDThresholdRowStatus |
Read only | |
enhEtsFlowCDThresholdTable |
enhEtsFlowCDThresholdIndex |
X |
enhEtsFlowCDThresholdGranularityPeriod |
X | |
enhEtsFlowCDThresholdEINFgEnable |
Read only | |
enhEtsFlowCDThresholdEINFgHighThr |
Read only | |
enhEtsFlowCDThresholdEINFgLowThr |
Read only | |
enhEtsFlowCDThresholdTable |
enhEtsFlowCDThresholdEINBgEnable |
Read only |
enhEtsFlowCDThresholdEINBgHighThr |
Read only | |
enhEtsFlowCDThresholdEINBgLowThr |
Read only | |
enhEtsFlowCDThresholdEINFyEnable |
Read only | |
enhEtsFlowCDThresholdEINFyHighThr |
Read only | |
enhEtsFlowCDThresholdEINFyLowThr |
Read only | |
enhEtsFlowCDThresholdEINFrEnable |
Read only | |
enhEtsFlowCDThresholdEINFrHighThr |
Read only | |
enhEtsFlowCDThresholdEINFrLowThr |
Read only | |
enhEtsFlowCDThresholdEINByEnable |
Read only | |
enhEtsFlowCDThresholdEINByHighThr |
Read only | |
enhEtsFlowCDThresholdEINByLowThr |
Read only | |
enhEtsFlowCDThresholdEINBrEnable |
Read only | |
enhEtsFlowCDThresholdEINBrHighThr |
Read only | |
enhEtsFlowCDThresholdEINBrLowThr |
Read only | |
enhEtsFlowCDThresholdEONFgEnable |
Read only | |
enhEtsFlowCDThresholdEONFgHighThr |
Read only | |
enhEtsFlowCDThresholdEONFgLowThr |
Read only | |
enhEtsFlowCDThresholdEONBgEnable |
Read only | |
enhEtsFlowCDThresholdEONBgHighThr |
Read only | |
enhEtsFlowCDThresholdEONBgLowThr |
Read only | |
enhEtsFlowCDThresholdEONFyEnable |
Read only | |
enhEtsFlowCDThresholdEONFyHighThr |
Read only | |
enhEtsFlowCDThresholdEONFyLowThr |
Read only | |
enhEtsFlowCDThresholdEONByEnable |
Read only | |
enhEtsFlowCDThresholdEONByHighThr |
Read only | |
enhEtsFlowCDThresholdEONByLowThr |
Read only | |
enhEtsFlowCDThresholdUserLabel |
Read only | |
enhEtsFlowCDThresholdRowStatus |
Read only |
Alcatel-Lucent 1850 TSS-5 VLNC50/52/55 circuit packs support the following private SONET/SDH Day PM MIB parameters.
Table |
Parameter |
---|---|
tss5SonetSectionDay Table |
tss5SonetSectionDayNumber |
tss5SonetSectionDayESs (SDH only) | |
tss5SonetSectionDaySESs (SDH only) | |
tss5SonetSectionDaySEFSs | |
tss5SonetSectionDayCVs (SDH only) | |
tss5SonetSectionDayValidData | |
tss5SonetLineDay Table |
tss5SonetLineDayNumber |
tss5SonetLineDayESs | |
tss5SonetLineDaySESs | |
tss5SonetLineDayCVs | |
tss5SonetLineDayUASs | |
tss5SonetLineDayValidData | |
tss5SonetFarEndLineDay Table (SDH only) |
tss5SonetFarEndLineDayNumber (SDH only) |
tss5SonetFarEndLineDayESs (SDH only) | |
tss5SonetFarEndLineDaySESs (SDH only) | |
tss5SonetFarEndLineDayCVs (SDH only) | |
tss5SonetFarEndLineDayUASs (SDH only) | |
tss5SonetFarEndLineDayValidData (SDH only) | |
tss5SonetPathDay Table |
tss5SonetPathDayNumber |
tss5SonetPathDayESs | |
tss5SonetPathDaySESs | |
tss5SonetPathDayCVs | |
tss5SonetPathDayUASs | |
tss5SonetPathDayValidData | |
tss5SonetVTDay Table |
tss5SonetVTDayNumber |
tss5SonetVTDayESs | |
tss5SonetVTDaySESs | |
tss5SonetVTDayCVs (SDH only) | |
tss5SonetVTDayUASs | |
tss5SonetVTDayValidData |
Alcatel-Lucent 1850 TSS-5 VLNC50/52/55 circuit packs support the following private DS1 Day PM MIB parameters.
Note:
Private E1 Day PM parameters are not supported in this release.
Table |
Parameter |
---|---|
tss5Dsx1Day Table |
tss5Dsx1DayNumber |
tss5Dsx1DayESs | |
tss5Dsx1DaySESs | |
tss5Dsx1DaySEFSs | |
tss5Dsx1DayUASs | |
tss5Dsx1DayPCVs | |
tss5Dsx1DayLESs | |
tss5Dsx1DayLCVs | |
tss5Dsx1DayValidData | |
tss5Dsx1FarEndDay Table |
tss5Dsx1FarEndDayNumber |
tss5Dsx1FarEndDayESs | |
tss5Dsx1FarEndDaySESs | |
tss5Dsx1FarEndDaySEFSs | |
tss5Dsx1FarEndDayUASs | |
tss5Dsx1FarEndDayLESs | |
tss5Dsx1FarEndDayPCVs | |
tss5Dsx1FarEndDayValidData |
Alcatel-Lucent 1850 TSS-5 VLNC50/52/55 circuit packs support the following private DS3 PM MIB parameters.
Note:
Private E3 PM MIB parameters are not supported in this release.
Table |
Parameter |
---|---|
tss5Dsx3Current Table |
tss5Dsx3CurrentIndex |
tss5Dsx3CurrentFMESs | |
tss5Dsx3CurrentFMSESs | |
tss5Dsx3CurrentFMCVs | |
tss5Dsx3Interval Table |
tss5Dsx3IntervalIndex |
tss5Dsx3IntervalNumber | |
tss5Dsx3IntervalFMESs | |
tss5Dsx3IntervalFMSESs | |
tss5Dsx3IntervalFMCVs | |
dsx3DMXIntervalValidData | |
tss5Dsx3FarEndCurrent Table |
tss5Dsx3FarEndCurrentIndex |
tss5Dsx3FarEndTimeElapsed | |
tss5Dsx3FarEndValidIntervals | |
tss5Dsx3FarEndCurrentCFMESs | |
tss5Dsx3FarEndCurrentCFMSESs | |
tss5Dsx3FarEndCurrentCFMCVs | |
tss5Dsx3FarEndCurrentUASs | |
tss5Dsx3FarEndInvalidIntervals | |
tss5Dsx3FarEndInterval Table |
tss5Dsx3FarEndIntervalIndex |
tss5Dsx3FarEndIntervalNumber | |
tss5Dsx3FarEndIntervalCFMESs | |
tss5Dsx3FarEndIntervalCFMSESs | |
tss5Dsx3FarEndIntervalCFMCVs | |
tss5Dsx3FarEndIntervalUASs | |
tss5Dsx3FarEndIntervalValidData |
Alcatel-Lucent 1850 TSS-5 VLNC50/52/55 circuit packs support the following private DS3 Day PM MIB parameters.
Note:
Private E3 Day PM MIB parameters are not supported in this release.
Table |
Parameter |
---|---|
tss5Dsx3Day Table |
tss5Dsx3DayNumber |
tss5Dsx3DayPESs | |
tss5Dsx3DayPSESs | |
tss5Dsx3DaySEFSs | |
tss5Dsx3DayUASs | |
tss5Dsx3DayLCVs | |
tss5Dsx3DayPCVs | |
tss5Dsx3DayLESs | |
tss5Dsx3DayCCVs | |
tss5Dsx3DayCESs | |
tss5Dsx3DayCSESs | |
tss5Dsx3DayFMESs | |
tss5Dsx3DayFMSESs | |
tss5Dsx3DayFMCVs | |
tss5Dsx3DayValidData | |
tss5Dsx3FarEndDay Table |
tss5Dsx3FarEndDayNumber |
tss5Dsx3FarEndDayCFMESs | |
tss5Dsx3FarEndDayCFMSESs | |
tss5Dsx3FarEndDayCFMCVs | |
tss5Dsx3FarEndDayUASs | |
tss5Dsx3FarEndDayValidData |
The VLNC40/VLNC42/VLNC42B/VLNC60/VLNC61/VLNC62/VLNC64 circuit packs support the following standard MIBs, depending upon the circuit packs installed.
The VLNC40/42/42B circuit pack supports the following standard MIBs.
MIB module |
Supported traps |
---|---|
Bridging MIB - RFC 1493 |
newRoot |
topologyChange | |
SNMPv2 MIB - RFC 3418 |
coldStart |
warmStart | |
authenticationFailure | |
Entity MIB - RFC 3812 |
entConfigChange |
Interface Group MIB - RFC 2233 (for Ethernet Interfaces) |
linkUp |
linkDown |
The VLNC4x circuit packs also support the TSD-IM SNMP MIB.
The VLNC60/61/62 circuit pack supports the following standard MIBs.
MIB module |
Supported objects |
---|---|
Interface Group MIB for Ethernet Interfaces - RFC 2233 |
ifTable |
Managed Objects MIB - RFC 4805 (RFC 2495) (for T1/E1 interfaces) |
ifTable |
dsxConfigTable | |
Entity MIB - RFC 2737 |
entPhysicalTable |
Definitions of Managed Objects for the IP Network Control Protocol of the Point-to-Point Protocol - RFC 1473 |
pppipTable |
pppipConfigTable | |
Definitions of Managed Objects for the Link Control Protocol of the Point-to-Point Protocol - RFC 1471 |
pppLinkstatusTable |
pppLinkConfigTable | |
VLAN MIB - RFC 2674 |
dot1qGroup |
dot1qVlanStaticTable | |
Multiprotocol Label Switching (MPLS) Traffic Engineering (TE) - RFC 3812 |
mplsTunnelTable |
IETF Draft Pseudowire (PW) MIB |
pwTable |
IETF Draft Managed Objects for TDM over Packet Switched Network |
pwTDMTable |
The VLNC60/61/62 circuit packs also support the TSD-IM SNMP MIB.
The VLNC64 circuit pack supports the following standard MIBs.
MIB module |
Supported objects |
---|---|
Interface Group MIB for Ethernet Interfaces - RFC 2233 |
ifTable |
Managed Objects MIB - RFC 4805 (RFC 2495) (for T1/E1 interfaces) |
ifTable |
dsxConfigTable | |
Entity MIB - RFC 2737 |
entPhysicalTable |
VLAN MIB - RFC 2674 |
dot1qGroup |
dot1qVlanStaticTable | |
Multiprotocol Label Switching (MPLS) Traffic Engineering (TE) - RFC 3812 |
mplsTunnelTable |
IETF Draft Pseudowire (PW) MIB |
pwTable |
IETF Draft Managed Objects for TDM over Packet Switched Network |
pwTDMTable |
Definitions of managed objects for the SONET/SDH interface type (for SONET/SDH interfaces) RFC 3592 (RFC 2558) |
ifTable |
sonetSectionCurrentTable | |
sonetSectionIntervalTable | |
sonetLineCurrentTable | |
sonetLineIntervalTable | |
sonetPathCurrentTable | |
sonetPathIntervalTable | |
sonetVTCurrentTable | |
sonetVTIntervalTable | |
sonetFarEndLineCurrentTable | |
sonetFarEndLineIntervalTable | |
sonetFarEndPathCurrentTable | |
sonetFarEndPathIntervalTable | |
sonetFarEndVTCurrentTable | |
sonetFarEndVTIntervalTable |
The VLNC64 circuit pack also supports the TSD-IM SNMP MIB.
Alcatel-Lucent 1850 TSS-5 VLNC40/VLNC42/VLNC42B/VLNC60/VLNC61/VLNC62/VLNC64 circuit packs support the following RFC 2863 Ethernet port parameters.
Object |
Definition |
---|---|
ifIndex |
Interface Index |
ifDescr |
Interface description (mfg, product, version) |
ifType |
Type of interface |
ifMtu |
Maximum packet size |
ifSpeed |
Interface maximum rate (bps) - for GbE circuit pack, this is 1,000,000,000, for FE circuit pack, value is based on value of the line rate parameter. If the line rate is 10M, ifSpeed value is 10,000,000. If the line rate parameter is 100M, ifSpeed value is 100,000,000. |
ifPhysAddress |
MAC Address |
ifAdminStatus |
Administration status (up, down or testing) (read only). Value is always up. |
ifOperStatus |
Operational status (up, down, testing, unknown, dormant, notPresent or lowerLayerDown). If board/port is removed, value is notPresent. If there is an existing alarm on the port, i.e., Loss of signal (LOS) or Auto-Negotiation Mismatch (ANM) on the port, then the value is down, else the value is up. |
ifLastChange |
TimeTicks since last re-initialization |
ifInOctets |
Total Bytes Received |
IfInUcastPkts |
Frames Received: Broadcast Frames Received - Multicast Frames Received |
ifInMulticastPkts |
Multicast Frames Received |
ifInBroadcastPkts |
Broadcast Frames Received |
ifInDiscards |
Dropped Frames |
ifInErrors |
CRC Error + Oversize Frames + Fragments + Jabber + MAC Rx Error |
ifInUnknownProtos |
(always 0) |
ifOutOctets |
Bytes Sent |
IfOutUcastPkts |
Frames Sent - Out Multicast Frames - Out Broadcast Frames |
ifOutMulticastPkts |
Out Multicast Frames |
ifOutBroadcastPkts |
Out Broadcast Frames |
IfOutDiscards |
(always 0) (not supported in this release) |
ifOutErrors |
(always 0) (not supported in this release) |
ifName |
Interface name - (always set to NULL) |
ifHCInOctets |
Total Bytes Received |
ifHCInUcastPkts |
Frames Received: Broadcast Frames Received - Multicast Frames Received |
ifHCInMulticastPkts |
Multicast Frames Received |
ifHCInBroadcastPkts |
Broadcast Frames Received |
ifHCOutOctets |
Bytes Sent |
ifHCOutUcastPkts |
Frames Sent - Out Multicast Frames - Out Broadcast Frames |
ifHCOutMulticastPkts |
Out Multicast Frames |
ifHCOutBroadcastPkts |
Out Broadcast Frames |
ifLinkUpDownTrapEnable |
Traps enabled or disabled - Alcatel-Lucent 1850 TSS-5 |
ifHighSpeed |
Interface speed (Mb/s) - for GbE circuit pack, this is 1,000, for FE circuit pack, value is based on line rate parameter. If the line rate is 10M, ifSpeed value is 10. If the line rate is 100M, ifSpeed value is 100. |
ifPromiscuousMode |
Promiscuous mode (true or false) - support READ-ONLY |
ifConnectorPresent |
Physical connector present (true or false) |
ifAlias |
Interface alias name - READ-ONLY - (always set to NULL) |
ifCounterDiscontinuityTimeTimeStamp |
Time of last counter discontinuity |
linkUp trap |
Port state transitioned to down due to administrative action, line or SFP condition |
linkDown trap |
Port state transitioned to up due to administrative action, good line and/or SFP condition |
Alcatel-Lucent 1850 TSS-5 VLNC40/VLNC42/VLNC42B/VLNC60/VLNC61/VLNC62/VLNC64 circuit packs support the following RFC 2358/RFC 2665 Ethernet PM parameters.
Object |
Definition |
---|---|
ifIndex |
Interface Index |
dot3StatsAlignmentErrors |
Fragments |
dot3StatsFCSErrors |
CRC Error |
dot3StatsSingleCollisionFrames |
Collision |
dot3StatsMultipleCollisionFrames |
(always 0) (not supported in this release) |
dot3StatsSQETestErrors |
(always 0) (not supported in this release) |
dot3StatsDeferredTransmissions |
(always 0) (not supported in this release) |
dot3StatsLateCollisions |
Late Collision |
dot3StatsExcessiveCollisions |
(always 0) (not supported in this release) |
dot3StatsInternalMacTransmitErrors |
(always 0) (not supported in this release) |
dot3StatsCarrierSenseErrors |
(always 0) (not supported in this release) |
dot3StatsFrameTooLongs |
Oversize Frames |
dot3StatsInternalMacReceiveErrors |
MAC Rx Error |
dot3StatsSymbolErrors |
(always 0) (not supported in this release) |
dot3StatsDuplex Status |
Duplex Status (half duplex (2), full duplex (3) - added by RFC2665 |
dot3ControlFunctionsSupported |
pause (0) - 802.3 flow control - added by RFC2665 |
dot3ControlInUnknownOpcodes |
(always 0) - added by RFC2665 (not supported in this release) |
dot3PauseAdminMode |
Flow control default mode (read only) - added by RFC2665 |
dot3PauseOperMode |
Flow control operational mode (disabled (1), enabled transmit & receive (4)) - added by RFC2665 |
dot3InPauseFrames |
(always 0) - added by RFC2665 (not supported in this release) |
dot3OutPauseFrames |
(always 0) - added by RFC2665 (not supported in this release) |
Alcatel-Lucent 1850 TSS-5 VLNC40/VLNC42/VLNC42B/VLNC60/VLNC61/VLNC62/VLNC64 circuit packs support the VLAN MIB components, specified in the dot1qVlan group of RFC 2674. The dot1qVlanStatic, dot1qPortVlan, dot1qPortVlanStatistics, and dot1qPortVlanHCStatistics tables are supported.
Object |
Definition |
---|---|
dot1qVlanStaticName |
PortList - Not supported |
dot1qVlanStaticEgressPorts |
PortList |
dot1qVlanForbiddenEgressPorts |
PortList - Not supported |
dot1qVlanStaticUntaggedPorts |
PortList - Ports for transmitting untagged egress packets |
dot1qVlanStaticRowStatus |
|
dot1qNextFreeLocalVlanIndex |
Not Supported |
Object |
Definition |
---|---|
dot1qPvid |
Vlan Index |
dot1qPortAcceptableFrameTypes |
Admin all Admit only Vlan Tagged |
dot1qPortIngressFiltering |
Truth Value |
dot1qPortGvrpStatus |
Enabled Status - Not supported |
dot1qPortGvrpFailedRegistrations |
Not supported |
dot1qPortGvrpLastPduOrigin |
Mac Address - Not supported |
Object |
Definition |
---|---|
dot1qTpVlanPortInFrames |
|
dot1qTpVlanPortOutFrames |
Not supported - always 0 |
dot1qTpVlanPortInDiscards |
|
dot1qTpVlanPortInOverflowFrames |
|
dot1qTpVlanPortOutOverflowFrames |
|
dot1qTpVlanPortInOverflowDiscards |
Object |
Definition |
---|---|
dot1qTpVlanPortHCInFrames |
|
dot1qTpVlanPortHCOutFrames |
Not supported - always 0 |
dot1qTpVlanPortHCInDiscards |
The VLNC40/VLNC42/VLNC42B/VLNC60/VLNC61/VLNC62/VLNC64 circuit packs support the following private MIBs.
The VLNC40/42/42B circuit pack supports the following private MIBs.
MIB module |
Supported traps and objects |
---|---|
FASTPATH Port Security Private MIB |
agentPortSecurityViolation |
FASTPATH Switching MIB |
multipleUsersTrap |
fanFailureTrap | |
fanFailureClearTrap | |
stpInstanceNewRootTrap | |
stpInstanceTopologyChangeTrap | |
failedUserLoginTrap | |
FASTPATH Security MIB |
agentSSHConfigGroup |
Port Multiplexing MIB (VLNC42/42B only) |
agentSwitchPortMuxGroup |
agentSwitchPort34MuxMode | |
agentSwitchPort34MuxPush | |
agentSwitchPort34MuxVlanTable |
The VLNC60/61/62 circuit pack supports the following private MIBs.
MIB module |
Supported objects |
---|---|
FASTPATH Routing MIB |
agentSwitchArpGroup |
agentSwitchIPInterfaceTable | |
FASTPATH Security MIB |
agentSSHConfigGroup |
FASTPATH Switching MIB |
agentSerialGroup |
agentNetworkConfigGroup | |
TSS-5 Timing MIB for system, interface, 1588 timing, and Time of Day (VLNC62 only) |
sysTimingMib |
TSS-5 PPP MP MIB |
mpConfigTable |
mpStatusTable | |
mpClassStatusTable | |
mpLinkStatusTable | |
priDNXIpAddr | |
priDNSIpAddr | |
fragConfigTable | |
TSS-5 DS1 MIB (Extensions for T1/E1) |
dsx1extTable |
dsx1TCAConfigTable | |
TSS-5 PWE MIB (Extensions) |
PwExtTable |
PwTDMPerfSnapshotTable | |
TSS-5 PSN MIB (Extension) |
psnTunnelProtectionTable |
TSS-5 IPCP MIB (Extension) |
pppExtIpTable |
TSS-5 LCP MIB |
pppExtLinkConfigTable |
pppExtLinkStatusTable |
The VLNC64 circuit pack supports the following private MIBs.
MIB module |
Supported objects |
---|---|
FASTPATH Routing MIB |
agentSwitchArpGroup |
agentSwitchIPInterfaceTable | |
FASTPATH Security MIB |
agentSSHConfigGroup |
FASTPATH Switching MIB |
agentSerialGroup |
agentNetworkConfigGroup | |
TSS-5 Timing MIB for system, interface, and 1588 timing |
sysTimingMib |
TSS-5 DS1 MIB (Extensions for T1/E1) |
dsx1extTable |
dsx1TCAConfigTable | |
TSS-5 PWE MIB (Extensions) |
PwExtTable |
PwTDMPerfSnapshotTable | |
TSS-5 PSN MIB (Extension) |
psnTunnelProtectionTable |
sonetMedium Table for SONET/SDH (extensions) |
sonetMediumextTable |
Total Entry tables for SONET/SDH |
sonetSectionTotalTable |
sonetLineTotalTable | |
sonetPathTotalTable | |
sonetVTTotalTable | |
sonetFarEndLineTotalTable | |
sonetFarEndPathTotalTable | |
sonetFarEndVTTotalTable | |
sonetSectionTCAConfigTable | |
sonetLineTCAConfigTable | |
sonetPathTCAConfigTable | |
sonetVTTCAConfigTable |
Alcatel-Lucent 1850 TSS-5 VLNC40/VLNC42/VLNC42B circuit packs support the Link OAM MIB components, specified in RFC 4878. The dot3Oam, dot3Peer, dot3OamLoopback, dot3OamStats, dot3OamEventConfig, dot3OamEventLog, dot3OamNotifications, and linkOamConfigTable, linkOamNotification tables are supported.
Table |
Parameter |
---|---|
dot3OamEntry |
dot3OamAdminState |
dot3OamOperStatus | |
dot3OamMode | |
dot3OamMaxOamPduSize | |
dot3OamConfigRevision | |
dot3OamFunctionsSupported |
Table |
Parameter |
---|---|
dot3OamPeerEntry |
dot3OamPeerMacAddress |
dot3OamPeerVendorOui | |
dot3OamPeerVendorInfo | |
dot3OamPeerMode | |
dot3OamPeerMaxOamPduSize | |
dot3OamConfigRevision | |
dot3OamFunctionsSupported |
Parameter |
Table |
---|---|
dot3OamLoopbackEntry |
dot3OamLoopbackStatus |
dot3OamLoopbackIgnoreRx |
Table |
Parameter |
---|---|
dot3OamStatsEntry |
dot3OamInformationTx |
dot3OamInformationRx | |
dot3OamUniqueEventNotificationTx | |
dot3OamUniqueEventNotificationRx | |
dot3OamDuplicateEventNotificationTx | |
dot3OamDuplicateEventNotificationRx | |
dot3OamLoopbackControlTx | |
dot3OamLoopbackControlRx | |
dot3OamVariableRequestTx always 0; not supported | |
dot3OamVariableRequestRx | |
dot3OamVariableResponseTx | |
dot3OamVariableResponseRx always 0; not supported | |
dot3OamOrgSpecificTx always 0; not supported | |
dot3OamOrgSpecificRx | |
dot3OamUnsupportedCodesTx always 0; not supported | |
dot3OamUnsupportedCodesRx | |
dot3OamFramesLostDueToOam |
Table |
Parameter |
---|---|
dot3OamEventConfigEntry |
dot3OamErrSymPeriodWindowHi |
dot3OamErrSymPeriod WindowLo | |
dot3OamErrSymPeriodThresholdHi | |
dot3OamErrSymPeriodThresholdLo | |
dot3OamErrSymPeriodEvNotifEnable | |
dot3OamErrFramePeriodWindow | |
dot3OamErrFramePeriodThreshold | |
dot3OamErrFramePeriodEvNotifEnable | |
dot3OamErrFrameWindow | |
dot3OamErrFrameThreshold | |
dot3OamErrFrameEvNotifEnable | |
dot3OamErrFrameSecsSummaryWindow | |
dot3OamErrFrameSecsSummaryThreshold | |
dot3OamErrFrameSecsEvNotifEnable | |
dot3OamDyingGaspEnable | |
dot3OamCriticalEventEnable |
Table |
Parameter |
---|---|
dot3OamEventLogEntry |
dot3OamEventLogIndex |
dot3OamEventLogTimestamp | |
dot3OamEventLogOui | |
dot3OamEventLogType | |
dot3OamEventLogLocation | |
dot3OamEventLogWindowHi | |
dot3OamEventLogWindowLo | |
dot3OamEventLogThresholdHi | |
dot3OamEventLogThresholdLo | |
dot3OamEventLogValue | |
dot3OamEventLogRunningTotal | |
dot3OamEventLogEventTotal |
Table |
Parameter |
---|---|
dot3OamThresholdEvent |
dot3OamNonThresholdEvent |
Table |
Parameter |
---|---|
linkOamConfigEntry |
linkOamConfigL2cpAware |
Object |
Definition |
---|---|
LOULB |
LinkOAM Unrequested Loopback: the remote end is reporting a loopback that this end hasn’t requested |
LOLBR |
LinkOAM Loopback Refused: A loopback request was sent to the far end, but the remote does not report an active loopback after 5 seconds |
LODNC |
LinkOAM Discovery Not Complete: linkOAM is enabled, the link is up, but the Discovery State is not SEND-ANY for more than 3 seconds |
LODC |
LinkOAM Discovery Complete: linkOAM Discovery State changed to SEND-ANY |
Alcatel-Lucent 1850 TSS-5 VLNC40/VLNC42/VLNC42B circuit packs support the Service OAM MIB components. The standard dot1agCfmStack, dot1agCfmMaNet, dot1agCfmMaComp, dot1agCfmMaMepList, dot1agCfmMep, dot1agCfmLtr, dot1agCfmMepDb, and dot1agCfmFaultAlarm tables are supported. In addition, the private CfmStatus table is supported.
Table |
Parameter |
---|---|
dot1agCfmStackEntry |
dot1agCfmStackifIndex |
dot1agCfmStackVlanIdOrNone | |
dot1agCfmStackMdLevel | |
dot1agCfmStackDirection | |
dot1agCfmStackMdIndex | |
dot1agCfmStackMaIndex | |
dot1agCfmStackMepId | |
dot1agCfmStackMac |
Table |
Parameter |
---|---|
dot1agCfmMdEntry |
dot1agCfmMdIndex |
dot1agCfmMdFormat | |
dot1agCfmMdName | |
dot1agCfmMdLevel | |
dot1agCfmMdMhfCreation | |
dot1agCfmMdIdPermission | |
dot1agCfmMdMaNextIndex | |
dot1agCfmMdRowSatus |
Parameter |
Table |
---|---|
dot1agCfmMaNetEntry |
dot1agCfmMaIndex |
dot1agCfmMaNetFormat | |
dot1agCfmMaNetName | |
dot1agCfmMaNetCcmInterval | |
dot1agCfmMaNetRowStatus |
Table |
Parameter |
---|---|
dot1agCfmMaCompEntry |
dot1agCfmMaComponentId always 0; not supported |
dot1agCfmMaCompPrimaryVlanId | |
dot1agCfmMaCompMhfCreation | |
dot1agCfmMaCompIdPermission | |
dot1agCfmMaCompNumberOfVids always 0; not supported | |
dot1agCfmMaCompRowStatus |
Table |
Parameter |
---|---|
dot1agCfmMaMepListEntry |
dot1agCfmMaMepListIdentifier |
dot1agCfmMaMepListRowStatus |
Table |
Parameter |
---|---|
dot1agCfmMepEntry |
dot1agCfmMepIdentifier |
dot1agCfmMepIfIndex | |
dot1agCfmMepDirection | |
dot1agCfmMepPrimaryVid | |
dot1agCfmMepActive | |
dot1agCfmMepFngState | |
dot1agCfmMepCciEnabled | |
dot1agCfmMepCcmLtmPriority | |
dot1agCfmMepMacAddress | |
dot1agCfmMepLowPrDef | |
dot1agCfmMepFngAlarmTime | |
dot1agCfmMepFngResetTime | |
dot1agCfmMepHighestPrDefect | |
dot1agCfmMepDefects | |
dot1agCfmMepErrorCcmLastFailure | |
dot1agCfmMepXconCcmLastFailure | |
dot1agCfmMepCcmSequenceErrors | |
dot1agCfmMepCciSentCcms | |
dot1agCfmMepNextLbmTransId | |
dot1agCfmMepLbrIn | |
dot1agCfmMepLbrInOutOfOrder | |
dot1agCfmMepLbrBadMsdu | |
dot1agCfmMepLtmNextSeqNumber | |
dot1agCfmMepUnexpLtrIn | |
dot1agCfmMepLbrOut | |
dot1agCfmMepRowStatus | |
dot1agCfmMepLPTSendControl | |
dot1agCfmMepLPTSsfConsequentActions | |
dot1agCfmMepLPTCsfConsequentActions | |
dot1agCfmMepHoldOffTime |
Table |
Parameter |
---|---|
dot1agCfmLtrEntry |
dot1agCfmLtrSeqNumber |
dot1agCfmLtrReceiveOrder | |
dot1agCfmLtrTtl | |
dot1agCfmLtrForwarded | |
dot1agCfmLtrTerminalMep | |
dot1agCfmLtrLastEgressIdentifier | |
dot1agCfmLtrNextEgressIdentifier | |
dot1agCfmLtrRelay | |
dot1agCfmLtrChassisIdSubtype Not required | |
dot1agCfmLtrChassisId Not required | |
dot1agCfmLtrManAddressDomain Not required | |
dot1agCfmLtrManAddress Not required | |
dot1agCfmLtrIngress | |
dot1agCfmLtrIngressMac | |
dot1agCfmLtrIngressPortIdSubtype | |
dot1agCfmLtrIngressPortId | |
dot1agCfmLtrEgress | |
dot1agCfmLtrEgressMac | |
dot1agCfmLtrEgressPortIdSubtype | |
dot1agCfmLtrEgressPortId | |
dot1agCfmLtrOrganizationSpecificTlv Not required |
Table |
Parameter |
---|---|
dot1agCfmMepDbEntry |
dot1agCfmMepDbRMepIdentifier |
dot1agCfmMepDbRMepState | |
dot1agCfmMepDbRMepFailedOkTime | |
dot1agCfmMepDbMacAddress | |
dot1agCfmMepDbRdi | |
dot1agCfmMepDbPortStatusTlv | |
dot1agCfmMepDbInterfaceStatusTlv | |
dot1agCfmMepDbChassisIdSubtype Not required | |
dot1agCfmMepDbChassisId Not required | |
dot1agCfmMepDbManAddressDomain Not required | |
dot1agCfmMepDbManAddress Not required |
Object |
Definition |
---|---|
dot1agCfmMepHighestPrDefect |
DefXconCCM (highestDefectPri =5) DefErrorCCM (highestDefectPri = 4) DefRemoteCCM (highestDefectPri = 3) DefMACstatus (highestDefectPri = 2) |
Object |
Definition |
---|---|
CfmStatusEntry |
CfmStatus (enabled/disabled) |
Alcatel-Lucent 1850 TSS-5 VLNC40/VLNC42/VLNC42B circuit packs support the ERP MIB components.
Table |
Parameter |
---|---|
erpEntry |
erpIndex |
erpName | |
erpPort1 | |
erpPort1Status | |
erpPort2 | |
erpPort2Status | |
erpGuardTimer | |
erpMDLevel | |
erpVLAN | |
erpStatus | |
erpRPLOwner | |
erpRPLPort only exists if erpRPLOwner is true | |
erpRPLWTR | |
Statistics |
rplBlockChangedCounter |
port1BlockChangedCounter | |
port2BlockChangedCounter | |
txRAPSPDUs | |
rxRAPSPDUs | |
Notifications all notifications contain the erpIndex |
erpPort1Blocked |
erpPort1Unblocked | |
erpPort2Blocked | |
erpPort2Unblocked | |
erpMultipleRPLs | |
erpMultipleRPLsCleared | |
erpWatchdogTimeout | |
erpWatchdogTimeoutClear |
Alcatel-Lucent 1850 TSS-5 VLNC40/VLNC42/VLNC42B circuit packs support the service multiplexing MIB components.
Table |
Parameter |
---|---|
serviceMultiplexingEntry |
cvlan |
svlan |
Alcatel-Lucent 1850 TSS-5 VLNC40/VLNC42/VLNC42B circuit packs support the OAM Y.1731 MIB components.
The following table lists the unidirectional current data statistics (15 min or 24 hour) for each MEP.
Table |
Parameter |
---|---|
y1731UniGenStatsCDEntry |
dot1agCfmMdIndex |
dot1agCfmMaIndex | |
dot1agCfmMepIdentifier | |
y1731UniGenStatsCDElapsedTime | |
y1731UniGenStatsCDTimestamp | |
y1731UniGenStatsCD_N_SES | |
y1731UniGenStatsCD_F_SES | |
y1731UniGenStatsCD_N_UAS | |
y1731UniGenStatsCD_F_UAS | |
y1731UniGenStatsCDSuspectFlag | |
y1731UniGenStatsCDPeriod |
The following table lists the unidirectional history data statistics (15 min or 24 hour) for each MEP.
Table |
Parameter |
---|---|
y1731UniGenStatsHDEntry |
dot1agCfmMdIndex |
dot1agCfmMaIndex | |
dot1agCfmMepIdentifier | |
y1731UniGenStatsHDTimestamp | |
y1731UniGenStatsHD_N_SES | |
y1731UniGenStatsHD_F_SES | |
y1731UniGenStatsHD_N_UAS | |
y1731UniGenStatsHD_F_UAS | |
y1731UniGenStatsHDSuspectFlag | |
y1731UniGenStatsHDPeriod |
The following table lists the bidirectional current data statistics (15 min or 24 hour) for each MEP.
Table |
Parameter |
---|---|
y1731BiGenStatsCDEntry |
dot1agCfmMdIndex |
dot1agCfmMaIndex | |
dot1agCfmMepIdentifier | |
y1731BiGenStatsCDElapsedTime | |
y1731BiGenStatsCDTimestamp | |
Y731BiGenStatsCDSuspectFlag | |
y1731BiGenStatsCD_N_SES | |
y1731BiGenStatsCD_F_SES | |
y1731BiGenStatsCD_UAS | |
y1731BiGenStatsCDPeriod |
The following table lists the bidirectional history data statistics (15 min or 24 hour) for each MEP.
Table |
Parameter |
---|---|
y1731BiGenStatsHDEntry |
dot1agCfmMdIndex |
dot1agCfmMaIndex | |
dot1agCfmMepIdentifier | |
y1731BiGenStatsHDTimestamp | |
Y731BiGenStatsHDSuspectFlag | |
y1731BiGenStatsHD_N_SES | |
y1731BiGenStatsHD_F_SES | |
y1731BiGenStatsHD_UAS | |
y1731BiGenStatsHDPeriod |
The following table represents the current data statistics (15 min or 24 hour) for one proactive ETH-LM instance.
Table |
Parameter |
---|---|
y1731ProactiveEthLMCDEntry |
dot1agCfmMdIndex |
dot1agCfmMaIndex | |
dot1agCfmMepIdentifier | |
y1731ProactiveEthLMControlPriority | |
y1731ProactiveEthLMCDPeriod | |
y1731ProactiveEthLMCDTimestamp | |
y1731ProactiveEthLMCDElaspsedTime | |
y1731ProactiveEthLMCDSuspectFlag | |
y1731ProactiveEthLMCD_mN_FLR | |
y1731ProactiveEthLMCD_aN_FLR | |
y1731ProactiveEthLMCD_xN_FLR | |
y1731ProactiveEthLMCD_mF_FLR | |
y1731ProactiveEthLMCD_aF_FLR | |
y1731ProactiveEthLMCD_xF_FLR |
The following table represents the current data statistics (15 min or 24 hour) for one proactive ETH-LM instance.
Table |
Parameter |
---|---|
y1731ProactiveEthLMCDEntry |
dot1agCfmMdIndex |
dot1agCfmMaIndex | |
dot1agCfmMepIdentifier | |
y1731ProactiveEthLMControlPriority | |
y1731ProactiveEthLMCDPeriod | |
y1731ProactiveEthLMCDTimestamp | |
y1731ProactiveEthLMCDElaspsedTime | |
y1731ProactiveEthLMCDSuspectFlag | |
y1731ProactiveEthLMCD_mN_FLR | |
y1731ProactiveEthLMCD_aN_FLR | |
y1731ProactiveEthLMCD_xN_FLR | |
y1731ProactiveEthLMCD_mF_FLR | |
y1731ProactiveEthLMCD_aF_FLR | |
y1731ProactiveEthLMCD_xF_FLR |
The following table represents the history data statistics (15 min or 24 hour) for one proactive ETH-LM instance.
Table |
Parameter |
---|---|
y1731ProactiveEthLMHDEntry |
dot1agCfmMdIndex |
dot1agCfmMaIndex | |
dot1agCfmMepIdentifier | |
y1731ProactiveEthLMControlPriority | |
y1731ProactiveEthLMHDPeriod | |
y1731ProactiveEthLMHDTimestamp | |
y1731ProactiveEthLMHDSuspectFlag | |
y1731ProactiveEthLMHD_mN_FLR | |
y1731ProactiveEthLMHD_aN_FLR | |
y1731ProactiveEthLMHD_xN_FLR | |
y1731ProactiveEthLMHD_mF_FLR | |
y1731ProactiveEthLMHD_aF_FLR | |
y1731ProactiveEthLMHD_xF_FLR |
The following table represents the one-shot measurement results for one on-demand ETH-LM instance.
Table |
Parameter |
---|---|
y1731OnDemandEthLMStatsEntry |
dot1agCfmMdIndex |
dot1agCfmMaIndex | |
dot1agCfmMepIdentifier | |
y1731OnDemandEthLMControlPriority | |
y1731OnDemandEthLMStatsTN_TF | |
y1731OnDemandEthLMStatsTN_LF | |
y1731OnDemandEthLMStatsTN_FLR | |
y1731OnDemandEthLMStatsTF_TF | |
y1731OnDemandEthLMStatsTF_LF | |
y1731OnDemandEthLMStatsTF_FLR | |
y1731OnDemandEthLMStats_uLM | |
y1731OnDemandEthLMStats_sLM |
The following table represents the current data statistics (15min or 24 hour) for one proactive two-way ETH-DM instance.
Table |
Parameter |
---|---|
y1731ProactiveEthDMHDEntry |
dot1agCfmMdIndex |
dot1agCfmMaIndex | |
dot1agCfmMepIdentifier | |
y1731ProactiveEthDMControlPriority | |
y1731ProactiveEthDMCDPeriod | |
y1731ProactiveEthDMCDTimestamp | |
y1731ProactiveEthDMCDElaspsedTime | |
y1731ProactiveEthDMCDSuspectFlag | |
y1731ProactiveEthDMCD_mB_FD | |
y1731ProactiveEthDMCD_aB_FD | |
y1731ProactiveEthDMCD_xB_FD | |
y1731ProactiveEthDMCD_mN_FDV | |
y1731ProactiveEthDMCD_aN_FDV | |
y1731ProactiveEthDMCD_xN_FDV | |
y1731ProactiveEthDMHD_mF_FDV | |
y1731ProactiveEthDMHD_aF_FDV | |
y1731ProactiveEthDMHD_xF_FDV |
The following table represents the history data statistics (15min or 24 hour) for one proactive two-way ETH-DM instance.
Table |
Parameter |
---|---|
y1731ProactiveEthDMHDEntry |
dot1agCfmMdIndex |
dot1agCfmMaIndex | |
dot1agCfmMepIdentifier | |
y1731ProactiveEthDMControlPriority | |
y1731ProactiveEthDMHDPeriod | |
y1731ProactiveEthDMHDTimestamp | |
y1731ProactiveEthDMHDSuspectFlag | |
y1731ProactiveEthDMHD_mB_FD | |
y1731ProactiveEthDMHD_aB_FD | |
y1731ProactiveEthDMHD_xB_FD | |
y1731ProactiveEthDMHD_mN_FDV | |
y1731ProactiveEthDMHD_aN_FDV | |
y1731ProactiveEthDMHD_xN_FDV | |
y1731ProactiveEthDMHD_mF_FDV | |
y1731ProactiveEthDMHD_aF_FDV | |
y1731ProactiveEthDMHD_xF_FDV |
The following table represents the one-shot measurement results for one on-demand ETH-DM instance.
Table |
Parameter |
---|---|
y1731OnDemandEthDMStatsEntry |
dot1agCfmMdIndex |
dot1agCfmMaIndex | |
dot1agCfmMepIdentifier | |
y1731OnDemandEthDMControlPriority | |
y1731OnDemandEthDMStatsTF_FD | |
y1731OnDemandEthDMStatsTN_FD | |
y1731OnDemandEthDMStatsTB_FD | |
y1731OnDemandEthDMStats_uDM | |
y1731OnDemandEthDMStats_sDM |
The following table represents the current data statistics (15min or 24 hour) for one proactive one-way ETH-DM instance.
Table |
Parameter |
---|---|
y1731ProactiveEth1DMCDEntry |
dot1agCfmMdIndex |
dot1agCfmMaIndex | |
dot1agCfmMepIdentifier | |
y1731ProactiveEthDMControlPriority | |
y1731ProactiveEth1DMCDPeriod | |
y1731ProactiveEth1DMCDTimestamp | |
y1731ProactiveEth1DMCDElaspsedTime | |
y1731ProactiveEth1DMCDSuspectFlag | |
y1731ProactiveEth1DMCD_mN_FD | |
y1731ProactiveEth1DMCD_aN_FD | |
y1731ProactiveEth1DMCD_xN_FD | |
y1731ProactiveEth1DMCD_mF_FD | |
y1731ProactiveEth1DMCD_aF_FD | |
y1731ProactiveEth1DMCD_xF_FD | |
y1731ProactiveEth1DMCD_mN_FDV | |
y1731ProactiveEth1DMCD_aN_FDV | |
y1731ProactiveEth1DMCD_xN_FDV | |
y1731ProactiveEth1DMCD_mF_FDV | |
y1731ProactiveEth1DMCD_aF_FDV | |
y1731ProactiveEth1DMCD_xF_FDV | |
y1731ProactiveEth1DMCDRowStatus |
The following table represents the history data statistics (15min or 24 hour) for one proactive one-way ETH-DM instance.
Table |
Parameter |
---|---|
y1731ProactiveEth1DMHDEntry |
dot1agCfmMdIndex |
dot1agCfmMaIndex | |
dot1agCfmMepIdentifier | |
y1731ProactiveEthDMControlPriority | |
y1731ProactiveEth1DMHDPeriod | |
y1731ProactiveEth1DMHDTimestamp | |
y1731ProactiveEth1DMHDSuspectFlag | |
y1731ProactiveEth1DMHD_mN_FD | |
y1731ProactiveEth1DMHD_aN_FD | |
y1731ProactiveEth1DMHD_xN_FD | |
y1731ProactiveEth1DMHD_mF_FD | |
y1731ProactiveEth1DMHD_aF_FD | |
y1731ProactiveEth1DMHD_xF_FD | |
y1731ProactiveEth1DMHD_mN_FDV | |
y1731ProactiveEth1DMHD_aN_FDV | |
y1731ProactiveEth1DMHD_xN_FDV | |
y1731ProactiveEth1DMHD_mF_FDV | |
y1731ProactiveEth1DMHD_aF_FDV | |
y1731ProactiveEth1DMHD_xF_FDV |
Alarm |
Definition |
---|---|
cLOC alarm |
opticsimAlarmEthOAMLossOfContinuityRaise |
opticsimAlarmEthOAMLossOfContinuityClear | |
cMMG alarm |
opticsimAlarmEthOAMMisMergeConditionRaise |
opticsimAlarmEthOAMMisMergeConditionClear | |
cUNM alarm |
opticsimAlarmEthOAMUnexpectedMepIdRaise |
opticsimAlarmEthOAMUnexpectedMepIdClear | |
cUNL alarm |
opticsimAlarmEthOAMUnexpectedLevelRaise |
opticsimAlarmEthOAMUnexpectedlevelClear | |
cUNP alarm |
opticsimAlarmEthOAMUnexpectedPeriodRaise |
opticsimAlarmEthOAMUnexpectedPeriodClear | |
cRDI alarm |
opticsimAlarmEthOAMRDIRaise |
opticsimAlarmEthOAMRDIClear | |
cUNPr alarm |
opticsimAlarmEthOAMUNPrRaise |
opticsimAlarmEthOAMUNPrClear | |
cAIS alarm |
opticsIMAlarmAisRaise |
pticsIMAlarmAisRaise |
Object |
Definition |
---|---|
tsdimEventObjectClassIdentifier |
This object represents the SNMP entry table object identity (Managed Object Class) of the instance where the event/alarm occured. It is defined as the length of the SNMP instance identifier without the index values. |
tsdimEventObjectInstanceIdentifier |
This object represents the OID of the objects that sent the alarms. This object is the SNMP instance identifier (row entry identifier + indexes values) where the event/alarm occured. For Y.1731 alarm and TCA notifications, this is the MEP OID. |
tsdimEventNotificationId |
This object contains a unique event/alarm numbering, incremented for each new event. |
tsdimEventTime |
Time at the defect that triggered the alarm was detected. This is the translation in integer of the time at which the event/alarm has been generated. It is calculated as the number of seconds starting from 1-1-1970 (TimeTicks is locally defined to be seconds). |
tsdimAlarmSeverity |
The value of this object identifies the severity of an alarm that has occurred. Possible val¬ues are: critical(1), major(2), minor(3), warning(4), indeterminate(5), cleared(6). Because TSS-5 does not support alarm severity profiles, this value is hardcoded to "major" (value integer 2). |
tsdimAlarmSpecProblem |
This object contains the alarm specific problem description. An example for an ETH_LM TCA is ALM_Y1731_15MIN_AN_FLR_RAISE. An example for a Y.1731 alarm MMG is Alarm_Trans_ECFM_MMG_Raise. |
opticsIMAdditionalText |
This repeats the tsdimAlarmSpecProblem text (and adds MEP OID plus y1731ProactiveEthDMControlPriority for DM TCAs). |
opticsIMAlarmType |
Full support of the OpticsIM MIB requires implementing a alarm severity profile that would correlate and log alarms. TSS-5 does not support this feature yet. Until an OpticIM profile is supported, support for OpticsIM alarms can be added by not implementing alarm correlation and only sending regular notifications toward an SNMP manager. Access to the faulty MEP is still possible based on the information contained in the notifica¬tion, however the OID leading to the fault correlation feature will not work (which is ok for TSS-5 now). As a result the varbinds contained in the notification will contain: - an OID pointing to the object on the TSS-5. This will point to a non-implemented MIB = this is ok and just means that a user will not be able to use the TSDIM-SUPPORT-MIB to find out more about correlation of alarms. However, basic information of who sent the alarm is there (e.g. MEP, see next item below). - a value containing either an OID (tsdimEventObjectInstanceIdentifier) of the object that generated the alarm (MEP, port) or a value (alarm severity). This is the field that we can fully support and use now. |
The following table represents the DEG threshold setting for each proactive ETH-LM instance
Table |
Parameter |
---|---|
y1731DegThresholdEntry |
dot1agCfmMdIndex |
dot1agCfmMaIndex | |
dot1agCfmMepIdentifier | |
y1731ProactiveEthLMControlPriority | |
y1731ProactiveEthLMThresholdCrossThreshold | |
y1731ProactiveEthLMThresholdClearThreshold | |
y1731DegThresholdDegThreshold | |
y1731DegThresholdMinTF |
This table represents the TCA threshold setting for each proactive ETH-LM instance.
Table |
Parameter |
---|---|
y1731ProactiveEthLMThresholdEntry |
dot1agCfmMdIndex |
dot1agCfmMaIndex | |
dot1agCfmMepIdentifier | |
y1731ProactiveEthLMControlPriority | |
y1731ProactiveEthLMThresholdCounterType | |
y1731ProactiveEthLMThresholdCrossThreshold | |
y1731ProactiveEthLMThresholdClearThreshold |
This table represents the TCA threshold setting for each proactive ETH-DM instance.
Table |
Parameter |
---|---|
y1731ProactiveEthDMThresholdEntry |
dot1agCfmMdIndex |
dot1agCfmMaIndex | |
dot1agCfmMepIdentifier | |
y1731ProactiveEthDMControlPriority | |
y1731ProactiveEthDMThresholdCounterType | |
y1731ProactiveEthDMThresholdCrossThreshold | |
y1731ProactiveEthDMThresholdClearThreshold |
The following table represents the configuration of all proactive ETH-LM instances. One row represents one proactive ETH-LM instance, which can be identified by the MEP, CoS pair.
Table |
Parameter |
---|---|
y1731ProactiveEthLMControlEntry |
dot1agCfmMdIndex |
dot1agCfmMaIndex | |
dot1agCfmMepIdentifier | |
dot1agCfmMaCcmInterval | |
y1731ProactiveEthLMControlEnable | |
y1731ProactiveEthLMControlPriority |
The following table represents the configuration of all on-demand ETH-LM instances. One row represents one on-demand ETH-LM instance, which can be identified by the MEP, CoS pair.
Table |
Parameter |
---|---|
y1731OnDemandEthLMControlEntry |
dot1agCfmMdIndex |
dot1agCfmMaIndex | |
dot1agCfmMepIdentifier | |
y1731OnDemandEthLMControlPriority | |
y1731OnDemandEthLMControlEnable | |
y1731OnDemandEthLMControlDestIsMepId | |
y1731OnDemandEthLMControlDestMacAddress | |
y1731OnDemandEthLMControlDestMepId | |
y1731OnDemandEthLMControlInterval | |
y1731OnDemandEthLMControlStartDateAndTime | |
y1731OnDemandEthLMControlEndDateAndTime | |
y1731OnDemandEthLMControlTxLmmFrames | |
y1731OnDemandEthLMControlRxValidLmrFrames | |
y1731OnDemandEthLMControlTxLmrFrames | |
y1731OnDemandEthLMControlRxValidLmmFrames |
The following table represents the configuration of all proactive ETH-DM instances. One row represents one proactive ETH-DM instance, which can be identified by the MEP, CoS pair.
Table |
Parameter |
---|---|
y1731ProactiveEthDMControlEntry |
dot1agCfmMdIndex |
dot1agCfmMaIndex | |
dot1agCfmMepIdentifier | |
y1731ProactiveEthDMControlPriority | |
y1731ProactiveEthDMControlEnable | |
y1731ProactiveEthDMControlDestIsMepId | |
y1731ProactiveEthDMControlDestMacAddress | |
y1731ProactiveEthDMControlDestMepId | |
y1731ProactiveEthDMControlInterval | |
y1731ProactiveEthDMControlFrameSize | |
y1731ProactiveEthDMControlTxDmmFrames | |
y1731ProactiveEthDMControlRxValidDmrFrames | |
y1731ProactiveEthDMControlTxDmrFrames | |
y1731ProactiveEthDMControlRxDmmFrames | |
y1731ProactiveEth1DMControlEnable |
The following table represents the configuration of all on-demand ETH-DM instances. One row represents one on-demand ETH-DM instance, which can be identified by the MEP, CoS pair.
Table |
Parameter |
---|---|
y1731OnDemandEthDMControlEntry |
dot1agCfmMdIndex |
dot1agCfmMaIndex | |
dot1agCfmMepIdentifier | |
y1731OnDemandEthDMControlPriority | |
y1731OnDemandEthDMControlEnable | |
y1731OnDemandEthDMControlDestIsMepId | |
y1731OnDemandEthDMControlDestMacAddress | |
y1731OnDemandEthDMControlDestMepId | |
y1731OnDemandEthDMControlInterval | |
y1731OnDemandEthDMControlStartDateAndTime | |
y1731OnDemandEthDMControlEndDateAndTime | |
y1731OnDemandEthDMControlFrameSize | |
y1731OnDemandEthDMControlTxDmmFrames | |
y1731OnDemandEthDMControlRxValidDmrFrames | |
y1731OnDemandEthDMControlTxDmrFrames | |
y1731OnDemandEthDMControlRxValidDmmFrames |
The following table represents how ETH-AIS is inserted for each MEP. There might be 0…1 row for each MEP.
Table |
Parameter |
---|---|
y1731AisInsertionControlEntry |
dot1agCfmMdIndex |
dot1agCfmMaIndex | |
dot1agCfmMepIdentifier | |
y1731AisInsertionControlEnable | |
y1731AisInsertionControlPriority | |
y1731AisInsertionControlInterval | |
y1731AisInsertionControlClientMEL | |
y1731AisInsertionControlTxAisFrames | |
y1731AisInsertionControlRxAisFrames | |
y1731AisInsertionControlMtceCvlan |
The following table represents how LPT/ETH-CSF is inserted for each MEP. There might be 0…1 row for each MEP.
Table |
Parameter |
---|---|
y1731LptInsertionControlEntry |
dot1agCfmMdIndex |
dot1agCfmMaIndex | |
dot1agCfmMepIdentifier | |
dot1agCfmMepLPTSsfConsequentActions | |
dot1agCfmMepLPTCsfConsequentActions | |
dot1agCfmMepHoldOffTime | |
dot1agCfmMepLPTSendControl | |
y1731LptInsertionControlPriority | |
y1731LptInsertionControlInterval | |
y1731LptInsertionControlLastChangeTime | |
y1731LptInsertionControlRowStatus | |
y1731LptInsertionControlOpcode | |
y1731LptInsertionControlTxCsfFrames | |
y1731LptInsertionControlRxValidCsfFrames |
Alcatel-Lucent 1850 TSS-5 VLNC4x/VLNC6x circuit packs support RFC 2618 Radius Authentication Client parameters.
Table |
Parameter |
---|---|
radiusAuthServerEntry |
radiusAuthServerIndex |
radiusAuthServerAddress | |
radiusAuthClientServerPortNumber | |
radiusAuthClientRoundTripTime | |
radiusAuthClientAccessRequests | |
radiusAuthClientAccessRetransmissions | |
radiusAuthClientAccessAccepts | |
radiusAuthClientAccessRejects | |
radiusAuthClientAccessChallenges | |
radiusAuthClientMalformedAccessResponses | |
radiusAuthClientBadAuthenticators | |
radiusAuthClientPendingRequests | |
radiusAuthClientTimeouts | |
radiusAuthClientUnknownTypes | |
radiusAuthClientPacketsDropped |
The MIB includes two additional parameters that are not part of Table 5-60, radiusAuthServerTable values.
Object |
Definition |
---|---|
agentRadiusServerIndex |
Unique index of the configured RADIUS server. |
agentRadiusServerAddress |
IP Address of the configured RADIUS server. |
agentRadiusServerPort |
Port number for the RADIUS server. |
agentRadiusServerSecret |
Configured shared secret for the RADIUS server. |
agentRadiusServerPrimaryMode |
Indicate if the RADIUS server is the primary server: enable(1), disable(2). |
agentRadiusServerCurrentMode |
Indicate if the RADIUS server is the current server in user for authentication: yes(1), no(2). |
The MIB includes two additional parameters that are not part of Table 5-61, agentRadiusServerConfigTable values.
Object |
Definition |
---|---|
agentRadiusMaxTransmit |
Maximum number of transmissions of a RADIUS request packet. |
agentRadiusTimeout |
Time out duration (in seconds) before packets are retransmitted. |
Object |
Definition |
---|---|
agentAuthenticationListIndex |
Unique index of the Authentication List for indexing into this table. |
agentAuthenticationListName |
The name of an authentication login list. |
agentAuthenticationListMethod1 |
The Authentication List Method 1. |
agentAuthenticationListMethod2 |
The Authentication List Method 2. |
agentAuthenticationListMethod3 |
The Authentication List Method 3. |
agentAuthenticationListStatus |
Indicate the status of the Authentication List, active (1) or remove (6). |
The MIB includes an additional parameter that is not part of Table 5-62, agenAuthenticationListTable.
Object |
Definition |
---|---|
agentUserConfigDefaultAuthenticationList |
The authentication login list to use for users which do not have an Authentication List Configured. |
Copyright © 2011 Alcatel-Lucent. All rights reserved. |