RADLAN-rndApplications

File: RADLAN-rndApplications.mib (34545 bytes)

Imported modules

RADLAN-MIB IF-MIB SNMPv2-TC-v1
SNMPv2-SMI SNMPv2-TC

Imported symbols

rnd InterfaceIndexOrZero InterfaceIndex
ifIndex DisplayString Unsigned32
Counter32 IpAddress MODULE-IDENTITY
OBJECT-TYPE RowStatus TruthValue
TEXTUAL-CONVENTION

Defined Types

RndMonitoredElementEntry  
SEQUENCE    
  rndMonitoredElementAddress IpAddress
  rndMonitoredElementCommunity DisplayString Size(1..20)
  rndMonitoredElementLabel DisplayString Size(1..20)
  rndDefaultPollingInterval INTEGER
  rndDefaultLogFile DisplayString
  rndMonitoredElementStatus RowStatus

RndMonitoringEntry  
SEQUENCE    
  rndMonitoredElement DisplayString Size(1..20)
  rndMonitoredObjectInstanceLabel DisplayString
  rndMonitoredObjectName DisplayString
  rndMonitoredObjectIdentifier OBJECT IDENTIFIER
  rndMonitoredObjectInstance OBJECT IDENTIFIER
  rndMonitoredObjectSyntax INTEGER
  rndMonitoringInterval INTEGER
  rndAlarmMaxTreshold INTEGER
  rndAlarmMinTreshold INTEGER
  rndMonitoringLogfile DisplayString
  rndMonitoringEntryStatus RowStatus
  rndMonitoredIntegerInstance INTEGER

RndMibFileEntry  
SEQUENCE    
  rndMibFileIndex INTEGER
  rndMibFilePath DisplayString
  rndMibFileRefresh INTEGER
  rndMibFileEntryStatus RowStatus

RndDeleteValuesEntry  
SEQUENCE    
  rndRowStatusVariableName DisplayString
  rndRowStatusObjectId OBJECT IDENTIFIER
  rndRowDeleteValue INTEGER
  rndDeleteValueEntryStatus RowStatus

RndSimulatedVariablesEntry  
SEQUENCE    
  rndSimulatedVariableEntryIndex INTEGER
  rndSimulatedVariableObjectId OBJECT IDENTIFIER
  rndNotSupportedField INTEGER
  rndSimulatedVariableEntryStatus RowStatus

RlTstBasicRateEntry  
SEQUENCE    
  rlTstBasicRateIfType INTEGER
  rlTstBasicRateLineTopology INTEGER
  rlTstBasicRateIfMode INTEGER
  rlTstBasicRateSignalMode INTEGER

RlMibTreeEntry  
SEQUENCE    
  rlMibTreeFather DisplayString
  rlMibTreeSonIndex INTEGER
  rlMibTreeSon DisplayString
  rlMibTreeSonObjectId OBJECT IDENTIFIER
  rlMibTreeGrandFather DisplayString

RsPingEntry  
SEQUENCE    
  rsPingAddress IpAddress
  rsPingPacketCount INTEGER
  rsPingPacketSize INTEGER
  rsPingPacketTimeout INTEGER
  rsPingDelay INTEGER
  rsPingTrapOnCompletion TruthValue
  rsPingSentPackets Counter32
  rsPingReceivedPackets Counter32
  rsPingMinReturnTime INTEGER
  rsPingAvgReturnTime INTEGER
  rsPingMaxReturnTime INTEGER
  rsPingCompletionStatus INTEGER
  rsPingTimeStamp DisplayString
  rsPingEntryStatus RowStatus

RsPowerSupplyRedundacyEntry  
SEQUENCE    
  rsPowerSupplyRedundacyReNumber INTEGER
  rsPowerSupplyRedundacyStatus INTEGER

RsNvramApplEntry  
SEQUENCE    
  rsNvramApplIndex INTEGER
  rsNvramApplName DisplayString

Defined Values

rndApplications 1.3.6.1.4.1.89.35
The private MIB module definition for RND applications MIB.
MODULE-IDENTITY    

rndMidLevelManagement 1.3.6.1.4.1.89.35.2
OBJECT IDENTIFIER    

rndAlarmOptions 1.3.6.1.4.1.89.35.2.2
OBJECT IDENTIFIER    

rndAlarmEnabling 1.3.6.1.4.1.89.35.2.2.1
Indicates whether alarms should be issued to the high-level NMS
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

rndAlarmInterval 1.3.6.1.4.1.89.35.2.2.2
Indicates the minimal period of time which must pass after issuing an alarm before issuing the same alarm again.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rndMonitoredElementsTable 1.3.6.1.4.1.89.35.2.3
The table of monitored elements of the network
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RndMonitoredElementEntry

