RETIX-MIB: View SNMP OID List / Download MIB

VENDOR: RETIX


 Home MIB: RETIX-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
 retix 1.3.6.1.4.1.72
       station 1.3.6.1.4.1.72.1
           stationTime 1.3.6.1.4.1.72.1.1 octet string read-write
The station time is the ime as perceived by the station. The string returned is a subset of UTC Time as specified in the Draft Recommendation X.409 Message Handling Systems : Presentation Transfer Syntax and Notation (ASN 1).
           stationCountResets 1.3.6.1.4.1.72.1.2 counter read-only
This parameter is a count of the number of times the station has been reset since the last station intialisation.
           freeBufferCount 1.3.6.1.4.1.72.1.3 integer read-only
This parameter represents the number of free buffers remaining in this station.
           freeHeaderCount 1.3.6.1.4.1.72.1.4 integer read-only
This parameter represents the number of free headers remaining in this station.
           physBlkSize 1.3.6.1.4.1.72.1.5 integer read-only
This parameter represents the current size in bytes of the physical block used by the station's buffer manager.
           newPhysBlkSize 1.3.6.1.4.1.72.1.6 integer read-write
This parameter represents the size in bytes of the physical block, that will be used by the station's buffer manager, after the next station reset.
           resetStation 1.3.6.1.4.1.72.1.7 integer read-write
This object is used to reset the station. This action does not clear any configured data, so that after the reset, the box does not return to the factory defaults. Only two values are valid to use with this object. A value of 1 is always returned when a GET is performed upon the object. To force a reset, a value of 2 must be used in the SET. A SET with a value of 1 has no effect. Enumeration: 'resetStation': 2, 'noAction': 1.
           initStation 1.3.6.1.4.1.72.1.8 integer read-write
This object is used to initialise the station. Any configured data is lost, and all data values are returned to factory default values. Only two values are valid to use with this object. A value of 1 is always returned when a GET is performed upon the object. To force the initialisation, a value of 2 must be used in the SET. A SET with a value of 1 has no effect. Enumeration: 'initialize': 2, 'noAction': 1.
           resetStats 1.3.6.1.4.1.72.1.9 integer read-write
The statistics counters are reset to zero by performing a set on this object. This reset occurs immediately. See the Statistics Objects section for a list of these counters. Only two values are valid to use with this object. A value of 1 is always returned when a GET is performed upon the object. To force a reset, a value of 2 must be used in the SET. A SET with a value of 1 has no effect. Enumeration: 'resetStats': 2, 'noAction': 1.
           processorLoading 1.3.6.1.4.1.72.1.10 integer read-only
Each instance of this object gives the percentage loading on a particular processor. Currently the first instance gives the percentage loading on the station's main processor and the second instance gives the loading on the station's sub-processor.
           trapDestinationTable 1.3.6.1.4.1.72.1.11
                 trapDestTable 1.3.6.1.4.1.72.1.11.1 no-access
A list of destinations to which Traps will be sent.
                     trapDestEntry 1.3.6.1.4.1.72.1.11.1.1 no-access
This table contains the internet addresses of, and the community names allocated to the managers to which the station's agent software will send traps (event information).
                         trapDestEntryIpAddr 1.3.6.1.4.1.72.1.11.1.1.1 ipaddress read-write
This object defines the IP addresses of the managers to which the station will send Trap information.
                         trapDestEntryCommunityName 1.3.6.1.4.1.72.1.11.1.1.2 octet string read-write
This object is a string, which is inserted into the community field of a Trap PDU.
                         trapDestEntryType 1.3.6.1.4.1.72.1.11.1.1.3 integer read-write
Setting this object to invalid(2) has the effect of removing the corresponding entry in the trapDestTable. Setting this object to valid(1) has the effect of adding the corresponding entry in the trapDestTable. If the corresponding entry already existed, no error is returned. Enumeration: 'valid': 1, 'invalid': 2.
                 trapDestAction 1.3.6.1.4.1.72.1.11.2 integer read-write
This object is used to clear the complete table. Only two values are valid to use with this object. A value of 1 is always returned when a GET is performed upon the object. To clear the table, a value of 2 must be used in the SET. A SET with a value of 1 has no effect. Enumeration: 'clearTable': 2, 'noAction': 1.
                 trapDestPage 1.3.6.1.4.1.72.1.11.3 octet string read-only
This OCTET STRING contains all the entries in the table. Each entry is in a 14 byte unit within the string. This unit is formatted as follows: Bytes 0-3 contain the IP Address, Bytes 4-13 contain the community name and Byte 14 contains the entry's type.
           passWord 1.3.6.1.4.1.72.1.12 octet string read-write
This string is the password for the local configurator on the station. A GET on this object returns to a NULL string, a SET will reset the password to the new string value as a specified in the SET request.
           snmpAccessPolicyObject 1.3.6.1.4.1.72.1.13
                 snmpAccessPolicyTable 1.3.6.1.4.1.72.1.13.1 no-access
This table is a list of entries which are used to authenticate PDUs received by the station. This table contains a maximum of 16 entries.
                     snmpAccessPolicyEntry 1.3.6.1.4.1.72.1.13.1.1 no-access
This is an entry in the snmpAccesssPolicyTable.
                         accessPolicyIndex 1.3.6.1.4.1.72.1.13.1.1.1 integer read-write
This index is used as the instance for a Get or Set operation on the table.
                         communityName 1.3.6.1.4.1.72.1.13.1.1.2 octet string read-write
This object is a string, against which the community field in a received PDU is compared. If there exists no community name in the table, with which the received community field forms a match, authentication of the PDU fails.
                         accessMode 1.3.6.1.4.1.72.1.13.1.1.3 integer read-write
This object is a bit field, where setting the bit to a value of 1 enabled the ACCESS option. Bit 0 represents read access, bit 1 represents write access. Thus to configure an entry to have read-write ACCESS this object must be set to a value of 3.
                         snmpAccessPolicyType 1.3.6.1.4.1.72.1.13.1.1.4 integer read-write
This entry in the table tells you if the entire entry is valid or invalid, that is, if the community name specified by this entry is currently being used during the SNMP authentication process. If it is invalid, then it is not being used, and may be overwritten with a valid entry. Setting an entry to invalid effectively deletes the entry from the table, it will, however, appear in the table if you GET the complete contents of the table. Enumeration: 'valid': 1, 'invalid': 2.
                 snmpAccessPolicyAction 1.3.6.1.4.1.72.1.13.2 integer read-write
This object is used to invalidate all the entries in the snmpAccessPolicy Table. Enumeration: 'clearTable': 2, 'noAction': 1.
                 snmpAccessPolicyPage 1.3.6.1.4.1.72.1.13.3 octet string read-only
This OCTET STRING contains all the entries in the table. Each entry is in an 11 byte unit within the string. This unit is formatted as follows: Bytes 0-9 contain the community name, Byte 10 contains the ACCESS mode and Byte 11 contains the entry's type.
           authenticationTrapStatus 1.3.6.1.4.1.72.1.14 integer read-write
This object determines if the station will send a Trap upon detection of an authentication failure error. Set to a value of enabled(1) enables authentication checking and transmission of authenticationFailure Trap is an authentication problem occurs. Enumeration: 'disabled': 2, 'enabled': 1.
           serialTxQueueSize 1.3.6.1.4.1.72.1.15 integer read-write
This parameter indicates the maximum number of LAPB frames that can be enqueued, waiting for transmission over the serial interface.
           internalQueueCurrentLength 1.3.6.1.4.1.72.1.16 integer read-only
This is the length of the enqueued information specific to the internal operation of the bridge.
           queueUpperLimit 1.3.6.1.4.1.72.1.17 integer read-write
This is the upper limit of the enqueued information, for all the queues, specific to the operation of the bridge.
           lanQueueSize 1.3.6.1.4.1.72.1.18 integer read-only
This variable reports tohe maximum number of frames that are enqueued waiting for transmission over the LAN interface.
       lapb 1.3.6.1.4.1.72.2
           lapbNumber 1.3.6.1.4.1.72.2.1 integer read-only
This is the number of LAPB interfaces (regardless of their current state) present on this system.
           lapbTable 1.3.6.1.4.1.72.2.2 no-access
A list of LAPB interface entries.
               lapbEntry 1.3.6.1.4.1.72.2.2.1 no-access
The LAPB table. An entry in this table is uniquely identified by the value of the lapbIndex variable associated with the interface to which the statistics refer.
                   lapbIndex 1.3.6.1.4.1.72.2.2.1.1 integer read-only
The interface on which this entry's equivalence is effective.
                   lapbModeT1 1.3.6.1.4.1.72.2.2.1.2 integer read-write
If the value of modeT1 is 0 then T1 timer is determined automatically by the software. If the value of this object is 1 then the timer is settable by the manager. The value of T1 won't change until the next reset of the station or the next link reset.
                   lapbAutoT1value 1.3.6.1.4.1.72.2.2.1.3 integer read-only
This parameter is the value of the T1 timer as defined in the 1984 CCITT Recommendation X.25 VOLUME VIII - FASCICLE VIII.3 and is determined empirically by the software. It is the actual value of the timer in milliseconds.
                   lapbManualT1value 1.3.6.1.4.1.72.2.2.1.4 integer read-write
This object allows the manager to set the value of the T1 timer as defined in the 1984 CCITT Recommendation X.25 VOLUME VIII - FASCICLE VIII.3. The settable range is 10 - 5000 which represents the timer value in milliseconds. This object maybe set at any time, but it is only used if the value of modeT1 is 1. This value will not become active until the next link or station reset.
                   lapbWindow 1.3.6.1.4.1.72.2.2.1.5 integer read-only
This parameter represents the maximum number of I-frames which can be transmitted before an acknowledgement is received. Its value is determined automatically at link reset to be the optimum for the link in question. It can have any value between 7 and 127. This is the value of k as defined in the 1984 CCITT Recommendation X.25 VOLUME VIII - FASCILE VIII.3
                   lapbPolarity 1.3.6.1.4.1.72.2.2.1.6 integer read-only
This parameter represents the logical 'polarity' of the port. LAPB polarity can take on one of two values, if it is 0 then the port is a logical DTE, if its value is 1 then the port is a logical DCE.
                   lapbCountResets 1.3.6.1.4.1.72.2.2.1.7 counter read-only
This parameter represents the number of link resets performed since the last warm or cold restart of the station or the last statistics reset.
                   lapbCountSentFrames 1.3.6.1.4.1.72.2.2.1.8 counter read-only
This parameter represents the number of I-frames sent since the last station restart or the last statistics reset.
                   lapbCountRcvFrames 1.3.6.1.4.1.72.2.2.1.9 counter read-only
This parameter represents the number of I-frames received since the last station restart or the last statistics reset.
                   lapbCountSentOctets 1.3.6.1.4.1.72.2.2.1.10 counter read-only
This parameter represents the number of bytes sent since the last station restart or the last statistics reset.
                   lapbCountRcvOctets 1.3.6.1.4.1.72.2.2.1.11 counter read-only
This parameter represents the number of bytes received since the last station restart or the last statistics reset.
                   lapbCountAborts 1.3.6.1.4.1.72.2.2.1.12 counter read-only
This parameter represents the number of aborths received since last station restart or the last statistics reset.
                   lapbCountCrcErrors 1.3.6.1.4.1.72.2.2.1.13 counter read-only
