CODIMA-EXPRESS-MIB: View SNMP OID List / Download MIB

VENDOR: CODIMA TECHNOLOGIES LTD


 Home MIB: CODIMA-EXPRESS-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 codimaExpressMIB 1.3.6.1.4.1.226.3.2
This module defines objects for the CODIMA Express product suite.
     codimaExpressObjects 1.3.6.1.4.1.226.3.2.1
Sub-tree for the CODIMA Express MIB objects.
         expHistoryDatabases 1.3.6.1.4.1.226.3.2.1.1
Sub-tree for the CODIMA Express History Database objects.
             dbControl 1.3.6.1.4.1.226.3.2.1.1.1
Sub-tree for the CODIMA Express History Database Control objects.
                 ctrlTimeTable 1.3.6.1.4.1.226.3.2.1.1.1.1 no-access
The Express History Database Control Time Table. The table allows two types of control over time depending on the value of the ctLockMethod object. When ctLockMethod is lockUserTime, all ctTypeIndex databases will show ctTimeSlots worth of entries with a first timeslot value of the user specified ctUserTime. When ctLockMethod is lockRealTime, all ctTypeIndex databases will show ctTimeSlots worth of entries with a first timeslot value of the real-time specified ctRealTime. The number of rows in this table is two.
                     ctrlTimeEntry 1.3.6.1.4.1.226.3.2.1.1.1.1.1 no-access
A row in the Express History Database Control Time Table. The table allows two types of control over time depending on the value of the ctLockMethod object. When ctLockMethod is lockUserTime, all ctTypeIndex databases will show ctTimeSlots worth of entries with a first timeslot value of the user specified ctUserTime. When ctLockMethod is lockRealTime, all ctTypeIndex databases will show ctTimeSlots worth of entries with a first timeslot value of the real-time specified ctRealTime. The number of rows in this table is two. Entries cannot be created or deleted via SNMP operations.
                         ctSampleType 1.3.6.1.4.1.226.3.2.1.1.1.1.1.1 integer read-only
The Database Control Sample Type identifies which database sample type this row controls. The two values are: longTerm = 1. All Long Term databases use sample intervals of 15 minutes. shortTerm = 2. All Short Term databases use sample intervals of 15 seconds. Enumeration: 'shortTerm': 2, 'longTerm': 1.
                         ctTimeSlots 1.3.6.1.4.1.226.3.2.1.1.1.1.1.2 integer read-write
This object controls number of discrete sample intervals over which data shall be accessible in the CODIMA Express History Database Tables. When the ctSampleType = longTerm the value controls how many hours worth of statistics are accessible. When the ctSampleType = shortTerm the value controls how many minutes worth of statistics are accessible. Long Term databases use sample intervals of 15 minutes. Short Term databases use sample intervals of 15 seconds. For Long Term databases, setting this object to a value of 2 will allow 2 hours, i.e. 8 * 15 minutes, of data gathered by all the Long Term History Databases, to be collected via SNMP polling. Setting this object to the maximum value if 32 will give 32 hours worth of discrete 15 minute samples. For Short Term databases, setting this object to a value of 2 will allow 2 minutes, i.e. 8 * 15 seconds, of data gathered by all the Short Term History Databases, to be collected via SNMP polling. Setting this object to the maximum value if 32 will give 32 minutes worth of discrete 15 second samples.
                         ctLockMethod 1.3.6.1.4.1.226.3.2.1.1.1.1.1.3 integer read-write
The database lock method to use when polling the History databases. There are two possible values: lockUserTime = 1. In this case the user defined value for the dcUserTime object will be used. lockRealTime = 2. In this case the automatically generated value for the dcRealTime object will be used. Enumeration: 'lockRealTime': 2, 'lockUserTime': 1.
                         ctLockUserTime 1.3.6.1.4.1.226.3.2.1.1.1.1.1.4 displaystring read-write
The user defined lock time for the History Databases. The 'lock time' allows the user to specify a time period to be the first entry timeslot for each history object to be retrieved via SNMP polling. The recommended format is 'hh:mm:ss dd/mmm/yyyy', although other formats are accepted. The time 'hh:mm:ss', is expressed as a 24-hour clock. A valid example for the long term databases is, 14:00:00 29/Jun/2003, i.e. times which are whole hours are required. In contrast a valid example for the short term databases is, 14:57:00 02/Mar/2003, i.e. times which have a minute component are accepted. The value of this object is used only if the ctLockMethod object has a value of lockUserTime. Setting this object to a time after the associated ctLockRealTime object's value is not recommended.
                         ctLockRealTime 1.3.6.1.4.1.226.3.2.1.1.1.1.1.5 displaystring read-only
The lock real time represents the current last time slot available for the History Databases. The real time is the last entry timeslot that it is possible to retrieve via SNMP polling. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time 'hh:mm:ss', is expressed as a 24-hour clock. An example is 14:00:00 29/May/2003. The value of this object is used only if the ctLockMethod object has a value of lockRealTime.
             dbSegment 1.3.6.1.4.1.226.3.2.1.1.2
Sub-tree for the CODIMA Express History Segment Database objects.
                 segLongTerm 1.3.6.1.4.1.226.3.2.1.1.2.1
Sub-tree for the CODIMA Express History Long Term Segment Database objects.
                     slBaseTable 1.3.6.1.4.1.226.3.2.1.1.2.1.1 no-access
A table of CODIMA Express History Long Term Segment Database Base Objects. Based on 15 minute intervals Segment statistics are gathered on the network segment to which the Express is attached. The statistics in this databases are calculated by adding Port 1 statistics and Port 2 statistics together. Port 2 however will only be active if you are using the Express as a dual port analyzer, i.e., monitoring full duplex. The Base object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object.
                         slBaseEntry 1.3.6.1.4.1.226.3.2.1.1.2.1.1.1 no-access
A row in the CODIMA Express History Long Term Segment Database Base Objects table. Based on 15 minute intervals Segment statistics are gathered on the network segment to which the Express is attached. The statistics in this databases are calculated by adding Port 1 statistics and Port 2 statistics together. Port 2 however will only be active if you are using the Express as a dual port analyzer, i.e., monitoring full duplex. The Base object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object.
                             slbTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.2.1.1.1.1 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             slbTimeStamp 1.3.6.1.4.1.226.3.2.1.1.2.1.1.1.2 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             slbFrames 1.3.6.1.4.1.226.3.2.1.1.2.1.1.1.3 counter32 read-only
Number of Frames (Transmitted and Received). A value of 4294967294 indicates unknown.
                             slbBytes 1.3.6.1.4.1.226.3.2.1.1.2.1.1.1.4 counter32 read-only
Number of Bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                             slbFrameSize 1.3.6.1.4.1.226.3.2.1.1.2.1.1.1.5 gauge32 read-only
Average Frame Size in bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                             slbHardwareErrors 1.3.6.1.4.1.226.3.2.1.1.2.1.1.1.6 counter32 read-only
Number of hardware errors. A value of 4294967294 indicates unknown.
                             slbSoftwareErrors 1.3.6.1.4.1.226.3.2.1.1.2.1.1.1.7 counter32 read-only
Number of software errors (Protocol Errors). A value of 4294967294 indicates unknown.
                             slbActiveNodes 1.3.6.1.4.1.226.3.2.1.1.2.1.1.1.8 gauge32 read-only
Number of Active Nodes. A value of 4294967294 indicates unknown.
                     slBroadcastTable 1.3.6.1.4.1.226.3.2.1.1.2.1.2 no-access
A table of CODIMA Express History Long Term Segment Database Broadcast Objects. Based on 15 minute intervals Segment statistics are gathered on the network segment to which the Express is attached. The statistics in this databases are calculated by adding Port 1 statistics and Port 2 statistics together. Port 2 however will only be active if you are using the Express as a dual port analyzer, i.e., monitoring full duplex. The Broadcast object implements statistics that are associated with Broadcasts, e.g., Broadcast Bytes, Broadcast Frames, Broadcast % Bytes (% of Broadcast bytes in relation to the total number of bytes), Broadcast % Frames (% of Broadcast frames in relation to the total number of frames). The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object.
                         slBroadcastEntry 1.3.6.1.4.1.226.3.2.1.1.2.1.2.1 no-access
A row in the CODIMA Express History Long Term Segment Database Broadcast Objects table. Based on 15 minute intervals Segment statistics are gathered on the network segment to which the Express is attached. The statistics in this databases are calculated by adding Port 1 statistics and Port 2 statistics together. Port 2 however will only be active if you are using the Express as a dual port analyzer, i.e., monitoring full duplex. The Broadcast object implements statistics that are associated with Broadcasts, e.g., Broadcast Bytes, Broadcast Frames, Broadcast % Bytes (% of Broadcast bytes in relation to the total number of bytes), Broadcast % Frames (% of Broadcast frames in relation to the total number of frames). The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object.
                             slbcTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.2.1.2.1.1 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             slbcTimeStamp 1.3.6.1.4.1.226.3.2.1.1.2.1.2.1.2 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             slbcBytes 1.3.6.1.4.1.226.3.2.1.1.2.1.2.1.3 counter32 read-only
Number of Broadcast Bytes (Port 1 and 2 - Bytes in Broadcast frames). A value of 4294967294 indicates unknown.
                             slbcPercentBytes 1.3.6.1.4.1.226.3.2.1.1.2.1.2.1.4 gauge32 read-only
Percentage of Broadcast Bytes (Port 1 and 2 - % is in relation to the total number Bytes) i.e., Percentage of the total byte count that are bytes associated with broadcast frames. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                             slbcFrames 1.3.6.1.4.1.226.3.2.1.1.2.1.2.1.5 counter32 read-only
Number of Broadcast Frames (Port 1 and 2). A value of 4294967294 indicates unknown.
                             slbcPercentFrames 1.3.6.1.4.1.226.3.2.1.1.2.1.2.1.6 gauge32 read-only
Broadcast % Frames - % of Broadcast Frames (Port 1 and 2 - % is in relation to the total number of Frames) i.e., Percentage of the total frame count that are broadcast frames. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                     slDerivedTable 1.3.6.1.4.1.226.3.2.1.1.2.1.3 no-access
A table of CODIMA Express History Long Term Segment Database Derived Objects. Based on 15 minute intervals Segment statistics are gathered on the network segment to which the Express is attached. The statistics in this databases are calculated by adding Port 1 statistics and Port 2 statistics together. Port 2 however will only be active if you are using the Express as a dual port analyzer, i.e., monitoring full duplex. The Derived object implements statistics that are derived from other values, e.g., % Utilization, % Error frames. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object.
                         slDerivedEntry 1.3.6.1.4.1.226.3.2.1.1.2.1.3.1 no-access
A row in the CODIMA Express History Long Term Segment Database Derived Objects table. Based on 15 minute intervals Segment statistics are gathered on the network segment to which the Express is attached. The statistics in this databases are calculated by adding Port 1 statistics and Port 2 statistics together. Port 2 however will only be active if you are using the Express as a dual port analyzer, i.e., monitoring full duplex. The Derived object implements statistics that are derived from other values, e.g., % Utilization, % Error frames. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object.
                             sldTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.2.1.3.1.1 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             sldTimeStamp 1.3.6.1.4.1.226.3.2.1.1.2.1.3.1.2 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             sldUtilization 1.3.6.1.4.1.226.3.2.1.1.2.1.3.1.3 gauge32 read-only
The percentage utilization or percentage wire speed. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                             sldErrorFrames 1.3.6.1.4.1.226.3.2.1.1.2.1.3.1.4 gauge32 read-only
Percentage in relation to total number of Frames i.e., Percentage of the total frame count that have hardware or software errors. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                     slEthernetTable 1.3.6.1.4.1.226.3.2.1.1.2.1.4 no-access
A table of CODIMA Express History Long Term Segment Database Ethernet Objects. Based on 15 minute intervals Segment statistics are gathered on the network segment to which the Express is attached. The statistics in this databases are calculated by adding Port 1 statistics and Port 2 statistics together. Port 2 however will only be active if you are using the Express as a dual port analyzer, i.e., monitoring full duplex. The Ethernet object implements statistics that are specific to Ethernet Networks, e.g., Collisions, Jabbers, Runts, CRC errors etc. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object.
                         slEthernetEntry 1.3.6.1.4.1.226.3.2.1.1.2.1.4.1 no-access
A row in the CODIMA Express History Long Term Segment Database Ethernet Objects table. Based on 15 minute intervals Segment statistics are gathered on the network segment to which the Express is attached. The statistics in this databases are calculated by adding Port 1 statistics and Port 2 statistics together. Port 2 however will only be active if you are using the Express as a dual port analyzer, i.e., monitoring full duplex. The Ethernet object implements statistics that are specific to Ethernet Networks, e.g., Collisions, Jabbers, Runts, CRC errors etc. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object.
                             sleTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.2.1.4.1.1 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             sleTimeStamp 1.3.6.1.4.1.226.3.2.1.1.2.1.4.1.2 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             sleRunts 1.3.6.1.4.1.226.3.2.1.1.2.1.4.1.3 counter32 read-only
Number of Runts. Runts are frames which are smaller than the Ethernet minimum frames size of 64 bytes. A value of 4294967294 indicates unknown.
                             sleJabbers 1.3.6.1.4.1.226.3.2.1.1.2.1.4.1.4 counter32 read-only
Number of Jabber Frames. Jabbers are frames which exceed the Ethernet maximum packets size of 1518, they are most often caused by faulty transceivers which send spurious noise onto the network. A value of 4294967294 indicates unknown.
                             sleCrc 1.3.6.1.4.1.226.3.2.1.1.2.1.4.1.5 counter32 read-only
Number of CRC/Alignment Errors. CRC errors are frames which have been damaged. The Cyclic Redundancy Checksum used to confirm the validity of the frames contents shows that the frame is not valid. Alignment Errors are frames which are misaligned, a frame which does not end on an 8-bit boundary is considered an Alignment Error. A value of 4294967294 indicates unknown.
                             sleCollisions 1.3.6.1.4.1.226.3.2.1.1.2.1.4.1.6 counter32 read-only
Number of Collisions. Collisions are the result of two workstations trying to use shared a transmission medium (cable) simultaneously, e.g., using Ethernet CSMA/CD. The electrical signals, which carry the information the workstations are sending, bump into each other, ruining both signals. This means both workstations will have to re-transmit their information. In most systems, a built-in delay will make sure the collision does not occur again. A value of 4294967294 indicates unknown.
                             sleLateCollisions 1.3.6.1.4.1.226.3.2.1.1.2.1.4.1.7 counter32 read-only
Number of Late Collisions. The term late collisions applies to collisions which occur late enough for the first 12 bytes of the frame to be monitored. A value of 4294967294 indicates unknown.
                     slIcmpTable 1.3.6.1.4.1.226.3.2.1.1.2.1.5 no-access
A table of CODIMA Express History Long Term Segment Database ICMP Objects. Based on 15 minute intervals Segment statistics are gathered on the network segment to which the Express is attached. The statistics in this databases are calculated by adding Port 1 statistics and Port 2 statistics together. Port 2 however will only be active if you are using the Express as a dual port analyzer, i.e., monitoring full duplex. The ICMP object implements statistics that are associated with ICMP reports. The ICMP object also adds together report counts from the ICMP table object into catagories. For example, the Group Applications Routing Problems include Port Unreachable and Protocol Unreachable report counts. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object.
                         slIcmpEntry 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1 no-access
A table of CODIMA Express History Long Term Segment Database ICMP Objects. Based on 15 minute intervals Segment statistics are gathered on the network segment to which the Express is attached. The statistics in this databases are calculated by adding Port 1 statistics and Port 2 statistics together. Port 2 however will only be active if you are using the Express as a dual port analyzer, i.e., monitoring full duplex. The ICMP object implements statistics that are associated with ICMP reports. The ICMP object also adds together report counts from the ICMP table object into catagories. For example, the Group Applications Routing Problems include Port Unreachable and Protocol Unreachable report counts. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object.
                             sliTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.1 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             sliTimeStamp 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.2 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             sliPing 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.3 counter32 read-only
Number of IP Pings (Echo Request or Echo Reply Frames). A value of 4294967294 indicates unknown.
                             sliSrcQuench 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.4 counter32 read-only
Number of Source Quench Report Frames. A value of 4294967294 indicates unknown.
                             sliRedirect 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.5 counter32 read-only
Number of Re-Direct Report Frames. A value of 4294967294 indicates unknown.
                             sliTtlExceeded 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.6 counter32 read-only
Number of Time to Live Count Exceeded Report Frames. A value of 4294967294 indicates unknown.
                             sliParamProblem 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.7 counter32 read-only
Number of Parameter Problem Report Frames. A value of 4294967294 indicates unknown.
                             sliTimestamp 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.8 counter32 read-only
Number of TimeStamp/Address Mask Report Frames. A value of 4294967294 indicates unknown.
                             sliFragTimeout 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.9 counter32 read-only
Number of Fragment Reassembly Timeout Report Frames. A value of 4294967294 indicates unknown.
                             sliNetUnreachable 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.10 counter32 read-only
Number of Network Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             sliHostUnreachable 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.11 counter32 read-only
Number of Host Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             sliProtocolUnreachable 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.12 counter32 read-only
Number of Protocol Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             sliPortUnreachable 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.13 counter32 read-only
Number of Port Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             sliFragRequired 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.14 counter32 read-only
Number of Fragmentation Needed Report Frames with Don't fragment bit set. A value of 4294967294 indicates unknown.
                             sliSrcRouteFail 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.15 counter32 read-only
Number of Source Route Failure Report Frames. A value of 4294967294 indicates unknown.
                             sliDestNetUnknown 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.16 counter32 read-only
Number of Destination Network Unknown Report Frames. A value of 4294967294 indicates unknown.
                             sliDestHostUnknown 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.17 counter32 read-only
Number of Destination Host Unknown Report Frames. A value of 4294967294 indicates unknown.
                             sliSrcHostIsolated 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.18 counter32 read-only
Number of Source Host Isolated Report Frames. A value of 4294967294 indicates unknown.
                             sliNetProhibited 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.19 counter32 read-only
Number of Network Prohibited Report Frames. A value of 4294967294 indicates unknown.
                             sliHostProhibited 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.20 counter32 read-only
Number of Host Prohibited Report Frames. A value of 4294967294 indicates unknown.
                             sliNetTosUnreachable 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.21 counter32 read-only
Number of Network Type of Service Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             sliHostTosUnreachable 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.22 counter32 read-only
Number of Host Type of Service Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             sliPerformance 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.23 counter32 read-only
Number of reports in the Performance Indicator Group. The reports that are Performance Indicators are Fragment Reassembly Timeout (Number of Fragment Reassembly Timeout Report Frames), Source Quench (Number of Source Quench Report Frames) and TTL Count Exceeded (Number of Time to Live Count Exceeded Report Frames). A value of 4294967294 indicates unknown.'
                             sliNetRouteProblem 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.24 counter32 read-only
Number of reports in the ICMP Routing Problems - Network Group. The reports apply to Network Routing problems and include Destination Net Unknown (Number of Destination Network Unknown Report Frames), Network Prohibited (Number of Network Prohibited Report Frames), Network TOS Unreachable (Number of Network Type of Service Unreachable Report Frames), Network Unreachable (Number of Network Unreachable Report Frames) and Source Route Fail (Number of Source Route Failure Report Frames). A value of 4294967294 indicates unknown.
                             sliHostRouteProblem 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.25 counter32 read-only
Number of reports in the ICMP Routing Problems - Host Group. The reports apply to Host Routing problems and include Destination Host Unknown (Number of Destination Host Unknown Report Frames), Host TOS Unreachable (Number of Host Type of Service Unreachable Report Frames), Host Prohibited (Number of Host Prohibited Report Frames), Host Unreachable (Number of Host Unreachable Report Frames) and Source Host Isolated (Number of Source Host Isolated Report Frames). A value of 4294967294 indicates unknown.
                             sliAppRouteProblem 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.26 counter32 read-only
Number of reports in the ICMP Routing Problems -Applications Group. The reports apply to Application Routing problems and include Port Unreachable (Number of Port Unreachable Report Frames) and Protocol Unreachable (Number of Protocol Unreachable Report Frames) A value of 4294967294 indicates unknown.
                             sliRouteChange 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.27 counter32 read-only
Number of reports in the ICMP Route Group that relate to Route Changes. The reports include Redirect Datagrames for Host, Redirect Datagrams for Net, Redirect Datagrams for TOS and HOST and Redirect datagrams for TOS and NET. A value of 4294967294 indicates unknown.
                             sliGrpErrors 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.28 counter32 read-only
Number of reports in the ICMP Errors Group that relate to ICMP operation errors. The reports include Unknown Error, Checksum Error, Fragmentation Required and Parameter Problems. A value of 4294967294 indicates unknown.
                             sliMaintenance 1.3.6.1.4.1.226.3.2.1.1.2.1.5.1.29 counter32 read-only
Number of reports in the ICMP Maintenance Group that relate to maintenance problems. The reports include Echo Request, Echo Reply, Time Stamp Request, Time Stamp reply, Info Request, Info Reply, Address Mask Request, Address Mask Reply and Checksum Disable. A value of 4294967294 indicates unknown.
                     slPortTable 1.3.6.1.4.1.226.3.2.1.1.2.1.6 no-access
A table of CODIMA Express History Long Term Segment Database Port Object. Based on 15 minute intervals Segment statistics are gathered on the network segment to which the Express is attached. The Port object implements statistics that are specific to the segment that are monitored on port 1 and port 2 of the Express hardware, e.g., Port 1 Frames, Port 1 Bytes, Port 2 Frames, Port 2 Bytes. This object is most relevant when you are using the Express as a dual port analyzer, i.e., monitoring full duplex. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object.
                         slPortEntry 1.3.6.1.4.1.226.3.2.1.1.2.1.6.1 no-access
A table of CODIMA Express History Long Term Segment Database Port Object. Based on 15 minute intervals Segment statistics are gathered on the network segment to which the Express is attached. The Port object implements statistics that are specific to the segment that are monitored on port 1 and port 2 of the Express hardware, e.g., Port 1 Frames, Port 1 Bytes, Port 2 Frames, Port 2 Bytes. This object is most relevant when you are using the Express as a dual port analyzer, i.e., monitoring full duplex. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object.
                             slp1TimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.2.1.6.1.1 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             slp1TimeStamp 1.3.6.1.4.1.226.3.2.1.1.2.1.6.1.2 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             slp1Frames 1.3.6.1.4.1.226.3.2.1.1.2.1.6.1.3 counter32 read-only
Number of Frames monitored on Port 1. A value of 4294967294 indicates unknown.
                             slp1Bytes 1.3.6.1.4.1.226.3.2.1.1.2.1.6.1.4 counter32 read-only
Number of Bytes monitored on Port 1. A value of 4294967294 indicates unknown.
                             slp1FrameSize 1.3.6.1.4.1.226.3.2.1.1.2.1.6.1.5 gauge32 read-only
Average Frame Size in bytes for frames monitored on Port 1. A value of 4294967294 indicates unknown.
                             slp1Utilization 1.3.6.1.4.1.226.3.2.1.1.2.1.6.1.6 gauge32 read-only
Percent Wire Speed for Port 1. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                             slp1LineSpeed 1.3.6.1.4.1.226.3.2.1.1.2.1.6.1.7 gauge32 read-only
Line speed in bits per second for Port 1. A value of 4294967294 indicates unknown.
                             slp1SoftErrors 1.3.6.1.4.1.226.3.2.1.1.2.1.6.1.8 counter32 read-only
Number of software errors for Port 1. Protocol/Soft errors are valid frames designed to report anomalies. For example the Internet protocol suite uses the Internet Control Management Protocol (ICMP) frames to report anomalies. A value of 4294967294 indicates unknown.
                             slp1Runts 1.3.6.1.4.1.226.3.2.1.1.2.1.6.1.9 counter32 read-only
Number of Runts on Port 1. Runts are frames which are smaller than the Ethernet minimum frames size of 64 bytes. A value of 4294967294 indicates unknown.
                             slp1Jabbers 1.3.6.1.4.1.226.3.2.1.1.2.1.6.1.10 counter32 read-only
Number of Jabber Frames on Port 1. Jabbers are frames which exceed the Ethernet maximum packets size of 1518, they are most often caused by faulty transceivers which send spurious noise onto the network. A value of 4294967294 indicates unknown.
                             slp1Crc 1.3.6.1.4.1.226.3.2.1.1.2.1.6.1.11 counter32 read-only
Number of CRC/Alignment Errors on Port 1. CRC errors are frames which have been damaged. The Cyclic Redundancy Checksum used to confirm the validity of the frames contents shows that the frame is not valid. Alignment Errors are frames which are misaligned, a frame which does not end on an 8-bit boundary is considered an Alignment Error. A value of 4294967294 indicates unknown.
                             slp1Collisions 1.3.6.1.4.1.226.3.2.1.1.2.1.6.1.12 counter32 read-only
Number of Collisions monitored on Port 1. Collisions are the result of two workstations trying to use shared a transmission medium (cable) simultaneously, e.g., using Ethernet CSMA/CD. The electrical signals, which carry the information the workstations are sending, bump into each other, ruining both signals. This means both workstations will have to re-transmit their information. In most systems, a built-in delay will make sure the collision does not occur again. A value of 4294967294 indicates unknown.
                             slp1LateCollisions 1.3.6.1.4.1.226.3.2.1.1.2.1.6.1.13 counter32 read-only