rndMonitoredElementEntry 1.3.6.1.4.1.89.35.2.3.1
The row definition for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RndMonitoredElementEntry  

rndMonitoredElementAddress 1.3.6.1.4.1.89.35.2.3.1.1
The IP address of the monitored element
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rndMonitoredElementCommunity 1.3.6.1.4.1.89.35.2.3.1.2
The community of the monitored element
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..20)  

rndMonitoredElementLabel 1.3.6.1.4.1.89.35.2.3.1.3
The label assigned by the network manager to the monitored element
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..20)  

rndDefaultPollingInterval 1.3.6.1.4.1.89.35.2.3.1.4
The default period of time between two consecutive pollings of the monitored element for the value of an object instance. If no other polling interval is specifically assigned to the monitored object instance, this one will be used
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rndDefaultLogFile 1.3.6.1.4.1.89.35.2.3.1.5
The default file path of the log-file which will contain the polling results for the monitored element. If no other file path is specifically assigned to the monitored object instance, this log-file will be used.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rndMonitoredElementStatus 1.3.6.1.4.1.89.35.2.3.1.6
It is used to manage the monitored elements table and indicates the current monitoring status of an element.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rndMonitoringTable 1.3.6.1.4.1.89.35.2.4
The table of monitored object instances. Each monitored object instance belongs to a monitored element previously entered in the rndMonitoredElementsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RndMonitoringEntry

rndMonitoringEntry 1.3.6.1.4.1.89.35.2.4.1
The row definition for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RndMonitoringEntry  

rndMonitoredElement 1.3.6.1.4.1.89.35.2.4.1.1
A label assigned by the network manager to a monitored element to which this monitored object instance belongs. This label must have been previously entered in an instance of rndMonitoredElementLabel
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

rndMonitoredObjectInstanceLabel 1.3.6.1.4.1.89.35.2.4.1.2
The label assigned by the network manager to the monitored object instance
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

rndMonitoredObjectName 1.3.6.1.4.1.89.35.2.4.1.3
The symbolic object type name of the object to which the monitored object instance belongs (as it appears the MIB module definition). In case of ambiguity the : format should be used. An instance of rndMonitoredObjectName need not be assigned any value, if the corresponding instance of rndMonitoredObjectIdentifier is assigned a value, since any one of these, together with the object instance identifier, suffices to unambigously identify the monitored object instance.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..20)  

rndMonitoredObjectIdentifier 1.3.6.1.4.1.89.35.2.4.1.4
The object identifier of the object to which the monitored object instance belongs. An instance of rndMonitoredObjectIdentifier need not be assigned any value, if the corresponding instance of rndMonitoredObjectName is assigned a value, since any one of these, together with the object instance identifier, suffices to unambigously identify the monitored object instance.
Status: current Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

rndMonitoredObjectInstance 1.3.6.1.4.1.89.35.2.4.1.5
The instance identifier (key) of the monitored object instance.
Status: current Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

rndMonitoredObjectSyntax 1.3.6.1.4.1.89.35.2.4.1.6
The syntax of the monitored object instance (i.e., the syntax of the object type of the object to which the monitored instance belongs). Need not be assigned any value if the corresponding instance of rndMonitoredObjectName has been assigned a value
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER integer(1), octet-string(2), ip-address(3), object-identifier(4)  

rndMonitoringInterval 1.3.6.1.4.1.89.35.2.4.1.7
The period of time between two consecutive retrievals of the monitored object instance's value.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rndAlarmMaxTreshold 1.3.6.1.4.1.89.35.2.4.1.8
The value of the monitored object instance, the exceeding of which will cause the generation of an alarm to the high-level management station.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rndAlarmMinTreshold 1.3.6.1.4.1.89.35.2.4.1.9
If the value of the monitored object instance falls below the value assigned to rndAlarmMinTreshold, an alarm to the high-level management station will be issued.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rndMonitoringLogfile 1.3.6.1.4.1.89.35.2.4.1.10
The entire path of the file in which the results of the monitoring of this object instance should be recorded.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rndMonitoringEntryStatus 1.3.6.1.4.1.89.35.2.4.1.11
It is used to manage the monitored object instances table and indicates the current monitoring status of an object instance.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rndMonitoredIntegerInstance 1.3.6.1.4.1.89.35.2.4.1.12
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rndMibFilesTable 1.3.6.1.4.1.89.35.2.5
The table of monitored object instances. Each monitored object instance belongs to a monitored element previously entered in the rndMonitoredElementsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RndMibFileEntry