This parameter represents the number of CRC errors received since the last station restart or the last statistics reset.
                   lapbState 1.3.6.1.4.1.72.2.2.1.14 integer read-only
This parameter indicates the state of the LAPB link. This parameter can take on the following values: inactive (0), active (1), unused (2), tooFast (3).
                   lapbLastResetTime 1.3.6.1.4.1.72.2.2.1.15 octet string read-only
Time and date when the last link reset occurred. The format of this string is the same as that defined for 'stationTime'.
                   lapbLastResetReason 1.3.6.1.4.1.72.2.2.1.16 integer read-only
This parameter indicates the reason for the last link reset. This parameter can take on the following: noReason (0), xpcError (1), ctsLost (2), retryLimitExceeded (3), receivedIdle (4), personalityModule (5), softwareWatchdog (6), nmcInitiated (7).
                   lapbLinkReset 1.3.6.1.4.1.72.2.2.1.17 integer read-write
This parameter causes a link reset. The link reset occurs after a pre-determined period of time which is implementation specific. A value of 1 is always returned when a GET is performed upon the object. To force the reset, a value of 2 must be used in the SET. A SET with a value of 1 has no effect. Enumeration: 'reset': 2, 'noAction': 1.
           lapbRetryCount 1.3.6.1.4.1.72.2.3 integer read-write
This is the value of N2 as defined inthe 1984 CCITT Recommendation X.25 VOLUME VIII - FASCICLE VIII.3.
       ieee8023 1.3.6.1.4.1.72.3
           ieee8023Number 1.3.6.1.4.1.72.3.1 integer read-only
This is the number of ethernet like interfaces supported by this station.
           ieee8023Table 1.3.6.1.4.1.72.3.2 no-access
A list of IEEE 802.3 Interface entries.
               ieee8023Entry 1.3.6.1.4.1.72.3.2.1 no-access
The statistics table. An entry in this table is uniquely identified by the value of the ieee8023Index variable associated with the interface to which the statistics refer.
                   ieee8023Index 1.3.6.1.4.1.72.3.2.1.1 integer read-only
The index value which uniquely identifies the interface to which this entry is applicable.
                   ieee8023FramesTransmittedOks 1.3.6.1.4.1.72.3.2.1.2 counter read-only
This contains a count of frames that are successfully transmitted. This counter is incremented when a frame is successfully transmitted, even if one of the collision Counters (following two objects) are also counted. In other words, this count includes transmissions that succeeded after some number of collisions. This count includes multicast and broadcast frames.
                   ieee8023SingleCollisionFrames 1.3.6.1.4.1.72.3.2.1.3 counter read-only
This contains a count of frames that are involved in a single collision, and are subsequently transmitted successfully. If this counter is incremented then the ieee8023FramesTransmittedOKs count will also be incremented AND ieee8023MultipleCollisionFrames will NOT be incremented.
                   ieee8023MultipleCollisionFrames 1.3.6.1.4.1.72.3.2.1.4 counter read-only
This contains a count of frames that are involved in more than one collision and are subsequntly transmitted successfully. If this counter is incremented then the ieee8023FramesTransmittedOKs count will also be incremented AND ieee8023SingleCollisionFrames will NOT be incremented.
                   ieee8023OctetsTransmittedOks 1.3.6.1.4.1.72.3.2.1.5 counter read-only
This contains a count of data and padding octets of frames that are successfully transmitted. This counter includes octets in broadcast and multicast frames that are transmitted. This count does not include the address fields, length/type field and CRC field of the frame. In Ethernet-Speak, it is JUST the data field (IP header, etc).
                   ieee8023DeferredTransmissions 1.3.6.1.4.1.72.3.2.1.6 counter read-only
This contains a count of frames whose transmission was delayed on its firs attempt because the medium was busy. Frames involved in collisions are NOT included in this count.
                   ieee8023MulticastFramesTransmittedOks 1.3.6.1.4.1.72.3.2.1.7 counter read-only
This contains a count of frames successfully transmitted to a group destination (multicast) address other than broadcast.
                   ieee8023BroadcastFramesTransmittedOks 1.3.6.1.4.1.72.3.2.1.8 counter read-only
This contains a count of frames successfully transmitted to the broadcast address. This does not include frames sent to a multicast address.
                   ieee8023LateCollisions 1.3.6.1.4.1.72.3.2.1.9 counter read-only
This contains a count of times that a collision has been detected later than 512 bit-times into the transmission of a packet. 512 bit-times is 51.2 micro-seconds. This type of collision is counted twice: both as a late collision and as a regurlar, run of the mill collision.
                   ieee8023ExcessiveCollisions 1.3.6.1.4.1.72.3.2.1.10 counter read-only
This contains a count of frames that due to excessive collisions are not transmitted successfully.
                   ieee8023InternalMACTransmitErrors 1.3.6.1.4.1.72.3.2.1.11 counter read-only
This contains a count of frames which would otherwise be transmitted by the station, but could not be sent due to an internal MAC sublayer transmit error. If this counter is incremented then none of the other Counters in this section are incremented. The exact meaning and mechanism for incrementing this counter is implementation dependent. In short, htis is the count of errors for which there are no specific Counters.
                   ieee8023CarrierSenseErrors 1.3.6.1.4.1.72.3.2.1.12 counter read-only
This contains a count of times that carrier sense was lost or never appeared when attempting to transmit a packet. This counter is incremented ONCE per transmission attempt, even if Carrier Sense fluctuates during a transmission attempt.
                   ieee8023ExcessiveDeferrals 1.3.6.1.4.1.72.3.2.1.13 counter read-only
This contains a count of frames which deferred for an excessive period of time.
                   ieee8023FramesReceivedOks 1.3.6.1.4.1.72.3.2.1.14 counter read-only
This contains a count of frames that are successfully received. This does not include frames received with a frame-too-long, FCS, length, or alignment errors or frames lost due to internal MAC sublayer error. This counter includes broadcast and multicast frames that are received.
                   ieee8023OctetsReceivedOks 1.3.6.1.4.1.72.3.2.1.15 counter read-only
This contains a count of data and padding octets in frames that are successfully received. This does not include frames received with a frame-too-long, FCS, length, or alighment errors or frames lost due to internal MAC sublayer error. This counter includes octets in broadcast and multicast frames that are received. This counter does not include the octets in the address, length/type and CRC fields.
                   ieee8023MulticastFramesReceivedOks 1.3.6.1.4.1.72.3.2.1.16 counter read-only
This contains a count of frames that are successfully received and are directed to an active non-broadcast group address. This does not include frames received with a frame-too-long, FCS, length, or alignment errors or frames lost due to internal MAC sublayer error. Broadcast packets are not included.
                   ieee8023BroadcastFramesReceivedOks 1.3.6.1.4.1.72.3.2.1.17 counter read-only
This contains a count of frames that are successfully received and are directed to the broadcast group address. This does not include frames received with a frame-too-long, FCS, length, or alignment errors or frames lost due to internal MAC sublayer error. Multicast packets are not included.
                   ieee8023FrameTooLongs 1.3.6.1.4.1.72.3.2.1.18 counter read-only
This contains a count of frames that are received and exceed the maximum permitted frame size.
                   ieee8023AlignmentErrors 1.3.6.1.4.1.72.3.2.1.19 counter read-only
This contains a count of frames that are not an integral number of octets in length and do not pass the FCS check.
                   ieee8023FCSErrors 1.3.6.1.4.1.72.3.2.1.20 counter read-only
This contains a count of frames that are an integral number of octets in length that do not pass the FCS check.
                   ieee8023inRangeLengthErrors 1.3.6.1.4.1.72.3.2.1.21 counter read-only
This contains a count of frames with a length field value between the minimum unpadded LLC data size and the maximum allowed LLC data size inclusive, and does not match the number of LLC data octets received. The counter also contains frames with a length field value less than the minimum unpaddes LLC data size.
                   ieee8023outOfRangeLengthFields 1.3.6.1.4.1.72.3.2.1.22 counter read-only
This contains a count of frames with a length field value graeater than the maximum allowed LLC data size.
                   ieee8023InternalMACReceiveErrors 1.3.6.1.4.1.72.3.2.1.23 counter read-only
This contains a count of frames which would otherwise be received by the station, but could not be accepted due to an internal MAC sublayer receive error. If this counter is incremented then none of the other Counters in this section are incremented. The exact meaning and mechanism for incrementing this counter is implementation dependent. In short, this is the count of errors for which there are no specific Counters.
                   ieee8023InitializeMAC 1.3.6.1.4.1.72.3.2.1.24 integer read-write
Resets the MAC layer counters. When set, only the value initialize may be sued. When read, this variable always returns the most recent value to which ieee8023InitializeMAC was set to. At the moment, this function only serves to zero the MAC counters. Enumeration: 'initialize': 1.
                   ieee8023PromiscuousReceiveStatus 1.3.6.1.4.1.72.3.2.1.25 integer read-write
This variable causes the MAC sublayer to enter promiscuous receive state. Enumeration: 'enabled': 1.
                   ieee8023MACSubLayerStatus 1.3.6.1.4.1.72.3.2.1.26 integer read-write
Causes the MAC sublayer to enter the normal operational state at idle. Enumeration: 'enabled': 1.
                   ieee8023TransmitStatus 1.3.6.1.4.1.72.3.2.1.27 integer read-write
This variable allows the MAC sublayer to be explicitly enabled/disabled for transmitting frames. Enumeration: 'disabled': 2, 'enabled': 1.
                   ieee8023MulticastReceiveStatus 1.3.6.1.4.1.72.3.2.1.28 integer read-write
Enables reception of multicast frames. Enumeration: 'enabled': 1.
                   ieee8023MACAddress 1.3.6.1.4.1.72.3.2.1.29 octet string read-only
This object contains the MAC station address i.e. the Ethernet address.
                   ieee8023SQETestErrors 1.3.6.1.4.1.72.3.2.1.30 counter read-only
This contains a count of times that the SQE test errors status was received.
           ieee8023NewMACAddress 1.3.6.1.4.1.72.3.3 no-access
A list of MAC addresses that will be allocated to an interface after the next station reset.
               ieee8023NewMACAddressEntry 1.3.6.1.4.1.72.3.3.1 no-access
A sequence defining an interface and the MAC address it will assume after the next station reset.
                   ieee8023NewMACAddressIndex 1.3.6.1.4.1.72.3.3.1.1 integer read-only
The index value which uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
                   ieee8023NewMACAddressValue 1.3.6.1.4.1.72.3.3.1.2 octet string read-write
This object contains the MAC address which will be allocated to this interface after the next station reset.
       phySerIf 1.3.6.1.4.1.72.4
           phySerIfNumber 1.3.6.1.4.1.72.4.1 integer read-only
The number of Physical Serial interfaces present on this system.
           phySerIfTable 1.3.6.1.4.1.72.4.2 no-access
A list of interface entries. The number entries is given by the value of phySerIfNumber.
               phySerIfEntry 1.3.6.1.4.1.72.4.2.1 no-access
An interface entry containing the objects pertinent to the phySer interface.
                   phySerIfIndex 1.3.6.1.4.1.72.4.2.1.1 integer read-only
The interface on which this entry's equivalence is effective.
                   phySerIfInterfaceType 1.3.6.1.4.1.72.4.2.1.2 integer read-write