Number of Late Collisions monitored on Port 1. A value of 4294967294 indicates unknown.
                             slp1LineNoise 1.3.6.1.4.1.226.3.2.1.1.2.1.6.1.14 counter32 read-only
Line noise level (number of bursts) on Port 1. A value of 4294967294 indicates unknown.
                             slp2Frames 1.3.6.1.4.1.226.3.2.1.1.2.1.6.1.15 counter32 read-only
Number of Frames monitored on Port 2. A value of 4294967294 indicates unknown.
                             slp2Bytes 1.3.6.1.4.1.226.3.2.1.1.2.1.6.1.16 counter32 read-only
Number of Bytes monitored on Port 2. A value of 4294967294 indicates unknown.
                             slp2FrameSize 1.3.6.1.4.1.226.3.2.1.1.2.1.6.1.17 gauge32 read-only
Average Frame Size, in bytes, for frames monitored on Port 2. A value of 4294967294 indicates unknown.
                             slp2Utilization 1.3.6.1.4.1.226.3.2.1.1.2.1.6.1.18 gauge32 read-only
Percent Wire Speed for Port 2. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                             slp2LineSpeed 1.3.6.1.4.1.226.3.2.1.1.2.1.6.1.19 gauge32 read-only
Line speed in bits per second for Port 2. A value of 4294967294 indicates unknown.
                             slp2SoftErrors 1.3.6.1.4.1.226.3.2.1.1.2.1.6.1.20 counter32 read-only
Number of software errors for Port 2. Protocol/Soft errors are valid frames designed to report anomalies. For example the Internet protocol suite uses the Internet Control Management Protocol (ICMP) frames to report anomalies. A value of 4294967294 indicates unknown.
                             slp2Runts 1.3.6.1.4.1.226.3.2.1.1.2.1.6.1.21 counter32 read-only
Number of Runts on Port 2. Runts are frames which are smaller than the Ethernet minimum frames size of 64 bytes. A value of 4294967294 indicates unknown.
                             slp2Jabbers 1.3.6.1.4.1.226.3.2.1.1.2.1.6.1.22 counter32 read-only
Number of Jabber Frames on Port 2. Jabbers are frames which exceed the Ethernet maximum packets size of 1518, they are most often caused by faulty transceivers which send spurious noise onto the network. A value of 4294967294 indicates unknown.
                             slp2Crc 1.3.6.1.4.1.226.3.2.1.1.2.1.6.1.23 counter32 read-only
Number of CRC/Alignment Errors on Port 2. CRC errors are frames which have been damaged. The Cyclic Redundancy Checksum used to confirm the validity of the frames contents shows that the frame is not valid. Alignment Errors are frames which are misaligned, a frame which does not end on an 8-bit boundary is considered an Alignment Error. A value of 4294967294 indicates unknown.
                             slp2Collisions 1.3.6.1.4.1.226.3.2.1.1.2.1.6.1.24 counter32 read-only
Number of Collisions monitored on Port 2. Collisions are the result of two workstations trying to use shared a transmission medium (cable) simultaneously, e.g., using Ethernet CSMA/CD. The electrical signals, which carry the information the workstations are sending, bump into each other, ruining both signals. This means both workstations will have to re-transmit their information. In most systems, a built-in delay will make sure the collision does not occur again. A value of 4294967294 indicates unknown.
                             slp2LateCollisions 1.3.6.1.4.1.226.3.2.1.1.2.1.6.1.25 counter32 read-only
Number of Late Collisions monitored on Port 2. A value of 4294967294 indicates unknown.
                             slp2LineNoise 1.3.6.1.4.1.226.3.2.1.1.2.1.6.1.26 counter32 read-only
Line noise level (number of bursts) on Port 2. A value of 4294967294 indicates unknown.
                 segShortTerm 1.3.6.1.4.1.226.3.2.1.1.2.2
Sub-tree for the CODIMA Express History Short Term Segment Database objects.
                     ssBaseTable 1.3.6.1.4.1.226.3.2.1.1.2.2.1 no-access
A table of CODIMA Express History Short Term Segment Database Base Objects. Based on 15 second intervals, Segment statistics are gathered on the network segment to which the Express is attached. The statistics in this databases are calculated by adding Port 1 statistics and Port 2 statistics together. Port 2 however will only be active if you are using the Express as a dual port analyzer, i.e., monitoring full duplex. The Base object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object.
                         ssBaseEntry 1.3.6.1.4.1.226.3.2.1.1.2.2.1.1 no-access
A row in the CODIMA Express History Short Term Segment Database Base Objects table. Based on 15 second intervals, Segment statistics are gathered on the network segment to which the Express is attached. The statistics in this databases are calculated by adding Port 1 statistics and Port 2 statistics together. Port 2 however will only be active if you are using the Express as a dual port analyzer, i.e., monitoring full duplex. The Base object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object. Entries cannot be created or deleted via SNMP operatio
                             ssbTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.2.2.1.1.1 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             ssbTimeStamp 1.3.6.1.4.1.226.3.2.1.1.2.2.1.1.2 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             ssbFrames 1.3.6.1.4.1.226.3.2.1.1.2.2.1.1.3 counter32 read-only
Number of Frames (Transmitted and Received). A value of 4294967294 indicates unknown.
                             ssbBytes 1.3.6.1.4.1.226.3.2.1.1.2.2.1.1.4 counter32 read-only
Number of Bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                             ssbFrameSize 1.3.6.1.4.1.226.3.2.1.1.2.2.1.1.5 gauge32 read-only
Average Frame Size in bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                             ssbHardwareErrors 1.3.6.1.4.1.226.3.2.1.1.2.2.1.1.6 counter32 read-only
Number of hardware errors. A value of 4294967294 indicates unknown.
                             ssbSoftwareErrors 1.3.6.1.4.1.226.3.2.1.1.2.2.1.1.7 counter32 read-only
Number of software errors (Protocol Errors). A value of 4294967294 indicates unknown.
                             ssbActiveNodes 1.3.6.1.4.1.226.3.2.1.1.2.2.1.1.8 gauge32 read-only
Number of Active Nodes. A value of 4294967294 indicates unknown.
                     ssBroadcastTable 1.3.6.1.4.1.226.3.2.1.1.2.2.2 no-access
A table of CODIMA Express History Short Term Segment Database Broadcast Objects. Based on 15 second intervals Segment statistics are gathered on the network segment to which the Express is attached. The statistics in this databases are calculated by adding Port 1 statistics and Port 2 statistics together. Port 2 however will only be active if you are using the Express as a dual port analyzer, i.e., monitoring full duplex. The Broadcast object implements statistics that are associated with Broadcasts, e.g., Broadcast Bytes, Broadcast Frames, Broadcast % Bytes (% of Broadcast bytes in relation to the total number of bytes), Broadcast % Frames (% of Broadcast frames in relation to the total number of frames). The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object.
                         ssBroadcastEntry 1.3.6.1.4.1.226.3.2.1.1.2.2.2.1 no-access
A row in the CODIMA Express History Short Term Segment Database Broadcast Objects table. Based on 15 second intervals Segment statistics are gathered on the network segment to which the Express is attached. The statistics in this databases are calculated by adding Port 1 statistics and Port 2 statistics together. Port 2 however will only be active if you are using the Express as a dual port analyzer, i.e., monitoring full duplex. The Broadcast object implements statistics that are associated with Broadcasts, e.g., Broadcast Bytes, Broadcast Frames, Broadcast % Bytes (% of Broadcast bytes in relation to the total number of bytes), Broadcast % Frames (% of Broadcast frames in relation to the total number of frames). The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object.
                             ssbcTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.2.2.2.1.1 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             ssbcTimeStamp 1.3.6.1.4.1.226.3.2.1.1.2.2.2.1.2 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             ssbcBytes 1.3.6.1.4.1.226.3.2.1.1.2.2.2.1.3 counter32 read-only
Number of Broadcast Bytes (Port 1 and 2 - Bytes in Broadcast frames). A value of 4294967294 indicates unknown.
                             ssbcBytesPercent 1.3.6.1.4.1.226.3.2.1.1.2.2.2.1.4 gauge32 read-only
Percentage of Broadcast Bytes (Port 1 and 2 - % is in relation to the total number Bytes) i.e., Percentage of the total byte count that are bytes associated with broadcast frames. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                             ssbcFrames 1.3.6.1.4.1.226.3.2.1.1.2.2.2.1.5 counter32 read-only
Number of Broadcast Frames (Port 1 and 2). A value of 4294967294 indicates unknown.
                             ssbcFramesPercent 1.3.6.1.4.1.226.3.2.1.1.2.2.2.1.6 gauge32 read-only
Broadcast % Frames - % of Broadcast Frames (Port 1 and 2 - % is in relation to the total number of Frames) i.e., Percentage of the total frame count that are broadcast frames. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                     ssDerivedTable 1.3.6.1.4.1.226.3.2.1.1.2.2.3 no-access
A table of CODIMA Express History Short Term Segment Database Derived Objects. Based on 15 second intervals Segment statistics are gathered on the network segment to which the Express is attached. The statistics in this databases are calculated by adding Port 1 statistics and Port 2 statistics together. Port 2 however will only be active if you are using the Express as a dual port analyzer, i.e., monitoring full duplex. The Derived object implements statistics that are derived from other values, e.g., % Utilization, % Error frames. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object.
                         ssDerivedEntry 1.3.6.1.4.1.226.3.2.1.1.2.2.3.1 no-access
A row in the CODIMA Express History Short Term Segment Database Derived Objects table. Based on 15 second intervals Segment statistics are gathered on the network segment to which the Express is attached. The statistics in this databases are calculated by adding Port 1 statistics and Port 2 statistics together. Port 2 however will only be active if you are using the Express as a dual port analyzer, i.e., monitoring full duplex. The Derived object implements statistics that are derived from other values, e.g., % Utilization, % Error frames. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object.
                             ssdTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.2.2.3.1.1 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             ssdTimeStamp 1.3.6.1.4.1.226.3.2.1.1.2.2.3.1.2 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             ssdUtilization 1.3.6.1.4.1.226.3.2.1.1.2.2.3.1.3 gauge32 read-only
The percentage utilization or percentage wire speed. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                             ssdErrorFrames 1.3.6.1.4.1.226.3.2.1.1.2.2.3.1.4 gauge32 read-only
Percentage in relation to total number of Frames i.e., Percentage of the total frame count that have hardware or software errors. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                     ssEthernetTable 1.3.6.1.4.1.226.3.2.1.1.2.2.4 no-access
A table of CODIMA Express History Short Term Segment Database Ethernet Objects. Based on 15 second intervals Segment statistics are gathered on the network segment to which the Express is attached. The statistics in this databases are calculated by adding Port 1 statistics and Port 2 statistics together. Port 2 however will only be active if you are using the Express as a dual port analyzer, i.e., monitoring full duplex. The Ethernet object implements statistics that are specific to Ethernet Networks, e.g., Collisions, Jabbers, Runts, CRC errors etc. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object.
                         ssEthernetEntry 1.3.6.1.4.1.226.3.2.1.1.2.2.4.1 no-access
A row in the CODIMA Express History Short Term Segment Database Ethernet Objects table. Based on 15 second intervals Segment statistics are gathered on the network segment to which the Express is attached. The statistics in this databases are calculated by adding Port 1 statistics and Port 2 statistics together. Port 2 however will only be active if you are using the Express as a dual port analyzer, i.e., monitoring full duplex. The Ethernet object implements statistics that are specific to Ethernet Networks, e.g., Collisions, Jabbers, Runts, CRC errors etc. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object.
                             sseTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.2.2.4.1.1 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             sseTimeStamp 1.3.6.1.4.1.226.3.2.1.1.2.2.4.1.2 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             sseRunts 1.3.6.1.4.1.226.3.2.1.1.2.2.4.1.3 counter32 read-only
Number of Runts. Runts are frames which are smaller than the Ethernet minimum frames size of 64 bytes. A value of 4294967294 indicates unknown.
                             sseJabbers 1.3.6.1.4.1.226.3.2.1.1.2.2.4.1.4 counter32 read-only
Number of Jabber Frames. Jabbers are frames which exceed the Ethernet maximum packets size of 1518, they are most often caused by faulty transceivers which send spurious noise onto the network. A value of 4294967294 indicates unknown.
                             sseCrc 1.3.6.1.4.1.226.3.2.1.1.2.2.4.1.5 counter32 read-only
Number of CRC/Alignment Errors. CRC errors are frames which have been damaged. The Cyclic Redundancy Checksum used to confirm the validity of the frames contents shows that the frame is not valid. Alignment Errors are frames which are misaligned, a frame which does not end on an 8-bit boundary is considered an Alignment Error. A value of 4294967294 indicates unknown.
                             sseCollisions 1.3.6.1.4.1.226.3.2.1.1.2.2.4.1.6 counter32 read-only
Number of Collisions. Collisions are the result of two workstations trying to use shared a transmission medium (cable) simultaneously, e.g., using Ethernet CSMA/CD. The electrical signals, which carry the information the workstations are sending, bump into each other, ruining both signals. This means both workstations will have to re-transmit their information. In most systems, a built-in delay will make sure the collision does not occur again. A value of 4294967294 indicates unknown.
                             sseLateCollisions 1.3.6.1.4.1.226.3.2.1.1.2.2.4.1.7 counter32 read-only
Number of Late Collisions. The term late collisions applies to collisions which occur late enough for the first 12 bytes of the frame to be monitored. A value of 4294967294 indicates unknown.
                     ssIcmpTable 1.3.6.1.4.1.226.3.2.1.1.2.2.5 no-access
A table of CODIMA Express History Short Term Segment Database ICMP Objects. Based on 15 second intervals Segment statistics are gathered on the network segment to which the Express is attached. The statistics in this databases are calculated by adding Port 1 statistics and Port 2 statistics together. Port 2 however will only be active if you are using the Express as a dual port analyzer, i.e., monitoring full duplex. The ICMP object implements statistics that are associated with ICMP reports. The ICMP object also adds together report counts from the ICMP table object into catagories. For example, the Group Applications Routing Problems include Port Unreachable and Protocol Unreachable report counts. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object.
                         ssIcmpEntry 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1 no-access
A table of CODIMA Express History Short Term Segment Database ICMP Objects. Based on 15 second intervals Segment statistics are gathered on the network segment to which the Express is attached. The statistics in this databases are calculated by adding Port 1 statistics and Port 2 statistics together. Port 2 however will only be active if you are using the Express as a dual port analyzer, i.e., monitoring full duplex. The ICMP object implements statistics that are associated with ICMP reports. The ICMP object also adds together report counts from the ICMP table object into catagories. For example, the Group Applications Routing Problems include Port Unreachable and Protocol Unreachable report counts. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object.
                             ssiTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.1 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             ssiTimeStamp 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.2 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             ssiPing 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.3 counter32 read-only
Number of IP Pings (Echo Request or Echo Reply Frames). A value of 4294967294 indicates unknown.
                             ssiSrcQuench 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.4 counter32 read-only
Number of Source Quench Report Frames. A value of 4294967294 indicates unknown.
                             ssiRedirect 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.5 counter32 read-only
Number of Re-Direct Report Frames. A value of 4294967294 indicates unknown.
                             ssiTtlExceeded 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.6 counter32 read-only
Number of Time to Live Count Exceeded Report Frames. A value of 4294967294 indicates unknown.
                             ssiParamProblem 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.7 counter32 read-only
Number of Parameter Problem Report Frames. A value of 4294967294 indicates unknown.
                             ssiTimestamp 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.8 counter32 read-only
Number of TimeStamp/Address Mask Report Frames. A value of 4294967294 indicates unknown.
                             ssiFragTimeout 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.9 counter32 read-only
Number of Fragment Reassembly Timeout Report Frames. A value of 4294967294 indicates unknown.
                             ssiNetUnreachable 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.10 counter32 read-only
Number of Network Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             ssiHostUnreachable 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.11 counter32 read-only
Number of Host Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             ssiProtocolUnreachable 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.12 counter32 read-only
Number of Protocol Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             ssiPortUnreachable 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.13 counter32 read-only
Number of Port Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             ssiFragRequired 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.14 counter32 read-only
Number of Fragmentation Needed Report Frames with Don't fragment bit set. A value of 4294967294 indicates unknown.
                             ssiSrcRouteFail 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.15 counter32 read-only
Number of Source Route Failure Report Frames. A value of 4294967294 indicates unknown.
                             ssiDestNetUnknown 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.16 counter32 read-only
Number of Destination Network Unknown Report Frames. A value of 4294967294 indicates unknown.
                             ssiDestHostUnknown 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.17 counter32 read-only
Number of Destination Host Unknown Report Frames. A value of 4294967294 indicates unknown.
                             ssiSrcHostIsolated 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.18 counter32 read-only
Number of Source Host Isolated Report Frames. A value of 4294967294 indicates unknown.
                             ssiNetProhibited 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.19 counter32 read-only
Number of Network Prohibited Report Frames. A value of 4294967294 indicates unknown.
                             ssiHostProhibited 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.20 counter32 read-only
Number of Host Prohibited Report Frames. A value of 4294967294 indicates unknown.
                             ssiNetTosUnreachable 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.21 counter32 read-only
Number of Network Type of Service Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             ssiHostTosUnreachable 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.22 counter32 read-only
Number of Host Type of Service Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             ssiPerformance 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.23 counter32 read-only
Number of reports in the Performance Indicator Group. The reports that are Performance Indicators are Fragment Reassembly Timeout (Number of Fragment Reassembly Timeout Report Frames), Source Quench (Number of Source Quench Report Frames) and TTL Count Exceeded (Number of Time to Live Count Exceeded Report Frames). A value of 4294967294 indicates unknown.'
                             ssiNetRouteProblem 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.24 counter32 read-only
Number of reports in the ICMP Routing Problems - Network Group. The reports apply to Network Routing problems and include Destination Net Unknown (Number of Destination Network Unknown Report Frames), Network Prohibited (Number of Network Prohibited Report Frames), Network TOS Unreachable (Number of Network Type of Service Unreachable Report Frames), Network Unreachable (Number of Network Unreachable Report Frames) and Source Route Fail (Number of Source Route Failure Report Frames). A value of 4294967294 indicates unknown.
                             ssiHostRouteProblem 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.25 counter32 read-only
Number of reports in the ICMP Routing Problems - Host Group. The reports apply to Host Routing problems and include Destination Host Unknown (Number of Destination Host Unknown Report Frames), Host TOS Unreachable (Number of Host Type of Service Unreachable Report Frames), Host Prohibited (Number of Host Prohibited Report Frames), Host Unreachable (Number of Host Unreachable Report Frames) and Source Host Isolated (Number of Source Host Isolated Report Frames). A value of 4294967294 indicates unknown.
                             ssiAppRouteProblem 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.26 counter32 read-only
Number of reports in the ICMP Routing Problems -Applications Group. The reports apply to Application Routing problems and include Port Unreachable (Number of Port Unreachable Report Frames) and Protocol Unreachable (Number of Protocol Unreachable Report Frames) A value of 4294967294 indicates unknown.
                             ssiRouteChange 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.27 counter32 read-only
Number of reports in the ICMP Route Group that relate to Route Changes. The reports include Redirect Datagrames for Host, Redirect Datagrams for Net, Redirect Datagrams for TOS and HOST and Redirect datagrams for TOS and NET. A value of 4294967294 indicates unknown.
                             ssiErrors 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.28 counter32 read-only
Number of reports in the ICMP Errors Group that relate to ICMP operation errors. The reports include Unknown Error, Checksum Error, Fragmentation Required and Parameter Problems. A value of 4294967294 indicates unknown.
                             ssiMaintenance 1.3.6.1.4.1.226.3.2.1.1.2.2.5.1.29 counter32 read-only
Number of reports in the ICMP Maintenance Group that relate to maintenance problems. The reports include Echo Request, Echo Reply, Time Stamp Request, Time Stamp reply, Info Request, Info Reply, Address Mask Request, Address Mask Reply and Checksum Disable. A value of 4294967294 indicates unknown.
                     ssPortTable 1.3.6.1.4.1.226.3.2.1.1.2.2.6 no-access
A table of CODIMA Express History Short Term Segment Database Port Object. Based on 15 second intervals Segment statistics are gathered on the network segment to which the Express is attached. The Port object implements statistics that are specific to the segment that are monitored on port 1 and port 2 of the Express hardware, e.g., Port 1 Frames, Port 1 Bytes, Port 2 Frames, Port 2 Bytes. This object is most relevant when you are using the Express as a dual port analyzer, i.e., monitoring full duplex. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object.
                         ssPortEntry 1.3.6.1.4.1.226.3.2.1.1.2.2.6.1 no-access
A table of CODIMA Express History Short Term Segment Database Port Object. Based on 15 second intervals Segment statistics are gathered on the network segment to which the Express is attached. The Port object implements statistics that are specific to the segment that are monitored on port 1 and port 2 of the Express hardware, e.g., Port 1 Frames, Port 1 Bytes, Port 2 Frames, Port 2 Bytes. This object is most relevant when you are using the Express as a dual port analyzer, i.e., monitoring full duplex. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object.
                             sspTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.2.2.6.1.1 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             sspTimeStamp 1.3.6.1.4.1.226.3.2.1.1.2.2.6.1.2 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             ssp1Frames 1.3.6.1.4.1.226.3.2.1.1.2.2.6.1.3 counter32 read-only
Number of Frames monitored on Port 1. A value of 4294967294 indicates unknown.
                             ssp1Bytes 1.3.6.1.4.1.226.3.2.1.1.2.2.6.1.4 counter32 read-only
Number of Bytes monitored on Port 1. A value of 4294967294 indicates unknown.
                             ssp1FrameSize 1.3.6.1.4.1.226.3.2.1.1.2.2.6.1.5 gauge32 read-only
Average Frame Size, in bytes, for frames monitored on Port 1. A value of 4294967294 indicates unknown.
                             ssp1Utilization 1.3.6.1.4.1.226.3.2.1.1.2.2.6.1.6 gauge32 read-only
Percent Wire Speed for Port 1. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                             ssp1LineSpeed 1.3.6.1.4.1.226.3.2.1.1.2.2.6.1.7 gauge32 read-only
Line speed in bits per second for Port 1. A value of 4294967294 indicates unknown.
                             ssp1SoftErrors 1.3.6.1.4.1.226.3.2.1.1.2.2.6.1.8 counter32 read-only
Number of software errors for Port 1. Protocol/Soft errors are valid frames designed to report anomalies. For example the Internet protocol suite uses the Internet Control Management Protocol (ICMP) frames to report anomalies. A value of 4294967294 indicates unknown.
                             ssp1Runts 1.3.6.1.4.1.226.3.2.1.1.2.2.6.1.9 counter32 read-only
Number of Runts on Port 1. Runts are frames which are smaller than the Ethernet minimum frames size of 64 bytes. A value of 4294967294 indicates unknown.
                             ssp1Jabbers 1.3.6.1.4.1.226.3.2.1.1.2.2.6.1.10 counter32 read-only
Number of Jabber Frames on Port 1. Jabbers are frames which exceed the Ethernet maximum packets size of 1518, they are most often caused by faulty transceivers which send spurious noise onto the network. A value of 4294967294 indicates unknown.
                             ssp1Crc 1.3.6.1.4.1.226.3.2.1.1.2.2.6.1.11 counter32 read-only
Number of CRC/Alignment Errors on Port 1. CRC errors are frames which have been damaged. The Cyclic Redundancy Checksum used to confirm the validity of the frames contents shows that the frame is not valid. Alignment Errors are frames which are misaligned, a frame which does not end on an 8-bit boundary is considered an Alignment Error. A value of 4294967294 indicates unknown.
                             ssp1Collisions 1.3.6.1.4.1.226.3.2.1.1.2.2.6.1.12 counter32 read-only
Number of Collisions monitored on Port 1. Collisions are the result of two workstations trying to use shared a transmission medium (cable) simultaneously, e.g., using Ethernet CSMA/CD. The electrical signals, which carry the information the workstations are sending, bump into each other, ruining both signals. This means both workstations will have to re-transmit their information. In most systems, a built-in delay will make sure the collision does not occur again. A value of 4294967294 indicates unknown.
                             ssp1LateCollisions 1.3.6.1.4.1.226.3.2.1.1.2.2.6.1.13 counter32 read-only
Number of Late Collisions monitored on Port 1. A value of 4294967294 indicates unknown.
                             ssp1LineNoise 1.3.6.1.4.1.226.3.2.1.1.2.2.6.1.14 counter32 read-only
Line noise level (number of bursts) on Port 1. A value of 4294967294 indicates unknown.
                             ssp2Frames 1.3.6.1.4.1.226.3.2.1.1.2.2.6.1.15 counter32 read-only
Number of Frames monitored on Port 2. A value of 4294967294 indicates unknown.
                             ssp2Bytes 1.3.6.1.4.1.226.3.2.1.1.2.2.6.1.16 counter32 read-only
Number of Bytes monitored on Port 2. A value of 4294967294 indicates unknown.
                             ssp2FrameSize 1.3.6.1.4.1.226.3.2.1.1.2.2.6.1.17 gauge32 read-only
Average Frame Size, in bytes, for frames monitored on Port 2. A value of 4294967294 indicates unknown.
                             ssp2Utilization 1.3.6.1.4.1.226.3.2.1.1.2.2.6.1.18 gauge32 read-only