rndMibFileEntry 1.3.6.1.4.1.89.35.2.5.1
The row definition for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RndMibFileEntry  

rndMibFileIndex 1.3.6.1.4.1.89.35.2.5.1.1
The number of the MIB file in the list MIB files supported by the Mid-Level management station. The order of the MIB files in this list must reflect the the IMPORT relation between the MIBS contained in the MIB files, i.e., if MIB A IMPORTS FROM MIB B, the file containing MIB A must have a lesser index in this table than the file containing MIB B.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rndMibFilePath 1.3.6.1.4.1.89.35.2.5.1.2
The path of the MIB file in the MIB file server.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rndMibFileRefresh 1.3.6.1.4.1.89.35.2.5.1.3
Indicates if the file should be fetched after setting this entry from the MIB file server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

rndMibFileEntryStatus 1.3.6.1.4.1.89.35.2.5.1.4
It is used to manage the MIB files table.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rndHardwareConfiguration 1.3.6.1.4.1.89.35.2.6
Indicates whether the current SET SNMP PDU contains hardware configuration (i.e., normally read-only variables). SET of such variables in the Mid-level management station will be allowed only if this variable is included in the SNMP PDU and its value is true. Its value as returned in a GET SNMP PDU will always be false.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rndEraseSimulatedConfiguration 1.3.6.1.4.1.89.35.2.7
eraseSimulatedConfiguration instructs the MLNMS to erase all the simulated configuration from its configuration data-base (CDB). This the only accepted value for SNMP SET statements and will never be returned in SNMP GET statements. simulatedConfigurationPresent indicates that the MLNMS currently has a simulated configuration. simulatedConfigurationErased indicates that the MLNMS currently has no simulated configuration.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER eraseSimulatedConfiguration(1), simulatedConfigurationPresent(2), simulatedConfigurationErased(3)  

rndDeleteValuesTable 1.3.6.1.4.1.89.35.2.8
This table indicates which MIB variables are row status fields which control the status of the entry to which they belong. This table also indicates which (integer!) value of these MIB variables will cause, if present in a SNMP SET PDU, the deletion of the conceptual row instance to which the SET MIB variable instance belongs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RndDeleteValuesEntry

rndDeleteValuesEntry 1.3.6.1.4.1.89.35.2.8.1
The row definition for the rndDeleteValuesTable table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RndDeleteValuesEntry  

rndRowStatusVariableName 1.3.6.1.4.1.89.35.2.8.1.1
The name of the row status field. This name may not necessarily be any name which is present in the MIBs loaded into the MLNMS station.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..80)  

rndRowStatusObjectId 1.3.6.1.4.1.89.35.2.8.1.2
The object id of the row status field. If the rndRowStatusVariableName is a name present in the MIBs loaded into the MLNMS, this MIB variable is not required, but if given, it must match the object id known to the MLNMS. The variable identified by rndRowStatusVariableName and/or rndRowStatusObjectId must be a read-write MIB variable of type INTEGER which belongs to an entry (i.e, is a child of a MIB variable of type SEQUENCE).
Status: current Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

rndRowDeleteValue 1.3.6.1.4.1.89.35.2.8.1.3
The value of the variable identified by rndRowStatusVariableName and/or rndRowStatusObjectId, which, if present in a SNMP SET PDU, will cause the deletion of the conceptual row instance which the SET MIB variable instance belongs.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rndDeleteValueEntryStatus 1.3.6.1.4.1.89.35.2.8.1.4
It is used to delete an entry from this table.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

snmpTesting 1.3.6.1.4.1.89.35.2.9
OBJECT IDENTIFIER    

rndSimulatedVariablesTable 1.3.6.1.4.1.89.35.2.9.1
This table indicates which MIB variables are simulated.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RndSimulatedVariablesEntry

rndSimulatedVariablesEntry 1.3.6.1.4.1.89.35.2.9.1.1
The row definition for the rndSimulatedVariablesTable table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RndSimulatedVariablesEntry  

rndSimulatedVariableEntryIndex 1.3.6.1.4.1.89.35.2.9.1.1.1
The index entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rndSimulatedVariableObjectId 1.3.6.1.4.1.89.35.2.9.1.1.2
The object id of the simulated variable. If the simulated variable belongs to a table entry, the entire entry is henceforth supported.
Status: current Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