Each of the values above indicates a particular personality module and hence the physical interface present. It is only possible to modify certain values of this variable, as follows: The value x21dte(1) may be modified to x21dce(2), and vice versa. The value v35(5) may be modified to v35btb(6), and vice versa. The changes will occur after the next link reset. Enumeration: 'rs232': 7, 'v35': 5, 'v35btb': 6, 't1': 8, 'rs449': 3, 'g703': 4, 'x21dce': 2, 'x21dte': 1.
                   phySerIfMeasuredSpeed 1.3.6.1.4.1.72.4.2.1.3 integer read-only
This parameter is the value of the measured channel speed in bits per second.
                   phySerIfIsSpeedsettable 1.3.6.1.4.1.72.4.2.1.4 integer read-only
This parameter indicates whether the speed is settable or not for the particular personality module. This parameter does not guarantee that this will be the alue of the clock used over the serial link.
                   phySerIfPortSpeed 1.3.6.1.4.1.72.4.2.1.5 integer read-write
The port speed is the value of the personality module sourced clock. It may be accessed if the value of isSpeedSettable is 1. In many cases a special cable is needed for this parameter to affect station operation - see product specifications for details. For the RS232 personality module the port speed can be set to any of the values 2400 through 48000 listed above. For all the other personality modules for which port speed is a settable parameter, the values 19600 and 24000 are invalid. These modules can assume any of the other speeds, dependent upon the product type - see product specifications for details. When a change has been made to this object, the new value will become effective after the next link reset. Enumeration: 'b2048000': 2048000, 'b9600': 9600, 'b256000': 256000, 'b32000': 32000, 'b1200': 1200, 'b48000': 48000, 'b2400': 2400, 'b24000': 24000, 'b19200': 19200, 'b1024000': 1024000, 'b512000': 512000, 'b64000': 64000, 'b4800': 4800.
                   phySerIfTransitDelay 1.3.6.1.4.1.72.4.2.1.6 integer read-only
This parameter indicates the time taken for a frame to traverse the phySer link between the local and remote station. Its value is automatically determined by the station's software.
                   phySerIfT1clockSource 1.3.6.1.4.1.72.4.2.1.7 integer read-write
This parameter indicates from where the clock is being derived. It can have the following values: clockFromData(0), internalSource (1), externalSource(2). If its value is clockFromData(0) then the clock signal comes from the data in the frame being received, if it is internalSource(1) then the clock is derived from an internal source and if its value is externalSource(2) the clock source is external. This parameter is only relevant for the T1 personality module. When a change has been made to this object, the new value will become effective after the next link reset.
                   phySerIfT1SlotLvalue 1.3.6.1.4.1.72.4.2.1.8 integer read-write
This is the value of the lower time slot chosen withing a frame of the 1.544MHz T1 service. This parameter is only relevant for the T1 personality module. When a change has been made to this object, the new value will become effective after the next link reset.
                   phySerIfT1SlotHvalue 1.3.6.1.4.1.72.4.2.1.9 integer read-write
This is the alue of the higher time slot chosen within a frame of the 1.544MHz T1 service. This parameter is only relevant for the T1 personality module. When a change has been made to this object the new value, will become effective after the next link reset.
                   phySerIfT1dRatePerChan 1.3.6.1.4.1.72.4.2.1.10 integer read-write
This object can have either of two values depending on the data rate required. If its value is 0 a data rate of 64k is provided, if its value is 4 then the data rate provided is 56k. This parameter is only relevant for the T1 personality module. When a change has been made to this object, the new value will become effective after the next link reset.
                   phySerIfT1frameAndCode 1.3.6.1.4.1.72.4.2.1.11 integer read-write
The values for this parameter represent the encoding on the 1.544MHz T1 service. It has the following values: fcD4andB8zs(0), fcD4Only(1), fcEsfAndB8zs(2), fcEsfOnly (3).
                   phySerIfPartnerAddress 1.3.6.1.4.1.72.4.2.1.12 octet string read-only
The mac address of the remote station to which this particular serial link is connected.
       mlink 1.3.6.1.4.1.72.5
           mlinkNumber 1.3.6.1.4.1.72.5.1 integer read-only
The number of multilink interfaces, (regardless of their current state) present on this system.
           mlinkTable 1.3.6.1.4.1.72.5.2 no-access
A list of multilink entries. The number of entries is given by the value of mlinkNumber.
               mlinkEntry 1.3.6.1.4.1.72.5.2.1 no-access
An interface entry containing objects at the multilink layer for a particular interface.
                   mlinkIndex 1.3.6.1.4.1.72.5.2.1.1 integer read-only
This value reports the particular instance of multi-link being referenced.
                   mlinkState 1.3.6.1.4.1.72.5.2.1.2 integer read-only
This parameter indicates the current state of the multilink connection. It can take on any of the folowing values: negotiating (0), notInUse(1), inUseActive(2), inUseInactive(3).
                   mlinkSendSeq 1.3.6.1.4.1.72.5.2.1.3 integer read-only
This parameter represents the sequence number of the next-in-sequence multilink frame to be assigned to an SLP.
                   mlinkRcvSeq 1.3.6.1.4.1.72.5.2.1.4 integer read-only
This parameter represents the sequence number of the next-in-sequence multilink frame to be received.
                   mlinkSendUpperEdge 1.3.6.1.4.1.72.5.2.1.5 integer read-only
This parameter is the sum of the alue of the last received acknowledgement and the value of the multilink window size.
                   mlinkRcvUpperEdge 1.3.6.1.4.1.72.5.2.1.6 integer read-only
This parameter is the sum of the value of the sequence number sent in the last acknowledgement and the receive window size.
                   mlinkLostFrames 1.3.6.1.4.1.72.5.2.1.7 counter read-only
This parameter represents the number of multilink packets lost because the out of sequence queue was full or the time spent waiting for an out of sequencce frame (in order to re-establish the sequence) exceeded some implementation specific period. It is the count since the last statistics reset of station restart.
                   deletedMlinkFrames 1.3.6.1.4.1.72.5.2.1.8 counter read-only
This is the number of multilink frames which have been deleted, because they arrived out of sequence and were outside of the multi-link window.
                   expressQueueCurrentLength 1.3.6.1.4.1.72.5.2.1.9 integer read-only
This is the number of items enqueued in the multilink express queue.
                   expressQueueUpperLimit 1.3.6.1.4.1.72.5.2.1.10 integer read-only
This is the upper limit of the enqueued information specific to the multilink express queue.
                   hiPriQueueCurrentLength 1.3.6.1.4.1.72.5.2.1.11 integer read-only
This is the number of items enqueued in the multilink high priority queue.
                   hiPriQueueUpperLimit 1.3.6.1.4.1.72.5.2.1.12 integer read-only
This is the upper limit of the enqueued information specific to the multilink high priority queue.
                   loPriQueueCurrentLength 1.3.6.1.4.1.72.5.2.1.13 integer read-only
This is the number of items enqueued in the multilink low priority queue.
                   loPriQueueUpperLimit 1.3.6.1.4.1.72.5.2.1.14 integer read-only
This is the upper limit of the enqueued information specific to the multilink low priority queue.
           mlinkWindow 1.3.6.1.4.1.72.5.3 integer read-write
The Multilink window size parameter defines the number of sequentially numbered multilink frames that the DCE or DTE may transfer to its slp beyond the lowest numbered multilink frame which has not yet been acknowledged. This parameter is not instaced; it affects all instances of multilink.
           mlinkRxTimeout 1.3.6.1.4.1.72.5.4 integer read-write
The time, in 50ms units, after which the multilink resets due to a receive sequence error. This parameter is not instanced; it affects all instances of multilink.
       lan 1.3.6.1.4.1.72.6
           lanInterfaceType 1.3.6.1.4.1.72.6.1 integer read-only
This parameter indicates the physical medium which comprises the LAN. Enumeration: 'tenBase2': 3, 'oneBase5': 2, 'tenBase5': 1.
       bridge 1.3.6.1.4.1.72.7
           portNumber 1.3.6.1.4.1.72.7.1 integer read-only
The number of ports supported by the bridging function in this station.
           bridgeStatsTable 1.3.6.1.4.1.72.7.2 no-access
A list of bridge statistics entries. The number of entries is given by the value of bridgeNumber. This table is only valid for the LAN ports.
               bridgeStatsEntry 1.3.6.1.4.1.72.7.2.1 no-access
A bridge statisticcs entry containing objects relevant to the bridging function.
                   bridgeStatsIndex 1.3.6.1.4.1.72.7.2.1.1 integer read-only
A unique value for each bridge statistics instance.
                   averageForwardedFrames 1.3.6.1.4.1.72.7.2.1.2 counter read-only
This reports the average number of frames per second accepted from the LAN for forwarding to the serial ports over the sampling period.
                   maxForwardedFrames 1.3.6.1.4.1.72.7.2.1.3 counter read-only
This is the highest value of 'averageForwarded' recorded since the previous station or statistics reset.
                   averageRejectedFrames 1.3.6.1.4.1.72.7.2.1.4 counter read-only
This reports the average number of frames per second that have failed the filtering criterion for forwarding to the serial ports over the previous sampling period.
                   maxRejectedFrames 1.3.6.1.4.1.72.7.2.1.5 counter read-only
This parameter is a count of the highest value of 'averageRejected' recorded since the previous station or statistics reset.
                   lanAccepts 1.3.6.1.4.1.72.7.2.1.6 counter read-only
This variable reports the total number of frames that have been accepted from the LAN for forwarding over the serial links since the last station or statistics reset.
                   lanRejects 1.3.6.1.4.1.72.7.2.1.7 counter read-only
This reports the total number of frames that have failed the filtering criterion for forwarding to the serial ports since the last station or statistics reset.
                   deletedLanFrames 1.3.6.1.4.1.72.7.2.1.8 counter read-only
The number of LAN frames which have been deleted, due to an internal lack of resource error, since the last station restart or the last statistics reset.
           stpTable 1.3.6.1.4.1.72.7.3 no-access
A list of stp entries. The number of entries is given by the value of bridgeNumber
               stpEntry 1.3.6.1.4.1.72.7.3.1 no-access
An entry containing objects relevant to the spanning tree algorithm
                   stpIndex 1.3.6.1.4.1.72.7.3.1.1 integer read-only
The interface on which this entry's equivalence is effective.
                   pathCostMode 1.3.6.1.4.1.72.7.3.1.2 integer read-write
This variable controls the mode of determining the path cost for the port. If set to 0, the path cost is determined automatically by the station, if set to 1, it is configured by the manager.
                   pathCostAutoValue 1.3.6.1.4.1.72.7.3.1.3 integer read-only
This is the value of path cost assigned to the port automatically by the station.
                   pathCostManualValue 1.3.6.1.4.1.72.7.3.1.4 integer read-write
This is the value of path cost assigned to the port by the manager.
                   portSpatState 1.3.6.1.4.1.72.7.3.1.5 integer read-only
This parameter indicates the spanning tree state of a particular port. It may return one of the following values: disabled (-1), blocking(0), listening(1), learning(2) or forwarding(3).
                   portPriorityMode 1.3.6.1.4.1.72.7.3.1.6 integer read-write
This variable controls the mode of determining the priority for the port. If set to 0, the priority is determined automatically by the station, if set to 1, it is configured by the manager.
                   portPriorityAutoValue 1.3.6.1.4.1.72.7.3.1.7 integer read-only
This is the value of priority assigned to the port automatically by the station.
                   portPriorityManualValue 1.3.6.1.4.1.72.7.3.1.8 integer read-write
