All MIBs › RADWARE-MIB › rndMibFileIndex
rndMibFileIndex
Module: RADWARE-MIB
OID (symbolic): RADWARE-MIB::rndMibFileIndex
OID (numeric): 1.3.6.1.4.1.89.35.2.5.1.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
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.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.89.35.2.5.1.1 snmpwalk -v2c -c public <target> RADWARE-MIB::rndMibFileIndex
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.89.35.2.5.1.1.1 snmpget -v2c -c public <target> RADWARE-MIB::rndMibFileIndex.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> rndMibFileIndex.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.89 | rnd | Dell-MIB |
| 1.3.6.1.4.1.89.35 | rndApplications | Dell-MIB |
| 1.3.6.1.4.1.89.35.2 | rndMidLevelManagement | Dell-rndApplications |
| 1.3.6.1.4.1.89.35.2.5 | rndMibFilesTable | Dell-rndApplications |
| 1.3.6.1.4.1.89.35.2.5.1 | rndMibFileEntry | Dell-rndApplications |
| 1.3.6.1.4.1.89.35.2.5.1.1 | rndMibFileIndex | RADWARE-MIB |