rndNotSupportedField 1.3.6.1.4.1.89.35.2.9.1.1.3
Variable for not supported simulation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rndSimulatedVariableEntryStatus 1.3.6.1.4.1.89.35.2.9.1.1.4
It is used to delete an entry from this table.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rndSnmpTestPassword 1.3.6.1.4.1.89.35.2.9.2
This variable enables the user supplying the correct code to use the SNMP test feature.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rndSnmpTests 1.3.6.1.4.1.89.35.2.9.3
This variable enables the authorized user to test various SNMP features.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noSimulation(1), simulateSetFailure(2), simulateAppGet(3), simulateAppGetNext(4)  

rndSimulateUndo 1.3.6.1.4.1.89.35.2.9.4
This variable enables the authorized user to test the SNMP UNDO feature.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rlSnmpServTestRequest 1.3.6.1.4.1.89.35.2.9.5
This variable enables the authorized user to test the SNMP SERV package.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rlSnmpServTestResponse 1.3.6.1.4.1.89.35.2.9.6
This variable enables the authorized user to retrieve the results of a the SNMP SERV package test.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

rlSnmpServCreateTestPool 1.3.6.1.4.1.89.35.2.9.7
This variable enables the authorized user to indicate that after its reset the device should create a buffer pool for SNMPServ process PDU testing.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER create(1), no-create(2)  

rlSnmpServITCbindClients 1.3.6.1.4.1.89.35.2.9.8
This variable enables the authorized user to to indicate that after its reset the device should create ITC clients for SnmpServ data requests clients. The semantics of this variable is as follows: subidentifier 2*n indicates whether the client n is synchronous(1) or asynchronous(2) subidentifier 2*n+1 indicates the number of simulatneous requests expected by client n.
Status: current Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

rlSnmpTestSimulatedVariables 1.3.6.1.4.1.89.35.2.9.9
OBJECT IDENTIFIER    

rlTstBasicRateTable 1.3.6.1.4.1.89.35.2.9.10
Table for testing SNMP agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlTstBasicRateEntry

rlTstBasicRateEntry 1.3.6.1.4.1.89.35.2.9.10.1
An entry in the rlTstBasicRateTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlTstBasicRateEntry  

rlTstBasicRateIfType 1.3.6.1.4.1.89.35.2.9.10.1.1
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER isdns(75), isdnu(76)  

rlTstBasicRateLineTopology 1.3.6.1.4.1.89.35.2.9.10.1.2
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER pointToPoint(1), pointToMultipoint(2)  

rlTstBasicRateIfMode 1.3.6.1.4.1.89.35.2.9.10.1.3
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER te(1), nt(2)  

rlTstBasicRateSignalMode 1.3.6.1.4.1.89.35.2.9.10.1.4
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

rlMibTree 1.3.6.1.4.1.89.35.2.10
OBJECT IDENTIFIER    

rlMibTreeTable 1.3.6.1.4.1.89.35.2.10.1
This reflects the MIB tree of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlMibTreeEntry

rlMibTreeEntry 1.3.6.1.4.1.89.35.2.10.1.1
Each row shows a tree relationsship in the MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlMibTreeEntry  

rlMibTreeFather 1.3.6.1.4.1.89.35.2.10.1.1.1
The father in a tree relation ship.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

rlMibTreeSonIndex 1.3.6.1.4.1.89.35.2.10.1.1.2
Running index for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlMibTreeSon 1.3.6.1.4.1.89.35.2.10.1.1.3
The son in a tree relation ship.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rlMibTreeSonObjectId 1.3.6.1.4.1.89.35.2.10.1.1.4
The object identifier of the son in a tree relation ship.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