Percent Wire Speed for Port 2. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                             ssp2LineSpeed 1.3.6.1.4.1.226.3.2.1.1.2.2.6.1.19 gauge32 read-only
Line speed in bits per second for Port 2. A value of 4294967294 indicates unknown.
                             ssp2SoftErrors 1.3.6.1.4.1.226.3.2.1.1.2.2.6.1.20 counter32 read-only
Number of software errors for Port 2. Protocol/Soft errors are valid frames designed to report anomalies. For example the Internet protocol suite uses the Internet Control Management Protocol (ICMP) frames to report anomalies. A value of 4294967294 indicates unknown.
                             ssp2Runts 1.3.6.1.4.1.226.3.2.1.1.2.2.6.1.21 counter32 read-only
Number of Runts on Port 2. Runts are frames which are smaller than the Ethernet minimum frames size of 64 bytes. A value of 4294967294 indicates unknown.
                             ssp2Jabbers 1.3.6.1.4.1.226.3.2.1.1.2.2.6.1.22 counter32 read-only
Number of Jabber Frames on Port 2. Jabbers are frames which exceed the Ethernet maximum packets size of 1518, they are most often caused by faulty transceivers which send spurious noise onto the network. A value of 4294967294 indicates unknown.
                             ssp2Crc 1.3.6.1.4.1.226.3.2.1.1.2.2.6.1.23 counter32 read-only
Number of CRC/Alignment Errors on Port 2. CRC errors are frames which have been damaged. The Cyclic Redundancy Checksum used to confirm the validity of the frames contents shows that the frame is not valid. Alignment Errors are frames which are misaligned, a frame which does not end on an 8-bit boundary is considered an Alignment Error. A value of 4294967294 indicates unknown.
                             ssp2Collisions 1.3.6.1.4.1.226.3.2.1.1.2.2.6.1.24 counter32 read-only
Number of Collisions monitored on Port 2. Collisions are the result of two workstations trying to use shared a transmission medium (cable) simultaneously, e.g., using Ethernet CSMA/CD. The electrical signals, which carry the information the workstations are sending, bump into each other, ruining both signals. This means both workstations will have to re-transmit their information. In most systems, a built-in delay will make sure the collision does not occur again. A value of 4294967294 indicates unknown.
                             ssp2LateCollisions 1.3.6.1.4.1.226.3.2.1.1.2.2.6.1.25 counter32 read-only
Number of Late Collisions monitored on Port 2. A value of 4294967294 indicates unknown.
                             ssp2LineNoise 1.3.6.1.4.1.226.3.2.1.1.2.2.6.1.26 counter32 read-only
Line noise level (number of bursts) on Port 2. A value of 4294967294 indicates unknown.
             dbMac 1.3.6.1.4.1.226.3.2.1.1.3
Sub-tree for the CODIMA Express History MAC Database bjects.
                 macLongTerm 1.3.6.1.4.1.226.3.2.1.1.3.1
Sub-tree for the CODIMA Express History Long Term MAC Database objects.
                     mlBaseTable 1.3.6.1.4.1.226.3.2.1.1.3.1.1 no-access
A table of CODIMA Express History Long Term MAC Database Base Objects. Statistics are collected every 15 minutes for each MAC address monitored by the Express. The Base object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of MAC addresses active on the network.
                         mlBaseEntry 1.3.6.1.4.1.226.3.2.1.1.3.1.1.1 no-access
A row in the CODIMA Express History Long Term MAC Database Base Objects table. Statistics are collected every 15 minutes for each MAC address monitored by the Express. The Base object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of MAC addresses active on the network. Entries cannot be created or deleted via SNMP operations
                             mlbMacIndex 1.3.6.1.4.1.226.3.2.1.1.3.1.1.1.1 macaddress read-only
Identifies the MAC address of this row.
                             mlbTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.3.1.1.1.2 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             mlbTimeStamp 1.3.6.1.4.1.226.3.2.1.1.3.1.1.1.3 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             mlbFrames 1.3.6.1.4.1.226.3.2.1.1.3.1.1.1.4 counter32 read-only
Number of Frames (Transmitted and Received). A value of 4294967294 indicates unknown.
                             mlbBytes 1.3.6.1.4.1.226.3.2.1.1.3.1.1.1.5 counter32 read-only
Number of Bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                             mlbFrameSize 1.3.6.1.4.1.226.3.2.1.1.3.1.1.1.6 gauge32 read-only
Average Frame Size in bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                             mlbHardwareErrors 1.3.6.1.4.1.226.3.2.1.1.3.1.1.1.7 counter32 read-only
Number of hardware errors. A value of 4294967294 indicates unknown.
                             mlbSoftwareErrors 1.3.6.1.4.1.226.3.2.1.1.3.1.1.1.8 counter32 read-only
Number of software errors (Protocol Errors). A value of 4294967294 indicates unknown.
                     mlDerivedTable 1.3.6.1.4.1.226.3.2.1.1.3.1.2 no-access
A table of CODIMA Express History Long Term MAC Database Derived Objects. Statistics are collected every 15 minutes for each MAC address monitored by the Express. The Derived object implements statistics that are derived from other values, e.g., % Utilization, % Error frames. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of MAC addresses active on the network.
                         mlDerivedEntry 1.3.6.1.4.1.226.3.2.1.1.3.1.2.1 no-access
A row in the CODIMA Express History Long Term MAC Database Derived Objects table. Statistics are collected every 15 minutes for each MAC address monitored by the Express. The Derived object implements statistics that are derived from other values, e.g., % Utilization, % Error frames. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of MAC addresses active on the network. Entries cannot be created or deleted via SNMP operations
                             mldMacIndex 1.3.6.1.4.1.226.3.2.1.1.3.1.2.1.1 macaddress read-only
Identifies the MAC address of this row.
                             mldTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.3.1.2.1.2 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             mldTimeStamp 1.3.6.1.4.1.226.3.2.1.1.3.1.2.1.3 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row, in the form Fri May 09 14:58:15 2003.
                             mldUtilization 1.3.6.1.4.1.226.3.2.1.1.3.1.2.1.4 gauge32 read-only
The percentage utilization or percentage wire speed. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                             mldErrorFrames 1.3.6.1.4.1.226.3.2.1.1.3.1.2.1.5 gauge32 read-only
Percentage in relation to total number of Frames i.e., Percentage of the total frame count that have hardware or software errors. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                     mlDuplexTable 1.3.6.1.4.1.226.3.2.1.1.3.1.3 no-access
A table of CODIMA Express History Long Term MAC Database Duplex Objects. Statistics are collected every 15 minutes for each MAC address monitored by the Express. The Duplex object implements statistics that are specific to a two way commnunication, e.g., Transmit Frames, Receive Frames, Transmit % Utilization, Receive % Utililization. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of MAC addresses active on the network.
                         mlDuplexEntry 1.3.6.1.4.1.226.3.2.1.1.3.1.3.1 no-access
A row in the CODIMA Express History Long Term MAC Database Duplex Objects table. Statistics are collected every 15 minutes for each MAC address monitored by the Express. The Duplex object implements statistics that are specific to a two way commnunication, e.g., Transmit Frames, Receive Frames, Transmit % Utilization, Receive % Utililization. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of MAC addresses active on the network. Entries cannot be created or deleted via SNMP operations
                             mlduMacIndex 1.3.6.1.4.1.226.3.2.1.1.3.1.3.1.1 macaddress read-only
Identifies the MAC address of this row.
                             mlduTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.3.1.3.1.2 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             mlduTimeStamp 1.3.6.1.4.1.226.3.2.1.1.3.1.3.1.3 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             mlduTxFrames 1.3.6.1.4.1.226.3.2.1.1.3.1.3.1.4 counter32 read-only
Number of Frames Transmitted. A value of 4294967294 indicates unknown.
                             mlduTxBytes 1.3.6.1.4.1.226.3.2.1.1.3.1.3.1.5 counter32 read-only
Number of Bytes Transmitted. A value of 4294967294 indicates unknown.
                             mlduTxFrameSize 1.3.6.1.4.1.226.3.2.1.1.3.1.3.1.6 gauge32 read-only
Average Frame Size in bytes Transmitted. A value of 4294967294 indicates unknown.
                             mlduTxUtilization 1.3.6.1.4.1.226.3.2.1.1.3.1.3.1.7 gauge32 read-only
Percent Utilization Transmitted (% Wire Speed). Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                             mlduRxFrames 1.3.6.1.4.1.226.3.2.1.1.3.1.3.1.8 counter32 read-only
Number of Frames Received. A value of 4294967294 indicates unknown.
                             mlduRxBytes 1.3.6.1.4.1.226.3.2.1.1.3.1.3.1.9 counter32 read-only
Number of Bytes Received. A value of 4294967294 indicates unknown.
                             mlduRxFrameSize 1.3.6.1.4.1.226.3.2.1.1.3.1.3.1.10 gauge32 read-only
Average Frame Size, in bytes, Received. A value of 4294967294 indicates unknown.
                             mlduRxUtilization 1.3.6.1.4.1.226.3.2.1.1.3.1.3.1.11 gauge32 read-only
Percent Utilization Received (% Wire Speed). Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                     mlEthernetTable 1.3.6.1.4.1.226.3.2.1.1.3.1.4 no-access
A table of CODIMA Express History Long Term MAC Database Ethernet Objects. Statistics are collected every 15 minutes for each MAC address monitored by the Express. The Ethernet object implements statistics that are specific to Ethernet Networks, e.g., Collisions, Jabbers, Runts, CRC errors etc. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of MAC addresses active on the network.
                         mlEthernetEntry 1.3.6.1.4.1.226.3.2.1.1.3.1.4.1 no-access
A row in the CODIMA Express History Long Term MAC Database Ethernet Objects table. Statistics are collected every 15 minutes for each MAC address monitored by the Express. The Ethernet object implements statistics that are specific to Ethernet Networks, e.g., Collisions, Jabbers, Runts, CRC errors etc. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of MAC addresses active on the network.
                             mleMacIndex 1.3.6.1.4.1.226.3.2.1.1.3.1.4.1.1 macaddress read-only
Identifies the MAC address of this row.
                             mleTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.3.1.4.1.2 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             mleTimeStamp 1.3.6.1.4.1.226.3.2.1.1.3.1.4.1.3 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             mleRunts 1.3.6.1.4.1.226.3.2.1.1.3.1.4.1.4 counter32 read-only
Number of Runts. Runts are frames which are smaller than the Ethernet minimum frames size of 64 bytes. A value of 4294967294 indicates unknown.
                             mleJabbers 1.3.6.1.4.1.226.3.2.1.1.3.1.4.1.5 counter32 read-only
Number of Jabber Frames. Jabbers are frames which exceed the Ethernet maximum packets size of 1518, they are most often caused by faulty transceivers which send spurious noise onto the network. A value of 4294967294 indicates unknown.
                             mleCrc 1.3.6.1.4.1.226.3.2.1.1.3.1.4.1.6 counter32 read-only
Number of CRC/Alignment Errors. CRC errors are frames which have been damaged. The Cyclic Redundancy Checksum used to confirm the validity of the frames contents shows that the frame is not valid. Alignment Errors are frames which are misaligned, a frame which does not end on an 8-bit boundary is considered an Alignment Error. A value of 4294967294 indicates unknown.
                             mleCollisions 1.3.6.1.4.1.226.3.2.1.1.3.1.4.1.7 counter32 read-only
Number of Collisions. Collisions are the result of two workstations trying to use shared a transmission medium (cable) simultaneously, e.g., using Ethernet CSMA/CD. The electrical signals, which carry the information the workstations are sending, bump into each other, ruining both signals. This means both workstations will have to re-transmit their information. In most systems, a built-in delay will make sure the collision does not occur again. A value of 4294967294 indicates unknown.
                             mleLateCollisions 1.3.6.1.4.1.226.3.2.1.1.3.1.4.1.8 counter32 read-only
Number of Late Collisions. The term late collisions applies to collisions which occur late enough for the first 12 bytes of the frame to be monitored. A value of 4294967294 indicates unknown.
                     mlIcmpTable 1.3.6.1.4.1.226.3.2.1.1.3.1.5 no-access
A table of CODIMA Express History Long Term MAC Database ICMP Objects. Statistics are collected every 15 minutes for each MAC address monitored by the Express. The ICMP object implements statistics that are associated with ICMP reports. The ICMP object also adds together report counts from the ICMP table object into catagories. For example, the Group Applications Routing Problems include Port Unreachable and Protocol Unreachable report counts. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of MAC addresses active on the network.
                         mlIcmpEntry 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1 no-access
A row in the CODIMA Express History Long Term MAC Database ICMP Objects table. Statistics are collected every 15 minutes for each MAC address monitored by the Express. The ICMP object implements statistics that are associated with ICMP reports. The ICMP object also adds together report counts from the ICMP table object into catagories. For example, the Group Applications Routing Problems include Port Unreachable and Protocol Unreachable report counts. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of MAC addresses active on the network.
                             mliMacIndex 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.1 macaddress read-only
Identifies the MAC address of this row.
                             mliTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.2 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             mliTimeStamp 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.3 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             mliPing 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.4 counter32 read-only
Number of IP Pings (Echo Request or Echo Reply Frames). A value of 4294967294 indicates unknown.
                             mliSrcQuench 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.5 counter32 read-only
Number of Source Quench Report Frames. A value of 4294967294 indicates unknown.
                             mliRedirect 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.6 counter32 read-only
Number of Re-Direct Report Frames. A value of 4294967294 indicates unknown.
                             mliTtlExceeded 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.7 counter32 read-only
Number of Time to Live Count Exceeded Report Frames. A value of 4294967294 indicates unknown.
                             mliParamProblem 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.8 counter32 read-only
Number of Parameter Problem Report Frames. A value of 4294967294 indicates unknown.
                             mliTimestamp 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.9 counter32 read-only
Number of TimeStamp/Address Mask Report Frames. A value of 4294967294 indicates unknown.
                             mliFragTimeout 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.10 counter32 read-only
Number of Fragment Reassembly Timeout Report Frames. A value of 4294967294 indicates unknown.
                             mliNetUnreachable 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.11 counter32 read-only
Number of Network Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             mliHostUnreachable 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.12 counter32 read-only
Number of Host Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             mliProtocolUnreachable 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.13 counter32 read-only
Number of Protocol Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             mliPortUnreachable 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.14 counter32 read-only
Number of Port Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             mliFragRequired 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.15 counter32 read-only
Number of Fragmentation Needed Report Frames with Don't fragment bit set. A value of 4294967294 indicates unknown.
                             mliSrcRouteFail 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.16 counter32 read-only
Number of Source Route Failure Report Frames. A value of 4294967294 indicates unknown.
                             mliDestNetUnknown 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.17 counter32 read-only
Number of Destination Network Unknown Report Frames. A value of 4294967294 indicates unknown.
                             mliDestHostUnknown 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.18 counter32 read-only
Number of Destination Host Unknown Report Frames. A value of 4294967294 indicates unknown.
                             mliSrcHostIsolated 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.19 counter32 read-only
Number of Source Host Isolated Report Frames. A value of 4294967294 indicates unknown.
                             mliNetProhibited 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.20 counter32 read-only
Number of Network Prohibited Report Frames. A value of 4294967294 indicates unknown.
                             mliHostProhibited 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.21 counter32 read-only
Number of Host Prohibited Report Frames. A value of 4294967294 indicates unknown.
                             mliNetTosUnreachable 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.22 counter32 read-only
Number of Network Type of Service Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             mliHostTosUnreachable 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.23 counter32 read-only
Number of Host Type of Service Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             mliPerformance 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.24 counter32 read-only
Number of reports in the Performance Indicator Group. The reports that are Performance Indicators are Fragment Reassembly Timeout (Number of Fragment Reassembly Timeout Report Frames), Source Quench (Number of Source Quench Report Frames) and TTL Count Exceeded (Number of Time to Live Count Exceeded Report Frames). A value of 4294967294 indicates unknown.'
                             mliNetRouteProblem 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.25 counter32 read-only
Number of reports in the ICMP Routing Problems - Network Group. The reports apply to Network Routing problems and include Destination Net Unknown (Number of Destination Network Unknown Report Frames), Network Prohibited (Number of Network Prohibited Report Frames), Network TOS Unreachable (Number of Network Type of Service Unreachable Report Frames), Network Unreachable (Number of Network Unreachable Report Frames) and Source Route Fail (Number of Source Route Failure Report Frames). A value of 4294967294 indicates unknown.
                             mliHostRouteProblem 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.26 counter32 read-only
Number of reports in the ICMP Routing Problems - Host Group. The reports apply to Host Routing problems and include Destination Host Unknown (Number of Destination Host Unknown Report Frames), Host TOS Unreachable (Number of Host Type of Service Unreachable Report Frames), Host Prohibited (Number of Host Prohibited Report Frames), Host Unreachable (Number of Host Unreachable Report Frames) and Source Host Isolated (Number of Source Host Isolated Report Frames). A value of 4294967294 indicates unknown.
                             mliAppRouteProblem 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.27 counter32 read-only
Number of reports in the ICMP Routing Problems -Applications Group. The reports apply to Application Routing problems and include Port Unreachable (Number of Port Unreachable Report Frames) and Protocol Unreachable (Number of Protocol Unreachable Report Frames) A value of 4294967294 indicates unknown.
                             mliRouteChange 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.28 counter32 read-only
Number of reports in the ICMP Route Group that relate to Route Changes. The reports include Redirect Datagrames for Host, Redirect Datagrams for Net, Redirect Datagrams for TOS and HOST and Redirect datagrams for TOS and NET. A value of 4294967294 indicates unknown.
                             mliErrors 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.29 counter32 read-only
Number of reports in the ICMP Errors Group that relate to ICMP operation errors. The reports include Unknown Error, Checksum Error, Fragmentation Required and Parameter Problems. A value of 4294967294 indicates unknown.
                             mliMaintenance 1.3.6.1.4.1.226.3.2.1.1.3.1.5.1.30 counter32 read-only
Number of reports in the ICMP Maintenance Group that relate to maintenance problems. The reports include Echo Request, Echo Reply, Time Stamp Request, Time Stamp reply, Info Request, Info Reply, Address Mask Request, Address Mask Reply and Checksum Disable. A value of 4294967294 indicates unknown.
                     mlProtocolTable 1.3.6.1.4.1.226.3.2.1.1.3.1.6 no-access
A table of CODIMA Express History Long Term MAC Database Protocol Objects. Statistics are collected every 15 minutes for each MAC address monitored by the Express. The Protocol object implements values covering the number of Frames associated with different protocols. For example, SNMP, IP, DNS Frame counts. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of MAC addresses active on the network.
                         mlProtocolEntry 1.3.6.1.4.1.226.3.2.1.1.3.1.6.1 no-access
A row in the CODIMA Express History Long Term MAC Database Base Objects table. Statistics are collected every 15 minutes for each MAC address monitored by the Express. The Protocol object implements values covering the number of Frames associated with different protocols. For example, SNMP, IP, DNS Frame counts. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of MAC addresses active on the network. Entries cannot be created or deleted via SNMP operations
                             mlpMacIndex 1.3.6.1.4.1.226.3.2.1.1.3.1.6.1.1 macaddress read-only
Identifies the MAC address of this row.
                             mlpTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.3.1.6.1.2 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             mlpTimeStamp 1.3.6.1.4.1.226.3.2.1.1.3.1.6.1.3 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             mlpNovell 1.3.6.1.4.1.226.3.2.1.1.3.1.6.1.4 counter32 read-only
The number of Novell Frames. A value of 4294967294 indicates unknown.
                             mlpSnmp 1.3.6.1.4.1.226.3.2.1.1.3.1.6.1.5 counter32 read-only
The number of Simple Network Management Protocol (SNMP) Frames. A value of 4294967294 indicates unknown.
                             mlpRouting 1.3.6.1.4.1.226.3.2.1.1.3.1.6.1.6 counter32 read-only
The number of Routing Frames. e.g. RIP, OSPF etc. A value of 4294967294 indicates unknown.
                             mlpWww 1.3.6.1.4.1.226.3.2.1.1.3.1.6.1.7 counter32 read-only
The number of World Wide Web Frames. e.g. HyperText Transfer Protocol (HTTP). A value of 4294967294 indicates unknown.
                             mlpIcmp 1.3.6.1.4.1.226.3.2.1.1.3.1.6.1.8 counter32 read-only
The number of Internet Control Message Protocol (ICMP) Frames. A value of 4294967294 indicates unknown.
                             mlpIso 1.3.6.1.4.1.226.3.2.1.1.3.1.6.1.9 counter32 read-only
The number of International Standards Organization (ISO) Frames. A value of 4294967294 indicates unknown.
                             mlpMail 1.3.6.1.4.1.226.3.2.1.1.3.1.6.1.10 counter32 read-only
The number of Mail Frames. e.g. Simple Mail Transfer Protocol (SMTP). A value of 4294967294 indicates unknown.
                             mlpNetbios 1.3.6.1.4.1.226.3.2.1.1.3.1.6.1.11 counter32 read-only
The number of NetBIOS Frames. e.g. WINS or SMB protocol. A value of 4294967294 indicates unknown.
                             mlpDns 1.3.6.1.4.1.226.3.2.1.1.3.1.6.1.12 counter32 read-only
The number of Domain Name System (DNS) Frames. A value of 4294967294 indicates unknown.
                             mlpIp 1.3.6.1.4.1.226.3.2.1.1.3.1.6.1.13 counter32 read-only
The number of Internet Protocol (IP) Frames. A value of 4294967294 indicates unknown.
                             mlpVoip 1.3.6.1.4.1.226.3.2.1.1.3.1.6.1.14 counter32 read-only
The number of Voice Over Internet Protocol (VoIP) Frames. A value of 4294967294 indicates unknown.
                             mlpLayer3Traffic 1.3.6.1.4.1.226.3.2.1.1.3.1.6.1.15 counter32 read-only
The number of frames in the (name of group) Protocol Group. Important protocols are grouped together to enable you to view patterns/profiles at Node Level. The protocols which are included in each group are user definable. A value of 4294967294 indicates unknown
                             mlpIpData 1.3.6.1.4.1.226.3.2.1.1.3.1.6.1.16 counter32 read-only
The number of frames in the (name of group) Protocol Group. Important protocols are grouped together to enable you to view patterns/profiles at Node Level. The protocols which are included in each group are user definable. A value of 4294967294 indicates unknown
                             mlpApplications 1.3.6.1.4.1.226.3.2.1.1.3.1.6.1.17 counter32 read-only
The number of frames in the (name of group) Protocol Group. Important protocols are grouped together to enable you to view patterns/profiles at Node Level. The protocols which are included in each group are user definable. A value of 4294967294 indicates unknown
                             mlpIpControl 1.3.6.1.4.1.226.3.2.1.1.3.1.6.1.18 counter32 read-only
The number of frames in the (name of group) Protocol Group. Important protocols are grouped together to enable you to view patterns/profiles at Node Level. The protocols which are included in each group are user definable. A value of 4294967294 indicates unknown
                             mlpManagement 1.3.6.1.4.1.226.3.2.1.1.3.1.6.1.19 counter32 read-only
The number of frames in the (name of group) Protocol Group. Important protocols are grouped together to enable you to view patterns/profiles at Node Level. The protocols which are included in each group are user definable. A value of 4294967294 indicates unknown
                 macShortTerm 1.3.6.1.4.1.226.3.2.1.1.3.2
Sub-tree for the CODIMA Express History Short Term MAC Database objects.
                     msBaseTable 1.3.6.1.4.1.226.3.2.1.1.3.2.1 no-access
A table of CODIMA Express History Short Term MAC Database Base Objects. Statistics are collected every 15 seconds for each MAC address monitored by the Express. The Base object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of MAC addresses active on the network.
                         msBaseEntry 1.3.6.1.4.1.226.3.2.1.1.3.2.1.1 no-access
A row in the CODIMA Express History Short Term MAC Database Base Objects table. Statistics are collected every 15 seconds for each MAC address monitored by the Express. The Base object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of MAC addresses active on the network. Entries cannot be created or deleted via SNMP operations
                             msbMacIndex 1.3.6.1.4.1.226.3.2.1.1.3.2.1.1.1 macaddress read-only
Identifies the MAC address of this row.
                             msbTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.3.2.1.1.2 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             msbTimeStamp 1.3.6.1.4.1.226.3.2.1.1.3.2.1.1.3 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             msbFrames 1.3.6.1.4.1.226.3.2.1.1.3.2.1.1.4 counter32 read-only
Number of Frames (Transmitted and Received). A value of 4294967294 indicates unknown.
                             msbBytes 1.3.6.1.4.1.226.3.2.1.1.3.2.1.1.5 counter32 read-only
Number of Bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                             msbFrameSize 1.3.6.1.4.1.226.3.2.1.1.3.2.1.1.6 gauge32 read-only
Average Frame Size in bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                             msbHardwareErrors 1.3.6.1.4.1.226.3.2.1.1.3.2.1.1.7 counter32 read-only
Number of hardware errors. A value of 4294967294 indicates unknown.
                             msbSoftwareErrors 1.3.6.1.4.1.226.3.2.1.1.3.2.1.1.8 counter32 read-only
Number of software errors (Protocol Errors). A value of 4294967294 indicates unknown.
                     msDerivedTable 1.3.6.1.4.1.226.3.2.1.1.3.2.2 no-access
