RIVERSTONE-CONFIG-MIB: View SNMP OID List / Download MIB

VENDOR: RIVERSTONE NETWORKS


 Home MIB: RIVERSTONE-CONFIG-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
 rsConfigMIB 1.3.6.1.4.1.5567.2.20
This mib module defines an SNMP API to manage Riverstones Router configuration files
       rsCfgObjects 1.3.6.1.4.1.5567.2.20.1
           rsCfgNextTransferId 1.3.6.1.4.1.5567.2.20.1.1
This object contains the next appropriate value to be used for rsCfgTransferId when creating entries in the rsCfgTransferTable. If the number of unassigned entries is exhausted, this object will take on the value of 0. To obtain the rsCfgTransferId value for a new entry, the manager must first issue a management protocol retrieval operation to obtain the current value of this object. The agent should modify the value to reflect the next unassigned index after each retrieval operation. After a manager retrieves a value the agent will determine through its local policy when this index value will be made available for reuse.
           rsCfgTransferTable 1.3.6.1.4.1.5567.2.20.1.2
This table specifies Parameters related to a change session in the active config. This table is not persistent across reboots.
               rsCfgTransferEntry 1.3.6.1.4.1.5567.2.20.1.2.1
An entry in this table supplies necessary parameters like who did the change and when.
                   rsCfgTransferId 1.3.6.1.4.1.5567.2.20.1.2.1.1
Primary index for the conceptual row identifying a transfer session.
                   rsCfgTransferOp 1.3.6.1.4.1.5567.2.20.1.2.1.2
Transfer operation to be performed. Configuration files are ASCII NVT text files describing the operation of the router. Send operations transfer a file from the router to host. Receive operations transfer the file from the host to the router. Operations to Active include a 2 step process of copying to scratch-pad, and copying the scratch-pad to active. Default value is no operation or noop.
                   rsCfgHostAddressType 1.3.6.1.4.1.5567.2.20.1.2.1.3
Specifies the type of host address to be used at a remote host for performing the transfer operation.
                   rsCfgHostAddress 1.3.6.1.4.1.5567.2.20.1.2.1.4
Specifies the host address to be used as a remote host for performing the transfer operation. The host address type is determined by the object value of corresponding rsCfgHostAddressType.
                   rsCfgFileName 1.3.6.1.4.1.5567.2.20.1.2.1.5
The file name to be retrieved from the host rsCfgServerAddress or to be written to. Default value is blank. By blank it is a zero length octet string. No spaces in filenames. In case of copy to flash, this filename should be as a url including the slot, like slot0:config/rs8.conf
                   rsCfgFileTransferProtocol 1.3.6.1.4.1.5567.2.20.1.2.1.6
The protocol to be used for transferring the file to / from the host.
                   rsCfgActivateTransfer 1.3.6.1.4.1.5567.2.20.1.2.1.7
Activate the file transfer operation with a value of True(1) or stop it with False(2). Poll rsCfgTransferStatus for current status. Default value is False. rsCfgTransferStatus should be either active(1) or createAndGo(4) to set this object to True(1).
                   rsCfgTransferStatus 1.3.6.1.4.1.5567.2.20.1.2.1.8
host) in progress. receiving indicates sending a file from Host to Router. transferComplete indicates a successful transfer. error indicates a failed transfer. See rsCfgLastError to diagnose why the transfer failed.
                   rsCfgTransferStartTime 1.3.6.1.4.1.5567.2.20.1.2.1.9
The time when the transfer was started. Initially this value is 0, meaning no transfer was started yet.
                   rsCfgTransferEndTime 1.3.6.1.4.1.5567.2.20.1.2.1.10
The time when the transfer was completed. Initially this value is 0, meaning no transfer was started or completed yet.
                   rsCfgTransferError 1.3.6.1.4.1.5567.2.20.1.2.1.11
A reason code for the last transfer operation. Poll this value when doing sets against rsCfgActivateTransfer for config files obtain status.
                   rsCfgTransferErrorReason 1.3.6.1.4.1.5567.2.20.1.2.1.12
A string representation of rsCfgLastError which may contain additional details.
                   rsCfgTransferRowStatus 1.3.6.1.4.1.5567.2.20.1.2.1.13
For creating, modifying, and deleting this row. rsCfgFileName, rsCfgHostAddressType, rsCfgHostAddress and rsCfgTransferOp must be set to valid values prior to activating this row or when the status is createAndGo(4).
           rsCfgMaxEntriesInTransferTable 1.3.6.1.4.1.5567.2.20.1.3
