REDSTONE-SNMP-MIB

File: REDSTONE-SNMP-MIB.mib (15593 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI SNMPv2-CONF
REDSTONE-SMI

Imported symbols

TEXTUAL-CONVENTION MODULE-IDENTITY OBJECT-TYPE
Integer32 Counter32 Unsigned32
IpAddress DisplayString RowStatus
MODULE-COMPLIANCE OBJECT-GROUP rsMgmt

Defined Types

RsSnmpCommunityName  
An SNMP community name. The character repertoire of the string is restricted to printable, non-whitespace characters.
TEXTUAL-CONVENTION    
  DisplayString Size(1..31)  

RsSnmpTrapMask  
This octet string is interpreted as a bit mask, in which each bit corresponds to a category of SNMP trap. The DESCRIPTION clause of a MIB object having this SYNTAX should specify the semantics of bit values '1' and '0'. Bit definitions are as follows, where bit 31 is the most significant bit of the first octet, and bit 0 is the least significant bit of the fourth octet: Bit Category ----- ----------------------------------------------- 0 SNMP standard coldStart/warmStart/authenticationFailure 1 SNMP standard linkUp/linkDown 2 Platform inventory. 3 Environment (power, temperature, fan). 4 Bulkstats / accounting 5-31 Undefined.
TEXTUAL-CONVENTION    
  OCTET STRING Size(4)  

RsSnmpCommunityEntry  
SEQUENCE    
  rsSnmpCommunityName RsSnmpCommunityName
  rsSnmpCommunityRowStatus RowStatus
  rsSnmpCommunityPrivilege INTEGER
  rsSnmpCommunityAccessList Integer32

RsSnmpTrapHostEntry  
SEQUENCE    
  rsSnmpTrapHostIpAddress IpAddress
  rsSnmpTrapHostRowStatus RowStatus
  rsSnmpTrapHostUdpPort Integer32
  rsSnmpTrapHostCommunity RsSnmpCommunityName
  rsSnmpTrapHostProtocolVersion INTEGER
  rsSnmpTrapHostFilter RsSnmpTrapMask
  rsSnmpTrapHostSends Counter32

Defined Values

rsSnmpMIB 1.3.6.1.4.1.2773.2.16
MIB objects for configuring SNMP-based management access into Redstone Communications Inc. products.
MODULE-IDENTITY    

rsSnmpObjects 1.3.6.1.4.1.2773.2.16.1
OBJECT IDENTIFIER    

rsSnmpConformance 1.3.6.1.4.1.2773.2.16.2
OBJECT IDENTIFIER    

rsSnmpGeneral 1.3.6.1.4.1.2773.2.16.1.1
OBJECT IDENTIFIER    

rsSnmpCommunity 1.3.6.1.4.1.2773.2.16.1.2
OBJECT IDENTIFIER    

rsSnmpTrap 1.3.6.1.4.1.2773.2.16.1.3
OBJECT IDENTIFIER    

rsSnmpAuthFailId 1.3.6.1.4.1.2773.2.16.1.4
OBJECT IDENTIFIER    

rsSnmpMaxPduSize 1.3.6.1.4.1.2773.2.16.1.1.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 484..8192  

rsSnmpCommunityTable 1.3.6.1.4.1.2773.2.16.1.2.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsSnmpCommunityEntry

rsSnmpCommunityEntry 1.3.6.1.4.1.2773.2.16.1.2.1.1
A table entry describing an authentic SNMP Community.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsSnmpCommunityEntry  

rsSnmpCommunityName 1.3.6.1.4.1.2773.2.16.1.2.1.1.1
An SNMP community name.
Status: current Access: read-only
OBJECT-TYPE    
  RsSnmpCommunityName  

rsSnmpCommunityRowStatus 1.3.6.1.4.1.2773.2.16.1.2.1.1.2
Controls creation/deletion of entries in this table. Only 'createAndGo' and 'destroy' enumeration values are supported.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rsSnmpCommunityPrivilege 1.3.6.1.4.1.2773.2.16.1.2.1.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER readOnly(1), readWrite(2), admin(3)  

rsSnmpCommunityAccessList 1.3.6.1.4.1.2773.2.16.1.2.1.1.4
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.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..10000  

rsSnmpTrapGlobalFilter 1.3.6.1.4.1.2773.2.16.1.3.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  RsSnmpTrapMask  

rsSnmpTrapSource 1.3.6.1.4.1.2773.2.16.1.3.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..2147483647  

rsSnmpTrapHostTable 1.3.6.1.4.1.2773.2.16.1.3.3
Table of SNMP Trap recipient.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsSnmpTrapHostEntry

rsSnmpTrapHostEntry 1.3.6.1.4.1.2773.2.16.1.3.3.1
A table entry describing an SNMP Trap recipient.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsSnmpTrapHostEntry  

rsSnmpTrapHostIpAddress 1.3.6.1.4.1.2773.2.16.1.3.3.1.1
IP address of an authorized SNMP Trap recipient. This must be a host IP address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rsSnmpTrapHostRowStatus 1.3.6.1.4.1.2773.2.16.1.3.3.1.2
Controls creation/deletion of entries in this table. Only 'createAndGo' and 'destroy' enumeration values are supported.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rsSnmpTrapHostUdpPort 1.3.6.1.4.1.2773.2.16.1.3.3.1.3
The destination UDP port to which traps will be sent.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65535  

rsSnmpTrapHostCommunity 1.3.6.1.4.1.2773.2.16.1.3.3.1.4
An SNMP community name to be used in traps sent to this destination.
Status: current Access: read-create
OBJECT-TYPE    
  RsSnmpCommunityName  

rsSnmpTrapHostProtocolVersion 1.3.6.1.4.1.2773.2.16.1.3.3.1.5
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER v1(0), v2c(1)  

rsSnmpTrapHostFilter 1.3.6.1.4.1.2773.2.16.1.3.3.1.6
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.
Status: current Access: read-create
OBJECT-TYPE    
  RsSnmpTrapMask  

rsSnmpTrapHostSends 1.3.6.1.4.1.2773.2.16.1.3.3.1.7
The number of traps submitted for transmission to this destination.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsSnmpAuthFailIdIpAddress 1.3.6.1.4.1.2773.2.16.1.4.1
The source IP address contained in a received SNMP request that failed authentication.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  IpAddress  

rsSnmpAuthFailIdUdpPort 1.3.6.1.4.1.2773.2.16.1.4.2
The source UDP port contained in a received SNMP request that failed authentication.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32  

rsSnmpAuthFailIdCommunity 1.3.6.1.4.1.2773.2.16.1.4.3
The SNMP community contained in a received SNMP request that failed authentication.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING  

rsSnmpAuthFailIdReason 1.3.6.1.4.1.2773.2.16.1.4.4
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.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER other(0), badCommunityName(1), badCommmunityUse(2), hostDenied(3)  

rsSnmpCompliances 1.3.6.1.4.1.2773.2.16.2.1
OBJECT IDENTIFIER    

rsSnmpGroups 1.3.6.1.4.1.2773.2.16.2.2
OBJECT IDENTIFIER    

rsSnmpCompliance 1.3.6.1.4.1.2773.2.16.2.1.1
The compliance statement for entities which implement the Redstone SNMP MIB.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

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.
Status: current Access: accessible-for-notify
OBJECT-GROUP