rlMibTreeGrandFather 1.3.6.1.4.1.89.35.2.10.1.1.5
The grand father (i.e father's father) in a tree relation ship.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rsPingMIB 1.3.6.1.4.1.89.35.4
OBJECT IDENTIFIER    

rsPingTable 1.3.6.1.4.1.89.35.4.1
A table of ping request entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsPingEntry

rsPingEntry 1.3.6.1.4.1.89.35.4.1.1
A ping request entry. A management station wishing to create an entry should first generate a pseudo-random serial number to be used as the index to this sparse table. It must also create in the same PDU the associated instance of the address object. It should also modify in the same PDU the default values for the other configuration objects if the defaults are not appropriate. Once the sequence completes, the management station should retrieve the values of the status objects of interest, and should then delete the entry. In order to prevent old entries from clogging the table, entries will be aged out, but an entry will never be deleted within 5 minutes of completing.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsPingEntry  

rsPingAddress 1.3.6.1.4.1.89.35.4.1.1.1
The address of the device to be pinged. Once an instance of this object is created, its value can not be changed.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

rsPingPacketCount 1.3.6.1.4.1.89.35.4.1.1.2
Specifies the number of ping packets to send to the target in this sequence.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..2147483647  

rsPingPacketSize 1.3.6.1.4.1.89.35.4.1.1.3
Specifies the size of ping packets to send to the target in this sequence. The lower and upper boundaries of this object are implementation dependent.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rsPingPacketTimeout 1.3.6.1.4.1.89.35.4.1.1.4
Specifies the amount of time to wait for a response to a transmitted packet before declaring the packet 'dropped.'
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..3600000  

rsPingDelay 1.3.6.1.4.1.89.35.4.1.1.5
Specifies the minimum amount of time to wait before sending the next packet in a sequence after receiving a response. The actual delay may be greater due to internal task scheduling.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..3600000  

rsPingTrapOnCompletion 1.3.6.1.4.1.89.35.4.1.1.6
Specifies whether or not a rsPingCompletion trap should be issued on completion of the sequence of pings. If such a trap is desired, the NMS should ensure that the community table contains an instance specified by the NMSs IP address with rndCommunityTrapsEnable = trapsEnable.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rsPingSentPackets 1.3.6.1.4.1.89.35.4.1.1.7
The number of ping packets that have been sent to the target in this sequence.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsPingReceivedPackets 1.3.6.1.4.1.89.35.4.1.1.8
The number of ping packets that have been received from the target in this sequence.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsPingMinReturnTime 1.3.6.1.4.1.89.35.4.1.1.9
The minimum round trip time of all the packets that have been sent in this sequence. The value returned to a GET request is meaningless if no ping response in a sequence has been received yet.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rsPingAvgReturnTime 1.3.6.1.4.1.89.35.4.1.1.10
The average round trip time of all the packets that have been sent in this sequence.The value returned to a GET request is meaningless if no ping response in a sequence has been received yet.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rsPingMaxReturnTime 1.3.6.1.4.1.89.35.4.1.1.11
The maximum round trip time of all the packets that have been sent in this sequence.The value returned to a GET request is meaningless if no ping response in a sequence has been received yet.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rsPingCompletionStatus 1.3.6.1.4.1.89.35.4.1.1.12
If all the echo request packets in this sequence have been responded by valid echo responses, this object is set to ok. Otherwise this status indicates the problem. bad-reply-data indicates that the reply data is not equal to the response data.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ok(1), timeout(2), net-unreachable(3), host-unreachable(4), protocol-unreachable(5), time-to-live-exceeded(6), reassembly-time-exceeded(7), unable-to-send(8), bad-reply-data(9), incomplete(10)  

rsPingTimeStamp 1.3.6.1.4.1.89.35.4.1.1.13
The time-stamp indicating the time and date of creation or last update of this request. The format of the time-stamp is dd/mm/yyyy hh:mm:ss
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(19)  

rsPingEntryStatus 1.3.6.1.4.1.89.35.4.1.1.14
The status of this table entry.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rsPowerSupplyRedundacy 1.3.6.1.4.1.89.35.5
OBJECT IDENTIFIER    

rsPowerSupplyRedundacyTable 1.3.6.1.4.1.89.35.5.1
The power supply redundancy table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsPowerSupplyRedundacyEntry

rsPowerSupplyRedundacyEntry 1.3.6.1.4.1.89.35.5.1.1
The status of power supply redundancy for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsPowerSupplyRedundacyEntry  

rsPowerSupplyRedundacyReNumber 1.3.6.1.4.1.89.35.5.1.1.1
This number identifies the module backed up by power supply redundancy in the stack.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..31  

rsPowerSupplyRedundacyStatus 1.3.6.1.4.1.89.35.5.1.1.2
The status of a power supply redundancy of the entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notExist(1), existButNotWorking(2), bothWorking(3), internalOnlyWorking(4), externalOnlyWorking(5)  

rsNvram 1.3.6.1.4.1.89.35.6
OBJECT IDENTIFIER    

rsEraseNvramAfterReset 1.3.6.1.4.1.89.35.6.1
The name of NVRAM application that will be erased after reset or ALL if all NVRAM should be erased.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..20)  

rsNvramApplTable 1.3.6.1.4.1.89.35.6.2
The NVRAM application table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsNvramApplEntry

rsNvramApplEntry 1.3.6.1.4.1.89.35.6.2.1
The status of NVRAM application table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsNvramApplEntry  

rsNvramApplIndex 1.3.6.1.4.1.89.35.6.2.1.1
The index of NVRAM application table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rsNvramApplName 1.3.6.1.4.1.89.35.6.2.1.2
The name of application used NVRAM.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..20)