MY-SNMP-AGENT-MIB

File: MY-SNMP-AGENT-MIB.mib (10196 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
MY-TC P-BRIDGE-MIB MY-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 Counter32 IpAddress
TruthValue DisplayString RowStatus
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
ConfigStatus MyTrapType EnabledStatus
myMgmt

Defined Types

Community  
community string for the implementation, maximum length of community strings limited to 32 octets.
TEXTUAL-CONVENTION    
  DisplayString Size(1..32)  

MyCommunityEntry  
SEQUENCE    
  myCommunityName Community
  myCommunityWritable INTEGER
  myCommunityUserIpAddr IpAddress
  myCommunityEnableIpAddrAuthen EnabledStatus
  myCommunityStatus RowStatus

MyTrapDstEntry  
SEQUENCE    
  myTrapDstAddr IpAddress
  myTrapDstCommunity Community
  myTrapDstSendTrapClass INTEGER
  myTrapDstEntryStatus RowStatus

MyTrapActionEntry  
SEQUENCE    
  myTrapType MyTrapType
  myTrapAction INTEGER

Defined Values

mySnmpAgentMIB 1.3.6.1.4.1.4881.1.1.10.2.5
This module defines my SNMP agent mibs.
MODULE-IDENTITY    

mySnmpAgentMIBObjects 1.3.6.1.4.1.4881.1.1.10.2.5.1
OBJECT IDENTIFIER    

mySnmpCommunityObjects 1.3.6.1.4.1.4881.1.1.10.2.5.1.1
OBJECT IDENTIFIER    

mySnmpTrapObjects 1.3.6.1.4.1.4881.1.1.10.2.5.1.2
OBJECT IDENTIFIER    

myCommunityMaxNum 1.3.6.1.4.1.4881.1.1.10.2.5.1.1.1
Number of Max of communities which the SNMP Agent support.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

myCommunityTable 1.3.6.1.4.1.4881.1.1.10.2.5.1.1.2
A list of SNMP Community configurations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MyCommunityEntry

myCommunityEntry 1.3.6.1.4.1.4881.1.1.10.2.5.1.1.2.1
Obtain information of SNMP Community configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  MyCommunityEntry  

myCommunityName 1.3.6.1.4.1.4881.1.1.10.2.5.1.1.2.1.1
Community used by this entry.This value is unique for every entry. When this string be used as an index,Value of a sub-identifier equal ASCII value of corresponding character(first sub-identifier corresponds first character of string). The number of sub-identifiers of this string must be 32,If length of string is less than 32 the sub-identifier(0x0) will be filled in tail.
Status: current Access: read-only
OBJECT-TYPE    
  Community  

myCommunityWritable 1.3.6.1.4.1.4881.1.1.10.2.5.1.1.2.1.2
Authority of this community
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER readonly(1), writable(2)  

myCommunityUserIpAddr 1.3.6.1.4.1.4881.1.1.10.2.5.1.1.2.1.3
IP address use for the authentication of a user, if the associated object myCommunityEnableIpAddrAuthen status is enable(1), the all messages send to the agent will be authened by community and this IP address. messages that can't pass the authentication will be discarded.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

myCommunityEnableIpAddrAuthen 1.3.6.1.4.1.4881.1.1.10.2.5.1.1.2.1.4
this object offer the means to enable of disable the IP authentications of SNMP message.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

myCommunityStatus 1.3.6.1.4.1.4881.1.1.10.2.5.1.1.2.1.5
entry status of this entry. and the means in this enviraments can reffer to the text-convention definition of the RowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

myTrapDstMaxNumber 1.3.6.1.4.1.4881.1.1.10.2.5.1.2.1
Number of destination address table entries.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

myTrapDstTable 1.3.6.1.4.1.4881.1.1.10.2.5.1.2.2
table of destination hosts that the trap will be sent to.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MyTrapDstEntry

myTrapDstEntry 1.3.6.1.4.1.4881.1.1.10.2.5.1.2.2.1
list of hosts.
Status: current Access: not-accessible
OBJECT-TYPE    
  MyTrapDstEntry  

myTrapDstAddr 1.3.6.1.4.1.4881.1.1.10.2.5.1.2.2.1.1
the destination address of a host the trap will be sent to.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

myTrapDstCommunity 1.3.6.1.4.1.4881.1.1.10.2.5.1.2.2.1.2
the destination host's SNMP Client wish to receive the community in the trap send by agent.
Status: current Access: read-write
OBJECT-TYPE    
  Community  

myTrapDstSendTrapClass 1.3.6.1.4.1.4881.1.1.10.2.5.1.2.2.1.3
Indicates that the SNMP entity will send which kind of trap SNMPv1-Trap and SNMPv2-Trap
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER snmpv1-Trap(1), snmpv2c-Trap(2)  

myTrapDstEntryStatus 1.3.6.1.4.1.4881.1.1.10.2.5.1.2.2.1.4
entry status of this entry. and the means in this enviraments can reffer to the text-convention definition of the RowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

myTrapActionTable 1.3.6.1.4.1.4881.1.1.10.2.5.1.2.3
This table of the trap's action.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MyTrapActionEntry

myTrapActionEntry 1.3.6.1.4.1.4881.1.1.10.2.5.1.2.3.1
List of of the trap's action.
Status: current Access: not-accessible
OBJECT-TYPE    
  MyTrapActionEntry  

myTrapType 1.3.6.1.4.1.4881.1.1.10.2.5.1.2.3.1.1
Trap type identifier, every kind of trap which the system support will has one entry in this table.
Status: current Access: read-only
OBJECT-TYPE    
  MyTrapType  

myTrapAction 1.3.6.1.4.1.4881.1.1.10.2.5.1.2.3.1.2
This value decide how to deal with when this type trap has happened.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), sendtrap(2)  

mySnmpAgentMIBConformance 1.3.6.1.4.1.4881.1.1.10.2.5.2
OBJECT IDENTIFIER    

mySnmpAgentMIBCompliances 1.3.6.1.4.1.4881.1.1.10.2.5.2.1
OBJECT IDENTIFIER    

mySnmpAgentMIBGroups 1.3.6.1.4.1.4881.1.1.10.2.5.2.2
OBJECT IDENTIFIER    

mySnmpAgentMIBCompliance 1.3.6.1.4.1.4881.1.1.10.2.5.2.1.1
The compliance statement for entities which implement the My SnmpAgent MIB
Status: current Access: read-write
MODULE-COMPLIANCE    

myCommunityMIBGroup 1.3.6.1.4.1.4881.1.1.10.2.5.2.2.1
A collection of objects providing community management to a My agent.
Status: current Access: read-write
OBJECT-GROUP    

mySnmpTrapMIBGroup 1.3.6.1.4.1.4881.1.1.10.2.5.2.2.2
A collection of objects providing trap information to a My agent.
Status: current Access: read-write
OBJECT-GROUP