This is the value of priority assigned to the port by the manager.
           spanningTree 1.3.6.1.4.1.72.7.4 integer read-write
This object describes whether or not the spanning tree protocol is enabled on this station. It can take on the following values: disabled (0) enabled (1).
           spatPriority 1.3.6.1.4.1.72.7.5 integer read-write
Each station has a priority, used by the 'spanning Tree' protocol in determining the root bridge of a spanning tree network. The lower the value, which can range between the values 0 and 65535, the higher the priority.
           spatHelloTimer 1.3.6.1.4.1.72.7.6 integer read-write
This is the period of time, in seconds, between the transmission of subsequent configuration BPDUs, used by the spanning tree algorithm.
           spatResetTimer 1.3.6.1.4.1.72.7.7 integer read-write
The length of time, in seconds, after a serial link reset, for which the corresponding serial port's path cost is forced to its maximum value.
           spatVersion 1.3.6.1.4.1.72.7.8 integer read-write
This variable determines the version of the spanning tree alogrithm implemented in the station. Enumeration: 'revision8': 8, 'revisionC': 3.
           spanningMcastAddr 1.3.6.1.4.1.72.7.9 octet string read-write
This is the multicast address of the frames used by the spanning tree protocol. The multicast address is in hexadecimal form, in network byte order.
           operatingMode 1.3.6.1.4.1.72.7.10 integer read-write
This parameter determines whether the bridge will forward frames based only on the static addresses in the filtering database stored in its preconfigured table, if its value is proconfigured(1), or use its learning algorithm if its value is learning(0).
           preconfSourceFilter 1.3.6.1.4.1.72.7.11 integer read-write
This parameter determines whether the bridge will filter on destination address alone, indicated by a value of disabled(0), or destination and source addresses, indicated by a value of enabled (1).
           typeFilter 1.3.6.1.4.1.72.7.12 integer read-write
This parmaeter is used to enabld or disable frame type filtering. To enable set to a vaue of enabled(1), to disable set to a value of disabled(0).
           typePrioritisation 1.3.6.1.4.1.72.7.13 integer read-write
This parameter is used to enable or disable the prioritization of traffic destined for a remote LAN, dependent upon the type field of the frame. To enable type prioritization set this object to a value od enabled(1), a value of disabled(0) disables this action.
           dynamicLearningInLM 1.3.6.1.4.1.72.7.14 integer read-write
This parameter is used to enable or disable dynamic learning when the station is configured to be in 'Learning' mode. A value of enabled(1) enabled this feature whilst a value of disabled(0) disables it.
           forgetAddressTimer 1.3.6.1.4.1.72.7.15 integer read-write
This is the time, in 5 second units, after which, if an address has not been seen on the local LAN, it is 'forgotten' from the learning address table.
           deleteAddressTimer 1.3.6.1.4.1.72.7.16 integer read-write
This is the time, in 5 second units, after which, if an address has not been seen on the local LAN, it is 'deleted' from the learning address table.
           multicastDisposition 1.3.6.1.4.1.72.7.17 integer read-write
This parameter determines the actions of the station upon receiving a multicast frame, when the station is set to preconfigured mode. If it is set to 1, multicasts are forwarded unconditionally to the serial link. If it is set to 0, they are handled like single cast addresses, being forwarded only if the multicast in question is present in the filtering database with the apropriate disposition.
           filterMatches 1.3.6.1.4.1.72.7.18 integer read-write
This parameter determines the action of the station when filtering on frame type. If it is set to 0, the frame is discarded if the type mateches, and forwarded if it does not. If it is set to 1, the frame is forwarded if it matches, and discarded if it does not.
           ieeeFormatFilter 1.3.6.1.4.1.72.7.19 integer read-write
This parameter determines whether IEEE802.3 frames will be forwarded or discarded when type filtering is being performed and a match found. To enabled this type of filtering set this object to a value of enabled(1), to disable set to a value of disabled (0).
           priorityMatches 1.3.6.1.4.1.72.7.20 integer read-write
This parameter defines the priority assigned to a frame if it is being forwarded after type matching. A value of high(0) is used to assign a high priority to the frame whilst a value of low(1) assigns a low priority.
           ieeeFormatPriority 1.3.6.1.4.1.72.7.21 integer read-write
This parameter defines the priority assigned to an IEEE802.3 frame if it is being forwarded after type matching. A value of high(0) indicated high priority whilst a value of low(1) indicates a low priority.
           averagePeriod 1.3.6.1.4.1.72.7.22 integer read-only
This is the averaging period over which the statistics in the BridgeStatsTable get updated.
           triangulation 1.3.6.1.4.1.72.7.23 integer read-write
To enable triangulation this object must be set to a value of enabled(1). To disable this feature set to a value of disabled (0).
           adaptiveRouting 1.3.6.1.4.1.72.7.24 integer read-write
This parameter is used to enable, by setting this object to a value of enabled(1), or disable, set to a value of disabled(0), the adaptive routing feature. Adaptive routing can only be enabled if the spanningTree {bridge 4} has a value of enabled(1).
           adaptiveMcastAddr 1.3.6.1.4.1.72.7.25 octet string read-write
This is the multicast address of the frames used by the adaptive routing protocol. The multicast address is in hexadecimal form, in network byte order.
           arAddressInfo 1.3.6.1.4.1.72.7.26
                 standbyRemote 1.3.6.1.4.1.72.7.26.1 integer read-only
This object reports the total number of Adaptive Routing Destination Routes.
                 standbyLocal 1.3.6.1.4.1.72.7.26.2 integer read-only
This object reports the total number of Adaptive Routing Source Routes.
                 activeRemote 1.3.6.1.4.1.72.7.26.3 integer read-only
This object reports the total number of Adaptive Routing Remote Addresses.
                 activeLocal 1.3.6.1.4.1.72.7.26.4 integer read-only
This object reports the total number of Adaptive Routing Learned Addresses.
           maxSerialLoading 1.3.6.1.4.1.72.7.27 integer read-write
This object is used by the Adaptive Routing protocol. If the loading of a serial link exceeds this value, then any frames enqueued for this link by Adaptive Routing will be removed from the queue and enqueued on the other serial link. The value of this object is a measure of the percentage loading of the line.
           serialLoadPeriod 1.3.6.1.4.1.72.7.28 integer read-write
This is the sampling period over which the serial links loading is measured, in seconds. Enumeration: 'ten': 10, 'thirty': 30, 'twenty': 20, 'forty': 40, 'fifty': 50, 'sixty': 60.
           serialLoading 1.3.6.1.4.1.72.7.29 integer read-only
Each instance of this object gives the percentage loading on a particular serial line. The instances are indexed by the value of ifIndex.
           filteringDataBaseTable 1.3.6.1.4.1.72.7.30
                 filteringDbTable 1.3.6.1.4.1.72.7.30.1 no-access
A list of filtering data base entries.
                     filteringDbEntry 1.3.6.1.4.1.72.7.30.1.1 no-access
This OCTET STRING contains one entry from the table. Each entry consists of a MAC address, filter disposition, filter status and type.
                         filteringDbMacAddress 1.3.6.1.4.1.72.7.30.1.1.1 octet string read-write
This OCTET STRING contains the MAC address in hexadecimal from, in network byte order.
                         filteringDbDisposition 1.3.6.1.4.1.72.7.30.1.1.2 integer read-write
This is the disposition applied to the Mac Address. It can have any of the following values: discard (0), lan (1), channel1 (2), channel2 (4) or flood (7).
                         filteringDbStatus 1.3.6.1.4.1.72.7.30.1.1.3 integer read-write
This is the status of the Mac Address. Only static may be configured from SNMP, thus a SetRequest on this object with any a value other than 3 (bit 0 and 1 both set) will fail. The status is a 8 bit field. The lower 2 bits (bits 0 and 1) can have the following values: if neither bit set (value of 0), this indicates a free address. A value of 1 is used for learnt addresses, a value of 2 for un-learnt addresses and a value of 3 for static addresses. If bit 2 is set then the MAC address is a multicast address, i.e. this object would have a value of 4. The upper 4 bits of the status field are used to represent different adaptive routing address types. if the upper 4 bits have a value of 2 this indicates an Adaptive Routing (AR) source address, a value of 4 indicates an AR destination address and a value of 8 an AR remote address. These values are not mutually exclusive which is why they are not listed in the enumeration. The byte can have different combinations of the above settings.
                         filteringDbType 1.3.6.1.4.1.72.7.30.1.1.4 integer read-write
For a Get or GetNext, a value of valid(1) is always returned. For a Set, if the field is set to a value of valid(1) then the entry is added to the table, if the value is invalue(2) then the entry is deleted. Enumeration: 'valid': 1, 'invalid': 2.
                 filteringDbAction 1.3.6.1.4.1.72.7.30.2 integer read-write
This object is used to clear the Filtering Database Table of all static entries. Other entries are not affected. A value of noAction(1) is always returned when a GET is performed upon the object. Enumeration: 'clearTable': 2, 'noAction': 1.
           priorityTable 1.3.6.1.4.1.72.7.31
                 prioritySubTable 1.3.6.1.4.1.72.7.31.1 no-access
A list of priority table entries.
                     priorityTableEntry 1.3.6.1.4.1.72.7.31.1.1 no-access
This sequence defines one entry in the priority table. There is a maximum of 8 instances of this sequence.
                         priorityTableEntryValue 1.3.6.1.4.1.72.7.31.1.1.1 integer read-write
The priority being added to, deleted or read from the table.
                         priorityTableEntryType 1.3.6.1.4.1.72.7.31.1.1.2 integer read-write
This parameter determines whether an object is being added to or deleted from the table. A value os valid(1) is used to add entries while invalid(2) is used an entry is to be deleted from the table. Enumeration: 'valid': 1, 'invalid': 2.
                 priorityTableAction 1.3.6.1.4.1.72.7.31.2 integer read-write
This object is used to clear the priorityTable. A value of noAction(1) is always returned to a GetRequest for this object. A Set with a value of noAction(1) has no affect. Enumeration: 'clearTable': 2, 'noAction': 1.
                 priorityPage 1.3.6.1.4.1.72.7.31.3 octet string read-write
This OCTET STRING contains all of the active entries in the priority table. Each entry consists of two bytes, the first byte of each entry being the most significant byte of the entry.
           filterTable 1.3.6.1.4.1.72.7.32
                 filterSubTable 1.3.6.1.4.1.72.7.32.1 no-access
This is a list of entries in the filter table.
                     filterTableEntry 1.3.6.1.4.1.72.7.32.1.1 no-access
This sequence defines one entry in the filter table. There is a maximum of 8 instances of this object.
                         filterTableEntryValue 1.3.6.1.4.1.72.7.32.1.1.1 integer read-write
This is the value of a filter to be added to, deleted from or read from the filter table.
                         filterTableEntryType 1.3.6.1.4.1.72.7.32.1.1.2 integer read-write
This parameter is used to indicate if a filter is to be added to or deleted from the table. A value of valid(1) causes the filter to be added. A value of invalid(2) causes it to be deleted. For a Get, this value is always returned as valid(1). Enumeration: 'valid': 1, 'invalid': 2.
                 filterTableAction 1.3.6.1.4.1.72.7.32.2 integer read-write
This object is used to clear the filter Table of its static entries, all others are not affected. Only two values are valid to use with this object. A value of noAction(1) is always returned when a GET is performed upon the object. To clear the table of static entries, a value of 2 must be used in the SET. A SET with a value of 1 has no effect. Enumeration: 'clearTable': 2, 'noAction': 1.
                 filterPage 1.3.6.1.4.1.72.7.32.3 octet string read-write
This OCTET STRING contains all of the active entries in the filter table. Each entry consists of two bytes, the first byte of each entry being the most significant byte of that entry.
       product 1.3.6.1.4.1.72.8
       router 1.3.6.1.4.1.72.10
             ipRSTable 1.3.6.1.4.1.72.10.1 no-access
A list of vairables associated with the router's status and its IP statistics.
                 ipRSEntry 1.3.6.1.4.1.72.10.1.1 no-access
This table contains objects which give information abouti the router's STATUS and its IP statistics.
                     ipRSIndex 1.3.6.1.4.1.72.10.1.1.1 integer read-only
The interface on which this entry's equivalence is effective. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
                     gwProtocol 1.3.6.1.4.1.72.10.1.1.2 integer read-write
The protocols which are in use by the IP Routing element to exchange routing information. This field has two values rip(8) and none (1). Enumeration: 'none': 1, 'rip': 8.
                     ifStatus 1.3.6.1.4.1.72.10.1.1.3 integer read-only
This parameter represents the status of the interface. For the LAN interface the values possible are rarpFail (2), inactive (0) and active (1). For the serial interfaces there are two possible values, inactive (0) and active (1).
                     receivedTotalDgms 1.3.6.1.4.1.72.10.1.1.4 counter read-only
This is a count of the total number of IP Datagrams received over this interface.
                     transmittedTotalDgms 1.3.6.1.4.1.72.10.1.1.5 counter read-only
This is a count of the total number of IP Datagrams transmitted over this interface.
                     outDiscardsTotalDgms 1.3.6.1.4.1.72.10.1.1.6 counter read-only
This is a count of the number of IP Datagrams discarded due to exceeding the transmit queue length of this interface.
                     noRouteTotalDgms 1.3.6.1.4.1.72.10.1.1.7 counter read-only
This is a count of the number of frames which were received on this interface but discarded because no route could be found.
             icmpRSTable 1.3.6.1.4.1.72.10.2
                 destUnreachLastRx 1.3.6.1.4.1.72.10.2.1 octet string read-only
The last time an ICMP Destination Unreachable message was received. The format of the returned Octet String is the same as that defined in section b. of the definition of the stationTime (station.1) object.
                 destUnreachLastTx 1.3.6.1.4.1.72.10.2.2 octet string read-only
The last time an ICMP Destination Unreachable message was sent. The format of the returned Octet String is the same as that defined in setion b. of the definition of the stationTime (station.1) object.
                 sourceQuenchLastRx 1.3.6.1.4.1.72.10.2.3 octet string read-only
The last time an ICMP Source Quench message was received. The format of the returned Octet String is the same as that defined in section b. of the definition of the stationTime (station.1) object.
                 sourceQuenchLastTx 1.3.6.1.4.1.72.10.2.4 octet string read-only
The last time an ICMP Source Quench message was sent. The format of the returned Octet String is the same as that defined in section b. of the definition of the stationTime (station.1) object.
                 redirectsLastRx 1.3.6.1.4.1.72.10.2.5 octet string read-only
The last time an ICMP Redirects message was received. The format of the returned Octet String is the same as that defined in section b. of the definition of the stationTime (station.1) object.
                 redirectsLastTx 1.3.6.1.4.1.72.10.2.6 octet string read-only
The last time an ICMP Redirects message was sent. The format of the returned Octet String is the same as that defined in section b. of the definition of the stationTime (station.1) object.
                 echoRequestsLastRx 1.3.6.1.4.1.72.10.2.7 octet string read-only
The last time an ICMP Echo request message was received. The format of the returned Octet String is the same as that defined in section b. of the definition of the stationTime (station.1) object.
                 echoRequestsLastTx 1.3.6.1.4.1.72.10.2.8 octet string read-only
The last time an ICMP Echo request message was sent. The format of the returned Octet String is the same as that defined in section b. of the definition of the stationTime (station.1) object.
                 timeExceededLastRx 1.3.6.1.4.1.72.10.2.9 octet string read-only
The last time an ICMP Time Exceeded message was received. The format of the returned Octet String is the same as that defined in section b. of the definition of the sationTime (station.1) object.
                 timeExceededLastTx 1.3.6.1.4.1.72.10.2.10 octet string read-only
The last time an ICMP Time Exceeded message was sent. The format of the returned Octet String is the same as that defined in section b. of the definition of the stationTime (station.1) object.
                 paramProbLastRx 1.3.6.1.4.1.72.10.2.11 octet string read-only
The last time an ICMP Param Problem message was received. The format of the returned Octet String is the same as that defined in section b. of the definition of the stationTime (station.1) object.
                 paramProbLastTx 1.3.6.1.4.1.72.10.2.12 octet string read-only
The last time an ICMP Param Problem message was sent. The format of the returned Octet String is the same as that defined in section b. of the definition of the stationTime (station.1) object.
             ipRouting 1.3.6.1.4.1.72.10.3 integer read-write
This parameter is used to enable IP Routing, it also indicates the current state of the stations IP Routing capability. A value of enabled(1) enables IP Routing whilst a value of disabled(0) disables it.
       boot 1.3.6.1.4.1.72.11
             bootpRetryCount 1.3.6.1.4.1.72.11.1 integer read-write
The number of times a Bootp Request will be transmitted before the Bootp attempt is considered to have failed. If this parameter is set to 0, Bootp is skipped and an immediate TFTP download attempted.
             downloadRetryCount 1.3.6.1.4.1.72.11.2 integer read-write
The number of times the complete Bootp/TFTP download cycle is attempted before the download attempt is considered to have failed.
             downloadFilename 1.3.6.1.4.1.72.11.3 octet string read-write
This character string is inserted in the 'boot file name' field of the Bootp Request; its semantics is determined by the Boot Server. If Bootp is skipped and an immediate TFTP download attempted, this parameter is used by TFTP as the name of the file to be downloaded.
             bootserverIpAddress 1.3.6.1.4.1.72.11.4 ipaddress read-write
If this address is null (0.0.0.0), the Boot Request is sent to the IP broadcast address as determined by ipAdEntBcastAddr. Otherwise, it is sent to this address. It is known that certain bootserver implementations do not respond to the standard limited broadcast, hence the need for this parameter.
             loadserverIpAddress 1.3.6.1.4.1.72.11.5 ipaddress read-write
If this address is null (0.0.0.0), TFTP will request a download from the server address returned in the Bootp Response. Otherwise, it will use this address.
             uniqueBroadcastAddress 1.3.6.1.4.1.72.11.6 ipaddress read-write
A unique broadcast address specified by the user which does not conform to the standard ip broadcast address format. If the user specifies a unique broadcast address, this will take precedence over the standard IP broadcast address.
             tftpRetryCount 1.3.6.1.4.1.72.11.7 integer read-write
The number of PDU will be retransmitted during a TFTP transfer before declaring the transfer to have failed.
             tftpRetryPeriod 1.3.6.1.4.1.72.11.8 integer read-write
The time in units of 50ms that TFTP will wait for the next requested block before initiating error recovery.
             initiateBootpDll 1.3.6.1.4.1.72.11.9 integer read-write
This parameter is used to initiate a bootp downline load from a remote server. A value of noAction(1) is always returned when a Get Request is performed on this object. A Set Request with a value of initiateBoot(2) causes the bootp download operation to be initiated. Enumeration: 'initiateBoot': 2, 'noAction': 1.
       boothelper 1.3.6.1.4.1.72.12
             boothelperEnabled 1.3.6.1.4.1.72.12.1 integer read-write
This parameter is used to enable or disable the boot helper facility. A value of enabled(1) enabled this facility whilst a value of disabled(0) disables it.
             boothelperHopsLimit 1.3.6.1.4.1.72.12.2 integer read-write
This object repesents the limit on the distance that a boot request is forwarded. It specifies the maximum number of times that a boot request may have been forwarded by other boothelpers and still be forwarded by this helper. A value of 0 means that no boot request shall be forwarded.
             boothelperForwardingAddress 1.3.6.1.4.1.72.12.3 ipaddress read-write
This is the IpAddress to which the boot helper will forward a boot request.
       remote 1.3.6.1.4.1.72.13
             ipx 1.3.6.1.4.1.72.13.1
                 ipxRouting 1.3.6.1.4.1.72.13.1.1 integer read-write
This object is used to enable and disable IPX routing. It indicates whether the unit is functioning as an IPX Router. The default value is disabled (0). A value of enabled(1) is used to enable IPX Routing.
                 ipxIfNumber 1.3.6.1.4.1.72.13.1.2 integer read-only
This is the number of interfaces on which you can send and received ipx datagrams.
                 ipxIfTable 1.3.6.1.4.1.72.13.1.3 no-access
This is a list of parameters associated with the IPX interfaces.
                     ipxIfEntry 1.3.6.1.4.1.72.13.1.3.1 no-access
This table contains objects which give information about the IPX Router's interfaces.
                         ipxIfIndex 1.3.6.1.4.1.72.13.1.3.1.1 integer read-only
The interface on which this entry's equivalence is effective.
                         ipxIfNwkNumber 1.3.6.1.4.1.72.13.1.3.1.2 octet string read-write
This object is the ascii representation of the network number which, when combined with the Host address, makes up the IPX address of this particular interface. It can be up to 8 characters long.
                         ipxIfIPXAddress 1.3.6.1.4.1.72.13.1.3.1.3 octet string read-only
This is an octet string which specifies the IPX address of a particular interfae, in ascii format. The format of the address is as follows: xxxxxxxx:yy.yy.yy.yy.yy.yy Where xxxxxxxx represents the network number portion of the address, and may be up to 8 chars long, and yy.yy.yy.yy.yy.yy represents the host address of the device and is always 17 chars long (including decimal points). The entire string including the colon and decimal points, can be up to 26 characters long.
                         ipxIfEncapsulation 1.3.6.1.4.1.72.13.1.3.1.4 integer read-write
This parameter indictes the encapsulation which is in use on a particular interface. It can have any one of the following values: ieee8023 (0), ethernet (1), llc (2), snap (3), dummy1 (4), dummy2 (5) or invalid (6). If the mlinkChan48Interop {mlinkEntry 15 } parameter has a value of disabled(0) for a multilink channel then the value of this parameter will be invalid(6). The values dummy1(4) and dummy2(5) are reserved for future expansion and cannot be used in a set operation on this parameter, they will not be returned in response to a Get Request either.
                         ipxIfDelay 1.3.6.1.4.1.72.13.1.3.1.5 integer read-write
This object indicates the delay associated with the network on the interface identified by the instance number used to instance this object. The delay is an estimate of the time take by a 576 byte IPX packet to traverse the network. The time is measured in ticks, the units of which are 1/18.2 seconds. The smallest value of ipxIfDelay is 1 tick or 1/18.2 seconds.
                 ipxRoutingTable 1.3.6.1.4.1.72.13.1.4 no-access
This is a list of the entries in the Routing Information Table.
                     ipxRITEntry 1.3.6.1.4.1.72.13.1.4.1 no-access
This table contains the entries in the IPX Routing Information Table.
                         ipxRITDestNwkNumber 1.3.6.1.4.1.72.13.1.4.1.1 octet string read-only
