SMUX

File: SMUX.mib (2785 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC1157-SNMP

Imported symbols

ObjectName DisplayString PDUs

Defined Types

SMUX-PDUs  
CHOICE    
  open OpenPDU
  close ClosePDU
  registerRequest RReqPDU
  registerResponse RRspPDU
  commitOrRollback SOutPDU

OpenPDU  
CHOICE    
  simple SimpleOpen

SimpleOpen  
SEQUENCE    
  version INTEGER version-1(0)
  identity OBJECT IDENTIFIER
  description DisplayString
  password OCTET STRING

ClosePDU  
INTEGER goingDown(0), unsupportedVersion(1), packetFormat(2), protocolError(3), internalError(4), authenticationFailure(5)    

RReqPDU  
SEQUENCE    
  subtree ObjectName
  priority INTEGER -1..2147483647
  operation INTEGER delete(0), readOnly(1), readWrite(2)

RRspPDU  
INTEGER failure(-1)    

SOutPDU  
INTEGER commit(0), rollback(1)