A table of CODIMA Express History Short Term MAC Database Derived Objects. Statistics are collected every 15 seconds for each MAC address monitored by the Express. The Derived object implements statistics that are derived from other values, e.g., % Utilization, % Error frames. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of MAC addresses active on the network.
                         msDerivedEntry 1.3.6.1.4.1.226.3.2.1.1.3.2.2.1 no-access
A row in the CODIMA Express History Short Term MAC Database Derived Objects table. Statistics are collected every 15 seconds for each MAC address monitored by the Express. The Derived object implements statistics that are derived from other values, e.g., % Utilization, % Error frames. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of MAC addresses active on the network. Entries cannot be created or deleted via SNMP operations
                             msdMacIndex 1.3.6.1.4.1.226.3.2.1.1.3.2.2.1.1 macaddress read-only
Identifies the MAC address of this row.
                             msdTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.3.2.2.1.2 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             msdTimeStamp 1.3.6.1.4.1.226.3.2.1.1.3.2.2.1.3 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             msdUtilization 1.3.6.1.4.1.226.3.2.1.1.3.2.2.1.4 gauge32 read-only
The percentage utilization or percentage wire speed. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                             msdErrorFrames 1.3.6.1.4.1.226.3.2.1.1.3.2.2.1.5 gauge32 read-only
Percentage in relation to total number of Frames i.e., Percentage of the total frame count that have hardware or software errors. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                     msDuplexTable 1.3.6.1.4.1.226.3.2.1.1.3.2.3 no-access
A table of CODIMA Express History Short Term MAC Database Duplex Objects. Statistics are collected every 15 seconds for each MAC address monitored by the Express. The Duplex object implements statistics that are specific to a two way commnunication, e.g., Transmit Frames, Receive Frames, Transmit % Utilization, Receive % Utililization. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of MAC addresses active on the network.
                         msDuplexEntry 1.3.6.1.4.1.226.3.2.1.1.3.2.3.1 no-access
A row in the CODIMA Express History Short Term MAC Database Duplex Objects table. Statistics are collected every 15 seconds for each MAC address monitored by the Express. The Duplex object implements statistics that are specific to a two way commnunication, e.g., Transmit Frames, Receive Frames, Transmit % Utilization, Receive % Utililization. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of MAC addresses active on the network. Entries cannot be created or deleted via SNMP operations
                             msdpMacIndex 1.3.6.1.4.1.226.3.2.1.1.3.2.3.1.1 macaddress read-only
Identifies the MAC address of this row.
                             msdpTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.3.2.3.1.2 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             msdpTimeStamp 1.3.6.1.4.1.226.3.2.1.1.3.2.3.1.3 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             msdpTxFrames 1.3.6.1.4.1.226.3.2.1.1.3.2.3.1.4 counter32 read-only
Number of Frames Transmitted. A value of 4294967294 indicates unknown.
                             msdpTxBytes 1.3.6.1.4.1.226.3.2.1.1.3.2.3.1.5 counter32 read-only
Number of Bytes Transmitted. A value of 4294967294 indicates unknown.
                             msdpTxFrameSize 1.3.6.1.4.1.226.3.2.1.1.3.2.3.1.6 gauge32 read-only
Average Frame Size, in bytes, Transmitted. A value of 4294967294 indicates unknown.
                             msdpTxUtilization 1.3.6.1.4.1.226.3.2.1.1.3.2.3.1.7 gauge32 read-only
Percent Utilization Transmitted (% Wire Speed). Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                             msdpRxFrames 1.3.6.1.4.1.226.3.2.1.1.3.2.3.1.8 counter32 read-only
Number of Frames Received. A value of 4294967294 indicates unknown.
                             msdpRxBytes 1.3.6.1.4.1.226.3.2.1.1.3.2.3.1.9 counter32 read-only
Number of Bytes Received. A value of 4294967294 indicates unknown.
                             msdpRxFrameSize 1.3.6.1.4.1.226.3.2.1.1.3.2.3.1.10 gauge32 read-only
Average Frame Size, in bytes, Received. A value of 4294967294 indicates unknown.
                             msdpRxUtilization 1.3.6.1.4.1.226.3.2.1.1.3.2.3.1.11 gauge32 read-only
Percent Utilization Received (% Wire Speed). Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                     msEthernetTable 1.3.6.1.4.1.226.3.2.1.1.3.2.4 no-access
A table of CODIMA Express History Short Term MAC Database Ethernet Objects. Statistics are collected every 15 seconds for each MAC address monitored by the Express. The Ethernet object implements statistics that are specific to Ethernet Networks, e.g., Collisions, Jabbers, Runts, CRC errors etc. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of MAC addresses active on the network.
                         msEthernetEntry 1.3.6.1.4.1.226.3.2.1.1.3.2.4.1 no-access
A row in the CODIMA Express History Short Term MAC Database Ethernet Objects table. Statistics are collected every 15 seconds for each MAC address monitored by the Express. The Ethernet object implements statistics that are specific to Ethernet Networks, e.g., Collisions, Jabbers, Runts, CRC errors etc. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of MAC addresses active on the network.
                             mseMacIndex 1.3.6.1.4.1.226.3.2.1.1.3.2.4.1.1 macaddress read-only
Identifies the MAC address of this row.
                             mseTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.3.2.4.1.2 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             mseTimeStamp 1.3.6.1.4.1.226.3.2.1.1.3.2.4.1.3 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             mseRunts 1.3.6.1.4.1.226.3.2.1.1.3.2.4.1.4 counter32 read-only
Number of Runts. Runts are frames which are smaller than the Ethernet minimum frames size of 64 bytes. A value of 4294967294 indicates unknown.
                             mseJabbers 1.3.6.1.4.1.226.3.2.1.1.3.2.4.1.5 counter32 read-only
Number of Jabber Frames. Jabbers are frames which exceed the Ethernet maximum packets size of 1518, they are most often caused by faulty transceivers which send spurious noise onto the network. A value of 4294967294 indicates unknown.
                             mseCrc 1.3.6.1.4.1.226.3.2.1.1.3.2.4.1.6 counter32 read-only
Number of CRC/Alignment Errors. CRC errors are frames which have been damaged. The Cyclic Redundancy Checksum used to confirm the validity of the frames contents shows that the frame is not valid. Alignment Errors are frames which are misaligned, a frame which does not end on an 8-bit boundary is considered an Alignment Error. A value of 4294967294 indicates unknown.
                             mseCollisions 1.3.6.1.4.1.226.3.2.1.1.3.2.4.1.7 counter32 read-only
Number of Collisions. Collisions are the result of two workstations trying to use shared a transmission medium (cable) simultaneously, e.g., using Ethernet CSMA/CD. The electrical signals, which carry the information the workstations are sending, bump into each other, ruining both signals. This means both workstations will have to re-transmit their information. In most systems, a built-in delay will make sure the collision does not occur again. A value of 4294967294 indicates unknown.
                             mseLateCollisions 1.3.6.1.4.1.226.3.2.1.1.3.2.4.1.8 counter32 read-only
Number of Late Collisions. The term late collisions applies to collisions which occur late enough for the first 12 bytes of the frame to be monitored. A value of 4294967294 indicates unknown.
                     msIcmpTable 1.3.6.1.4.1.226.3.2.1.1.3.2.5 no-access
A table of CODIMA Express History Short Term MAC Database ICMP Objects. Statistics are collected every 15 seconds for each MAC address monitored by the Express. The ICMP object implements statistics that are associated with ICMP reports. The ICMP object also adds together report counts from the ICMP table object into catagories. For example, the Group Applications Routing Problems include Port Unreachable and Protocol Unreachable report counts. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of MAC addresses active on the network.
                         msIcmpEntry 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1 no-access
A row in the CODIMA Express History Short Term MAC Database ICMP Objects table. Statistics are collected every 15 seconds for each MAC address monitored by the Express. The ICMP object implements statistics that are associated with ICMP reports. The ICMP object also adds together report counts from the ICMP table object into catagories. For example, the Group Applications Routing Problems include Port Unreachable and Protocol Unreachable report counts. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of MAC addresses active on the network.
                             msiMacIndex 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.1 macaddress read-only
Identifies the MAC address of this row.
                             msiTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.2 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             msiTimeStamp 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.3 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             msiPing 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.4 counter32 read-only
Number of IP Pings (Echo Request or Echo Reply Frames). A value of 4294967294 indicates unknown.
                             msiSrcQuench 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.5 counter32 read-only
Number of Source Quench Report Frames. A value of 4294967294 indicates unknown.
                             msiRedirect 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.6 counter32 read-only
Number of Re-Direct Report Frames. A value of 4294967294 indicates unknown.
                             msiTtlExceeded 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.7 counter32 read-only
Number of Time to Live Count Exceeded Report Frames. A value of 4294967294 indicates unknown.
                             msiParamProblem 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.8 counter32 read-only
Number of Parameter Problem Report Frames. A value of 4294967294 indicates unknown.
                             msiTimestamp 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.9 counter32 read-only
Number of TimeStamp/Address Mask Report Frames. A value of 4294967294 indicates unknown.
                             msiFragTimeout 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.10 counter32 read-only
Number of Fragment Reassembly Timeout Report Frames. A value of 4294967294 indicates unknown.
                             msiNetUnreachable 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.11 counter32 read-only
Number of Network Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             msiHostUnreachable 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.12 counter32 read-only
Number of Host Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             msiProtocolUnreachable 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.13 counter32 read-only
Number of Protocol Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             msiPortUnreachable 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.14 counter32 read-only
Number of Port Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             msiFragRequired 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.15 counter32 read-only
Number of Fragmentation Needed Report Frames with Don't fragment bit set. A value of 4294967294 indicates unknown.
                             msiSrcRouteFail 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.16 counter32 read-only
Number of Source Route Failure Report Frames. A value of 4294967294 indicates unknown.
                             msiDestNetUnknown 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.17 counter32 read-only
Number of Destination Network Unknown Report Frames. A value of 4294967294 indicates unknown.
                             msiDestHostUnknown 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.18 counter32 read-only
Number of Destination Host Unknown Report Frames. A value of 4294967294 indicates unknown.
                             msiSrcHostIsolated 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.19 counter32 read-only
Number of Source Host Isolated Report Frames. A value of 4294967294 indicates unknown.
                             msiNetProhibited 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.20 counter32 read-only
Number of Network Prohibited Report Frames. A value of 4294967294 indicates unknown.
                             msiHostProhibited 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.21 counter32 read-only
Number of Host Prohibited Report Frames. A value of 4294967294 indicates unknown.
                             msiNetTosUnreachable 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.22 counter32 read-only
Number of Network Type of Service Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             msiHostTosUnreachable 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.23 counter32 read-only
Number of Host Type of Service Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             msiPerformance 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.24 counter32 read-only
Number of reports in the Performance Indicator Group. The reports that are Performance Indicators are Fragment Reassembly Timeout (Number of Fragment Reassembly Timeout Report Frames), Source Quench (Number of Source Quench Report Frames) and TTL Count Exceeded (Number of Time to Live Count Exceeded Report Frames). A value of 4294967294 indicates unknown.'
                             msiNetRouteProblem 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.25 counter32 read-only
Number of reports in the ICMP Routing Problems - Network Group. The reports apply to Network Routing problems and include Destination Net Unknown (Number of Destination Network Unknown Report Frames), Network Prohibited (Number of Network Prohibited Report Frames), Network TOS Unreachable (Number of Network Type of Service Unreachable Report Frames), Network Unreachable (Number of Network Unreachable Report Frames) and Source Route Fail (Number of Source Route Failure Report Frames). A value of 4294967294 indicates unknown.
                             msiHostRouteProblem 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.26 counter32 read-only
Number of reports in the ICMP Routing Problems - Host Group. The reports apply to Host Routing problems and include Destination Host Unknown (Number of Destination Host Unknown Report Frames), Host TOS Unreachable (Number of Host Type of Service Unreachable Report Frames), Host Prohibited (Number of Host Prohibited Report Frames), Host Unreachable (Number of Host Unreachable Report Frames) and Source Host Isolated (Number of Source Host Isolated Report Frames). A value of 4294967294 indicates unknown.
                             msiAppRouteProblem 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.27 counter32 read-only
Number of reports in the ICMP Routing Problems -Applications Group. The reports apply to Application Routing problems and include Port Unreachable (Number of Port Unreachable Report Frames) and Protocol Unreachable (Number of Protocol Unreachable Report Frames) A value of 4294967294 indicates unknown.
                             msiRouteChange 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.28 counter32 read-only
Number of reports in the ICMP Route Group that relate to Route Changes. The reports include Redirect Datagrames for Host, Redirect Datagrams for Net, Redirect Datagrams for TOS and HOST and Redirect datagrams for TOS and NET. A value of 4294967294 indicates unknown.
                             msiErrors 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.29 counter32 read-only
Number of reports in the ICMP Errors Group that relate to ICMP operation errors. The reports include Unknown Error, Checksum Error, Fragmentation Required and Parameter Problems. A value of 4294967294 indicates unknown.
                             msiMaintenance 1.3.6.1.4.1.226.3.2.1.1.3.2.5.1.30 counter32 read-only
Number of reports in the ICMP Maintenance Group that relate to maintenance problems. The reports include Echo Request, Echo Reply, Time Stamp Request, Time Stamp reply, Info Request, Info Reply, Address Mask Request, Address Mask Reply and Checksum Disable. A value of 4294967294 indicates unknown.
                     msProtocolTable 1.3.6.1.4.1.226.3.2.1.1.3.2.6 no-access
A table of CODIMA Express History Short Term MAC Database Protocol Objects. Statistics are collected every 15 seconds for each MAC address monitored by the Express. The Protocol object implements values covering the number of Frames associated with different protocols. For example, SNMP, IP, DNS Frame counts. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of MAC addresses active on the network.
                         msProtocolEntry 1.3.6.1.4.1.226.3.2.1.1.3.2.6.1 no-access
A row in the CODIMA Express History Short Term MAC Database Protocol Objects table. Statistics are collected every 15 seconds for each MAC address monitored by the Express. The Protocol object implements values covering the number of Frames associated with different protocols. For example, SNMP, IP, DNS Frame counts. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of MAC addresses active on the network. Entries cannot be created or deleted via SNMP operations
                             mspMacIndex 1.3.6.1.4.1.226.3.2.1.1.3.2.6.1.1 macaddress read-only
Identifies the MAC address of this row.
                             mspTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.3.2.6.1.2 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             mspTimeStamp 1.3.6.1.4.1.226.3.2.1.1.3.2.6.1.3 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             mspNovell 1.3.6.1.4.1.226.3.2.1.1.3.2.6.1.4 counter32 read-only
The number of Novell Frames. A value of 4294967294 indicates unknown.
                             mspSnmp 1.3.6.1.4.1.226.3.2.1.1.3.2.6.1.5 counter32 read-only
The number of Simple Network Management Protocol (SNMP) Frames. A value of 4294967294 indicates unknown.
                             mspRouting 1.3.6.1.4.1.226.3.2.1.1.3.2.6.1.6 counter32 read-only
The number of Routing Frames. e.g. RIP, OSPF etc. A value of 4294967294 indicates unknown.
                             mspWww 1.3.6.1.4.1.226.3.2.1.1.3.2.6.1.7 counter32 read-only
The number of World Wide Web Frames. e.g. HyperText Transfer Protocol (HTTP). A value of 4294967294 indicates unknown.
                             mspIcmp 1.3.6.1.4.1.226.3.2.1.1.3.2.6.1.8 counter32 read-only
The number of Internet Control Message Protocol (ICMP) Frames. A value of 4294967294 indicates unknown.
                             mspIso 1.3.6.1.4.1.226.3.2.1.1.3.2.6.1.9 counter32 read-only
The number of International Standards Organization (ISO) Frames. A value of 4294967294 indicates unknown.
                             mspMail 1.3.6.1.4.1.226.3.2.1.1.3.2.6.1.10 counter32 read-only
The number of Mail Frames. e.g. Simple Mail Transfer Protocol (SMTP). A value of 4294967294 indicates unknown.
                             mspNetbios 1.3.6.1.4.1.226.3.2.1.1.3.2.6.1.11 counter32 read-only
The number of NetBIOS Frames. e.g. WINS or SMB protocol. A value of 4294967294 indicates unknown.
                             mspDns 1.3.6.1.4.1.226.3.2.1.1.3.2.6.1.12 counter32 read-only
The number of Domain Name System (DNS) Frames. A value of 4294967294 indicates unknown.
                             mspIp 1.3.6.1.4.1.226.3.2.1.1.3.2.6.1.13 counter32 read-only
The number of Internet Protocol (IP) Frames. A value of 4294967294 indicates unknown.
                             mspVoip 1.3.6.1.4.1.226.3.2.1.1.3.2.6.1.14 counter32 read-only
The number of Voice Over Internet Protocol (VoIP) Frames. A value of 4294967294 indicates unknown.
                             mspLayer3Traffic 1.3.6.1.4.1.226.3.2.1.1.3.2.6.1.15 counter32 read-only
The number of frames in the (name of group) Protocol Group. Important protocols are grouped together to enable you to view patterns/profiles at Node Level. The protocols which are included in each group are user definable. A value of 4294967294 indicates unknown
                             mspIpData 1.3.6.1.4.1.226.3.2.1.1.3.2.6.1.16 counter32 read-only
The number of frames in the (name of group) Protocol Group. Important protocols are grouped together to enable you to view patterns/profiles at Node Level. The protocols which are included in each group are user definable. A value of 4294967294 indicates unknown
                             mspApplications 1.3.6.1.4.1.226.3.2.1.1.3.2.6.1.17 counter32 read-only
The number of frames in the (name of group) Protocol Group. Important protocols are grouped together to enable you to view patterns/profiles at Node Level. The protocols which are included in each group are user definable. A value of 4294967294 indicates unknown
                             mspIpControl 1.3.6.1.4.1.226.3.2.1.1.3.2.6.1.18 counter32 read-only
The number of frames in the (name of group) Protocol Group. Important protocols are grouped together to enable you to view patterns/profiles at Node Level. The protocols which are included in each group are user definable. A value of 4294967294 indicates unknown
                             mspManagement 1.3.6.1.4.1.226.3.2.1.1.3.2.6.1.19 counter32 read-only
The number of frames in the (name of group) Protocol Group. Important protocols are grouped together to enable you to view patterns/profiles at Node Level. The protocols which are included in each group are user definable. A value of 4294967294 indicates unknown
             dbMacPeer 1.3.6.1.4.1.226.3.2.1.1.4
Sub-tree for the CODIMA Express History MAC Peer Database objects.
                 macPeerLongTerm 1.3.6.1.4.1.226.3.2.1.1.4.1
Sub-tree for the CODIMA Express History Long Term MAC Peer Database objects.
                     mplBaseTable 1.3.6.1.4.1.226.3.2.1.1.4.1.1 no-access
A table of CODIMA Express History Long Term MAC Database Peer Base Objects. Based on 15 minute intervals, statistics are collected for each MAC Peer pair monitored by the Express. Some Unit Types such as File Servers and Routers are automatically set to provide Node Peers Statistics, others such as Unknown Unit Type or Work Station will need to have the Node peer statistics activated. The Base object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of MAC nodes set to collect peer data.
                         mplBaseEntry 1.3.6.1.4.1.226.3.2.1.1.4.1.1.1 no-access
A row in the CODIMA Express History Long Term MAC Database Base Objects table. Based on 15 minute intervals, statistics are collected for each MAC Peer pair monitored by the Express. Some Unit Types such as File Servers and Routers are automatically set to provide Node Peers Statistics, others such as Unknown Unit Type or Work Station will need to have the Node peer statistics activated. The Base object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of MAC nodes set to collect peer data. Entries cannot be created or deleted via SNMP operations
                             mplbMac1Index 1.3.6.1.4.1.226.3.2.1.1.4.1.1.1.1 macaddress read-only
Identifies the first Peer MAC address of this row.
                             mplbMac2Index 1.3.6.1.4.1.226.3.2.1.1.4.1.1.1.2 macaddress read-only
Identifies the second Peer MAC address of this row.
                             mplbTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.4.1.1.1.3 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in minutes from Midnight January 1st 1970.
                             mplbTimeStamp 1.3.6.1.4.1.226.3.2.1.1.4.1.1.1.4 displaystring read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in minutes from Midnight January 1st 1970 in human readable form.
                             mplbFrames 1.3.6.1.4.1.226.3.2.1.1.4.1.1.1.5 counter32 read-only
Number of Frames (Transmitted and Received). A value of 4294967294 indicates unknown.
                             mplbBytes 1.3.6.1.4.1.226.3.2.1.1.4.1.1.1.6 counter32 read-only
Number of Bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                             mplbFrameSize 1.3.6.1.4.1.226.3.2.1.1.4.1.1.1.7 gauge32 read-only
Average Frame Size in bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                             mplbHardwareErrors 1.3.6.1.4.1.226.3.2.1.1.4.1.1.1.8 counter32 read-only
Number of hardware errors. A value of 4294967294 indicates unknown.
                             mplbSoftwareErrors 1.3.6.1.4.1.226.3.2.1.1.4.1.1.1.9 counter32 read-only
Number of software errors (Protocol Errors). A value of 4294967294 indicates unknown.
                     mplDerivedTable 1.3.6.1.4.1.226.3.2.1.1.4.1.2 no-access
A table of CODIMA Express History Long Term MAC Database Peer Derived Objects. Based on 15 minute intervals, statistics are collected for each MAC Peer pair monitored by the Express. Some Unit Types such as File Servers and Routers are automatically set to provide Node Peers Statistics, others such as Unknown Unit Type or Work Station will need to have the Node peer statistics activated. The Derived object implements statistics that are derived from other values, e.g., % Utilization, % Error frames. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of MAC nodes set to collect peer data.
                         mplDerivedEntry 1.3.6.1.4.1.226.3.2.1.1.4.1.2.1 no-access
A row in the CODIMA Express History Long Term MAC Database Peer Derived Objects table. Based on 15 minute intervals, statistics are collected for each MAC Peer pair monitored by the Express. Some Unit Types such as File Servers and Routers are automatically set to provide Node Peers Statistics, others such as Unknown Unit Type or Work Station will need to have the Node peer statistics activated. The Derived object implements statistics that are derived from other values, e.g., % Utilization, % Error frames. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of MAC nodes set to collect peer data.
                             mpldMac1Index 1.3.6.1.4.1.226.3.2.1.1.4.1.2.1.1 macaddress read-only
Identifies the first Peer MAC address of this row.
                             mpldMac2Index 1.3.6.1.4.1.226.3.2.1.1.4.1.2.1.2 macaddress read-only
Identifies the second Peer MAC address of this row.
                             mpldTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.4.1.2.1.3 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             mpldTimeStamp 1.3.6.1.4.1.226.3.2.1.1.4.1.2.1.4 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             mpldUtilization 1.3.6.1.4.1.226.3.2.1.1.4.1.2.1.5 gauge32 read-only
The percentage utilization or percentage wire speed. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                             mpldErrorFrames 1.3.6.1.4.1.226.3.2.1.1.4.1.2.1.6 gauge32 read-only
Percentage in relation to total number of Frames i.e., Percentage of the total frame count that have hardware or software errors. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                     mplDuplexTable 1.3.6.1.4.1.226.3.2.1.1.4.1.3 no-access
A table of CODIMA Express History Long Term MAC Database Duplex Objects. Based on 15 minute intervals, statistics are collected for each MAC Peer pair monitored by the Express. Some Unit Types such as File Servers and Routers are automatically set to provide Node Peers Statistics, others such as Unknown Unit Type or Work Station will need to have the Node peer statistics activated. The Duplex object implements statistics that are specific to a two way commnunication, e.g., Transmit Frames, Receive Frames, Transmit % Utilization, Receive % Utililization. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of MAC nodes set to collect peer data.
                         mplDuplexEntry 1.3.6.1.4.1.226.3.2.1.1.4.1.3.1 no-access
A table of CODIMA Express History Long Term MAC Database Duplex Objects. Based on 15 minute intervals, statistics are collected for each MAC Peer pair monitored by the Express. Some Unit Types such as File Servers and Routers are automatically set to provide Node Peers Statistics, others such as Unknown Unit Type or Work Station will need to have the Node peer statistics activated. The Duplex object implements statistics that are specific to a two way commnunication, e.g., Transmit Frames, Receive Frames, Transmit % Utilization, Receive % Utililization. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of MAC nodes set to collect peer data. Entries cannot be created or deleted via SNMP operations
                             mplduMac1Index 1.3.6.1.4.1.226.3.2.1.1.4.1.3.1.1 macaddress read-only
Identifies the first Peer MAC address of this row.
                             mplduMac2Index 1.3.6.1.4.1.226.3.2.1.1.4.1.3.1.2 macaddress read-only
Identifies the second Peer MAC address of this row.
                             mplduTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.4.1.3.1.3 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             mplduTimeStamp 1.3.6.1.4.1.226.3.2.1.1.4.1.3.1.4 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             mplduTxFrames 1.3.6.1.4.1.226.3.2.1.1.4.1.3.1.5 counter32 read-only
Number of Frames Transmitted. A value of 4294967294 indicates unknown.
                             mplduTxBytes 1.3.6.1.4.1.226.3.2.1.1.4.1.3.1.6 counter32 read-only
Number of Bytes Transmitted. A value of 4294967294 indicates unknown.
                             mplduTxFrameSize 1.3.6.1.4.1.226.3.2.1.1.4.1.3.1.7 gauge32 read-only
