MEMOTECADMIN-MIB

File: MEMOTECADMIN-MIB.mib (17926 bytes)

Imported modules

RFC-1212 RFC1213-MIB RFC1155-SMI
MEMOTEC-SMI CXProduct-SMI

Imported symbols

OBJECT-TYPE DisplayString IpAddress
memotecAdmin Alias

Defined Types

MemotecCommunityEntry  
SEQUENCE    
  memotecCommunityIndex INTEGER
  memotecCommunityName DisplayString Size(0..64)
  memotecCommunityNetAddress IpAddress
  memotecCommunityAccess INTEGER
  memotecCommunitySecurityLevel INTEGER
  memotecCommunityRowStatus INTEGER

MemotecSecurityEntry  
SEQUENCE    
  memotecSecurityLevelIndex INTEGER
  memotecSecurityViewIndex INTEGER
  memotecSecurityView OBJECT IDENTIFIER
  memotecSecurityRowStatus INTEGER

MemotecTrapEntry  
SEQUENCE    
  memotecTrapIndex INTEGER
  memotecTrapNetAddress IpAddress
  memotecTrapCommunity DisplayString
  memotecTrapRowStatus INTEGER

Defined Values

memotecAdminCommunity 1.3.6.1.4.1.495.3.1
Determines the super-user community name (password) that has full Read/Write access to all MIB objects within the system. You must enter this community name when defining other community names using the object memotecCommunityName of the memotecAdminSecurity Table. The setting of this object is dynamic. The system immediately implements the community name you enter. Range of Values: From 0 to 64, alphanumeric characters. You can use any combination of letters and numbers, however you cannot use blank spaces. Use a dash or underscore as a delimiter. Default Value: memotec Configuration Changed: operative
Status: mandatory Access: write-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

memotecAdminViewInacTimer 1.3.6.1.4.1.495.3.2
THE CX900 DOES NOT SUPPORT THIS OBJECT. Determines the length of time, in minutes, that an SNMP session can remain inactive before the system logs out the user. Once the timer expires, the user needs to log in again to regain access to the SNMP agent. The setting of this object is dynamic. The system immediately implements the value you enter. Range of Values: a maximum of 5 digits from 5 to 65535 Default Value: 30
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 5..65535  

memotecAdminAgentInterfaceAlias 1.3.6.1.4.1.495.3.3
THE CX900 DOES NOT SUPPORT THIS OBJECT. Determines the textual name the network administrator assigns to the SNMP Agent. The setting of this object is dynamic. The system immediately implements the name you enter. Range of Values: from 0 to 32 alphanumeric characters. You can use any combination of letters and numbers however, you cannot use blank spaces. Use a dash or underscore as a delimiter. Default Value: none
Status: mandatory Access: read-write
OBJECT-TYPE    
  Alias  

memotecAdminStatisticsHeartBeat 1.3.6.1.4.1.495.3.4
THE CX900 DOES NOT SUPPORT THIS OBJECT. Determines the length of time, in seconds, after which the system refreshes its SNMP statistics for each module. The setting of this object is dynamic. The system immediately implements the value you enter. Range of Values: a maximum of 5 digits from 1 to 65535 Default Value: 15
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

memotecAdminCardAliveHeartBeat 1.3.6.1.4.1.495.3.5
THE CX900 DOES NOT SUPPORT THIS OBJECT. Determines the length of time, in seconds, after which the system checks too see if each module is alive. The setting of this object is dynamic. The system immediately implements the value you enter. Range of Values: a maximum of 5 digits from 1 to 65535 Default Value: 15
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

memotecAdminSecurity 1.3.6.1.4.1.495.3.6
OBJECT IDENTIFIER    

memotecCommunityTable 1.3.6.1.4.1.495.3.6.1
The community table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MemotecCommunityEntry

memotecCommunityEntry 1.3.6.1.4.1.495.3.6.1.1
Information about a community table entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MemotecCommunityEntry  

memotecCommunityIndex 1.3.6.1.4.1.495.3.6.1.1.1
Displays the index number of the community name. The software assigns this number automatically to uniquely identify the communicty name. The index acts as a pointer to this table. You cannot modify this object. It is a display that the software provides. Range of Values: a maximum of 5 digits from 1 to 65535 Default Value: none
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

memotecCommunityName 1.3.6.1.4.1.495.3.6.1.1.2
Determines the community name (password) the system acceptes for all SNMP requests. Note: When defining the community name, you must enter the super-user community name (defined using the object memotecAdminCommunity of the memotecAdmin Table) or the system will not accept the command. The setting of the object is dynamic. The system immediately begins checking all incoming SNMP requests for the community name you enter. Range of Values: from 0 to 64 alphanumeric characters. You can use any combination of letters and numbers, however you cannot use blank spaces. Use a dash or underscore as a delimiter. Default Value: public Configuration Changed: operative
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..64)  