This string contains the IPX Network number. The address contained in the returned string is in hexadecimal form. If the network number is not a full 4 bytes ling, then it is zero-filled eg, a network Number, 0x234fd will appear as 0x000234fd in this string.
                         ipxRITGwyHostAddress 1.3.6.1.4.1.72.13.1.4.1.2 octet string read-only
This is the Host Address of the gateway to the network specified by the corresponding ipxRITNwkNumber.
                         ipxRITHopCount 1.3.6.1.4.1.72.13.1.4.1.3 integer read-only
This is the hop count to reach the specified network, it has a range of 0 to 15.
                         ipxRITDelay 1.3.6.1.4.1.72.13.1.4.1.4 integer read-only
This is the estimated delay to reach the specified network.
                         ipxRITInterface 1.3.6.1.4.1.72.13.1.4.1.5 integer read-only
This is the interface through which the IPX datagram is routed to the gateway identified by the corresponding entry for ipxRITGwyHostAddress {ipxRITEntry 2}.
                         ipxRITDirectConnect 1.3.6.1.4.1.72.13.1.4.1.6 integer read-only
                 ipxSAPBinderyTable 1.3.6.1.4.1.72.13.1.5 no-access
The table of SAP Bindaries.
                     ipxSAPBinderyEntry 1.3.6.1.4.1.72.13.1.5.1 no-access
This is a list of entries in the ipxSAPBinderyTable
                         ipxSAPBinderyType 1.3.6.1.4.1.72.13.1.5.1.1 integer read-only
This is the type of the server whose IPX address is given by ipxSAPBinderyIPXAddress {ipxSAPBinderyEntry 2}. If a value of 0 is returned to a Get Request then this indicates an unknown server type. Enumeration: 'printQueue': 3, 'fileServer': 4, 'remoteBridgeServer': 36, 'jobServer': 5, 'administration': 11, 'advertizingPrintServer': 71, 'jobQueue': 10, 'archiveQueue': 8, 'user': 1, 'userGroup': 2, 'wild': 65535, 'gateway': 6, 'archiveServer': 9, 'printServer': 7.
                         ipxSAPBinderyServerIPXAddress 1.3.6.1.4.1.72.13.1.5.1.2 octet string read-only
This is an octet string which specifies the IPX address of a particular interface, in ascii format. The format of the address is as follows: xxxxxxxx:yy.yy.yy.yy.yy.yy where xxxxxxxx represents the network number portion of the address, and may be up to 8 chars long, and yy.yy.yy.yy.yy.yy represents the host address of the device and is always 17 chars long (including decimal points). The entire string including the colon and decimal point, can be up to 26 characters long.
                         ipxSAPBinderyServerName 1.3.6.1.4.1.72.13.1.5.1.3 octet string read-only
This is the Name of the Server. It is a text string up to 48 characters long.
                         ipxSAPBinderyHopCount 1.3.6.1.4.1.72.13.1.5.1.4 integer read-only
This is the hop count ot reach the specified server. This object can take on any value in the range 0 to 15.
                         ipxSAPBinderySocket 1.3.6.1.4.1.72.13.1.5.1.5 integer read-only
This number identifies the socket at which the server provides services.
                 ipxReceivedDgms 1.3.6.1.4.1.72.13.1.6 counter read-only
This is a count of the total number of IPX datagrams which have been received on the interfaces.
                 ipxTransmittedDgms 1.3.6.1.4.1.72.13.1.7 counter read-only
This parameter represents the total number of IPX datagrams which have been transmitted on the interfaces.
                 ipxNotRoutedRxDgms 1.3.6.1.4.1.72.13.1.8 counter read-only
This parameter represents the total number of IPX datagrams which have been received on the interface and which have been discarded due to no route being found for them.
                 ipxForwardedDgms 1.3.6.1.4.1.72.13.1.9 counter read-only
This parameter represents the total number of IPX datagrams which have been received on the interface and routed onwards.
                 ipxInDelivers 1.3.6.1.4.1.72.13.1.10 counter read-only
This parameter represents the total number of IPX datagrams which have been received on the interfaces and delivered internally (routed inwards) to RIP or SAP.
                 ipxInHdrErrors 1.3.6.1.4.1.72.13.1.11 counter read-only
This parameter represents a count of the total number of IPX datagrams which have been received on the interfaces and discarded due to having a bad checksum, a length error or hopCountExpiry.
                 ipxAccessViolations 1.3.6.1.4.1.72.13.1.12 counter read-only
This parameter represents a count of the total number of IPX datagrams which have been received on the interface and discarded due to an addess violation for the datagram.
                 ipxInDiscards 1.3.6.1.4.1.72.13.1.13 counter read-only
This parameter represents a count of the total number of IPX datagrams which have been received on the interface and discarded because the internal queue is full.
                 ipxOutDiscards 1.3.6.1.4.1.72.13.1.14 counter read-only
This parameter represents a count of the total number of IPX datagrams which have been received on the interface and discarded because the transmit queue for this interface is full.
                 ipxOtherDiscards 1.3.6.1.4.1.72.13.1.15 counter read-only
This parameter represents a count of the total number of IPX datagrams which have been received on the interface and discarded because the interface does not have a configured IPX address or the datagram is addresses to an unsupported socket.
             decnet 1.3.6.1.4.1.72.13.2
                 dcntRouting 1.3.6.1.4.1.72.13.2.1 integer read-write
This parameter is used to enable or disable DECnet routing on this unit. A Set with a value of enabled(1) enabled the DECnet routing feature, whilst a Set with a value of disabled(0) disabled this fature.
                 dcntIfNumber 1.3.6.1.4.1.72.13.2.2 integer read-only
This is the number of interfaces on which you can send and receive decnet frames.
                 dcntIfTable 1.3.6.1.4.1.72.13.2.3 no-access
This table holds a list of entries of interface-specific configurable data.
                     dcntIfTableEntry 1.3.6.1.4.1.72.13.2.3.1 no-access
A interface entry containing objects pertinent to eachs interface for which Decnet is enabled.
                         dcntIfIndex 1.3.6.1.4.1.72.13.2.3.1.1 integer read-only
                         dcntIfCost 1.3.6.1.4.1.72.13.2.3.1.2 integer read-write
This is the path cost associated with this interface.
                         dcntIfRtrPriority 1.3.6.1.4.1.72.13.2.3.1.3 integer read-write
This is the priority associated with this interface, it is used to determine the designated route. The interface with the highest priority is the designated route.
                         dcntIfDesgntdRtr 1.3.6.1.4.1.72.13.2.3.1.4 integer read-only
This parameter indicates if this is the designated router on this interface. A value of no(0) indicates there isn't a designated router on this interface, whilst a value of yes(1) indicates that there is.
                         dcntIfHelloTimerBCT3 1.3.6.1.4.1.72.13.2.3.1.5 integer read-write
The maximum time period between two hello messages, transmitted consecutively.
                 dcntRoutingTable 1.3.6.1.4.1.72.13.2.4 no-access
This is the routing table for the area to which this device belongs, There are a maximum of 1023 entries in this table.
                     dcntRITEntry 1.3.6.1.4.1.72.13.2.4.1 no-access
An entry specifies a particular node's routing information.
                         dcntRITDestNode 1.3.6.1.4.1.72.13.2.4.1.1 integer read-only
This is the address id of the node which uniquely identify the node within a given area.
                         dcntRITNextHop 1.3.6.1.4.1.72.13.2.4.1.2 octet string read-only
This is the address of the next hop in the path.
                         dcntRITCost 1.3.6.1.4.1.72.13.2.4.1.3 integer read-only
This is the path cost of this route.
                         dcntRITHops 1.3.6.1.4.1.72.13.2.4.1.4 integer read-only
This is the number of hops that have to be traversed to get to the destination.
                         dcntRITInterface 1.3.6.1.4.1.72.13.2.4.1.5 integer read-only
This parameter identifies the interface on which messages for this route should be forwarded. It has the following values: 0 for Lan, 1 for channel 1 and 2 for channel 2.
                 dcntAreaRoutingTable 1.3.6.1.4.1.72.13.2.5 no-access
This is the Area routing table, used to route packets fromt the area in which the device resides to other Areas in the network. There are a maximum of 63 entries in this table.
                     dcntAreaRITEntry 1.3.6.1.4.1.72.13.2.5.1 no-access
An entry specifies a particular node's routing information.
                         dcntAreaRITDestArea 1.3.6.1.4.1.72.13.2.5.1.1 integer read-only
This is the area id of the node which uniquely identifies the area.
                         dcntAreaRITNextHop 1.3.6.1.4.1.72.13.2.5.1.2 octet string read-only
This is the address of the next hop in the path.
                         dcntAreaRITCost 1.3.6.1.4.1.72.13.2.5.1.3 integer read-only
This is the path cost of this route.
                         dcntAreaRITHops 1.3.6.1.4.1.72.13.2.5.1.4 integer read-only
This is the number of hops between here and the destination.
                         dcntAreaRITInterface 1.3.6.1.4.1.72.13.2.5.1.5 integer read-only
This parameter identifies the interface on which messages for this route should be forwarded. It can have the following values: 0 for the Lan interface, 1 for channel 1 and 2 for channel 2.
                 dcntNodeAddress 1.3.6.1.4.1.72.13.2.6 octet string read-write
This is the Node address of the device. The format of this is as follows: xx.yyyy where xx is an ascii representation (range 0-9) of the area id, with a range 0 to 63, and yyyy is an ascii representation (range 0 to 9) of the address id, with a range 0 to 1023. The string can be a maximum length of seven octets, this includes the decimal point separating the two components. DECnet routing cannot be enabled until this object has been given a valid value. When DECnet routing is disabled this value can be set to a value of NULL. This parameter may be changed to another valid value at any time.
                 dcntInterAreaMaxCost 1.3.6.1.4.1.72.13.2.7 integer read-write
This is the maximum cost possible in a path to a reachable area, from the area in which this device is situated.
                 dcntInterAreaMaxHops 1.3.6.1.4.1.72.13.2.8 integer read-write
The maximum number of Hops allowed in a path to another reachable area.
                 dcntIntraAreaMaxCost 1.3.6.1.4.1.72.13.2.9 integer read-write
The maximum cost possible in a path from the device to a reachable node within the same area.
                 dcntIntraAreaMaxHops 1.3.6.1.4.1.72.13.2.10 integer read-write
This is the Maximum Hops allowed in a path from this device to a reachable node within the same area.
                 dcntMaxVisits 1.3.6.1.4.1.72.13.2.11 integer read-write
The maximum number of nodes which a data packet can traverse, before being discarded.
                 dcntRtngMsgTimerBCT1 1.3.6.1.4.1.72.13.2.12 integer read-write
This is the maximum time period between broadcasted routing messages on the Ethernet.
                 dcntRateControlFreqTimerT2 1.3.6.1.4.1.72.13.2.13 integer read-write
This is the rate control frequency timer.
                 dcntReveivedDgms 1.3.6.1.4.1.72.13.2.14 counter read-only
This is a total count of all Decnet Datagrams received by the device on all interfaces. This includes data packets, hello messages and routing messages.
                 dcntForwardedDgms 1.3.6.1.4.1.72.13.2.15 counter read-only
This is a count of all the data packets which have been forwarded by the device on all interfaces.
                 dcntOutRequestedDgms 1.3.6.1.4.1.72.13.2.16 counter read-only
This is a count of all Decnet hello and routing messages transmitted by the device on all interfaces.
                 dcntInDiscards 1.3.6.1.4.1.72.13.2.17 counter read-only