Average Frame Size, in bytes, Transmitted. A value of 4294967294 indicates unknown.
                             mplduTxUtilization 1.3.6.1.4.1.226.3.2.1.1.4.1.3.1.8 gauge32 read-only
Percent Utilization Transmitted (% Wire Speed). Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                             mplduRxFrames 1.3.6.1.4.1.226.3.2.1.1.4.1.3.1.9 counter32 read-only
Number of Frames Received. A value of 4294967294 indicates unknown.
                             mplduRxBytes 1.3.6.1.4.1.226.3.2.1.1.4.1.3.1.10 counter32 read-only
Number of Bytes Received. A value of 4294967294 indicates unknown.
                             mplduRxFrameSize 1.3.6.1.4.1.226.3.2.1.1.4.1.3.1.11 gauge32 read-only
Average Frame Size, in bytes, Received. A value of 4294967294 indicates unknown.
                             mplduRxUtilization 1.3.6.1.4.1.226.3.2.1.1.4.1.3.1.12 gauge32 read-only
Percent Utilization Received (% Wire Speed). Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                     mplProtocolTable 1.3.6.1.4.1.226.3.2.1.1.4.1.4 no-access
A table of CODIMA Express History Long Term MAC Peer Database Protocol Objects. Statistics are collected every 15 minutes for each MAC address monitored by the Express. The Protocol object implements values covering the number of Frames associated with different protocols. For example, SNMP, IP, DNS Frame counts. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of MAC addresses active on the network.
                         mplProtocolEntry 1.3.6.1.4.1.226.3.2.1.1.4.1.4.1 no-access
A row in the CODIMA Express History Long Term MAC Peer Database Base Objects table. Statistics are collected every 15 minutes for each MAC address monitored by the Express. The Protocol object implements values covering the number of Frames associated with different protocols. For example, SNMP, IP, DNS Frame counts. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of MAC addresses active on the network. Entries cannot be created or deleted via SNMP operations
                             mplpMac1Index 1.3.6.1.4.1.226.3.2.1.1.4.1.4.1.1 macaddress read-only
Identifies the first Peer MAC address of this row.
                             mplpMac2Index 1.3.6.1.4.1.226.3.2.1.1.4.1.4.1.2 macaddress read-only
Identifies the second Peer MAC address of this row.
                             mplpTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.4.1.4.1.3 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             mplpTimeStamp 1.3.6.1.4.1.226.3.2.1.1.4.1.4.1.4 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             mplpNovell 1.3.6.1.4.1.226.3.2.1.1.4.1.4.1.5 counter32 read-only
The number of Novell Frames. A value of 4294967294 indicates unknown.
                             mplpSnmp 1.3.6.1.4.1.226.3.2.1.1.4.1.4.1.6 counter32 read-only
The number of Simple Network Management Protocol (SNMP) Frames. A value of 4294967294 indicates unknown.
                             mplpRouting 1.3.6.1.4.1.226.3.2.1.1.4.1.4.1.7 counter32 read-only
The number of Routing Frames. e.g. RIP, OSPF etc. A value of 4294967294 indicates unknown.
                             mplpWww 1.3.6.1.4.1.226.3.2.1.1.4.1.4.1.8 counter32 read-only
The number of World Wide Web Frames. e.g. HyperText Transfer Protocol (HTTP). A value of 4294967294 indicates unknown.
                             mplpIcmp 1.3.6.1.4.1.226.3.2.1.1.4.1.4.1.9 counter32 read-only
The number of Internet Control Message Protocol (ICMP) Frames. A value of 4294967294 indicates unknown.
                             mplpIso 1.3.6.1.4.1.226.3.2.1.1.4.1.4.1.10 counter32 read-only
The number of International Standards Organization (ISO) Frames. A value of 4294967294 indicates unknown.
                             mplpMail 1.3.6.1.4.1.226.3.2.1.1.4.1.4.1.11 counter32 read-only
The number of Mail Frames. e.g. Simple Mail Transfer Protocol (SMTP). A value of 4294967294 indicates unknown.
                             mplpNetbios 1.3.6.1.4.1.226.3.2.1.1.4.1.4.1.12 counter32 read-only
The number of NetBIOS Frames. e.g. WINS or SMB protocol. A value of 4294967294 indicates unknown.
                             mplpDns 1.3.6.1.4.1.226.3.2.1.1.4.1.4.1.13 counter32 read-only
The number of Domain Name System (DNS) Frames. A value of 4294967294 indicates unknown.
                             mplpIp 1.3.6.1.4.1.226.3.2.1.1.4.1.4.1.14 counter32 read-only
The number of Internet Protocol (IP) Frames. A value of 4294967294 indicates unknown.
                             mplpVoip 1.3.6.1.4.1.226.3.2.1.1.4.1.4.1.15 counter32 read-only
The number of Voice Over Internet Protocol (VoIP) Frames. A value of 4294967294 indicates unknown.
                             mplpLayer3Traffic 1.3.6.1.4.1.226.3.2.1.1.4.1.4.1.16 counter32 read-only
The number of frames in the (name of group) Protocol Group. Important protocols are grouped together to enable you to view patterns/profiles at Node Level. The protocols which are included in each group are user definable. A value of 4294967294 indicates unknown
                             mplpIpData 1.3.6.1.4.1.226.3.2.1.1.4.1.4.1.17 counter32 read-only
The number of frames in the (name of group) Protocol Group. Important protocols are grouped together to enable you to view patterns/profiles at Node Level. The protocols which are included in each group are user definable. A value of 4294967294 indicates unknown
                             mplpApplications 1.3.6.1.4.1.226.3.2.1.1.4.1.4.1.18 counter32 read-only
The number of frames in the (name of group) Protocol Group. Important protocols are grouped together to enable you to view patterns/profiles at Node Level. The protocols which are included in each group are user definable. A value of 4294967294 indicates unknown
                             mplpIpControl 1.3.6.1.4.1.226.3.2.1.1.4.1.4.1.19 counter32 read-only
The number of frames in the (name of group) Protocol Group. Important protocols are grouped together to enable you to view patterns/profiles at Node Level. The protocols which are included in each group are user definable. A value of 4294967294 indicates unknown
                             mplpManagement 1.3.6.1.4.1.226.3.2.1.1.4.1.4.1.20 counter32 read-only
The number of frames in the (name of group) Protocol Group. Important protocols are grouped together to enable you to view patterns/profiles at Node Level. The protocols which are included in each group are user definable. A value of 4294967294 indicates unknown
                 macPeerShortTerm 1.3.6.1.4.1.226.3.2.1.1.4.2
Sub-tree for the CODIMA Express History Short Term MAC Peer Database objects.
                     mpsBaseTable 1.3.6.1.4.1.226.3.2.1.1.4.2.1 no-access
A table of CODIMA Express History Short Term MAC Database Peer Base Objects. Based on 15 second intervals, statistics are collected for each MAC Peer pair monitored by the Express. Some Unit Types such as File Servers and Routers are automatically set to provide Node Peers Statistics, others such as Unknown Unit Type or Work Station will need to have the Node peer statistics activated. The Base object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of MAC nodes set to collect peer data.
                         mpsBaseEntry 1.3.6.1.4.1.226.3.2.1.1.4.2.1.1 no-access
A row in the CODIMA Express History Short Term MAC Database Base Objects table. Based on 15 second intervals, statistics are collected for each MAC Peer pair monitored by the Express. Some Unit Types such as File Servers and Routers are automatically set to provide Node Peers Statistics, others such as Unknown Unit Type or Work Station will need to have the Node peer statistics activated. The Base object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of MAC nodes set to collect peer data. Entries cannot be created or deleted via SNMP operations
                             mpsbMac1Index 1.3.6.1.4.1.226.3.2.1.1.4.2.1.1.1 macaddress read-only
Identifies the first Peer MAC address of this row.
                             mpsbMac2Index 1.3.6.1.4.1.226.3.2.1.1.4.2.1.1.2 macaddress read-only
Identifies the second Peer MAC address of this row.
                             mpsbTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.4.2.1.1.3 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             mpsbTimeStamp 1.3.6.1.4.1.226.3.2.1.1.4.2.1.1.4 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             mpsbFrames 1.3.6.1.4.1.226.3.2.1.1.4.2.1.1.5 counter32 read-only
Number of Frames (Transmitted and Received). A value of 4294967294 indicates unknown.
                             mpsbBytes 1.3.6.1.4.1.226.3.2.1.1.4.2.1.1.6 counter32 read-only
Number of Bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                             mpsbFrameSize 1.3.6.1.4.1.226.3.2.1.1.4.2.1.1.7 gauge32 read-only
Average Frame Size, in bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                             mpsbHardwareErrors 1.3.6.1.4.1.226.3.2.1.1.4.2.1.1.8 counter32 read-only
Number of hardware errors. A value of 4294967294 indicates unknown.
                             mpsbSoftwareErrors 1.3.6.1.4.1.226.3.2.1.1.4.2.1.1.9 counter32 read-only
Number of software errors (Protocol Errors). A value of 4294967294 indicates unknown.
                     mpsDerivedTable 1.3.6.1.4.1.226.3.2.1.1.4.2.2 no-access
A table of CODIMA Express History Long Term MAC Database Peer Derived Objects. Based on 15 minute intervals, statistics are collected for each MAC Peer pair monitored by the Express. Some Unit Types such as File Servers and Routers are automatically set to provide Node Peers Statistics, others such as Unknown Unit Type or Work Station will need to have the Node peer statistics activated. The Derived object implements statistics that are derived from other values, e.g., % Utilization, % Error frames. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of MAC nodes set to collect peer data.
                         mpsDerivedEntry 1.3.6.1.4.1.226.3.2.1.1.4.2.2.1 no-access
A row in the CODIMA Express History Long Term MAC Database Peer Derived Objects table. Based on 15 minute intervals, statistics are collected for each MAC Peer pair monitored by the Express. Some Unit Types such as File Servers and Routers are automatically set to provide Node Peers Statistics, others such as Unknown Unit Type or Work Station will need to have the Node peer statistics activated. The Derived object implements statistics that are derived from other values, e.g., % Utilization, % Error frames. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of MAC nodes set to collect peer data.
                             mpsdMac1Index 1.3.6.1.4.1.226.3.2.1.1.4.2.2.1.1 macaddress read-only
Identifies the first Peer MAC address of this row.
                             mpsdMac2Index 1.3.6.1.4.1.226.3.2.1.1.4.2.2.1.2 macaddress read-only
Identifies the second Peer MAC address of this row.
                             mpsdTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.4.2.2.1.3 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             mpsdTimeStamp 1.3.6.1.4.1.226.3.2.1.1.4.2.2.1.4 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             mpsdUtilization 1.3.6.1.4.1.226.3.2.1.1.4.2.2.1.5 gauge32 read-only
The percentage utilization or percentage wire speed. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                             mpsdErrorFrames 1.3.6.1.4.1.226.3.2.1.1.4.2.2.1.6 gauge32 read-only
Percentage in relation to total number of Frames i.e., Percentage of the total frame count that have hardware or software errors. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                     mpsDuplexTable 1.3.6.1.4.1.226.3.2.1.1.4.2.3 no-access
A table of CODIMA Express History Short Term MAC Database Duplex Objects. Based on 15 second intervals, statistics are collected for each MAC Peer pair monitored by the Express. Some Unit Types such as File Servers and Routers are automatically set to provide Node Peers Statistics, others such as Unknown Unit Type or Work Station will need to have the Node peer statistics activated. The Duplex object implements statistics that are specific to a two way commnunication, e.g., Transmit Frames, Receive Frames, Transmit % Utilization, Receive % Utililization. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of MAC nodes set to collect peer data.
                         mpsDuplexEntry 1.3.6.1.4.1.226.3.2.1.1.4.2.3.1 no-access
A table of CODIMA Express History Short Term MAC Database Duplex Objects. Based on 15 second intervals, statistics are collected for each MAC Peer pair monitored by the Express. Some Unit Types such as File Servers and Routers are automatically set to provide Node Peers Statistics, others such as Unknown Unit Type or Work Station will need to have the Node peer statistics activated. The Duplex object implements statistics that are specific to a two way commnunication, e.g., Transmit Frames, Receive Frames, Transmit % Utilization, Receive % Utililization. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of MAC nodes set to collect peer data. Entries cannot be created or deleted via SNMP operations
                             mpsduMac1Index 1.3.6.1.4.1.226.3.2.1.1.4.2.3.1.1 macaddress read-only
Identifies the first Peer MAC address of this row.
                             mpsduMac2Index 1.3.6.1.4.1.226.3.2.1.1.4.2.3.1.2 macaddress read-only
Identifies the second Peer MAC address of this row.
                             mpsduTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.4.2.3.1.3 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             mpsduTimeStamp 1.3.6.1.4.1.226.3.2.1.1.4.2.3.1.4 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             mpsduTxFrames 1.3.6.1.4.1.226.3.2.1.1.4.2.3.1.5 counter32 read-only
Number of Frames Transmitted. A value of 4294967294 indicates unknown.
                             mpsduTxBytes 1.3.6.1.4.1.226.3.2.1.1.4.2.3.1.6 counter32 read-only
Number of Bytes Transmitted. A value of 4294967294 indicates unknown.
                             mpsduTxFrameSize 1.3.6.1.4.1.226.3.2.1.1.4.2.3.1.7 gauge32 read-only
Average Frame Size, in bytes, Transmitted. A value of 4294967294 indicates unknown.
                             mpsduTxUtilization 1.3.6.1.4.1.226.3.2.1.1.4.2.3.1.8 gauge32 read-only
Percent Utilization Transmitted (% Wire Speed). Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                             mpsduRxFrames 1.3.6.1.4.1.226.3.2.1.1.4.2.3.1.9 counter32 read-only
Number of Frames Received. A value of 4294967294 indicates unknown.
                             mpsduRxBytes 1.3.6.1.4.1.226.3.2.1.1.4.2.3.1.10 counter32 read-only
Number of Bytes Received. A value of 4294967294 indicates unknown.
                             mpsduRxFrameSize 1.3.6.1.4.1.226.3.2.1.1.4.2.3.1.11 gauge32 read-only
Average Frame Size, in bytes, Received. A value of 4294967294 indicates unknown.
                             mpsduRxUtilization 1.3.6.1.4.1.226.3.2.1.1.4.2.3.1.12 gauge32 read-only
Percent Utilization Received (% Wire Speed). Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                     mpsProtocolTable 1.3.6.1.4.1.226.3.2.1.1.4.2.4 no-access
A table of CODIMA Express History Short Term MAC Peer Database Protocol Objects. Statistics are collected every 15 seconds for each MAC address monitored by the Express. The Protocol object implements values covering the number of Frames associated with different protocols. For example, SNMP, IP, DNS Frame counts. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of MAC addresses active on the network.
                         mpsProtocolEntry 1.3.6.1.4.1.226.3.2.1.1.4.2.4.1 no-access
A row in the CODIMA Express History Short Term MAC Peer Database Protocol Objects table. Statistics are collected every 15 seconds for each MAC address monitored by the Express. The Protocol object implements values covering the number of Frames associated with different protocols. For example, SNMP, IP, DNS Frame counts. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of MAC addresses active on the network. Entries cannot be created or deleted via SNMP operations
                             mpspMac1Index 1.3.6.1.4.1.226.3.2.1.1.4.2.4.1.1 macaddress read-only
Identifies the first Peer MAC address of this row.
                             mpspMac2Index 1.3.6.1.4.1.226.3.2.1.1.4.2.4.1.2 macaddress read-only
Identifies the second Peer MAC address of this row.
                             mpspTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.4.2.4.1.3 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             mpspTimeStamp 1.3.6.1.4.1.226.3.2.1.1.4.2.4.1.4 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             mpspNovell 1.3.6.1.4.1.226.3.2.1.1.4.2.4.1.5 counter32 read-only
The number of Novell Frames. A value of 4294967294 indicates unknown.
                             mpspSnmp 1.3.6.1.4.1.226.3.2.1.1.4.2.4.1.6 counter32 read-only
The number of Simple Network Management Protocol (SNMP) Frames. A value of 4294967294 indicates unknown.
                             mpspRouting 1.3.6.1.4.1.226.3.2.1.1.4.2.4.1.7 counter32 read-only
The number of Routing Frames. e.g. RIP, OSPF etc. A value of 4294967294 indicates unknown.
                             mpspWww 1.3.6.1.4.1.226.3.2.1.1.4.2.4.1.8 counter32 read-only
The number of World Wide Web Frames. e.g. HyperText Transfer Protocol (HTTP). A value of 4294967294 indicates unknown.
                             mpspIcmp 1.3.6.1.4.1.226.3.2.1.1.4.2.4.1.9 counter32 read-only
The number of Internet Control Message Protocol (ICMP) Frames. A value of 4294967294 indicates unknown.
                             mpspIso 1.3.6.1.4.1.226.3.2.1.1.4.2.4.1.10 counter32 read-only
The number of International Standards Organization (ISO) Frames. A value of 4294967294 indicates unknown.
                             mpspMail 1.3.6.1.4.1.226.3.2.1.1.4.2.4.1.11 counter32 read-only
The number of Mail Frames. e.g. Simple Mail Transfer Protocol (SMTP). A value of 4294967294 indicates unknown.
                             mpspNetbios 1.3.6.1.4.1.226.3.2.1.1.4.2.4.1.12 counter32 read-only
The number of NetBIOS Frames. e.g. WINS or SMB protocol. A value of 4294967294 indicates unknown.
                             mpspDns 1.3.6.1.4.1.226.3.2.1.1.4.2.4.1.13 counter32 read-only
The number of Domain Name System (DNS) Frames. A value of 4294967294 indicates unknown.
                             mpspIp 1.3.6.1.4.1.226.3.2.1.1.4.2.4.1.14 counter32 read-only
The number of Internet Protocol (IP) Frames. A value of 4294967294 indicates unknown.
                             mpspVoip 1.3.6.1.4.1.226.3.2.1.1.4.2.4.1.15 counter32 read-only
The number of Voice Over Internet Protocol (VoIP) Frames. A value of 4294967294 indicates unknown.
                             mpspLayer3Traffic 1.3.6.1.4.1.226.3.2.1.1.4.2.4.1.16 counter32 read-only
The number of frames in the (name of group) Protocol Group. Important protocols are grouped together to enable you to view patterns/profiles at Node Level. The protocols which are included in each group are user definable. A value of 4294967294 indicates unknown
                             mpspIpData 1.3.6.1.4.1.226.3.2.1.1.4.2.4.1.17 counter32 read-only
The number of frames in the (name of group) Protocol Group. Important protocols are grouped together to enable you to view patterns/profiles at Node Level. The protocols which are included in each group are user definable. A value of 4294967294 indicates unknown
                             mpspApplications 1.3.6.1.4.1.226.3.2.1.1.4.2.4.1.18 counter32 read-only
The number of frames in the (name of group) Protocol Group. Important protocols are grouped together to enable you to view patterns/profiles at Node Level. The protocols which are included in each group are user definable. A value of 4294967294 indicates unknown
                             mpspIpControl 1.3.6.1.4.1.226.3.2.1.1.4.2.4.1.19 counter32 read-only
The number of frames in the (name of group) Protocol Group. Important protocols are grouped together to enable you to view patterns/profiles at Node Level. The protocols which are included in each group are user definable. A value of 4294967294 indicates unknown
                             mpspManagement 1.3.6.1.4.1.226.3.2.1.1.4.2.4.1.20 counter32 read-only
The number of frames in the (name of group) Protocol Group. Important protocols are grouped together to enable you to view patterns/profiles at Node Level. The protocols which are included in each group are user definable. A value of 4294967294 indicates unknown
             dbIPv4 1.3.6.1.4.1.226.3.2.1.1.5
Sub-tree for the CODIMA Express History IPv4 Database objects.
                 ipLongTerm 1.3.6.1.4.1.226.3.2.1.1.5.1
Sub-tree for the CODIMA Express History Long Term IPv4 Database objects.
                     ilBaseTable 1.3.6.1.4.1.226.3.2.1.1.5.1.1 no-access
A table of CODIMA Express History Long Term IPv4 Database Base Objects. Statistics are collected every 15 minutes for each IPv4 address monitored by the Express. The Base object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of IPv4 addresses active on the network.
                         ilBaseEntry 1.3.6.1.4.1.226.3.2.1.1.5.1.1.1 no-access
A row in the CODIMA Express History Long Term IPv4 Database Base Objects table. Statistics are collected every 15 minutes for each IPv4 address monitored by the Express. The Base object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of IPv4 addresses active on the network. Entries cannot be created or deleted via SNMP operations
                             ilbIpIndex 1.3.6.1.4.1.226.3.2.1.1.5.1.1.1.1 ipaddress read-only
Identifies the IPv4 address of this row.
                             ilbTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.5.1.1.1.2 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             ilbTimeStamp 1.3.6.1.4.1.226.3.2.1.1.5.1.1.1.3 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             ilbFrames 1.3.6.1.4.1.226.3.2.1.1.5.1.1.1.4 counter32 read-only
Number of Frames (Transmitted and Received). A value of 4294967294 indicates unknown.
                             ilbBytes 1.3.6.1.4.1.226.3.2.1.1.5.1.1.1.5 counter32 read-only
Number of Bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                             ilbFrameSize 1.3.6.1.4.1.226.3.2.1.1.5.1.1.1.6 gauge32 read-only
Average Frame Size in bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                             ilbHardwareErrors 1.3.6.1.4.1.226.3.2.1.1.5.1.1.1.7 counter32 read-only
Number of hardware errors. A value of 4294967294 indicates unknown.
                             ilbSoftwareErrors 1.3.6.1.4.1.226.3.2.1.1.5.1.1.1.8 counter32 read-only
Number of software errors (Protocol Errors). A value of 4294967294 indicates unknown.
                     ilDerivedTable 1.3.6.1.4.1.226.3.2.1.1.5.1.2 no-access
A table of CODIMA Express History Long Term IPv4 Database Derived Objects. Statistics are collected every 15 minutes for each IPv4 address monitored by the Express. The Derived object implements statistics that are derived from other values, e.g., % Utilization, % Error frames. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of IPv4 addresses active on the network.
                         ilDerivedEntry 1.3.6.1.4.1.226.3.2.1.1.5.1.2.1 no-access
A row in the CODIMA Express History Long Term IPv4 Database Derived Objects table. Statistics are collected every 15 minutes for each IPv4 address monitored by the Express. The Derived object implements statistics that are derived from other values, e.g., % Utilization, % Error frames. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of IPv4 addresses active on the network. Entries cannot be created or deleted via SNMP operations
                             ildIpIndex 1.3.6.1.4.1.226.3.2.1.1.5.1.2.1.1 ipaddress read-only
Identifies the IPv4 address of this row.
                             ildTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.5.1.2.1.2 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             ildTimeStamp 1.3.6.1.4.1.226.3.2.1.1.5.1.2.1.3 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             ildUtilization 1.3.6.1.4.1.226.3.2.1.1.5.1.2.1.4 gauge32 read-only
The percentage utilization or percentage wire speed. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                             ildErrorFrames 1.3.6.1.4.1.226.3.2.1.1.5.1.2.1.5 gauge32 read-only
Percentage in relation to total number of Frames i.e., Percentage of the total frame count that have hardware or software errors. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                     ilIcmpTable 1.3.6.1.4.1.226.3.2.1.1.5.1.3 no-access
A table of CODIMA Express History Long Term IPv4 Database ICMP Objects. Statistics are collected every 15 minutes for each IPv4 address monitored by the Express. The ICMP object implements statistics that are associated with ICMP reports. The ICMP object also adds together report counts from the ICMP table object into catagories. For example, the Group Applications Routing Problems include Port Unreachable and Protocol Unreachable report counts. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of IPv4 addresses active on the network.
                         ilIcmpEntry 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1 no-access
A row in the CODIMA Express History Long Term IPv4 Database ICMP Objects table. Statistics are collected every 15 minutes for each IPv4 address monitored by the Express. The ICMP object implements statistics that are associated with ICMP reports. The ICMP object also adds together report counts from the ICMP table object into catagories. For example, the Group Applications Routing Problems include Port Unreachable and Protocol Unreachable report counts. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of IPv4 addresses active on the network.
                             iliIpIndex 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.1 ipaddress read-only
Identifies the IPv4 address of this row.
                             iliTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.2 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             iliTimeStamp 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.3 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             iliPing 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.4 counter32 read-only
Number of IP Pings (Echo Request or Echo Reply Frames). A value of 4294967294 indicates unknown.
                             iliSrcQuench 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.5 counter32 read-only
Number of Source Quench Report Frames. A value of 4294967294 indicates unknown.
                             iliRedirect 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.6 counter32 read-only
Number of Re-Direct Report Frames. A value of 4294967294 indicates unknown.
                             iliTtlExceeded 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.7 counter32 read-only
Number of Time to Live Count Exceeded Report Frames. A value of 4294967294 indicates unknown.
                             iliParamProblem 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.8 counter32 read-only
Number of Parameter Problem Report Frames. A value of 4294967294 indicates unknown.
                             iliTimestamp 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.9 counter32 read-only
Number of TimeStamp/Address Mask Report Frames. A value of 4294967294 indicates unknown.
                             iliFragTimeout 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.10 counter32 read-only
Number of Fragment Reassembly Timeout Report Frames. A value of 4294967294 indicates unknown.
                             iliNetUnreachable 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.11 counter32 read-only
Number of Network Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             iliHostUnreachable 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.12 counter32 read-only
Number of Host Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             iliProtocolUnreachable 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.13 counter32 read-only
Number of Protocol Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             iliPortUnreachable 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.14 counter32 read-only
Number of Port Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             iliFragRequired 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.15 counter32 read-only
Number of Fragmentation Needed Report Frames with Don't fragment bit set. A value of 4294967294 indicates unknown.
                             iliSrcRouteFail 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.16 counter32 read-only
Number of Source Route Failure Report Frames. A value of 4294967294 indicates unknown.
                             iliDestNetUnknown 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.17 counter32 read-only
Number of Destination Network Unknown Report Frames. A value of 4294967294 indicates unknown.
                             iliDestHostUnknown 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.18 counter32 read-only
Number of Destination Host Unknown Report Frames. A value of 4294967294 indicates unknown.
                             iliSrcHostIsolated 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.19 counter32 read-only
Number of Source Host Isolated Report Frames. A value of 4294967294 indicates unknown.
                             iliNetProhibited 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.20 counter32 read-only
Number of Network Prohibited Report Frames. A value of 4294967294 indicates unknown.
                             iliHostProhibited 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.21 counter32 read-only
Number of Host Prohibited Report Frames. A value of 4294967294 indicates unknown.
                             iliNetTosUnreachable 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.22 counter32 read-only
Number of Network Type of Service Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             iliHostTosUnreachable 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.23 counter32 read-only
Number of Host Type of Service Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             iliPerformance 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.24 counter32 read-only
Number of reports in the Performance Indicator Group. The reports that are Performance Indicators are Fragment Reassembly Timeout (Number of Fragment Reassembly Timeout Report Frames), Source Quench (Number of Source Quench Report Frames) and TTL Count Exceeded (Number of Time to Live Count Exceeded Report Frames). A value of 4294967294 indicates unknown.'
                             iliNetRouteProblem 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.25 counter32 read-only
Number of reports in the ICMP Routing Problems - Network Group. The reports apply to Network Routing problems and include Destination Net Unknown (Number of Destination Network Unknown Report Frames), Network Prohibited (Number of Network Prohibited Report Frames), Network TOS Unreachable (Number of Network Type of Service Unreachable Report Frames), Network Unreachable (Number of Network Unreachable Report Frames) and Source Route Fail (Number of Source Route Failure Report Frames). A value of 4294967294 indicates unknown.
                             iliHostRouteProblem 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.26 counter32 read-only
Number of reports in the ICMP Routing Problems - Host Group. The reports apply to Host Routing problems and include Destination Host Unknown (Number of Destination Host Unknown Report Frames), Host TOS Unreachable (Number of Host Type of Service Unreachable Report Frames), Host Prohibited (Number of Host Prohibited Report Frames), Host Unreachable (Number of Host Unreachable Report Frames) and Source Host Isolated (Number of Source Host Isolated Report Frames). A value of 4294967294 indicates unknown.
                             iliAppRouteProblem 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.27 counter32 read-only
Number of reports in the ICMP Routing Problems -Applications Group. The reports apply to Application Routing problems and include Port Unreachable (Number of Port Unreachable Report Frames) and Protocol Unreachable (Number of Protocol Unreachable Report Frames) A value of 4294967294 indicates unknown.
                             iliRouteChange 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.28 counter32 read-only
Number of reports in the ICMP Route Group that relate to Route Changes. The reports include Redirect Datagrames for Host, Redirect Datagrams for Net, Redirect Datagrams for TOS and HOST and Redirect datagrams for TOS and NET. A value of 4294967294 indicates unknown.
                             iliErrors 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.29 counter32 read-only
Number of reports in the ICMP Errors Group that relate to ICMP operation errors. The reports include Unknown Error, Checksum Error, Fragmentation Required and Parameter Problems. A value of 4294967294 indicates unknown.
                             iliMaintenance 1.3.6.1.4.1.226.3.2.1.1.5.1.3.1.30 counter32 read-only
Number of reports in the ICMP Maintenance Group that relate to maintenance problems. The reports include Echo Request, Echo Reply, Time Stamp Request, Time Stamp reply, Info Request, Info Reply, Address Mask Request, Address Mask Reply and Checksum Disable. A value of 4294967294 indicates unknown.
                 ipShortTerm 1.3.6.1.4.1.226.3.2.1.1.5.2
Sub-tree for the CODIMA Express History Short Term IPv4 Database objects.
                     isBaseTable 1.3.6.1.4.1.226.3.2.1.1.5.2.1 no-access
A table of CODIMA Express History Short Term IPv4 Database Base Objects. Statistics are collected every 15 seconds for each IPv4 address monitored by the Express. The Base object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of IPv4 addresses active on the network.
                         isBaseEntry 1.3.6.1.4.1.226.3.2.1.1.5.2.1.1 no-access
A row in the CODIMA Express History Short Term IPv4 Database Base Objects table. Statistics are collected every 15 seconds for each IPv4 address monitored by the Express. The Base object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of IPv4 addresses active on the network. Entries cannot be created or deleted via SNMP operations
                             isbIpIndex 1.3.6.1.4.1.226.3.2.1.1.5.2.1.1.1 ipaddress read-only
Identifies the IPv4 address of this row.
                             isbTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.5.2.1.1.2 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             isbTimeStamp 1.3.6.1.4.1.226.3.2.1.1.5.2.1.1.3 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             isbFrames 1.3.6.1.4.1.226.3.2.1.1.5.2.1.1.4 counter32 read-only
Number of Frames (Transmitted and Received). A value of 4294967294 indicates unknown.
                             isbBytes 1.3.6.1.4.1.226.3.2.1.1.5.2.1.1.5 counter32 read-only
Number of Bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                             isbFrameSize 1.3.6.1.4.1.226.3.2.1.1.5.2.1.1.6 gauge32 read-only
Average Frame Size, in bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                             isbHardwareErrors 1.3.6.1.4.1.226.3.2.1.1.5.2.1.1.7 counter32 read-only
Number of hardware errors. A value of 4294967294 indicates unknown.
                             isbSoftwareErrors 1.3.6.1.4.1.226.3.2.1.1.5.2.1.1.8 counter32 read-only
Number of software errors (Protocol Errors). A value of 4294967294 indicates unknown.
                     isDerivedTable 1.3.6.1.4.1.226.3.2.1.1.5.2.2 no-access
A table of CODIMA Express History Short Term IPv4 Database Derived Objects. Statistics are collected every 15 seconds for each IPv4 address monitored by the Express. The Derived object implements statistics that are derived from other values, e.g., % Utilization, % Error frames. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of IPv4 addresses active on the network.
                         isDerivedEntry 1.3.6.1.4.1.226.3.2.1.1.5.2.2.1 no-access
A row in the CODIMA Express History Short Term IPv4 Database Derived Objects table. Statistics are collected every 15 seconds for each IPv4 address monitored by the Express. The Derived object implements statistics that are derived from other values, e.g., % Utilization, % Error frames. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of IPv4 addresses active on the network. Entries cannot be created or deleted via SNMP operations
                             isdIpIndex 1.3.6.1.4.1.226.3.2.1.1.5.2.2.1.1 ipaddress read-only
Identifies the IPv4 address of this row.
                             isdTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.5.2.2.1.2 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             isdTimeStamp 1.3.6.1.4.1.226.3.2.1.1.5.2.2.1.3 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             isdUtilization 1.3.6.1.4.1.226.3.2.1.1.5.2.2.1.4 gauge32 read-only
The percentage utilization or percentage wire speed. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                             isdErrorFrames 1.3.6.1.4.1.226.3.2.1.1.5.2.2.1.5 gauge32 read-only
Percentage in relation to total number of Frames i.e., Percentage of the total frame count that have hardware or software errors. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                     isIcmpTable 1.3.6.1.4.1.226.3.2.1.1.5.2.3 no-access
A table of CODIMA Express History Short Term IPv4 Database ICMP Objects. Statistics are collected every 15 seconds for each IPv4 address monitored by the Express. The ICMP object implements statistics that are associated with ICMP reports. The ICMP object also adds together report counts from the ICMP table object into catagories. For example, the Group Applications Routing Problems include Port Unreachable and Protocol Unreachable report counts. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of IPv4 addresses active on the network.
                         isIcmpEntry 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1 no-access
A row in the CODIMA Express History Short Term IPv4 Database ICMP Objects table. Statistics are collected every 15 seconds for each IPv4 address monitored by the Express. The ICMP object implements statistics that are associated with ICMP reports. The ICMP object also adds together report counts from the ICMP table object into catagories. For example, the Group Applications Routing Problems include Port Unreachable and Protocol Unreachable report counts. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of IPv4 addresses active on the network.
                             isiIpIndex 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.1 ipaddress read-only
Identifies the IPv4 address of this row.
                             isiTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.2 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             isiTimeStamp 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.3 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             isiPing 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.4 counter32 read-only
Number of IP Pings (Echo Request or Echo Reply Frames). A value of 4294967294 indicates unknown.
                             isiSrcQuench 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.5 counter32 read-only
Number of Source Quench Report Frames. A value of 4294967294 indicates unknown.
                             isiRedirect 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.6 counter32 read-only
Number of Re-Direct Report Frames. A value of 4294967294 indicates unknown.
                             isiTtlExceeded 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.7 counter32 read-only
Number of Time to Live Count Exceeded Report Frames. A value of 4294967294 indicates unknown.
                             isiParamProblem 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.8 counter32 read-only
Number of Parameter Problem Report Frames. A value of 4294967294 indicates unknown.
                             isiTimestamp 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.9 counter32 read-only
Number of TimeStamp/Address Mask Report Frames. A value of 4294967294 indicates unknown.
                             isiFragTimeout 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.10 counter32 read-only
Number of Fragment Reassembly Timeout Report Frames. A value of 4294967294 indicates unknown.
                             isiNetUnreachable 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.11 counter32 read-only
Number of Network Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             isiHostUnreachable 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.12 counter32 read-only
Number of Host Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             isiProtocolUnreachable 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.13 counter32 read-only
Number of Protocol Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             isiPortUnreachable 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.14 counter32 read-only
Number of Port Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             isiFragRequired 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.15 counter32 read-only
Number of Fragmentation Needed Report Frames with Don't fragment bit set. A value of 4294967294 indicates unknown.
                             isiSrcRouteFail 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.16 counter32 read-only
Number of Source Route Failure Report Frames. A value of 4294967294 indicates unknown.
                             isiDestNetUnknown 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.17 counter32 read-only
Number of Destination Network Unknown Report Frames. A value of 4294967294 indicates unknown.
                             isiDestHostUnknown 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.18 counter32 read-only
Number of Destination Host Unknown Report Frames. A value of 4294967294 indicates unknown.
                             isiSrcHostIsolated 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.19 counter32 read-only
Number of Source Host Isolated Report Frames. A value of 4294967294 indicates unknown.
                             isiNetProhibited 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.20 counter32 read-only
Number of Network Prohibited Report Frames. A value of 4294967294 indicates unknown.
                             isiHostProhibited 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.21 counter32 read-only
Number of Host Prohibited Report Frames. A value of 4294967294 indicates unknown.
                             isiNetTosUnreachable 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.22 counter32 read-only
Number of Network Type of Service Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             isiHostTosUnreachable 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.23 counter32 read-only
Number of Host Type of Service Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             isiPerformance 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.24 counter32 read-only
Number of reports in the Performance Indicator Group. The reports that are Performance Indicators are Fragment Reassembly Timeout (Number of Fragment Reassembly Timeout Report Frames), Source Quench (Number of Source Quench Report Frames) and TTL Count Exceeded (Number of Time to Live Count Exceeded Report Frames). A value of 4294967294 indicates unknown.'
                             isiNetRouteProblem 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.25 counter32 read-only
Number of reports in the ICMP Routing Problems - Network Group. The reports apply to Network Routing problems and include Destination Net Unknown (Number of Destination Network Unknown Report Frames), Network Prohibited (Number of Network Prohibited Report Frames), Network TOS Unreachable (Number of Network Type of Service Unreachable Report Frames), Network Unreachable (Number of Network Unreachable Report Frames) and Source Route Fail (Number of Source Route Failure Report Frames). A value of 4294967294 indicates unknown.
                             isiHostRouteProblem 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.26 counter32 read-only
Number of reports in the ICMP Routing Problems - Host Group. The reports apply to Host Routing problems and include Destination Host Unknown (Number of Destination Host Unknown Report Frames), Host TOS Unreachable (Number of Host Type of Service Unreachable Report Frames), Host Prohibited (Number of Host Prohibited Report Frames), Host Unreachable (Number of Host Unreachable Report Frames) and Source Host Isolated (Number of Source Host Isolated Report Frames). A value of 4294967294 indicates unknown.
                             isiAppRouteProblem 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.27 counter32 read-only
Number of reports in the ICMP Routing Problems -Applications Group. The reports apply to Application Routing problems and include Port Unreachable (Number of Port Unreachable Report Frames) and Protocol Unreachable (Number of Protocol Unreachable Report Frames) A value of 4294967294 indicates unknown.
                             isiRouteChange 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.28 counter32 read-only
Number of reports in the ICMP Route Group that relate to Route Changes. The reports include Redirect Datagrames for Host, Redirect Datagrams for Net, Redirect Datagrams for TOS and HOST and Redirect datagrams for TOS and NET. A value of 4294967294 indicates unknown.
                             isiErrors 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.29 counter32 read-only
Number of reports in the ICMP Errors Group that relate to ICMP operation errors. The reports include Unknown Error, Checksum Error, Fragmentation Required and Parameter Problems. A value of 4294967294 indicates unknown.
                             isiMaintenance 1.3.6.1.4.1.226.3.2.1.1.5.2.3.1.30 counter32 read-only
Number of reports in the ICMP Maintenance Group that relate to maintenance problems. The reports include Echo Request, Echo Reply, Time Stamp Request, Time Stamp reply, Info Request, Info Reply, Address Mask Request, Address Mask Reply and Checksum Disable. A value of 4294967294 indicates unknown.
             dbIPv4Peer 1.3.6.1.4.1.226.3.2.1.1.6
Sub-tree for the CODIMA Express History IPv4 Peer Database objects.
                 ipPeerLongTerm 1.3.6.1.4.1.226.3.2.1.1.6.1
Sub-tree for the CODIMA Express History Long Term IPv4 Peer Database objects.
                     iplBaseTable 1.3.6.1.4.1.226.3.2.1.1.6.1.1 no-access
A table of CODIMA Express History Long Term IPv4 Peer Database Base Objects. Based on 15 minute intervals, statistics are collected for each IPv4 Peer pair monitored by the Express. Some Unit Types such as File Servers and Routers are automatically set to provide Node Peers Statistics, others such as Unknown Unit Type or Work Station will need to have the Node peer statistics activated. The Base object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of IPv4 nodes set to collect peer data.
                         iplBaseEntry 1.3.6.1.4.1.226.3.2.1.1.6.1.1.1 no-access
A row in the CODIMA Express History Long Term IPv4 Database Base Objects table. Based on 15 minute intervals, statistics are collected for each IPv4 Peer pair monitored by the Express. Some Unit Types such as File Servers and Routers are automatically set to provide Node Peers Statistics, others such as Unknown Unit Type or Work Station will need to have the Node peer statistics activated. The Base object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of IPv4 nodes set to collect peer data. Entries cannot be created or deleted via SNMP operations
                             iplbIp1Index 1.3.6.1.4.1.226.3.2.1.1.6.1.1.1.1 ipaddress read-only
Identifies the first Peer IPv4 address of this row.
                             iplbIp2Index 1.3.6.1.4.1.226.3.2.1.1.6.1.1.1.2 ipaddress read-only
Identifies the second Peer IPv4 address of this row.
                             iplbTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.6.1.1.1.3 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in minutes from Midnight January 1st 1970.
                             iplbTimeStamp 1.3.6.1.4.1.226.3.2.1.1.6.1.1.1.4 displaystring read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in minutes from Midnight January 1st 1970 in human readable form.
                             iplbFrames 1.3.6.1.4.1.226.3.2.1.1.6.1.1.1.5 counter32 read-only
Number of Frames (Transmitted and Received). A value of 4294967294 indicates unknown.
                             iplbBytes 1.3.6.1.4.1.226.3.2.1.1.6.1.1.1.6 counter32 read-only
Number of Bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                             iplbFrameSize 1.3.6.1.4.1.226.3.2.1.1.6.1.1.1.7 gauge32 read-only
Average Frame Size in bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                             iplbHardwareErrors 1.3.6.1.4.1.226.3.2.1.1.6.1.1.1.8 counter32 read-only
Number of hardware errors. A value of 4294967294 indicates unknown.
                             iplbSoftwareErrors 1.3.6.1.4.1.226.3.2.1.1.6.1.1.1.9 counter32 read-only
Number of software errors (Protocol Errors). A value of 4294967294 indicates unknown.
                     iplDerivedTable 1.3.6.1.4.1.226.3.2.1.1.6.1.2 no-access
A table of CODIMA Express History Long Term IPv4 Peer Database Derived Objects. Based on 15 minute intervals, statistics are collected for each IPv4 Peer pair monitored by the Express. Some Unit Types such as File Servers and Routers are automatically set to provide Node Peers Statistics, others such as Unknown Unit Type or Work Station will need to have the Node peer statistics activated. The Derived object implements statistics that are derived from other values, e.g., % Utilization, % Error frames. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of IPv4 nodes set to collect peer data.
                         iplDerivedEntry 1.3.6.1.4.1.226.3.2.1.1.6.1.2.1 no-access
A row in the CODIMA Express History Long Term IPv4 Peer Database Derived Objects table. Based on 15 minute intervals, statistics are collected for each IPv4 Peer pair monitored by the Express. Some Unit Types such as File Servers and Routers are automatically set to provide Node Peers Statistics, others such as Unknown Unit Type or Work Station will need to have the Node peer statistics activated. The Derived object implements statistics that are derived from other values, e.g., % Utilization, % Error frames. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of IPv4 nodes set to collect peer data.
                             ipldIp1Index 1.3.6.1.4.1.226.3.2.1.1.6.1.2.1.1 ipaddress read-only
Identifies the first Peer MAC address of this row.
                             ipldIp2Index 1.3.6.1.4.1.226.3.2.1.1.6.1.2.1.2 ipaddress read-only
Identifies the second Peer MAC address of this row.
                             ipldTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.6.1.2.1.3 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             ipldTimeStamp 1.3.6.1.4.1.226.3.2.1.1.6.1.2.1.4 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             ipldUtilization 1.3.6.1.4.1.226.3.2.1.1.6.1.2.1.5 gauge32 read-only
The percentage utilization or percentage wire speed. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                             ipldErrorFrames 1.3.6.1.4.1.226.3.2.1.1.6.1.2.1.6 gauge32 read-only
Percentage in relation to total number of Frames i.e., Percentage of the total frame count that have hardware or software errors. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                     iplIcmpTable 1.3.6.1.4.1.226.3.2.1.1.6.1.3 no-access
A table of CODIMA Express History Long Term IPv4 Peer Database ICMP Objects. Statistics are collected every 15 minutes for each IPv4 Peer address monitored by the Express. The ICMP object implements statistics that are associated with ICMP reports. The ICMP object also adds together report counts from the ICMP table object into catagories. For example, the Group Applications Routing Problems include Port Unreachable and Protocol Unreachable report counts. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of IPv4 Peer addresses active on the network.
                         iplIcmpEntry 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1 no-access
A row in the CODIMA Express History Long Term IPv4 Peer Database ICMP Objects table. Statistics are collected every 15 minutes for each IPv4 Peer address monitored by the Express. The ICMP object implements statistics that are associated with ICMP reports. The ICMP object also adds together report counts from the ICMP table object into catagories. For example, the Group Applications Routing Problems include Port Unreachable and Protocol Unreachable report counts. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of IPv4 Peer addresses active on the network.
                             ipliIp1Index 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.1 ipaddress read-only
Identifies the first Peer IPv4 address of this row.
                             ipliIp2Index 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.2 ipaddress read-only
Identifies the second Peer IPv4 address of this row.
                             ipliTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.3 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             ipliTimeStamp 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.4 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             ipliPing 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.5 counter32 read-only
Number of IP Pings (Echo Request or Echo Reply Frames). A value of 4294967294 indicates unknown.
                             ipliSrcQuench 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.6 counter32 read-only
Number of Source Quench Report Frames. A value of 4294967294 indicates unknown.
                             ipliRedirect 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.7 counter32 read-only
Number of Re-Direct Report Frames. A value of 4294967294 indicates unknown.
                             ipliTtlExceeded 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.8 counter32 read-only
Number of Time to Live Count Exceeded Report Frames. A value of 4294967294 indicates unknown.
                             ipliParamProblem 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.9 counter32 read-only
Number of Parameter Problem Report Frames. A value of 4294967294 indicates unknown.
                             ipliTimestamp 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.10 counter32 read-only
Number of TimeStamp/Address Mask Report Frames. A value of 4294967294 indicates unknown.
                             ipliFragTimeout 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.11 counter32 read-only
Number of Fragment Reassembly Timeout Report Frames. A value of 4294967294 indicates unknown.
                             ipliNetUnreachable 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.12 counter32 read-only
Number of Network Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             ipliHostUnreachable 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.13 counter32 read-only
Number of Host Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             ipliProtocolUnreachable 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.14 counter32 read-only
Number of Protocol Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             ipliPortUnreachable 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.15 counter32 read-only
Number of Port Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             ipliFragRequired 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.16 counter32 read-only
Number of Fragmentation Needed Report Frames with Don't fragment bit set. A value of 4294967294 indicates unknown.
                             ipliSrcRouteFail 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.17 counter32 read-only
Number of Source Route Failure Report Frames. A value of 4294967294 indicates unknown.
                             ipliDestNetUnknown 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.18 counter32 read-only
Number of Destination Network Unknown Report Frames. A value of 4294967294 indicates unknown.
                             ipliDestHostUnknown 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.19 counter32 read-only
Number of Destination Host Unknown Report Frames. A value of 4294967294 indicates unknown.
                             ipliSrcHostIsolated 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.20 counter32 read-only
Number of Source Host Isolated Report Frames. A value of 4294967294 indicates unknown.
                             ipliNetProhibited 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.21 counter32 read-only
Number of Network Prohibited Report Frames. A value of 4294967294 indicates unknown.
                             ipliHostProhibited 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.22 counter32 read-only
Number of Host Prohibited Report Frames. A value of 4294967294 indicates unknown.
                             ipliNetTosUnreachable 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.23 counter32 read-only
Number of Network Type of Service Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             ipliHostTosUnreachable 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.24 counter32 read-only
Number of Host Type of Service Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             ipliPerformance 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.25 counter32 read-only
Number of reports in the Performance Indicator Group. The reports that are Performance Indicators are Fragment Reassembly Timeout (Number of Fragment Reassembly Timeout Report Frames), Source Quench (Number of Source Quench Report Frames) and TTL Count Exceeded (Number of Time to Live Count Exceeded Report Frames). A value of 4294967294 indicates unknown.'
                             ipliNetRouteProblem 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.26 counter32 read-only
Number of reports in the ICMP Routing Problems - Network Group. The reports apply to Network Routing problems and include Destination Net Unknown (Number of Destination Network Unknown Report Frames), Network Prohibited (Number of Network Prohibited Report Frames), Network TOS Unreachable (Number of Network Type of Service Unreachable Report Frames), Network Unreachable (Number of Network Unreachable Report Frames) and Source Route Fail (Number of Source Route Failure Report Frames). A value of 4294967294 indicates unknown.
                             ipliHostRouteProblem 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.27 counter32 read-only
Number of reports in the ICMP Routing Problems - Host Group. The reports apply to Host Routing problems and include Destination Host Unknown (Number of Destination Host Unknown Report Frames), Host TOS Unreachable (Number of Host Type of Service Unreachable Report Frames), Host Prohibited (Number of Host Prohibited Report Frames), Host Unreachable (Number of Host Unreachable Report Frames) and Source Host Isolated (Number of Source Host Isolated Report Frames). A value of 4294967294 indicates unknown.
                             ipliAppRouteProblem 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.28 counter32 read-only
Number of reports in the ICMP Routing Problems -Applications Group. The reports apply to Application Routing problems and include Port Unreachable (Number of Port Unreachable Report Frames) and Protocol Unreachable (Number of Protocol Unreachable Report Frames) A value of 4294967294 indicates unknown.
                             ipliRouteChange 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.29 counter32 read-only
Number of reports in the ICMP Route Group that relate to Route Changes. The reports include Redirect Datagrames for Host, Redirect Datagrams for Net, Redirect Datagrams for TOS and HOST and Redirect datagrams for TOS and NET. A value of 4294967294 indicates unknown.
                             ipliErrors 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.30 counter32 read-only
Number of reports in the ICMP Errors Group that relate to ICMP operation errors. The reports include Unknown Error, Checksum Error, Fragmentation Required and Parameter Problems. A value of 4294967294 indicates unknown.
                             ipliMaintenance 1.3.6.1.4.1.226.3.2.1.1.6.1.3.1.31 counter32 read-only
Number of reports in the ICMP Maintenance Group that relate to maintenance problems. The reports include Echo Request, Echo Reply, Time Stamp Request, Time Stamp reply, Info Request, Info Reply, Address Mask Request, Address Mask Reply and Checksum Disable. A value of 4294967294 indicates unknown.
                 ipPeerShortTerm 1.3.6.1.4.1.226.3.2.1.1.6.2
Sub-tree for the CODIMA Express History Short Term IPv4 Peer Database objects.
                     ipsBaseTable 1.3.6.1.4.1.226.3.2.1.1.6.2.1 no-access
A table of CODIMA Express History Short Term IPv4 Peer Database Base Objects. Based on 15 second intervals, statistics are collected for each IPv4 Peer pair monitored by the Express. Some Unit Types such as File Servers and Routers are automatically set to provide Node Peers Statistics, others such as Unknown Unit Type or Work Station will need to have the Node peer statistics activated. The Base object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of IPv4 nodes set to collect peer data.
                         ipsBaseEntry 1.3.6.1.4.1.226.3.2.1.1.6.2.1.1 no-access
A row in the CODIMA Express History Short Term IPv4 Database Base Objects table. Based on 15 second intervals, statistics are collected for each IPv4 Peer pair monitored by the Express. Some Unit Types such as File Servers and Routers are automatically set to provide Node Peers Statistics, others such as Unknown Unit Type or Work Station will need to have the Node peer statistics activated. The Base object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of IPv4 nodes set to collect peer data. Entries cannot be created or deleted via SNMP operations
                             ipsbIp1Index 1.3.6.1.4.1.226.3.2.1.1.6.2.1.1.1 ipaddress read-only
Identifies the first Peer IPv4 address of this row.
                             ipsbIp2Index 1.3.6.1.4.1.226.3.2.1.1.6.2.1.1.2 ipaddress read-only
Identifies the second Peer IPv4 address of this row.
                             ipsbTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.6.2.1.1.3 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             ipsbTimeStamp 1.3.6.1.4.1.226.3.2.1.1.6.2.1.1.4 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             ipsbFrames 1.3.6.1.4.1.226.3.2.1.1.6.2.1.1.5 counter32 read-only
Number of Frames (Transmitted and Received). A value of 4294967294 indicates unknown.
                             ipsbBytes 1.3.6.1.4.1.226.3.2.1.1.6.2.1.1.6 counter32 read-only
Number of Bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                             ipsbFrameSize 1.3.6.1.4.1.226.3.2.1.1.6.2.1.1.7 gauge32 read-only
Average Frame Size in bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                             ipsbHardwareErrors 1.3.6.1.4.1.226.3.2.1.1.6.2.1.1.8 counter32 read-only
Number of hardware errors. A value of 4294967294 indicates unknown.
                             ipsbSoftwareErrors 1.3.6.1.4.1.226.3.2.1.1.6.2.1.1.9 counter32 read-only
Number of software errors (Protocol Errors). A value of 4294967294 indicates unknown.
                     ipsDerivedTable 1.3.6.1.4.1.226.3.2.1.1.6.2.2 no-access
A table of CODIMA Express History Short Term IPv4 Peer Database Derived Objects. Based on 15 second intervals, statistics are collected for each IPv4 Peer pair monitored by the Express. Some Unit Types such as File Servers and Routers are automatically set to provide Node Peers Statistics, others such as Unknown Unit Type or Work Station will need to have the Node peer statistics activated. The Derived object implements statistics that are derived from other values, e.g., % Utilization, % Error frames. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of IPv4 nodes set to collect peer data.
                         ipsDerivedEntry 1.3.6.1.4.1.226.3.2.1.1.6.2.2.1 no-access
A row in the CODIMA Express History Short Term IPv4 Peer Database Derived Objects table. Based on 15 second intervals, statistics are collected for each IPv4 Peer pair monitored by the Express. Some Unit Types such as File Servers and Routers are automatically set to provide Node Peers Statistics, others such as Unknown Unit Type or Work Station will need to have the Node peer statistics activated. The Derived object implements statistics that are derived from other values, e.g., % Utilization, % Error frames. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of IPv4 nodes set to collect peer data.
                             ipsdIp1Index 1.3.6.1.4.1.226.3.2.1.1.6.2.2.1.1 ipaddress read-only
Identifies the first Peer MAC address of this row.
                             ipsdIp2Index 1.3.6.1.4.1.226.3.2.1.1.6.2.2.1.2 ipaddress read-only
Identifies the second Peer MAC address of this row.
                             ipsdTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.6.2.2.1.3 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             ipsdTimeStamp 1.3.6.1.4.1.226.3.2.1.1.6.2.2.1.4 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             ipsdUtilization 1.3.6.1.4.1.226.3.2.1.1.6.2.2.1.5 gauge32 read-only
The percentage utilization or percentage wire speed. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                             ipsdErrorFrames 1.3.6.1.4.1.226.3.2.1.1.6.2.2.1.6 gauge32 read-only
Percentage in relation to total number of Frames i.e., Percentage of the total frame count that have hardware or software errors. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                     ipsIcmpTable 1.3.6.1.4.1.226.3.2.1.1.6.2.3 no-access
A table of CODIMA Express History Short Term IPv4 Peer Database ICMP Objects. Statistics are collected every 15 seconds for each IPv4 Peer address monitored by the Express. The ICMP object implements statistics that are associated with ICMP reports. The ICMP object also adds together report counts from the ICMP table object into catagories. For example, the Group Applications Routing Problems include Port Unreachable and Protocol Unreachable report counts. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of IPv4 Peer addresses active on the network.
                         ipsIcmpEntry 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1 no-access
A row in the CODIMA Express History Short Term IPv4 Peer Database ICMP Objects table. Statistics are collected every 15 seconds for each IPv4 Peer address monitored by the Express. The ICMP object implements statistics that are associated with ICMP reports. The ICMP object also adds together report counts from the ICMP table object into catagories. For example, the Group Applications Routing Problems include Port Unreachable and Protocol Unreachable report counts. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of IPv4 Peer addresses active on the network.
                             ipsiIp1Index 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.1 ipaddress read-only
Identifies the first Peer IPv4 address of this row.
                             ipsiIp2Index 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.2 ipaddress read-only
Identifies the second Peer IPv4 address of this row.
                             ipsiTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.3 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             ipsiTimeStamp 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.4 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             ipsiPing 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.5 counter32 read-only
Number of IP Pings (Echo Request or Echo Reply Frames). A value of 4294967294 indicates unknown.
                             ipsiSrcQuench 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.6 counter32 read-only
Number of Source Quench Report Frames. A value of 4294967294 indicates unknown.
                             ipsiRedirect 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.7 counter32 read-only
Number of Re-Direct Report Frames. A value of 4294967294 indicates unknown.
                             ipsiTtlExceeded 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.8 counter32 read-only
Number of Time to Live Count Exceeded Report Frames. A value of 4294967294 indicates unknown.
                             ipsiParamProblem 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.9 counter32 read-only
Number of Parameter Problem Report Frames. A value of 4294967294 indicates unknown.
                             ipsiTimestamp 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.10 counter32 read-only
Number of TimeStamp/Address Mask Report Frames. A value of 4294967294 indicates unknown.
                             ipsiFragTimeout 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.11 counter32 read-only
Number of Fragment Reassembly Timeout Report Frames. A value of 4294967294 indicates unknown.
                             ipsiNetUnreachable 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.12 counter32 read-only
Number of Network Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             ipsiHostUnreachable 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.13 counter32 read-only
Number of Host Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             ipsiProtocolUnreachable 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.14 counter32 read-only
Number of Protocol Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             ipsiPortUnreachable 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.15 counter32 read-only
Number of Port Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             ipsiFragRequired 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.16 counter32 read-only
Number of Fragmentation Needed Report Frames with Don't fragment bit set. A value of 4294967294 indicates unknown.
                             ipsiSrcRouteFail 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.17 counter32 read-only
Number of Source Route Failure Report Frames. A value of 4294967294 indicates unknown.
                             ipsiDestNetUnknown 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.18 counter32 read-only
Number of Destination Network Unknown Report Frames. A value of 4294967294 indicates unknown.
                             ipsiDestHostUnknown 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.19 counter32 read-only
Number of Destination Host Unknown Report Frames. A value of 4294967294 indicates unknown.
                             ipsiSrcHostIsolated 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.20 counter32 read-only
Number of Source Host Isolated Report Frames. A value of 4294967294 indicates unknown.
                             ipsiNetProhibited 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.21 counter32 read-only
Number of Network Prohibited Report Frames. A value of 4294967294 indicates unknown.
                             ipsiHostProhibited 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.22 counter32 read-only
Number of Host Prohibited Report Frames. A value of 4294967294 indicates unknown.
                             ipsiNetTosUnreachable 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.23 counter32 read-only
Number of Network Type of Service Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             ipsiHostTosUnreachable 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.24 counter32 read-only
Number of Host Type of Service Unreachable Report Frames. A value of 4294967294 indicates unknown.
                             ipsiPerformance 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.25 counter32 read-only
Number of reports in the Performance Indicator Group. The reports that are Performance Indicators are Fragment Reassembly Timeout (Number of Fragment Reassembly Timeout Report Frames), Source Quench (Number of Source Quench Report Frames) and TTL Count Exceeded (Number of Time to Live Count Exceeded Report Frames). A value of 4294967294 indicates unknown.'
                             ipsiNetRouteProblem 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.26 counter32 read-only
Number of reports in the ICMP Routing Problems - Network Group. The reports apply to Network Routing problems and include Destination Net Unknown (Number of Destination Network Unknown Report Frames), Network Prohibited (Number of Network Prohibited Report Frames), Network TOS Unreachable (Number of Network Type of Service Unreachable Report Frames), Network Unreachable (Number of Network Unreachable Report Frames) and Source Route Fail (Number of Source Route Failure Report Frames). A value of 4294967294 indicates unknown.
                             ipsiHostRouteProblem 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.27 counter32 read-only
Number of reports in the ICMP Routing Problems - Host Group. The reports apply to Host Routing problems and include Destination Host Unknown (Number of Destination Host Unknown Report Frames), Host TOS Unreachable (Number of Host Type of Service Unreachable Report Frames), Host Prohibited (Number of Host Prohibited Report Frames), Host Unreachable (Number of Host Unreachable Report Frames) and Source Host Isolated (Number of Source Host Isolated Report Frames). A value of 4294967294 indicates unknown.
                             ipsiAppRouteProblem 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.28 counter32 read-only
Number of reports in the ICMP Routing Problems -Applications Group. The reports apply to Application Routing problems and include Port Unreachable (Number of Port Unreachable Report Frames) and Protocol Unreachable (Number of Protocol Unreachable Report Frames) A value of 4294967294 indicates unknown.
                             ipsiRouteChange 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.29 counter32 read-only
Number of reports in the ICMP Route Group that relate to Route Changes. The reports include Redirect Datagrames for Host, Redirect Datagrams for Net, Redirect Datagrams for TOS and HOST and Redirect datagrams for TOS and NET. A value of 4294967294 indicates unknown.
                             ipsiErrors 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.30 counter32 read-only
Number of reports in the ICMP Errors Group that relate to ICMP operation errors. The reports include Unknown Error, Checksum Error, Fragmentation Required and Parameter Problems. A value of 4294967294 indicates unknown.
                             ipsiMaintenance 1.3.6.1.4.1.226.3.2.1.1.6.2.3.1.31 counter32 read-only
Number of reports in the ICMP Maintenance Group that relate to maintenance problems. The reports include Echo Request, Echo Reply, Time Stamp Request, Time Stamp reply, Info Request, Info Reply, Address Mask Request, Address Mask Reply and Checksum Disable. A value of 4294967294 indicates unknown.
             dbProtocol 1.3.6.1.4.1.226.3.2.1.1.7
Sub-tree for the CODIMA Express History Protocol Database objects.
                 protocolLongTerm 1.3.6.1.4.1.226.3.2.1.1.7.1
Sub-tree for the CODIMA Express History Long Term Protocol Database objects.
                     plBaseTable 1.3.6.1.4.1.226.3.2.1.1.7.1.1 no-access
A table of CODIMA Express History Long Term Protocol Database Base Objects. Statistics are collected every 15 minutes for each MAC address monitored by the Express. The Base object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of Protocols active on the network.
                         plBaseEntry 1.3.6.1.4.1.226.3.2.1.1.7.1.1.1 no-access
A row in the CODIMA Express History Long Term Protocol Database Base Objects table. Statistics are collected every 15 minutes for each Protocol monitored by the Express. The Base object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of Protocols active on the network. Entries cannot be created or deleted via SNMP operations
                             plbLayerIndex 1.3.6.1.4.1.226.3.2.1.1.7.1.1.1.1 integer read-only
Identifes the OSI data communications layer of the protocol for this row. In the OSI model, a collection of network processing functions that together compose one layer of a hierarchy of computing functions. Each layer performs a number of functions essential for data communication. Enumeration: 'dataLink': 2, 'network': 3, 'application': 7, 'session': 5, 'presentation': 6, 'transport': 4, 'physical': 1.
                             plbIdIndex 1.3.6.1.4.1.226.3.2.1.1.7.1.1.1.2 octet string read-only
Identifies the Protocol ID of this row.
                             plbTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.7.1.1.1.3 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             plbTimeStamp 1.3.6.1.4.1.226.3.2.1.1.7.1.1.1.4 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             plbProtocolName 1.3.6.1.4.1.226.3.2.1.1.7.1.1.1.5 displaystring read-only
Identifies the Protocol Name for this row. This object's value is generated from this rows Protocol Id Index value.
                             plbFrames 1.3.6.1.4.1.226.3.2.1.1.7.1.1.1.6 counter32 read-only
Number of Frames (Transmitted and Received). A value of 4294967294 indicates unknown.
                             plbBytes 1.3.6.1.4.1.226.3.2.1.1.7.1.1.1.7 counter32 read-only
Number of Bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                             plbFrameSize 1.3.6.1.4.1.226.3.2.1.1.7.1.1.1.8 gauge32 read-only
Average Frame Size in bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                             plbHardwareErrors 1.3.6.1.4.1.226.3.2.1.1.7.1.1.1.9 counter32 read-only
Number of hardware errors. A value of 4294967294 indicates unknown.
                             plbSoftwareErrors 1.3.6.1.4.1.226.3.2.1.1.7.1.1.1.10 counter32 read-only
Number of software errors (Protocol Errors). A value of 4294967294 indicates unknown.
                     plDerivedTable 1.3.6.1.4.1.226.3.2.1.1.7.1.2 no-access
A table of CODIMA Express History Long Term Protocol Database Derived Objects. Statistics are collected every 15 minutes for each Protocol monitored by the Express. The Derived object implements statistics that are derived from other values, e.g., % Utilization, % Error frames. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of Protocols active on the network.
                         plDerivedEntry 1.3.6.1.4.1.226.3.2.1.1.7.1.2.1 no-access
A row in the CODIMA Express History Long Term Protocol Database Derived Objects table. Statistics are collected every 15 minutes for each Protocol monitored by the Express. The Derived object implements statistics that are derived from other values, e.g., % Utilization, % Error frames. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of Protocols active on the network. Entries cannot be created or deleted via SNMP operations
                             pldLayerIndex 1.3.6.1.4.1.226.3.2.1.1.7.1.2.1.1 integer read-only
Identifes the OSI data communications layer of the protocol for this row. In the OSI model, a collection of network processing functions that together compose one layer of a hierarchy of computing functions. Each layer performs a number of functions essential for data communication. Enumeration: 'dataLink': 2, 'network': 3, 'application': 7, 'session': 5, 'presentation': 6, 'transport': 4, 'physical': 1.
                             pldIdIndex 1.3.6.1.4.1.226.3.2.1.1.7.1.2.1.2 octet string read-only
Identifies the Protocol ID of this row in hexadecimal.
                             pldTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.7.1.2.1.3 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             pldTimeStamp 1.3.6.1.4.1.226.3.2.1.1.7.1.2.1.4 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             pldProtocolName 1.3.6.1.4.1.226.3.2.1.1.7.1.2.1.5 displaystring read-only
Identifies the Protocol Name for this row. This object's value is generated from this rows Protocol Id Index value.
                             pldUtilization 1.3.6.1.4.1.226.3.2.1.1.7.1.2.1.6 gauge32 read-only
The percentage utilization or percentage wire speed. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                             pldErrorFrames 1.3.6.1.4.1.226.3.2.1.1.7.1.2.1.7 gauge32 read-only
Percentage in relation to total number of Frames i.e., Percentage of the total frame count that have hardware or software errors. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                 protocolShortTerm 1.3.6.1.4.1.226.3.2.1.1.7.2
Sub-tree for the CODIMA Express History Short Term Protocol Database objects.
                     psBaseTable 1.3.6.1.4.1.226.3.2.1.1.7.2.1 no-access
A table of CODIMA Express History Short Term Protocol Database Base Objects. Statistics are collected every 15 seconds for each MAC address monitored by the Express. The Base object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of Protocols active on the network.
                         psBaseEntry 1.3.6.1.4.1.226.3.2.1.1.7.2.1.1 no-access
A row in the CODIMA Express History Short Term Protocol Database Base Objects table. Statistics are collected every 15 seconds for each Protocol monitored by the Express. The Base object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of Protocols active on the network. Entries cannot be created or deleted via SNMP operations
                             psbLayerIndex 1.3.6.1.4.1.226.3.2.1.1.7.2.1.1.1 integer read-only
Identifes the OSI data communications layer of the protocol for this row. In the OSI model, a collection of network processing functions that together compose one layer of a hierarchy of computing functions. Each layer performs a number of functions essential for data communication. Enumeration: 'dataLink': 2, 'network': 3, 'application': 7, 'session': 5, 'presentation': 6, 'transport': 4, 'physical': 1.
                             psbIdIndex 1.3.6.1.4.1.226.3.2.1.1.7.2.1.1.2 octet string read-only
Identifies the Protocol ID of this row in hexadecimal.
                             psbTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.7.2.1.1.3 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             psbTimeStamp 1.3.6.1.4.1.226.3.2.1.1.7.2.1.1.4 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             psbProtocolName 1.3.6.1.4.1.226.3.2.1.1.7.2.1.1.5 displaystring read-only
Identifies the Protocol Name for this row. This object's value is generated from this rows Protocol Id Index value.
                             psbFrames 1.3.6.1.4.1.226.3.2.1.1.7.2.1.1.6 counter32 read-only
Number of Frames (Transmitted and Received). A value of 4294967294 indicates unknown.
                             psbBytes 1.3.6.1.4.1.226.3.2.1.1.7.2.1.1.7 counter32 read-only
Number of Bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                             psbFrameSize 1.3.6.1.4.1.226.3.2.1.1.7.2.1.1.8 gauge32 read-only
Average Frame Size in bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                             psbHardwareErrors 1.3.6.1.4.1.226.3.2.1.1.7.2.1.1.9 counter32 read-only
Number of hardware errors. A value of 4294967294 indicates unknown.
                             psbSoftwareErrors 1.3.6.1.4.1.226.3.2.1.1.7.2.1.1.10 counter32 read-only
Number of software errors (Protocol Errors). A value of 4294967294 indicates unknown.
                     psDerivedTable 1.3.6.1.4.1.226.3.2.1.1.7.2.2 no-access
A table of CODIMA Express History Short Term Protocol Database Derived Objects. Statistics are collected every 15 seconds for each Protocol monitored by the Express. The Derived object implements statistics that are derived from other values, e.g., % Utilization, % Error frames. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of Protocols active on the network.
                         psDerivedEntry 1.3.6.1.4.1.226.3.2.1.1.7.2.2.1 no-access
A row in the CODIMA Express History Short Term Protocol Database Derived Objects table. Statistics are collected every 15 seconds for each Protocol monitored by the Express. The Derived object implements statistics that are derived from other values, e.g., % Utilization, % Error frames. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of Protocols active on the network. Entries cannot be created or deleted via SNMP operations
                             psdLayerIndex 1.3.6.1.4.1.226.3.2.1.1.7.2.2.1.1 integer read-only
Identifes the OSI data communications layer of the protocol for this row. In the OSI model, a collection of network processing functions that together compose one layer of a hierarchy of computing functions. Each layer performs a number of functions essential for data communication. Enumeration: 'dataLink': 2, 'network': 3, 'application': 7, 'session': 5, 'presentation': 6, 'transport': 4, 'physical': 1.
                             psdIdIndex 1.3.6.1.4.1.226.3.2.1.1.7.2.2.1.2 octet string read-only
Identifies the Protocol ID of this row in hexadecimal.
                             psdTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.7.2.2.1.3 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                             psdTimeStamp 1.3.6.1.4.1.226.3.2.1.1.7.2.2.1.4 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                             psdProtocolName 1.3.6.1.4.1.226.3.2.1.1.7.2.2.1.5 displaystring read-only
Identifies the Protocol Name for this row. This object's value is generated from this rows Protocol Id Index value.
                             psdUtilization 1.3.6.1.4.1.226.3.2.1.1.7.2.2.1.6 gauge32 read-only
The percentage utilization or percentage wire speed. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                             psdErrorFrames 1.3.6.1.4.1.226.3.2.1.1.7.2.2.1.7 gauge32 read-only
Percentage in relation to total number of Frames i.e., Percentage of the total frame count that have hardware or software errors. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
             dbNetChannel 1.3.6.1.4.1.226.3.2.1.1.8
Sub-tree for the CODIMA Express History NetChannel Database objects.
                 netChanLongTermTable 1.3.6.1.4.1.226.3.2.1.1.8.1 no-access
A table of CODIMA Express History Long Term NetChannel Database NetChannel Objects. Statistics are collected every 15 minutes for each NetChannel and pre-capture Filter setup on the Express. A NetChannel is a facility which enables the Express to segregate and concurrently analyse a series of user defined sectors of the Network Traffic using pre-capture filters. The NetChannel object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of NetChannels active on the Express.
                     netChanLongTermEntry 1.3.6.1.4.1.226.3.2.1.1.8.1.1 no-access
A row in the CODIMA Express History Long Term NetChannel Database NetChannel Objects table. Statistics are collected every 15 minutes for each NetChannel and pre-capture Filter setup on the Express. A NetChannel is a facility which enables the Express to segregate and concurrently analyse a series of user defined sectors of the Network Traffic using pre-capture filters. The NetChannel object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of NetChannels active on the Express.
                         nlTypeIndex 1.3.6.1.4.1.226.3.2.1.1.8.1.1.1 integer read-only
Identifes if this row is a NetChannel or a pre-capture Filter. Enumeration: 'filter': 2, 'netChannel': 1.
                         nlNameIndex 1.3.6.1.4.1.226.3.2.1.1.8.1.1.2 displaystring read-only
Identifies the NetChannel or pre-capture Filter name for this row.
                         nlTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.8.1.1.3 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                         nlTimeStamp 1.3.6.1.4.1.226.3.2.1.1.8.1.1.4 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                         nlFrames 1.3.6.1.4.1.226.3.2.1.1.8.1.1.5 counter32 read-only
Number of Frames (Transmitted and Received). A value of 4294967294 indicates unknown.
                         nlBytes 1.3.6.1.4.1.226.3.2.1.1.8.1.1.6 counter32 read-only
Number of Bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                         nlFrameSize 1.3.6.1.4.1.226.3.2.1.1.8.1.1.7 gauge32 read-only
Average Frame Size in bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                         nlHardErrors 1.3.6.1.4.1.226.3.2.1.1.8.1.1.8 counter32 read-only
Number of Hardware Errors. A value of 4294967294 indicates unknown.
                         nlSoftErrors 1.3.6.1.4.1.226.3.2.1.1.8.1.1.9 counter32 read-only
Number of Software Errors (Protocol Errors). A value of 4294967294 indicates unknown.
                         nlUtilization 1.3.6.1.4.1.226.3.2.1.1.8.1.1.10 gauge32 read-only
The Percentage Utilization or percentage wire speed. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                         nlHardErrorsPercent 1.3.6.1.4.1.226.3.2.1.1.8.1.1.11 gauge32 read-only
The Percentage Hardware Error Frames. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                         nlSoftErrorsPercent 1.3.6.1.4.1.226.3.2.1.1.8.1.1.12 gauge32 read-only
The Percentage Software Error Frames. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                         nlFramesPercent 1.3.6.1.4.1.226.3.2.1.1.8.1.1.13 gauge32 read-only
The Percentage number of Frames (Transmitted and Received). Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                         nlBytesPercent 1.3.6.1.4.1.226.3.2.1.1.8.1.1.14 gauge32 read-only
The Percentage number of Bytes (Transmitted and Received). Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                 netChanShortTermTable 1.3.6.1.4.1.226.3.2.1.1.8.2 no-access
A table of CODIMA Express History Short Term NetChannel Database NetChannel Objects. Statistics are collected every 15 seconds for each NetChannel and pre-capture Filter setup on the Express. A NetChannel is a facility which enables the Express to segregate and concurrently analyse a series of user defined sectors of the Network Traffic using pre-capture filters. The NetChannel object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of NetChannels active on the Express.
                     netChanShortTermEntry 1.3.6.1.4.1.226.3.2.1.1.8.2.1 no-access
A row in the CODIMA Express History Short Term NetChannel Database NetChannel Objects table. Statistics are collected every 15 seconds for each NetChannel and pre-capture Filter setup on the Express. A NetChannel is a facility which enables the Express to segregate and concurrently analyse a series of user defined sectors of the Network Traffic using pre-capture filters. The NetChannel object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Short Term dcTimeSlots object multiplied by the number of NetChannels active on the Express.
                         nsTypeIndex 1.3.6.1.4.1.226.3.2.1.1.8.2.1.1 integer read-only