Denotes the maximum number of lines the rsCfgTransferTable can contain. If this maximum is reached, no more additions to this table is possible.
           rsCfgMaxSimultaneousTransfers 1.3.6.1.4.1.5567.2.20.1.4
Denotes how many transfers can simultaneously take place. In other words, how many rsCfgActivateTransfer instances can be set simultaneously. Also, when the rsCfgTransferStatus of any of rsCfgMaxSimultaneousTransfers row is set to sending(2) or receiving(3), another transfer cannot be initiated by setting the rsCfgActivateTransfer of another row.
           rsCfgIsStartupActiveAlike 1.3.6.1.4.1.5567.2.20.1.5
The volatile config lines (marked as V) will not be stored in startup. This object returns alike(1) if both startup and active are alike and no sync necessary between them. It returns alikeExceptVolatile(2), only when the difference is that there are some volatile commands in the active config. In this case too, there is no need of syn between the both. It returns different(3), when the startup and active are different and may need a sync before the next reboot.
           rsCfgActiveLastChange 1.3.6.1.4.1.5567.2.20.1.6
This object returns the date and time when the active config was changed last.
           rsCfgStartupLastChange 1.3.6.1.4.1.5567.2.20.1.7
This object returns the date and time when the startup config was changed last.
       rsCfgChangeLogs 1.3.6.1.4.1.5567.2.20.2
           rsCfgActiveChangeSessionTable 1.3.6.1.4.1.5567.2.20.2.1
This table specifies Parameters related to a change session in the active config. This table is not persistent across reboots.
               rsCfgActiveChangeSessionEntry 1.3.6.1.4.1.5567.2.20.2.1.1
An entry in this table supplies necessary parameters like who did the change and when.
                   rsCfgActiveChangeSessionId 1.3.6.1.4.1.5567.2.20.2.1.1.1
Primary index for the conceptual row identifying a change session.
                   rsCfgActiveChangeSessionType 1.3.6.1.4.1.5567.2.20.2.1.1.2
Denotes which entity caused this change in the active config.
                   rsCfgActiveChangeSessionUser 1.3.6.1.4.1.5567.2.20.2.1.1.3
Denotes which user caused this change in the active config. In case of console/telnet/ssh, this denotes the user name and in case of snmp this denotes the user in case of snmpV3 and community string in case of v1 or v2c.
                   rsCfgActiveChangeSessionHostType 1.3.6.1.4.1.5567.2.20.2.1.1.4
Denotes the type of address specified by rsCfgActiveChangeSessionHostAddress. If the change was made by console, this is set to unknown.
                   rsCfgActiveChangeSessionHostAddress 1.3.6.1.4.1.5567.2.20.2.1.1.5
Denotes the address of the entity which caused this change. If the change was made through console, this object is set with a NULL value.
                   rsCfgActiveChangeSessionTime 1.3.6.1.4.1.5567.2.20.2.1.1.6
Denotes the Time when this change was done to the active config.
                   rsCfgActiveChangeAddedLines 1.3.6.1.4.1.5567.2.20.2.1.1.7
Number of lines added in the active config as part of this change session.
                   rsCfgActiveChangeDeletedLines 1.3.6.1.4.1.5567.2.20.2.1.1.8
Number of lines deleteded in the active config as part of this change session.
                   rsCfgActiveChangePresentInChangeTable 1.3.6.1.4.1.5567.2.20.2.1.1.9
This variable has a value of True(1), when the changes are present in the change table. Otherwise, this variable has a value of False(2). The change table can have entries for this session, only there is enough space to hold all the changes. This depends upon the maximum lines that could be stored in the change table.
           rsCfgActiveChangeTable 1.3.6.1.4.1.5567.2.20.2.2
This table lists the changes per session. This table is not persistent across reboots.
               rsCfgActiveChangeEntry 1.3.6.1.4.1.5567.2.20.2.2.1
An entry in this table supplies one change in a single session.
                   rsCfgActiveChangeId 1.3.6.1.4.1.5567.2.20.2.2.1.1
Secondary index for the conceptual row identifying a change in a session.
                   rsCfgActiveChangeAction 1.3.6.1.4.1.5567.2.20.2.2.1.2
Denotes what action was taken. Whether the line specified is added or deleted.
                   rsCfgActiveChangeLine 1.3.6.1.4.1.5567.2.20.2.2.1.3
Denotes the line which was affected by this change. This line was either added or the line was deleted.
           rsCfgEnableChangeLog 1.3.6.1.4.1.5567.2.20.2.3