This is a count of all Decnet packets which have been received, but discarded. These frames are discarded by the Decnet protocol layer.
                 dcntOutDiscards 1.3.6.1.4.1.72.13.2.18 counter read-only
This is the total number of Decnet frames discarded due to lack of internal resources. These frames are discarded by the Decnet protocol layer.
                 dcntNoRoutes 1.3.6.1.4.1.72.13.2.19 counter read-only
This is the total number of packets for which no route could be found.
                 dcntInHdrErrors 1.3.6.1.4.1.72.13.2.20 counter read-only
This is the total number of packets found with an invalid header in the data packet.
             rmtLapb 1.3.6.1.4.1.72.13.3
                 rmtLapbConfigTable 1.3.6.1.4.1.72.13.3.1 no-access
A list of configurable LapbCT entries, one entry per interface.
                     rmtLapbCTEntry 1.3.6.1.4.1.72.13.3.1.1 no-access
A list of configurable data, for each lapb interface.
                         rmtLapbCTIndex 1.3.6.1.4.1.72.13.3.1.1.1 integer read-only
This parameter defines the interface for which this entry is valid.
                         rmtLapbCTLinkAddr 1.3.6.1.4.1.72.13.3.1.1.2 integer read-write
This parameter defines both the link level and packet level logical address. A value of dte(0) indicates DTE operation, whilst a value of dce(1) indicates DCE operation.
                         rmtLapbCTExtSeqNumbering 1.3.6.1.4.1.72.13.3.1.1.3 integer read-write
This parameter is used to enable/disabled use of extended frame sequence numbering. Modulo 128 numbering is used if this parameter is set to a value of enabled(1), whilst modulo 8 numbering is used if this object is set to a value of disabled(0).
                         rmtLapbCTWindow 1.3.6.1.4.1.72.13.3.1.1.4 integer read-write
This parameter represents the maximum number of I-frames which can be transmitted before an acknowledgement is received. It can have any value between 1 and 127, for this value to be greater than 7, extended sequence numbering must be invoked. This is the value of k as defined in the 1984 CCITT Recommendation X.25 VOLUME VIII - FASCILE VIII.3.
                         rmtLapbCTModeT1 1.3.6.1.4.1.72.13.3.1.1.5 integer read-write
If the value of this parameter is automaticT1(0) then the value of the T1 timer is determined automatically by the software. If the value of this object is manualT1(1) then the timer is settable by the manager. The value of T1 won't change until the next reset of the station or the next link reset.
                         rmtLapbCTManualT1Value 1.3.6.1.4.1.72.13.3.1.1.6 integer read-write
This object allows the manager to set the value of the T1 timer as defined in the 1984 CCITT Recommendation X.25 VOLUME VIII - FASCICLE VIII.3. The settable range is 10 to 5000 which represents the timer value in milliseconds. This object maybe set at any time, but it is only used if the value of modeT1 is 1. This value will not become active until the next link or station reset.
                         rmtLapbCTT3LinkIdleTimer 1.3.6.1.4.1.72.13.3.1.1.7 integer read-write
This is the value of the T3 timer, which defines the maximum time which a link can remain in the idle condition before being identified as non-operational.
                         rmtLapbCTN2RetryCount 1.3.6.1.4.1.72.13.3.1.1.8 integer read-write
This is the value of N2 as defined in the 1984 CCITT Recommendation X.25 VOLUME VIII - FASCICLE VIII.3.
                         rmtLapbCTLinkReset 1.3.6.1.4.1.72.13.3.1.1.9 integer read-write
This parameter causes a link reset. The link reset occurs after a pre-determined period of time which is implementation specific. Set Request with a value of resetLink(2) is used to cause the link reset. A value of noAction(1) will be returned when a Get Request is performed on this object. Enumeration: 'resetLink': 2, 'noAction': 1.
                         rmtLapbCTX25PortLineSpeed 1.3.6.1.4.1.72.13.3.1.1.10 integer read-write
This object allows the user to set the linespeed for X25 operation. Enumeration: 'b9600': 9600, 'b32000': 32000, 'b1200': 1200, 'b48000': 48000, 'b2400': 2400, 'b19200': 19200, 'b64000': 64000, 'b4800': 4800.
                         rmtLapbCTInitLinkConnect 1.3.6.1.4.1.72.13.3.1.1.11 integer read-write
This parameter causes a link connect to take place. A Set Request with a value of connect(2) is used to initiate a link connect. A value of noAction(1) is returned to returned when a Get Request is performed on this object. Enumeration: 'connect': 2, 'noAction': 1.
                 rmtLapbStatsTable 1.3.6.1.4.1.72.13.3.2 no-access
A list of LAPB interface entries.
                     rmtLapbSTEntry 1.3.6.1.4.1.72.13.3.2.1 no-access
The LAPB table. An entry in this table is uniquely identified by the value of the rmtLapbSTIndex variable associated with the interface to which the statistics refer.
                         rmtLapbSTIndex 1.3.6.1.4.1.72.13.3.2.1.1 integer read-only
The interface on which this entry's equivalence is effective. This object identifies the same physical interface as identified by the phySerIfIndex.
                         rmtLapbSTState 1.3.6.1.4.1.72.13.3.2.1.2 integer read-only
This parameter indicates the current state of the LAPB link. inactive(0) indicates that LAPB initialization was unsuccessful. A value of active(1) indicates that LAPB init- ialization was successful. A value of unused(2) indicates that, in the case where there are two parallel links between bridges one of which is slower, the slower link has been tagged unused. This is done to concentrate transmissions on the faster link and thus avoid heavy re-ordering overhead due to frames arriving out of sequence. A value of tooFast(3) indicates that the clock on the received signal is too fast for the interface in question.
                         rmtLapbSTAutoT1value 1.3.6.1.4.1.72.13.3.2.1.3 integer read-only
This parameter is the value of the T1 timer as defined in the 1984 CCITT Recommendation X.25 VOLUME VIII - FASCICLE VIII.3 and is determined empirically by the software. It is the actual value of the timer in milliseconds.
                         rmtLapbSTLastResetTime 1.3.6.1.4.1.72.13.3.2.1.4 octet string read-only
Time and date when the last link reset occurred. The format of this string is the same as that defined for 'stationTime'.
                         rmtLapbSTLastResetReason 1.3.6.1.4.1.72.13.3.2.1.5 integer read-only
This object defines the reason for the last link reset. It may take on any one of the following values: noReason (0), xpcError (1), ctsLost (2), retryLimitExceeded (3), receivedIdle (4), personalityModule (5), softwareWatchdog (6), nmcInitiated (7), invalidConfiguration (8).
                         rmtLapbSTCountResets 1.3.6.1.4.1.72.13.3.2.1.6 counter read-only
This parameter represents the number of link resets performed since the last warmStart, coldStart or statistics reset of the station.
                         rmtLapbSTCountSentFrames 1.3.6.1.4.1.72.13.3.2.1.7 counter read-only
This parameter represents the number of link resets performed since the last warm or cold restart of the station or the last statistics reset.
                         rmtLapbSTCountRcvFrames 1.3.6.1.4.1.72.13.3.2.1.8 counter read-only
This parameter represents the number of I-frames sent since the last station restart or the last statistics reset.
                         rmtLapbSTCountSentOctets 1.3.6.1.4.1.72.13.3.2.1.9 counter read-only
This parameter represents the number of I-frames received since the last station restart or the last statistics reset.
                         rmtLapbSTCountRcvOctets 1.3.6.1.4.1.72.13.3.2.1.10 counter read-only
This parameter represents the number of bytes sent since the last station restart or the last statistics reset.
                         rmtLapbSTCountAborts 1.3.6.1.4.1.72.13.3.2.1.11 counter read-only
This parameter represents the number of bytes received since the last station restart or the last statistics reset.
                         rmtLapbSTCountCrcErrors 1.3.6.1.4.1.72.13.3.2.1.12 counter read-only
This parameter represents the number of aborts received since last station restart or the last statistics reset.
             x25 1.3.6.1.4.1.72.13.4
                 x25Operation 1.3.6.1.4.1.72.13.4.1 integer read-only
This parameter is used to enable or disable operation of the x.25 (at the packet level) facility on this station. If x.25 PLP is turned on then this markedly affects the manner in which LAPB works. It also affects the relevance and effictiveness of some LAPB managed objects. A Set Request with a value of enabled(1) will enable this facility whilst a Set Request with a value of disabled(0) disables it.
                 x25OperNextReset 1.3.6.1.4.1.72.13.4.2 integer read-write
This parameter indicates if x.25 (at the packet level) is to be enabled or disabled after the next reset of this station. A Set Request with a value of enabled(1) will enable this facility whilst a Set Request with a value of disabled(0) disables it.
                 x25ConSetupTable 1.3.6.1.4.1.72.13.4.3 no-access
This table holds configuration data used in setting up each X25 SVC.
                     x25CSTEntry 1.3.6.1.4.1.72.13.4.3.1 no-access
Each entry in the Table includes all the configurable objects for each interface.
                         x25CSTIndex 1.3.6.1.4.1.72.13.4.3.1.1 integer read-only
This index defines the interface for which this entry is valid. This index is equivalent to the phySerIfNumber index representing the physical serial interfaces on the device.
                         x25CST8084Switch 1.3.6.1.4.1.72.13.4.3.1.2 integer read-write
This object is an operation switch, allowing the user to change the operating mode of x.25 on this interface. A value of x251980(0) sets the operating mode to 1980 operating mode, wheras a value of x251984(4) sets it to 1984.
                         x25CSTSrcDTEAddr 1.3.6.1.4.1.72.13.4.3.1.3 octet string read-write
This is the address of the Source DTE associated with this interface. It can be any number, up to 15 ascii characters long, in the range 0-9.
                         x25CSTDestDTEAddr 1.3.6.1.4.1.72.13.4.3.1.4 octet string read-write
This is the address of the Destination DTE associated with this interface. It can be any number, up to 15 ascii characters long, in the range 0-9.
                         x25CST2WayLgclChanNum 1.3.6.1.4.1.72.13.4.3.1.5 integer read-write
This number uniquely identifies the two-way logical channel number to be used in the DTE/DCE interface when establishing an SVC on this interface.
                         x25CSTPktSeqNumFlg 1.3.6.1.4.1.72.13.4.3.1.6 integer read-write
This parameter allows the user to switch between Basic (modulo 8) and Extended (modulo 128) Packet Sequence Numbering. A value of mod8(1) indicates the use of Basic numbering, while a value of mod128(4) specifies Extended numbering. Enumeration: 'mod8': 1, 'mod128': 4.
                         x25CSTFlowCntrlNeg 1.3.6.1.4.1.72.13.4.3.1.7 integer read-write
This parameter is used to enable/disable flow control negotiation on this interface. If the value is disable (0), the values of window size and packet size are the specified default values. If the value is enable (1), then this DTE offers its negotiation values and these may be negotiated downwards by the remote entity.
                         x25CSTDefaultWinSize 1.3.6.1.4.1.72.13.4.3.1.8 integer read-write
This is the window size used if Negoriation is not enabled. If basic frame numbering is in operation, then it cannot have a value greater than 7. If extended frame numbering is enabled, then it can have a value up to 127.
                         x25CSTDefaultPktSize 1.3.6.1.4.1.72.13.4.3.1.9 integer read-write