Identifes if this row is a NetChannel or a pre-capture Filter. Enumeration: 'filter': 2, 'netChannel': 1.
                         nsNameIndex 1.3.6.1.4.1.226.3.2.1.1.8.2.1.2 displaystring read-only
Identifies the NetChannel or pre-capture Filter name for this row.
                         nsTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.8.2.1.3 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                         nsTimeStamp 1.3.6.1.4.1.226.3.2.1.1.8.2.1.4 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                         nsFrames 1.3.6.1.4.1.226.3.2.1.1.8.2.1.5 counter32 read-only
Number of Frames (Transmitted and Received). A value of 4294967294 indicates unknown.
                         nsBytes 1.3.6.1.4.1.226.3.2.1.1.8.2.1.6 counter32 read-only
Number of Bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                         nsFrameSize 1.3.6.1.4.1.226.3.2.1.1.8.2.1.7 gauge32 read-only
Average Frame Size in bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                         nsHardErrors 1.3.6.1.4.1.226.3.2.1.1.8.2.1.8 counter32 read-only
Number of Hardware Errors. A value of 4294967294 indicates unknown.
                         nsSoftErrors 1.3.6.1.4.1.226.3.2.1.1.8.2.1.9 counter32 read-only
Number of Software Errors (Protocol Errors). A value of 4294967294 indicates unknown.
                         nsUtilization 1.3.6.1.4.1.226.3.2.1.1.8.2.1.10 gauge32 read-only
The Percentage Utilization or percentage wire speed. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                         nsHardErrorsPercent 1.3.6.1.4.1.226.3.2.1.1.8.2.1.11 gauge32 read-only
The Percentage Hardware Error Frames. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                         nsSoftErrorsPercent 1.3.6.1.4.1.226.3.2.1.1.8.2.1.12 gauge32 read-only
The Percentage Software Error Frames. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                         nsFramesPercent 1.3.6.1.4.1.226.3.2.1.1.8.2.1.13 gauge32 read-only
The Percentage number of Frames (Transmitted and Received). Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                         nsBytesPercent 1.3.6.1.4.1.226.3.2.1.1.8.2.1.14 gauge32 read-only
The Percentage number of Bytes (Transmitted and Received). Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
             dbVlan 1.3.6.1.4.1.226.3.2.1.1.9
Sub-tree for the CODIMA Express History VLAN Database objects.
                 vlanLongTermTable 1.3.6.1.4.1.226.3.2.1.1.9.1 no-access
A table of CODIMA Express History Long Term VLAN Database NetChannel Objects. Statistics are collected every 15 minutes for each VLAN setup on the Express. The VLAN Database stores statistics for specific VLANs. The NetChannel object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of VLANs active on the Express.
                     vlanLongTermEntry 1.3.6.1.4.1.226.3.2.1.1.9.1.1 no-access
A row in the CODIMA Express History Long Term VLAN Database NetChannel Objects table. Statistics are collected every 15 minutes for each VLAN setup on the Express. The VLAN Database stores statistics for specific VLANs. The NetChannel object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of VLANS active on the Express.
                         vlIdIndex 1.3.6.1.4.1.226.3.2.1.1.9.1.1.1 unsigned32 read-only
Identifies the VLAN Id for this row.
                         vlTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.9.1.1.2 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                         vlTimeStamp 1.3.6.1.4.1.226.3.2.1.1.9.1.1.3 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                         vlName 1.3.6.1.4.1.226.3.2.1.1.9.1.1.4 displaystring read-only
The name associated with this rows VLAN Id
                         vlFrames 1.3.6.1.4.1.226.3.2.1.1.9.1.1.5 counter32 read-only
Number of Frames (Transmitted and Received). A value of 4294967294 indicates unknown.
                         vlBytes 1.3.6.1.4.1.226.3.2.1.1.9.1.1.6 counter32 read-only
Number of Bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                         vlFrameSize 1.3.6.1.4.1.226.3.2.1.1.9.1.1.7 gauge32 read-only
Average Frame Size in bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                         vlHardErrors 1.3.6.1.4.1.226.3.2.1.1.9.1.1.8 counter32 read-only
Number of Hardware Errors. A value of 4294967294 indicates unknown.
                         vlSoftErrors 1.3.6.1.4.1.226.3.2.1.1.9.1.1.9 counter32 read-only
Number of Software Errors (Protocol Errors). A value of 4294967294 indicates unknown.
                         vlUtilization 1.3.6.1.4.1.226.3.2.1.1.9.1.1.10 gauge32 read-only
The Percentage Utilization or percentage wire speed. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                         vlHardErrorsPercent 1.3.6.1.4.1.226.3.2.1.1.9.1.1.11 gauge32 read-only
The Percentage Hardware Error Frames. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                         vlSoftErrorsPercent 1.3.6.1.4.1.226.3.2.1.1.9.1.1.12 gauge32 read-only
The Percentage Software Error Frames. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                         vlFramesPercent 1.3.6.1.4.1.226.3.2.1.1.9.1.1.13 gauge32 read-only
The Percentage number of Frames (Transmitted and Received). Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                         vlBytesPercent 1.3.6.1.4.1.226.3.2.1.1.9.1.1.14 gauge32 read-only
The Percentage number of Bytes (Transmitted and Received). Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                 vlanShortTermTable 1.3.6.1.4.1.226.3.2.1.1.9.2 no-access
A table of CODIMA Express History Short Term VLAN Database NetChannel Objects. Statistics are collected every 15 minutes for each VLAN setup on the Express. The VLAN Database stores statistics for specific VLANs. The NetChannel object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of VLANs active on the Express.
                     vlanShortTermEntry 1.3.6.1.4.1.226.3.2.1.1.9.2.1 no-access
A row in the CODIMA Express History Short Term VLAN Database NetChannel Objects table. Statistics are collected every 15 minutes for each VLAN setup on the Express. The VLAN Database stores statistics for specific VLANs. The NetChannel object implements general statistics e.g. number of frames, bytes, hardware errors, software errors etc. The number of rows in this table is dependant on the value chosen for the Long Term dcTimeSlots object multiplied by the number of VLANS active on the Express.
                         vsIdIndex 1.3.6.1.4.1.226.3.2.1.1.9.2.1.1 unsigned32 read-only
Identifies the VLAN Id for this row.
                         vsTimeStampIndex 1.3.6.1.4.1.226.3.2.1.1.9.2.1.2 unsigned32 read-only
Identifies the History Time-stamp for this row. This is UTC time, measured in seconds from Midnight January 1st 1970.
                         vsTimeStamp 1.3.6.1.4.1.226.3.2.1.1.9.2.1.3 displaystring read-only
A textual representation of the associated TimeStampIndex object which shows the History time-stamp for this row. The value is in the format 'hh:mm:ss dd/mmm/yyyy'. The time (hh:mm:ss) is expressed as a 24-hour clock. An example is 14:58:15 05/Jun/2003.
                         vsName 1.3.6.1.4.1.226.3.2.1.1.9.2.1.4 displaystring read-only
The name associated with this rows VLAN Id
                         vsFrames 1.3.6.1.4.1.226.3.2.1.1.9.2.1.5 counter32 read-only
Number of Frames (Transmitted and Received). A value of 4294967294 indicates unknown.
                         vsBytes 1.3.6.1.4.1.226.3.2.1.1.9.2.1.6 counter32 read-only
Number of Bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                         vsFrameSize 1.3.6.1.4.1.226.3.2.1.1.9.2.1.7 gauge32 read-only
Average Frame Size in bytes (Transmitted and Received). A value of 4294967294 indicates unknown.
                         vsHardErrors 1.3.6.1.4.1.226.3.2.1.1.9.2.1.8 counter32 read-only
Number of Hardware Errors. A value of 4294967294 indicates unknown.
                         vsSoftErrors 1.3.6.1.4.1.226.3.2.1.1.9.2.1.9 counter32 read-only
Number of Software Errors (Protocol Errors). A value of 4294967294 indicates unknown.
                         vsUtilization 1.3.6.1.4.1.226.3.2.1.1.9.2.1.10 gauge32 read-only
The Percentage Utilization or percentage wire speed. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                         vsHardErrorsPercent 1.3.6.1.4.1.226.3.2.1.1.9.2.1.11 gauge32 read-only
The Percentage Hardware Error Frames. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                         vsSoftErrorsPercent 1.3.6.1.4.1.226.3.2.1.1.9.2.1.12 gauge32 read-only
The Percentage Software Error Frames. Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                         vsFramesPercent 1.3.6.1.4.1.226.3.2.1.1.9.2.1.13 gauge32 read-only
The Percentage number of Frames (Transmitted and Received). Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
                         vsBytesPercent 1.3.6.1.4.1.226.3.2.1.1.9.2.1.14 gauge32 read-only
The Percentage number of Bytes (Transmitted and Received). Divide this objects value by 1000 to get the real floating point percentage value, e.g. 132 = 0.132 % wire speed. A value of 4294967294 indicates unknown.
         expAlarms 1.3.6.1.4.1.226.3.2.1.2
Sub-tree for the CODIMA Express Alarm objects.
             alarmMessage 1.3.6.1.4.1.226.3.2.1.2.1 displaystring no-access
A textural description of an event detected by the CODIMA Express. The Express can cover a wide range of events including:- Activity Failures, i.e. Reports when a Node Stops Transmitting, event Threshold Breaches, and Expert System Reports, e.g. Discovery of new Servers and Routers, changes to Routes, Routing Failures etc. The range of events reported is configurable by the User.
             alarmLayer 1.3.6.1.4.1.226.3.2.1.2.2 displaystring no-access
The OSI Network Layer associated with this event.
             alarmTopProtocol 1.3.6.1.4.1.226.3.2.1.2.3 displaystring no-access
The upper OSI Network layer protocol associated with this event For example: SNMP, FTP.
             alarmBaseProtocol 1.3.6.1.4.1.226.3.2.1.2.4 displaystring no-access
The lower OSI Network layer protocol associated with this event. For example: IP, IPX.
             alarmCode 1.3.6.1.4.1.226.3.2.1.2.5 displaystring no-access
The Code number associated with this event
             alarmFunction 1.3.6.1.4.1.226.3.2.1.2.6 displaystring no-access
A range of Functions that apply to a particular Alarm Group. For example: The Discovered Group covers the application of discovering the MAC addresses, IP addresses and Unit Type information logged.
             alarmGroup 1.3.6.1.4.1.226.3.2.1.2.7 displaystring no-access
Alarm Groups are used to group a specific range of event reports, each group has a range of functions. The grouping is generally based on either a protocol component, a network type or the application associated with the event report. For example:- The Discovered Group covers the application of discovering the MAC addresses, IP addresses and Unit Type information logged.
             alarmUnitType 1.3.6.1.4.1.226.3.2.1.2.8 displaystring no-access
The unit type is the type of the device that generated this event, e.g. Bridge, Workstation, File Server.
             alarmClass 1.3.6.1.4.1.226.3.2.1.2.9 displaystring no-access
The severity of this alarm. One of the four following levels are included: Critical: The highest priority level alarm log report classification (usually applied to SNMP reports which are to be converted into Traps). Alarm: The second highest priority level alarm log report classification (usually applied to potentially dangerous situations such a breaches in statistical thresholds or Echo and Activity Test Failures). Warning: The second lowest priority level alarm log report classification (usually applied to most of the reports associated with the Expert System). Event: The lowest priority level alarm log report classification (usually applied to the logging of useful information, such as the discovery of an IP address or a new Node on the Network).
             alarmTime 1.3.6.1.4.1.226.3.2.1.2.10 displaystring no-access
The UTC time of when this event was issued. The value is in the format 'dd/mmm/yyyy hh:mm:ss'. The time (hh:mm:ss) is expressed as a 24-hour clock. The date (dd/mmm/yyyy) format uses 3 letter abbreviations for the month. An example is 05/Jun/2003 14:58:15.
     codimaExpressNotifications 1.3.6.1.4.1.226.3.2.2
Sub-tree for the CODIMA Express Notification objects.
         expressTraps 1.3.6.1.4.1.226.3.2.2.1
Sub-tree for the CODIMA Express Trap objects.
             expressAlarm 1.3.6.1.4.1.226.3.2.2.1.1
This Trap notification defines an network event detected by the CODIMA Express monitor alarm system. The payload is as follows. alarmMessage: A textural description of an event. alarmLayer: The OSI Network Layer associated with this event. alarmTopProtocol: The upper OSI Network layer protocol associated with this event For example: SNMP, FTP. alarmBaseProtocol: The lower OSI Network layer protocol associated with this event. For example: IP, IPX. alarmCode: The Code number associated with this event. alarmFunction: A range of Functions that apply to a particular Alarm Group. For example: The Discovered Group covers the application of discovering the MAC addresses, IP addresses and Unit Type information logged. alarmGroup: Alarm Groups are used to group a specific range of event reports, each group has a range of functions. The grouping is generally based on either a protocol component, a network type or the application associated with the event report. For example:- The Discovered Group covers the application of discovering the MAC addresses, IP addresses and Unit Type information logged. alarmUnitType: The unit type is the type of the device that generated this event, e.g. Bridge, Workstation, File Server. alarmClass: The severity of this alarm. One of the four following levels are included: Critical: The highest priority level alarm log report classification (usually applied to SNMP reports which are to be converted into Traps). Alarm: The second highest priority level alarm log report classification (usually applied to potentially dangerous situations such a breaches in statistical thresholds or Echo and Activity Test Failures). Warning: The second lowest priority level alarm log report classification (usually applied to most of the reports associated with the Expert System). Event: The lowest priority level alarm log report classification (usually applied to the logging of useful information, such as the discovery of an IP address or a new Node on the Network). alarmTime: The UTC time of when this event was issued. The value is in the format 'dd/mmm/yyyy hh:mm:ss'. The time (hh:mm:ss) is expressed as a 24-hour clock. The date (dd/mmm/yyyy) format uses 3 letter abbreviations for the month. An example is 05/Jun/2003 14:58:15.
     codimaExpressConformance 1.3.6.1.4.1.226.3.2.3
Sub-tree for the CODIMA Express Conformance objects.
         expressObjectGroups 1.3.6.1.4.1.226.3.2.3.1
             historyDatabaseGroups 1.3.6.1.4.1.226.3.2.3.1.1
                 dbControlGroups 1.3.6.1.4.1.226.3.2.3.1.1.1
                     ctrlTimeGroup 1.3.6.1.4.1.226.3.2.3.1.1.1.1
CODIMA Express History Database Control Object Group.
                 dbSegmentGroups 1.3.6.1.4.1.226.3.2.3.1.1.2
                     segLongTermGroups 1.3.6.1.4.1.226.3.2.3.1.1.2.1
                         slBaseGroup 1.3.6.1.4.1.226.3.2.3.1.1.2.1.1
CODIMA Express History Long Term Segment Database Base Object Group.
                         slBroadcastGroup 1.3.6.1.4.1.226.3.2.3.1.1.2.1.2
CODIMA Express History Long Term Segment Database Broadcast Object Group.
                         slDerivedGroup 1.3.6.1.4.1.226.3.2.3.1.1.2.1.3
CODIMA Express History Long Term Segment Database Derived Object Group.
                         slEthernetGroup 1.3.6.1.4.1.226.3.2.3.1.1.2.1.4
CODIMA Express History Long Term Segment Database Ethernet Object Group.
                         slIcmpGroup 1.3.6.1.4.1.226.3.2.3.1.1.2.1.5
CODIMA Express History Long Term Segment Database ICMP Object Group.
                         slPortGroup 1.3.6.1.4.1.226.3.2.3.1.1.2.1.6
CODIMA Express History Long Term Segment Database Port Object Group.
                     segShortTermGroups 1.3.6.1.4.1.226.3.2.3.1.1.2.2
                         ssBaseGroup 1.3.6.1.4.1.226.3.2.3.1.1.2.2.1
CODIMA Express History Short Term Segment Database Base Object Group.
                         ssBroadcastGroup 1.3.6.1.4.1.226.3.2.3.1.1.2.2.2
CODIMA Express History Short Term Segment Database Broadcast Object Group.
                         ssDerivedGroup 1.3.6.1.4.1.226.3.2.3.1.1.2.2.3
CODIMA Express History Short Term Segment Database Derived Object Group.
                         ssEthernetGroup 1.3.6.1.4.1.226.3.2.3.1.1.2.2.4
CODIMA Express History Short Term Segment Database Ethernet Object Group.
                         ssIcmpGroup 1.3.6.1.4.1.226.3.2.3.1.1.2.2.5
CODIMA Express History Short Term Segment Database Ethernet Object Group.
                         ssPortGroup 1.3.6.1.4.1.226.3.2.3.1.1.2.2.6
CODIMA Express History Short Term Segment Database Port Object Group.
                 dbMacGroups 1.3.6.1.4.1.226.3.2.3.1.1.3
                     macLongTermGroups 1.3.6.1.4.1.226.3.2.3.1.1.3.1
                         mlBaseGroup 1.3.6.1.4.1.226.3.2.3.1.1.3.1.1
CODIMA Express History Long Term MAC Database Base Object Group.
                         mlDerivedGroup 1.3.6.1.4.1.226.3.2.3.1.1.3.1.2
CODIMA Express History Long Term MAC Database Derived Object Group.
                         mlDuplexGroup 1.3.6.1.4.1.226.3.2.3.1.1.3.1.3
CODIMA Express History Long Term MAC Database Duplex Object Group.
                         mlEthernetGroup 1.3.6.1.4.1.226.3.2.3.1.1.3.1.4
CODIMA Express History Long Term MAC Database Ethernet Object Group.
                         mlIcmpGroup 1.3.6.1.4.1.226.3.2.3.1.1.3.1.5
CODIMA Express History Long Term MAC Database ICMP Object Group.
                         mlProtocolGroup 1.3.6.1.4.1.226.3.2.3.1.1.3.1.6
CODIMA Express History Long Term MAC Database Protocol Object Group.
                     macShortTermGroups 1.3.6.1.4.1.226.3.2.3.1.1.3.2
                         msBaseGroup 1.3.6.1.4.1.226.3.2.3.1.1.3.2.1
CODIMA Express History Short Term MAC Database Base Object Group.
                         msDerivedGroup 1.3.6.1.4.1.226.3.2.3.1.1.3.2.2
CODIMA Express History Short Term MAC Database Derived Object Group.
                         msDuplexGroup 1.3.6.1.4.1.226.3.2.3.1.1.3.2.3
CODIMA Express History Short Term MAC Database Duplex Object Group.
                         msEthernetGroup 1.3.6.1.4.1.226.3.2.3.1.1.3.2.4
CODIMA Express History Short Term MAC Database Ethernet Object Group.
                         msIcmpGroup 1.3.6.1.4.1.226.3.2.3.1.1.3.2.5
CODIMA Express History Short Term MAC Database ICMP Object Group.
                         msProtocolGroup 1.3.6.1.4.1.226.3.2.3.1.1.3.2.6
CODIMA Express History Short Term MAC Database Protocol Object Group.
                 dbMacPeerGroups 1.3.6.1.4.1.226.3.2.3.1.1.4
                     macPeerLongTermGroups 1.3.6.1.4.1.226.3.2.3.1.1.4.1
                         mplBaseGroup 1.3.6.1.4.1.226.3.2.3.1.1.4.1.1
CODIMA Express History Long Term MAC Peer Database Base Object Group.
                         mplDerivedGroup 1.3.6.1.4.1.226.3.2.3.1.1.4.1.2
CODIMA Express History Long Term MAC Peer Database Derived Object Group.
                         mplDuplexGroup 1.3.6.1.4.1.226.3.2.3.1.1.4.1.3
CODIMA Express History Long Term MAC Peer Database Duplex Object Group.
                         mplProtocolGroup 1.3.6.1.4.1.226.3.2.3.1.1.4.1.4
CODIMA Express History Long Term MAC Peer Database Protocol Object Group.
                     macPeerShortTermGroups 1.3.6.1.4.1.226.3.2.3.1.1.4.2
                         mpsBaseGroup 1.3.6.1.4.1.226.3.2.3.1.1.4.2.1
CODIMA Express History Short Term MAC Peer Database Base Object Group.
                         mpsDerivedGroup 1.3.6.1.4.1.226.3.2.3.1.1.4.2.2
CODIMA Express History Short Term MAC Peer Database Derived Object Group.
                         mpsDuplexGroup 1.3.6.1.4.1.226.3.2.3.1.1.4.2.3
CODIMA Express History Short Term MAC Peer Database Duplex Object Group.
                         mpsProtocolGroup 1.3.6.1.4.1.226.3.2.3.1.1.4.2.4
CODIMA Express History Short Term MAC Peer Database Protocol Object Group.
                 dbIPv4Groups 1.3.6.1.4.1.226.3.2.3.1.1.5
                     ipLongTermGroups 1.3.6.1.4.1.226.3.2.3.1.1.5.1
                         ilBaseGroup 1.3.6.1.4.1.226.3.2.3.1.1.5.1.1
CODIMA Express History Long Term IPv4 Database Base Object Group.
                         ilDerivedGroup 1.3.6.1.4.1.226.3.2.3.1.1.5.1.2
CODIMA Express History Long Term IPv4 Database Derived Object Group.
                         ilIcmpGroup 1.3.6.1.4.1.226.3.2.3.1.1.5.1.3
CODIMA Express History Long Term IPv4 Database ICMP Object Group.
                     ipShortTermGroups 1.3.6.1.4.1.226.3.2.3.1.1.5.2
                         isBaseGroup 1.3.6.1.4.1.226.3.2.3.1.1.5.2.1
CODIMA Express History Short Term IPv4 Database Base Object Group.
                         isDerivedGroup 1.3.6.1.4.1.226.3.2.3.1.1.5.2.2
CODIMA Express History Short Term IPv4 Database Derived Object Group.
                         isIcmpGroup 1.3.6.1.4.1.226.3.2.3.1.1.5.2.3
CODIMA Express History Short Term IPv4 Database ICMP Object Group.
                 dpIPv4PeerGroups 1.3.6.1.4.1.226.3.2.3.1.1.6
                     ipPeerLongTermGroups 1.3.6.1.4.1.226.3.2.3.1.1.6.1
                         iplBaseGroup 1.3.6.1.4.1.226.3.2.3.1.1.6.1.1
CODIMA Express History Long Term IPv4 Peer Database Base Object Group.
                         iplDerivedGroup 1.3.6.1.4.1.226.3.2.3.1.1.6.1.2
CODIMA Express History Long Term IPv4 Peer Database Derived Object Group.
                         iplIcmpGroup 1.3.6.1.4.1.226.3.2.3.1.1.6.1.3
CODIMA Express History Long Term IPv4 Peer Database ICMP Object Group.
                     ipPeerShortTermGroups 1.3.6.1.4.1.226.3.2.3.1.1.6.2
                         ipsBaseGroup 1.3.6.1.4.1.226.3.2.3.1.1.6.2.1
CODIMA Express History Short Term IPv4 Peer Database Base Object Group.
                         ipsDerivedGroup 1.3.6.1.4.1.226.3.2.3.1.1.6.2.2
CODIMA Express History Short Term IPv4 Peer Database Derived Object Group.
                         ipsIcmpGroup 1.3.6.1.4.1.226.3.2.3.1.1.6.2.3
CODIMA Express History Short Term IPv4 Peer Database ICMP Object Group.
                 dbProtocolGroups 1.3.6.1.4.1.226.3.2.3.1.1.7
                     protocolLongTermGroups 1.3.6.1.4.1.226.3.2.3.1.1.7.1
                         plBaseGroup 1.3.6.1.4.1.226.3.2.3.1.1.7.1.1
CODIMA Express History Long Term Protocol Database Base Object Group.
                         plDerivedGroup 1.3.6.1.4.1.226.3.2.3.1.1.7.1.2
CODIMA Express History Long Term Protocol Database Derived Object Group.
                     protocolShortTermGroups 1.3.6.1.4.1.226.3.2.3.1.1.7.2
                         psBaseGroup 1.3.6.1.4.1.226.3.2.3.1.1.7.2.1
CODIMA Express History Short Term Protocol Database Base Object Group.
                         psDerivedGroup 1.3.6.1.4.1.226.3.2.3.1.1.7.2.2
CODIMA Express History Short Term Protocol Database Derived Object Group.
                 dbNetChannelGroups 1.3.6.1.4.1.226.3.2.3.1.1.8
                     netChannelLongTermGroup 1.3.6.1.4.1.226.3.2.3.1.1.8.1
CODIMA Express History Long Term NetChannel Database NetChannel Object Group.
                     netChannelShortTermGroup 1.3.6.1.4.1.226.3.2.3.1.1.8.2
CODIMA Express History Short Term NetChannel Database NetChannel Object Group.
                 dbVlanGroups 1.3.6.1.4.1.226.3.2.3.1.1.9
                     vlanLongTermGroup 1.3.6.1.4.1.226.3.2.3.1.1.9.1
CODIMA Express History Long Term VLAN Database VLAN Object Group.
                     vlanShortTermGroup 1.3.6.1.4.1.226.3.2.3.1.1.9.2
CODIMA Express History Short Term VLAN Database Object Group.
             alarmObjectGroup 1.3.6.1.4.1.226.3.2.3.1.2
CODIMA Express Alarm Object Group.
         expressNotificationGroups 1.3.6.1.4.1.226.3.2.3.2
             alarmNotifyGroup 1.3.6.1.4.1.226.3.2.3.2.1
This notification group includes all notifications defined for alarm generation.