REDSTONE-SNMP-MIB
MIB objects for configuring SNMP-based management access into Redstone Communications Inc. products.
Main OID:
rsSnmpMIB.1.3.6.1.4.1.2773.2.16
33
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
33 total| Object Name |
|---|
rsSnmpMIBMIB objects for configuring SNMP-based management access into Redstone Communications Inc. products. MODULE-IDENTITY .1.3.6.1.4.1.2773.2.16 |
rsSnmpObjects OBJECT IDENTIFIER .1.3.6.1.4.1.2773.2.16.1 |
rsSnmpGeneral OBJECT IDENTIFIER .1.3.6.1.4.1.2773.2.16.1.1 |
rsSnmpMaxPduSizeThe 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.rw Integer32 .1.3.6.1.4.1.2773.2.16.1.1.1 |
rsSnmpCommunity OBJECT IDENTIFIER .1.3.6.1.4.1.2773.2.16.1.2 |
rsSnmpCommunityTableTable 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. SEQUENCE OF RsSnmpCommunityEntry .1.3.6.1.4.1.2773.2.16.1.2.1 |
rsSnmpCommunityEntryA table entry describing an authentic SNMP Community. RsSnmpCommunityEntry .1.3.6.1.4.1.2773.2.16.1.2.1.1 |
rsSnmpCommunityNameAn SNMP community name.ro RsSnmpCommunityName .1.3.6.1.4.1.2773.2.16.1.2.1.1.1 |
rsSnmpCommunityRowStatusControls creation/deletion of entries in this table. Only 'createAndGo' and 'destroy' enumeration values are supported.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2773.2.16.1.2.1.1.2 |
rsSnmpCommunityPrivilegeThe 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.rw Enumeration .1.3.6.1.4.1.2773.2.16.1.2.1.1.3 |
rsSnmpCommunityAccessListIf 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.rw Integer32 .1.3.6.1.4.1.2773.2.16.1.2.1.1.4 |
rsSnmpTrap OBJECT IDENTIFIER .1.3.6.1.4.1.2773.2.16.1.3 |
rsSnmpTrapGlobalFilterThis 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.rw RsSnmpTrapMask .1.3.6.1.4.1.2773.2.16.1.3.1 |
rsSnmpTrapSourceThe 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.rw Integer32 .1.3.6.1.4.1.2773.2.16.1.3.2 |
rsSnmpTrapHostTableTable of SNMP Trap recipient. SEQUENCE OF RsSnmpTrapHostEntry .1.3.6.1.4.1.2773.2.16.1.3.3 |
rsSnmpTrapHostEntryA table entry describing an SNMP Trap recipient. RsSnmpTrapHostEntry .1.3.6.1.4.1.2773.2.16.1.3.3.1 |
rsSnmpTrapHostIpAddressIP address of an authorized SNMP Trap recipient. This must be a host IP address.ro IpAddress .1.3.6.1.4.1.2773.2.16.1.3.3.1.1 |
rsSnmpTrapHostRowStatusControls creation/deletion of entries in this table. Only 'createAndGo' and 'destroy' enumeration values are supported.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2773.2.16.1.3.3.1.2 |
rsSnmpTrapHostUdpPortThe destination UDP port to which traps will be sent.rw Integer32 .1.3.6.1.4.1.2773.2.16.1.3.3.1.3 |
rsSnmpTrapHostCommunityAn SNMP community name to be used in traps sent to this destination.rw RsSnmpCommunityName .1.3.6.1.4.1.2773.2.16.1.3.3.1.4 |
rsSnmpTrapHostProtocolVersionThe 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.rw Enumeration .1.3.6.1.4.1.2773.2.16.1.3.3.1.5 |
rsSnmpTrapHostFilterBit 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.rw RsSnmpTrapMask .1.3.6.1.4.1.2773.2.16.1.3.3.1.6 |
rsSnmpTrapHostSendsThe number of traps submitted for transmission to this destination.ro Counter32 .1.3.6.1.4.1.2773.2.16.1.3.3.1.7 |
rsSnmpAuthFailId OBJECT IDENTIFIER .1.3.6.1.4.1.2773.2.16.1.4 |
rsSnmpAuthFailIdIpAddressThe source IP address contained in a received SNMP request that failed authentication.ro IpAddress .1.3.6.1.4.1.2773.2.16.1.4.1 |
rsSnmpAuthFailIdUdpPortThe source UDP port contained in a received SNMP request that failed authentication.ro Integer32 .1.3.6.1.4.1.2773.2.16.1.4.2 |
rsSnmpAuthFailIdCommunityThe SNMP community contained in a received SNMP request that failed authentication.ro OCTET STRING .1.3.6.1.4.1.2773.2.16.1.4.3 |
rsSnmpAuthFailIdReasonThe 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.ro Enumeration .1.3.6.1.4.1.2773.2.16.1.4.4 |
rsSnmpConformance OBJECT IDENTIFIER .1.3.6.1.4.1.2773.2.16.2 |
rsSnmpCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.2773.2.16.2.1 |
rsSnmpComplianceThe compliance statement for entities which implement the Redstone SNMP MIB. Unknown .1.3.6.1.4.1.2773.2.16.2.1.1 |
rsSnmpGroups OBJECT IDENTIFIER .1.3.6.1.4.1.2773.2.16.2.2 |
rsSnmpGroupA collection of management objects pertaining to SNMP Agent capability in a Redstone product. Unknown .1.3.6.1.4.1.2773.2.16.2.2.1 |