memotecCommunityNetAddress 1.3.6.1.4.1.495.3.6.1.1.3
Associates an IP address with a community name. The object memotecCommunityName (of this table) identifies the community name this object applies to. The system only processes those SNMP requests that have the proper community name and that arrive from the IP address you specify with this object. The setting of this object is dynamic. The system immediately begins checking the IP address and community name of all incoming SNMP requests. Range of Values: 4 octets, each digit ranging from 0 to 255. A value of 0.0.0.0 indicates that the system accepts all SNMP requests as long as they have a valid community name. Default Value: 0 Configuration Changed: operative
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

memotecCommunityAccess 1.3.6.1.4.1.495.3.6.1.1.4
Determines the privileges of the community name when accessing the MIB objects. The object memotecCommunityName (of this table) identifies the community name this object applies to. The setting of this object is dynamic. The system immediately implements the option you enter. Options: readOnly(1) writeOnly(2) readWrite(3) notAccess(4) Default Value: readOnly Configuration Changed: operative
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER readOnly(1), writeOnly(2), readWrite(3), notAccess(4)  

memotecCommunitySecurityLevel 1.3.6.1.4.1.495.3.6.1.1.5
THE CX900 DOES NOT SUPPORT THIS OBJECT. Determines the memotecSecurityLevelIndex defined in the Security Level Group. Currently it is set to 1 and cannot be changed. Range of Values: none Default Value: 1
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

memotecCommunityRowStatus 1.3.6.1.4.1.495.3.6.1.1.6
Determines the status of objects in a table row. The setting of this object is dynamic. When set to 'valid', the system immediately implements the configuration entry. Options: invalid (1): row is flagged; after the next reset the values will be disabled and the row will be deleted from the table. valid (2): values are enabled. Default Value: valid (2) Configuration Changed: operative
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2)  

memotecSecurityTable 1.3.6.1.4.1.495.3.6.2
The security level and group within privilege association table. Currently this table is NOT accessible.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MemotecSecurityEntry

memotecSecurityEntry 1.3.6.1.4.1.495.3.6.2.1
Information about a security entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MemotecSecurityEntry  

memotecSecurityLevelIndex 1.3.6.1.4.1.495.3.6.2.1.1
THE CX900 DOES NOT SUPPORT THIS OBJECT. Displays the index number of the community name's security level.The software automatically assigns this number to uniquely identify the security level. The index acts as a pointer to this table. You cannot modify this object. It is a display that the software provides. Range of Values: a maximum of 5 digits from 1 to 65535 Default Value: none
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

memotecSecurityViewIndex 1.3.6.1.4.1.495.3.6.2.1.2
THE CX900 DOES NOT SUPPORT THIS OBJECT. Displays the index number of the memotecSecurityLevelIndex MIB object group. The software assigns this number automatically to uniquely identify the MIB group. The index acts as a pointer to this table. You cannot modify this object. It is a display that the software provides. Range of Values: a maximum of 5 digits from 1 to 65535 Default Value: none
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

memotecSecurityView 1.3.6.1.4.1.495.3.6.2.1.3
THE CX900 DOES NOT SUPPORT THIS OBJECT. An MIB object group defined for this view index of the security level. Range of Values: none Default Value: none
Status: mandatory Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

memotecSecurityRowStatus 1.3.6.1.4.1.495.3.6.2.1.5
Determines the status of the objects in a table row. The setting of this object is dynamic. When set to 'valid', the system immediately implements the configuration entry. Options: invalid (1): row is flagged; after next reset the values will be disabled and the row will be deleted from the table. valid: (2): values are enabled. Default Value: valid (2) Configuration Changed: operative
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2)  

memotecTrapTable 1.3.6.1.4.1.495.3.6.3
This is a trap table. It contains a list of IP addresses of SNMP consoles to which SNMP traps are sent.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MemotecTrapEntry

memotecTrapEntry 1.3.6.1.4.1.495.3.6.3.1
An entry of the trap table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MemotecTrapEntry  

memotecTrapIndex 1.3.6.1.4.1.495.3.6.3.1.1
Displays the index number of the trap entry. The software assigns this number automatically to uniquely identify the trap entry. The index acts as a pointer to this table. Range of Values: a maximum of 5 digits from 1 to 65535 Default Value: none
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

