REDSTONE-SNMP-MIB: View SNMP OID List / Download MIB

VENDOR: REDSTONE COMMUNICATIONS


 Home MIB: REDSTONE-SNMP-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
 rsSnmpMIB 1.3.6.1.4.1.2773.2.16
MIB objects for configuring SNMP-based management access into Redstone Communications Inc. products.
       rsSnmpObjects 1.3.6.1.4.1.2773.2.16.1
           rsSnmpGeneral 1.3.6.1.4.1.2773.2.16.1.1
               rsSnmpMaxPduSize 1.3.6.1.4.1.2773.2.16.1.1.1 integer32 read-write
The maximum sized SNMP PDU, in bytes, that this agent is capable of handling. The default is 1500 bytes. The posssibility of IP fragmentation should be considered when setting this object to large values.
           rsSnmpCommunity 1.3.6.1.4.1.2773.2.16.1.2
               rsSnmpCommunityTable 1.3.6.1.4.1.2773.2.16.1.2.1 no-access
Table of SNMP management clients. Authentic SNMP clients are identified by a combination community name and IP address. Upon receipt of an SNMP request, this table is scanned for a matching community name. If an entry containing a matching community name is found, the entry's IP access list, if nonzero, is used to validate the source IP address received in the request; else, if the IP access list number in the matching entry is zero, the source IP address is accepted. Finally, the type of SNMP request is validated with respect to the access privilege of the matching entry (e.g. a SET Request is rejected for an entry having read-only privilege). Use of this table constitutes 'trivial authentication', i.e. no mechanism is employed to confirm the received SNMP request was indeed originated by the host identified by the IP source address.
                   rsSnmpCommunityEntry 1.3.6.1.4.1.2773.2.16.1.2.1.1 no-access
A table entry describing an authentic SNMP Community.
                       rsSnmpCommunityName 1.3.6.1.4.1.2773.2.16.1.2.1.1.1 rssnmpcommunityname read-only
An SNMP community name.
                       rsSnmpCommunityRowStatus 1.3.6.1.4.1.2773.2.16.1.2.1.1.2 rowstatus read-only
Controls creation/deletion of entries in this table. Only 'createAndGo' and 'destroy' enumeration values are supported.
                       rsSnmpCommunityPrivilege 1.3.6.1.4.1.2773.2.16.1.2.1.1.3 integer read-only
The access privileges for a SNMP Community authenticated by this entry. readOnly Read-only access to nonadministrative portions of MIB. readWrite Read-write access to nonadministrative portions of MIB. admin Read-write access to entire MIB. 'Administrative' portions of the MIB are those portions that pertain to management access into the managed device. Enumeration: 'readWrite': 2, 'admin': 3, 'readOnly': 1.
                       rsSnmpCommunityAccessList 1.3.6.1.4.1.2773.2.16.1.2.1.1.4 integer32 read-only
If nonzero, the number of an IP access list that describes the IP hosts permitted SNMP management access to this device via the corresponding community name contained in this entry.
           rsSnmpTrap 1.3.6.1.4.1.2773.2.16.1.3
               rsSnmpTrapGlobalFilter 1.3.6.1.4.1.2773.2.16.1.3.1 rssnmptrapmask read-write
This object provides global control over trap generation by this agent. For each bit position, a '1' or '0' indicates the corresponding trap category is enabled or disabled, respectively.
               rsSnmpTrapSource 1.3.6.1.4.1.2773.2.16.1.3.2 integer32 read-write
The ifIndex of the interface whose IP address is used as the source IP address for outbound SNMP traps. If zero, no interface is specified, the mechanism for selecting a source IP address is implementation-dependent, and may vary with each trap sent.
               rsSnmpTrapHostTable 1.3.6.1.4.1.2773.2.16.1.3.3 no-access
Table of SNMP Trap recipient.
                   rsSnmpTrapHostEntry 1.3.6.1.4.1.2773.2.16.1.3.3.1 no-access
A table entry describing an SNMP Trap recipient.
                       rsSnmpTrapHostIpAddress 1.3.6.1.4.1.2773.2.16.1.3.3.1.1 ipaddress read-only
IP address of an authorized SNMP Trap recipient. This must be a host IP address.
                       rsSnmpTrapHostRowStatus 1.3.6.1.4.1.2773.2.16.1.3.3.1.2 rowstatus read-only
Controls creation/deletion of entries in this table. Only 'createAndGo' and 'destroy' enumeration values are supported.
                       rsSnmpTrapHostUdpPort 1.3.6.1.4.1.2773.2.16.1.3.3.1.3 integer32 read-only
The destination UDP port to which traps will be sent.
                       rsSnmpTrapHostCommunity 1.3.6.1.4.1.2773.2.16.1.3.3.1.4 rssnmpcommunityname read-only
An SNMP community name to be used in traps sent to this destination.
                       rsSnmpTrapHostProtocolVersion 1.3.6.1.4.1.2773.2.16.1.3.3.1.5 integer read-only
The format of the SNMP trap PDU to be sent to this trap destination. v1 Trap-PDU defined in RFC1157, encapsulated in Message structure also defined in RFC1157. v2c SNMPv2-Trap-PDU defined in RFC1905, encapsulated in Message structure defined in RFC1901. Enumeration: 'v2c': 1, 'v1': 0.
                       rsSnmpTrapHostFilter 1.3.6.1.4.1.2773.2.16.1.3.3.1.6 rssnmptrapmask read-only
Bit mask designating the specific trap types enabled for transmission to this trap destination. For each bit position, a '1' or '0' indicates the corresponding trap type is enabled or disabled, respectively. Note, trap generation is further constrained by the value rsSnmpTrapGlobalFilter.
                       rsSnmpTrapHostSends 1.3.6.1.4.1.2773.2.16.1.3.3.1.7 counter32 read-only
The number of traps submitted for transmission to this destination.
           rsSnmpAuthFailId 1.3.6.1.4.1.2773.2.16.1.4
               rsSnmpAuthFailIdIpAddress 1.3.6.1.4.1.2773.2.16.1.4.1 ipaddress no-access
The source IP address contained in a received SNMP request that failed authentication.
               rsSnmpAuthFailIdUdpPort 1.3.6.1.4.1.2773.2.16.1.4.2 integer32 no-access
The source UDP port contained in a received SNMP request that failed authentication.
               rsSnmpAuthFailIdCommunity 1.3.6.1.4.1.2773.2.16.1.4.3 octet string no-access
The SNMP community contained in a received SNMP request that failed authentication.
               rsSnmpAuthFailIdReason 1.3.6.1.4.1.2773.2.16.1.4.4 integer no-access
The reason a received SNMP request failed authentication: other Unspecified reason. badCommunityName The community is not recognized. badCommunityUse The community does not have privilege for the SNMP request type (e.g. SET request with a community having read-only privilege). hostDenied The host IP address was denied by the community's associated access list. Enumeration: 'hostDenied': 3, 'other': 0, 'badCommunityName': 1, 'badCommmunityUse': 2.
       rsSnmpConformance 1.3.6.1.4.1.2773.2.16.2
           rsSnmpCompliances 1.3.6.1.4.1.2773.2.16.2.1
               rsSnmpCompliance 1.3.6.1.4.1.2773.2.16.2.1.1
The compliance statement for entities which implement the Redstone SNMP MIB.
           rsSnmpGroups 1.3.6.1.4.1.2773.2.16.2.2
               rsSnmpGroup 1.3.6.1.4.1.2773.2.16.2.2.1
A collection of management objects pertaining to SNMP Agent capability in a Redstone product.