USR-MPIP-MIB

File: USR-MPIP-MIB.mib (15623 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC USR-DEFINITIONS-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY IpAddress
Integer32 RowStatus DisplayString
common UsrConfigStatus

Defined Types

UsrMPIPClientEntry  
SEQUENCE    
  usrMPIPClientIpaddr IpAddress
  usrMPIPClientSharedSecret OCTET STRING
  usrMpipcStatus RowStatus
  usrMPIPClientType INTEGER
  usrMPIPClientEntryType OCTET STRING

UsrMPIPServerEntry  
SEQUENCE    
  usrMPIPServerIpaddr IpAddress
  usrMPIPServerPortNum Integer32
  usrMPIPServerSharedSecret OCTET STRING
  usrMPIPServerPreference Integer32
  usrMpipsStatus RowStatus
  usrMPIPServerEntryType OCTET STRING

UsrMPIPBundleEntry  
SEQUENCE    
  usrMPIPBundleIndex Integer32
  usrMPIPBundleUsername OCTET STRING
  usrMPIPBundleEdoType Integer32
  usrMPIPBundleEdoValue OCTET STRING
  usrMPIPBundleOwner IpAddress
  usrMPIPNumOfLinks Integer32

UsrMPIPLinkEntry  
SEQUENCE    
  usrMPIPLinkNum Integer32
  usrMPIPLinkBundleOwner IpAddress
  usrMPIPLinkOwner IpAddress
  usrMPIPLinkIdentifier Integer32
  usrMPIPLinkBundleUsername OCTET STRING
  usrMpipLinkStatus RowStatus

UsrMPIPLocalLinkEntry  
SEQUENCE    
  usrMPIPLocalLinkCount Integer32
  usrMPIPLocalLinkBundleOwner IpAddress
  usrMPIPLocalLinkUsername OCTET STRING

Defined Values

usrMPIP 1.3.6.1.4.1.429.4.54
The commWorks enterprise defined MIB objects for MPIP.
MODULE-IDENTITY    

usrMPIPBase 1.3.6.1.4.1.429.4.54.1
OBJECT IDENTIFIER    

usrMPIPBaseCfgFileName 1.3.6.1.4.1.429.4.54.1.1
The name of a ConfigFile to read/write permanent database records. If the value of this object is an empty string, then the PPP process uses the default name `@file://MPIPProcess.cfg'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

usrMPIPBaseCFMSaveStatus 1.3.6.1.4.1.429.4.54.1.2
Setting the value of this object to `save' causes the values of the MPIP Base Group entries to be written out to the current MPIP config file. While the new config file is being written, the MPIP process will set the value of this flag set to `saving''. Any attempts to set the value while it is not `normal' (i.e. the file is currently being written to the config file) while result in a badValue error being returned. Setting the value to `normal' will result in no action.
Status: current Access: read-write
OBJECT-TYPE    
  UsrConfigStatus  

usrMPIPServerStatus 1.3.6.1.4.1.429.4.54.1.3
Indicates whether MPIP server is turned off or on.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(0)  

usrMPIPClientStatus 1.3.6.1.4.1.429.4.54.1.4
Indicates whether MPIP Client is turned off or on.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER turned-on(1), turned-off(0)  

usrMPIPUDPPort 1.3.6.1.4.1.429.4.54.1.5
Indicates the UDP Port used by MPIP process
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

usrMPIPGlobalSharedSecret 1.3.6.1.4.1.429.4.54.1.6
Indicates the shared secret for auto-configuration. Reading this from SNMP returns NULL.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(16)  

usrMPIPClientEntryTable 1.3.6.1.4.1.429.4.54.1.7
Table containing the MPIP client IP addresses and shared secrets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrMPIPClientEntry

usrMPIPClientEntry 1.3.6.1.4.1.429.4.54.1.7.1
Each entry in the Client Entry Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrMPIPClientEntry  

usrMPIPClientIpaddr 1.3.6.1.4.1.429.4.54.1.7.1.1
The unique identifier of the MPIP Client.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

usrMPIPClientSharedSecret 1.3.6.1.4.1.429.4.54.1.7.1.2
The Shared secret between MPIP Client and Server. Reading this from SNMP returns NULL.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(16)  

usrMpipcStatus 1.3.6.1.4.1.429.4.54.1.7.1.3
The status of this row of the MPIP Client Table.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

usrMPIPClientType 1.3.6.1.4.1.429.4.54.1.7.1.4
Tells whether the client is a HiperARC or Netserver
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER hiper(0), netserver(1)  

usrMPIPClientEntryType 1.3.6.1.4.1.429.4.54.1.7.1.5
Is the client added dynamically or statically?
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..10)  

usrMPIPServerEntryTable 1.3.6.1.4.1.429.4.54.1.8
Table containing the MPIP server IP addresse, UDP port number, shared secret, current state, send sequence number, expected sequence number, last expected sequence number, MPIP sent time, MPIP ID and MPIP retransmit.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrMPIPServerEntry

usrMPIPServerEntry 1.3.6.1.4.1.429.4.54.1.8.1
Each entry in the Server Entry Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrMPIPServerEntry  

usrMPIPServerIpaddr 1.3.6.1.4.1.429.4.54.1.8.1.1
The unique identifier of the MPIP Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

usrMPIPServerPortNum 1.3.6.1.4.1.429.4.54.1.8.1.2
The Server UDP Port Number.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

usrMPIPServerSharedSecret 1.3.6.1.4.1.429.4.54.1.8.1.3
The Server's Shared secret with Client.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(16)  

usrMPIPServerPreference 1.3.6.1.4.1.429.4.54.1.8.1.4
The Server Priority.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

usrMpipsStatus 1.3.6.1.4.1.429.4.54.1.8.1.5
Row status.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

usrMPIPServerEntryType 1.3.6.1.4.1.429.4.54.1.8.1.6
Is the server added dynamically or statically?
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..10)  

usrMPIPBundleTable 1.3.6.1.4.1.429.4.54.1.9
Table containing the MPIP Bundle & links.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrMPIPBundleEntry

usrMPIPBundleEntry 1.3.6.1.4.1.429.4.54.1.9.1
Each entry in the Bundle Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrMPIPBundleEntry  

usrMPIPBundleIndex 1.3.6.1.4.1.429.4.54.1.9.1.1
The bundle index number
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

usrMPIPBundleUsername 1.3.6.1.4.1.429.4.54.1.9.1.2
User name.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(64)  

usrMPIPBundleEdoType 1.3.6.1.4.1.429.4.54.1.9.1.3
The EDO type.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

usrMPIPBundleEdoValue 1.3.6.1.4.1.429.4.54.1.9.1.4
The EDO value.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(20)  

usrMPIPBundleOwner 1.3.6.1.4.1.429.4.54.1.9.1.5
Bundle Owner.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  


usrMPIPLinkTable 1.3.6.1.4.1.429.4.54.1.10
Table containing the MPIP Bundle & links.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrMPIPLinkEntry

usrMPIPLinkEntry 1.3.6.1.4.1.429.4.54.1.10.1
Each entry in the Bundle Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrMPIPLinkEntry  

usrMPIPLinkNum 1.3.6.1.4.1.429.4.54.1.10.1.1
Link Identifier.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

usrMPIPLinkBundleOwner 1.3.6.1.4.1.429.4.54.1.10.1.2
Bundle Owner.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrMPIPLinkOwner 1.3.6.1.4.1.429.4.54.1.10.1.3
Link Owner.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrMPIPLinkIdentifier 1.3.6.1.4.1.429.4.54.1.10.1.4
Link Identifier.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

usrMPIPLinkBundleUsername 1.3.6.1.4.1.429.4.54.1.10.1.5
The EDO type.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(64)  

usrMpipLinkStatus 1.3.6.1.4.1.429.4.54.1.10.1.6
The status of this row of the Link Table.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

usrMPIPLocalLinkTable 1.3.6.1.4.1.429.4.54.1.11
Table containing the MPIP local links.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrMPIPLocalLinkEntry

usrMPIPLocalLinkEntry 1.3.6.1.4.1.429.4.54.1.11.1
Each entry in the Bundle Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrMPIPLocalLinkEntry  

usrMPIPLocalLinkCount 1.3.6.1.4.1.429.4.54.1.11.1.1
Link Count.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrMPIPLocalLinkBundleOwner 1.3.6.1.4.1.429.4.54.1.11.1.2
Bundle Owner.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usrMPIPLocalLinkUsername 1.3.6.1.4.1.429.4.54.1.11.1.3
The user name.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(64)  

usrMPIPACEStatus 1.3.6.1.4.1.429.4.54.1.12
Indicates whether MPIP ACE_AUTH is turned off or on.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(0)