This is the packet size used if Negotiation is not enabled. This must be less than or equal to the Physical Block size on the device.
                         x25CSTNegWinSize 1.3.6.1.4.1.72.13.4.3.1.10 integer read-write
This is the window size requested when a connection is being initialised, if Negotiation is enabled. If basic frame numbering is in operation, then it cannot have a value greater than 7. If extended frame numbering is enabled, then it can have a value up to 127.
                         x25CSTNegPktSize 1.3.6.1.4.1.72.13.4.3.1.11 integer read-write
This is the packet size requested at call setup time, if Negotiation is enabled. This should not be larger than the Physical Block size defined for this device.
                         x25CSTCUGSub 1.3.6.1.4.1.72.13.4.3.1.12 integer read-write
This parameter allows the enabling of the Closed User Group (CUG) selection facitily for connections on this interface. A Set Request with a value of cugOnly(4) enables Closed User Group operation whilst a value of disabled(0) disables it.
                         x25CSTLclCUGValue 1.3.6.1.4.1.72.13.4.3.1.13 integer read-write
This value is the number which uniquely defines the Closed User Group value to be used within the Closed User Group Selection facility of the call packet.
                         x25CSTRvrsChrgReq 1.3.6.1.4.1.72.13.4.3.1.14 integer read-write
When a connection is being set up, this device will reuqest that Reverse Charging of the call be accepted by the remote end, if the value of this parameter is set to enable(1). A Set Request with a value of disabled(0) disabled this feature.
                         x25CSTRvrsChrgAcc 1.3.6.1.4.1.72.13.4.3.1.15 integer read-write
When a connection is being set up, this station will accept reverse charging of the call, initiated by the remote end, if the value of this object is set to enable(1). A Set Request with a value of disabled(0) disabled this feature.
                 x25ConControlTable 1.3.6.1.4.1.72.13.4.4 no-access
This table holds configurable data used in controlling each X25 SVC.
                     x25CCTEntry 1.3.6.1.4.1.72.13.4.4.1 no-access
Each entry contains configurable objects allowing the control of the status of the SVC.
                         x25CCTIndex 1.3.6.1.4.1.72.13.4.4.1.1 integer read-only
This index defines the interface for which this entry is valid. This index is equivalent to the phySerIfNumber index representing the physical serial interfaces on the device.
                         x25CCTManualConnect 1.3.6.1.4.1.72.13.4.4.1.2 integer read-write
This parameter is used to perform a manual (re)connect of the x.25 SVC, when its value is set to connect(2). A value of noAction(1) is returned in response to Get Requests. Enumeration: 'connect': 2, 'noAction': 1.
                         x25CCTManualDisconnect 1.3.6.1.4.1.72.13.4.4.1.3 integer read-write
This parameter is used to perform a manual disconnect of the x.25 SVC, when its value is set to disconnect(2). A value of noAction(1) is returned in response to Get Requests. Enumeration: 'disconnect': 2, 'noAction': 1.
                         x25CCTCfgAutoConRetry 1.3.6.1.4.1.72.13.4.4.1.4 integer read-write
This parameter is used to allow the user to configure whether retries are to take place when an SVC is being established. If the station is under manual control then the actual value of the automatic connect retry flag may be different to this object's value. A Set Request with a value of enabled(1) enables this feature whilst a Set Request with a value od disabled(0) disables it.
                         x25CCTOperAutoConRetryFlg 1.3.6.1.4.1.72.13.4.4.1.5 integer read-only
This parameter is the actual operation flag which tells us if automatic connect retry is currently enabled on this station. The value of the x25CCTCfgAutoConRetry object is the last configured value of the automatic connect retry flag. A Set Request with a value of enabled(1) enables this feature whilst a Set Request with a value od disabled(0) disables it.
                         x25CCTAutoConRetryTimer 1.3.6.1.4.1.72.13.4.4.1.6 integer read-write
This is the retry timer, which defines the delay, in seconds, between consecutive attempts to establish the X25 SVC.
                         x25CCTMaxAutoConRetries 1.3.6.1.4.1.72.13.4.4.1.7 integer read-write
This defines the maximum no of attempts to set up a single X25 SVC allowed. A value of 0 means there is no limit to the number of retries allowed.
                         x25CCTCfgTODControl 1.3.6.1.4.1.72.13.4.4.1.8 integer read-write
This parameter is used to enable/disable the time-of-day control mechanism, which can control the time period for which an SVC may be active, between two devices. Setting this object also sets the current operating value of the underlying variable. However, this value survives a reset whereas the current value may not. A Set Request with a value of enabled(1) enables this feature whilst a Set Request with a value od disabled(0) disables it.
                         x25CCTCurrentTODControl 1.3.6.1.4.1.72.13.4.4.1.9 integer read-write
This parameter is used to enable/disable the time-of-day control mechanism, which can control the time period for which an SVC is active. A set to this object only sets the operating value of the underlying variable and does not survive a station reset. A Set Request with a value of enabled(1) enables this feature whilst a Set Request with a value od disabled(0) disables it.
                         x25CCTTODToConnect 1.3.6.1.4.1.72.13.4.4.1.10 octet string read-write
This parameter defined the time of day at which the time-of-day control mechanism, when enabled, will attempt to establish an SVC to the remote end. If the SVC exists at this time then no action is taken. The format of the time is as follows hhmm where hh is the hour and mm is the minute.
                         x25CCTTODToDisconnect 1.3.6.1.4.1.72.13.4.4.1.11 octet string read-write
This parameter defined the time of day at which the time-of-day control mechanism, when enabled, will attempt to disconnect an SVC from the remote end. If the SVC is already disconnected at this time then no action is taken. The format of the time is as follows: hhmm where hh is the hour and mm is the minute.
                 x25TimerTable 1.3.6.1.4.1.72.13.4.5 no-access
This table holds the configurable timers used with each X25 connection (SVC).
                     x25TTEntry 1.3.6.1.4.1.72.13.4.5.1 no-access
Each entry holds the configurable values of timers and retry limits in operation for each SVC.
                         x25TTIndex 1.3.6.1.4.1.72.13.4.5.1.1 integer read-only
This index defines the interface for which this entry is valid. This index is equivalent to the phySerIfNumber index representing the physical serial interfaces on the device.
                         x25TTT20Timer 1.3.6.1.4.1.72.13.4.5.1.2 integer read-write
This defines the value of the restart retransmit timer, in seconds.
                         x25TTT21Timer 1.3.6.1.4.1.72.13.4.5.1.3 integer read-write
This defines the value of the call retransmit timer, in seconds.
                         x25TTT22Timer 1.3.6.1.4.1.72.13.4.5.1.4 integer read-write
This defines the value of the reset retransmit timer, in seconds.
                         x25TTT23Timer 1.3.6.1.4.1.72.13.4.5.1.5 integer read-write
This defines the value of the clear retransmit timer, in seconds.
                         x25TTR20Limit 1.3.6.1.4.1.72.13.4.5.1.6 integer read-write
This defines the maximum value of the restart retransmit count, when operating as a DTE.
                         x25TTR22Limit 1.3.6.1.4.1.72.13.4.5.1.7 integer read-write
This defines the maximum value of the reset retransmit count, when operating as a DTE.
                         x25TTR23Limit 1.3.6.1.4.1.72.13.4.5.1.8 integer read-write
This defines the maximum value of the clear retransmit count, when operating as a DTE.
                 x25StatusTable 1.3.6.1.4.1.72.13.4.6 no-access
This table holds status information for each X25 SVC and for each interface.
                     x25StatusTableEntry 1.3.6.1.4.1.72.13.4.6.1 no-access
Each entry keeps status information on each Interface/SVC.
                         x25StatusIndex 1.3.6.1.4.1.72.13.4.6.1.1 integer read-only
This index pertains to the interface/SVC for which this entry is valid.
                         x25StatusIfStatus 1.3.6.1.4.1.72.13.4.6.1.2 integer read-only
This object defines the current status of the interface. More specifically, this is the state of the logical channel number 0, which governs the state of the entire SVC.
                         x25StatusSVCStatus 1.3.6.1.4.1.72.13.4.6.1.3 integer read-only
This object defines the current status of the SVC, more specifically, the state of the active logical channel. This object has no meaning if the state of the Interface is not r1PktLevelReady.
                         x25StatusWinSize 1.3.6.1.4.1.72.13.4.6.1.4 integer read-only
This is the window size in operation for the current SVC. This may be less than the Configured Window sized depending on whether Flow Control is enabled, and the result of the negotiation.
                         x25StatusPktSize 1.3.6.1.4.1.72.13.4.6.1.5 integer read-only
This is the Packet size in use for the current SVC. This may be less than the Configured values, depending on whether Flow Control is enabled and if negotiation has taken place.
                         x25StatusCauseLastInClear 1.3.6.1.4.1.72.13.4.6.1.6 integer read-only
This object defines the Cause of the Last Incoming Clear Received on this interface. It is in th e form of a bit-map, the values and combinations of which are too numerous to list here. The values may be found by referring to the appropriate section in the X25 PLP standard from CCITT.
                         x25StatusDiagLastInClear 1.3.6.1.4.1.72.13.4.6.1.7 integer read-only
This object defines the Diagnostic of the Last Incoming Clear Received on this interface. It is in the form of a bit-map, the values and combinations of which are too numerous to list here. The values may be found by referring to the appropriate section in the X25 PLP standard from CCITT.
                 x25StatsTable 1.3.6.1.4.1.72.13.4.7 no-access
This table holds all statistical data for each x25 SVC. There are two entries in this table, for a 4942.
                     x25StatsTableEntry 1.3.6.1.4.1.72.13.4.7.1 no-access
Each entry in the Table includes all the statistical objects for each interface.
                         x25STSVCIndex 1.3.6.1.4.1.72.13.4.7.1.1 integer read-only
This index pertains to the interface for which this entry is valid.
                         x25STTxDataPkts 1.3.6.1.4.1.72.13.4.7.1.2 counter read-only
This is the number of Data Pkts transmitted on this interface.
                         x25STRxDataPkts 1.3.6.1.4.1.72.13.4.7.1.3 counter read-only
This is the number of Data Pkts received on this interface.
                         x25STTxConnectReqPkts 1.3.6.1.4.1.72.13.4.7.1.4 counter read-only
This is the number of Connect Request packets transmitted on this interface.
                         x25STRxIncomingCallPkts 1.3.6.1.4.1.72.13.4.7.1.5 counter read-only
This is the number of incoming Call request packets received on this interface.
                         x25STTxClearReqPkts 1.3.6.1.4.1.72.13.4.7.1.6 counter read-only
This is the number of Clear Request packets transmitted on this interface.
                         x25STRxClearIndPkts 1.3.6.1.4.1.72.13.4.7.1.7 counter read-only
This is the number of Clear Indication packets received on this interface.
                         x25STTxResetReqPkts 1.3.6.1.4.1.72.13.4.7.1.8 counter read-only
This is the number of Reset Request packets transmitted on this interface.
                         x25STRxResetIndPkts 1.3.6.1.4.1.72.13.4.7.1.9 counter read-only
This is the number of Reset Indication packets received on this interface.
                         x25STTxRestartReqPkts 1.3.6.1.4.1.72.13.4.7.1.10 counter read-only
This is the number of Restart Request packets transmitted on this interface.
                         x25STRxRestartIndPkts 1.3.6.1.4.1.72.13.4.7.1.11 counter read-only
This is the number of Restart Indication packets received on this interface.