When set to True(1), the logging begins. By default the logging is disabled and this value returns False(2). When logging is enabled, the log tables are updated for every change session in the rsCfgActiveChangeSessionTable and rsCfgActiveChangeTable for the active config depending upon the value of rsCfgMaxActiveChangeLines. Logging included what, when and who changed anything, if any in the active config file.
           rsCfgResetChangeLog 1.3.6.1.4.1.5567.2.20.2.4
When set to True(1), the changes logged this further is deleted. When get, this object always returns False(2). If logging is disabled, setting this object to True(1) results in noop.
           rsCfgMaxActiveChangeLines 1.3.6.1.4.1.5567.2.20.2.5
Denotes the maximum number of lines allowed in the whole log. If the maximum number is reached, the lines of the older sessions will be deleted (one session at a time), to accommodate the lines of the new session. If this maximum limit is less than the affected lines in a change, the lines are not stored in the Change table. There will only be an entry in the session table. So make sure that this number is large enough. Higher this value, the memory consumption is also high.
           rsCfgMaxActiveChangeLinesPerSession 1.3.6.1.4.1.5567.2.20.2.6
Denotes the maximum number of rows that can be present in the change table per session. If the number of lines changed per session is more than this value, the changes are not recorded. The rsCfgActiveChangePresentInChangeTable object in the session table will have a value of False(2).
           rsCfgMaxActiveChangeSessions 1.3.6.1.4.1.5567.2.20.2.7
Denotes the maximum number of sessions that need to be stored. The older sessions are deleted when newer sessions are created when the total number of sessions reach this value.
           rsCfgNumberOfActiveChanges 1.3.6.1.4.1.5567.2.20.2.8
Denotes the number of times the active config is changed since the system started.
           rsCfgNumberOfStartupChanges 1.3.6.1.4.1.5567.2.20.2.9
Denotes the number of times the startup config is changed since the system started.
       rsCfgNotification 1.3.6.1.4.1.5567.2.20.3
           rsCfgNotificationControl 1.3.6.1.4.1.5567.2.20.3.1
               rsCfgEnableNotifications 1.3.6.1.4.1.5567.2.20.3.1.1
When this object is set to True(1), the notifications will be sent out when the config files change. If set to False(2), the notifications will not go out. By default, the notifications are disabled.
           rsCfgNotifications 1.3.6.1.4.1.5567.2.20.3.2
               rsCfgNotifyPrefix 1.3.6.1.4.1.5567.2.20.3.2.0
                   rsCfgActiveConfigChange 1.3.6.1.4.1.5567.2.20.3.2.0.1
This notification is generated when there is a change in the ActiveConfig.
                   rsCfgStartupConfigChange 1.3.6.1.4.1.5567.2.20.3.2.0.2
This notification is generated when there is a change in the StartupConfig.
       rsCfgBootDetails 1.3.6.1.4.1.5567.2.20.4
           rsCfgActiveImageVersion 1.3.6.1.4.1.5567.2.20.4.1
The Version string of the current image executing on this control module. This is the same description as the system show version command. example: 1.1.0.0
           rsCfgActiveImageBootLocation 1.3.6.1.4.1.5567.2.20.4.2
The URL location string from whence the current image was loaded. example: slot0:boot/rs8.tar.gz/
       rsConfigConformance 1.3.6.1.4.1.5567.2.20.5
           rsConfigCompliances 1.3.6.1.4.1.5567.2.20.5.1
               rsConfigCompliance 1.3.6.1.4.1.5567.2.20.5.1.1
The compliance statement for SNMP entities which implement the Riverstone Router Config Management MIB.
           rsConfigGroups 1.3.6.1.4.1.5567.2.20.5.2
               rsConfigGroup 1.3.6.1.4.1.5567.2.20.5.2.1
The collection of objects which are used to represent config file operations in the Riverstone Router.
               rsChangeLogGroup 1.3.6.1.4.1.5567.2.20.5.2.2
The collection of objects which are used to represent configuration operations in the Riverstone Router. This is an optional group.
               rsConfigNotificationGroup 1.3.6.1.4.1.5567.2.20.5.2.3
Set of notifications implemented in this module. None are mandatory.
               rsConfigNotificationControlGroup 1.3.6.1.4.1.5567.2.20.5.2.4
This object is mandatory to control emission of notifications, when the SNMP-NOTIFICATION-MIB is not available in a given agent.
               rsBootInfoGroup 1.3.6.1.4.1.5567.2.20.5.2.5
The collection of objects which are used to represent configuration operations in the Riverstone Router.