memotecTrapNetAddress 1.3.6.1.4.1.495.3.6.3.1.2
Determines the network address (i.e. IP address) of the system to which traps are sent. The setting of the object is dynamic. Traps are immediately sent to the IP address you enter. Range of Values: 4 octets, each digit ranging from 0 to 255. Default Value: 0 Configuration Changed: operative
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

memotecTrapCommunity 1.3.6.1.4.1.495.3.6.3.1.3
Determines the community name included in all traps. The object memotecTrapNetAddress (of this table) identifies the IP address to which these traps are sent. The system receiving the traps will not accept any that do not contain this community name. The setting of this object is dynamic. The system immediately begins checking the traps for the community name you define. Range of Values: from 0 to 64 alphanumeric characters. You can use any combination of letters and numbers however, you cannot use blank spaces. Use a dash or underscore as a delimiter. Default Value: public Configuration Changed: operative
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

memotecTrapRowStatus 1.3.6.1.4.1.495.3.6.3.1.4
Determines the status of the objects in a table row. The setting of this object is dynamic. When set to 'valid', the system immediately implements the trap entry. Options: invalid (1): row is flagged; after the next reset the values will be disabled and the row will be deleted from the table. valid (2): values are enabled. Default Value: valid Configuration Changed: operative
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2)  

memotecAdminMibs 1.3.6.1.4.1.495.3.7
OBJECT IDENTIFIER    

memotecAdminMibModules 1.3.6.1.4.1.495.3.7.1
This objects represents the presence of the various MIB modules in the CPU. Each MIB module is represented by a bit. If the bit is set, then it implies that the MIB Module is present. Bits are numbered starting with zero, which is positioned as the high order bit of the first byte. Bits are packed eight to a byte. Unused bits should be set to zero. For example, to find out if layer id 15 is present, the bit number 15 is tested if it is set. MIB Module Module id (bit position) -------------- ---------- COMPR.MIB 0 CXADXI.MIB 1 CXASYIO.MIB 2 CXASYNC.MIB 3 CXBCM.MIB 4 CXBOPD.MIB 5 CXBOPIO.MIB 6 CXCC.MIB 7 CXCD.MIB 8 CXCFGBR.MIB 9 CXCFGIP.MIB 10 CXCFGIPX.MIB 11 CXCHASSI.MIB 12 CXCONV.MIB 13 CXDDS.MIB 14 CXDIAL.MIB 15 CXDL.MIB 16 CXETHIO.MIB 17 CXEVM.MIB 18 CXFLTIP.MIB 19 CXFLTIPX.MIB 20 CXFR.MIB 21 CXFRIM.MIB 22 CXFS.MIB 23 CXGFF.MIB 24 CXGMF.MIB 25 CXIH.MIB 26 CXIHI.MIB 27 CXIPNCP.MIB 28 CXIPX.MIB 29 CXIPXSAP.MIB 30 CXISDN.MIB 31 CXLANIO.MIB 32 CXLAPBD.MIB 33 CXLBCNV.MIB 34 CXLFC.MIB 35 CXLIG.MIB 36 CXLLCIM.MIB 37 CXLLCL.MIB 38 CXMCDL.MIB 39 CXMCPRT.MIB 40 CXMCVOX.MIB 41 CXMH.MIB 42 CXMLPPP.MIB 43 CXOS.MIB 44 CXOSP.MIB 45 CXPHYIF.MIB 46 CXPORT.MIB 47 CXPPP.MIB 48 CXPPPIP.MIB 49 CXQLLC.MIB 50 CXSDLC.MIB 51 CXSDXI.MIB 52 CXSM.MIB 53 CXSNALC.MIB 54 CXT1E1.MIB 55 CXTB.MIB 56 CXTRDIO.MIB 57 CXUDRV.MIB 58 CXUI.MIB 59 CXUTST.MIB 60 CXV34.MIB 61 CXVIEWIN.MIB 62 CXVR.MIB 63 CXVSHELL.MIB 64 CXX25.MIB 65 MEMOTADM.MIB 66 RFC1213R.MIB 67 RFC1231.MIB 68 RFC1253.MIB 69 RFC1284M.MIB 70 RFC1286.MIB 71 RFC1389.MIB 72 CXDHCP.MIB 73 CXGIM.MIB 74 RFC1406.MIB 75 RFC1406X.MIB 76 CXACTE.MIB 77 CXBSC.MIB 78 CXDSP.MIB 79 CX_T1E1.MIB 80
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(32)  

memotecAdminMibLevel 1.3.6.1.4.1.495.3.8
Used to determine current MIB module release supported by the agent. Object is in decimal.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER