SMUX-MIB

File: SMUX-MIB.mib (4810 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212

Imported symbols

enterprises DisplayString OBJECT-TYPE

Defined Types

SmuxPeerEntry  
SEQUENCE    
  smuxPindex INTEGER
  smuxPidentity OBJECT IDENTIFIER
  smuxPdescription DisplayString
  smuxPstatus INTEGER

SmuxTreeEntry  
SEQUENCE    
  smuxTsubtree OBJECT IDENTIFIER
  smuxTpriority INTEGER
  smuxTindex INTEGER
  smuxTstatus INTEGER

Defined Values

unix 1.3.6.1.4.1.4
OBJECT IDENTIFIER    

smux 1.3.6.1.4.1.4.4
OBJECT IDENTIFIER    

smuxPeerTable 1.3.6.1.4.1.4.4.1
The SMUX peer table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SmuxPeerEntry

smuxPeerEntry 1.3.6.1.4.1.4.4.1.1
An entry in the SMUX peer table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SmuxPeerEntry  

smuxPindex 1.3.6.1.4.1.4.4.1.1.1
An index which uniquely identifies a SMUX peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

smuxPidentity 1.3.6.1.4.1.4.4.1.1.2
The authoritative designation for a SMUX peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

smuxPdescription 1.3.6.1.4.1.4.4.1.1.3
A human-readable description of a SMUX peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

smuxPstatus 1.3.6.1.4.1.4.4.1.1.4
The type of SMUX peer. Setting this object to the value invalid(2) has the effect of invaliding the corresponding entry in the smuxPeerTable. It is an implementation- specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that correspond to entries not currently in use. Proper interpretation of such entries requires examination of the relative smuxPstatus object.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER valid(1), invalid(2), connecting(3)  

smuxTreeTable 1.3.6.1.4.1.4.4.2
The SMUX tree table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SmuxTreeEntry

smuxTreeEntry 1.3.6.1.4.1.4.4.2.1
An entry in the SMUX tree table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SmuxTreeEntry  

smuxTsubtree 1.3.6.1.4.1.4.4.2.1.1
The MIB subtree being exported by a SMUX peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

smuxTpriority 1.3.6.1.4.1.4.4.2.1.2
The SMUX peer's priority when exporting the MIB subtree.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..7fffffff  

smuxTindex 1.3.6.1.4.1.4.4.2.1.3
The SMUX peer's identity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

smuxTstatus 1.3.6.1.4.1.4.4.2.1.4
The type of SMUX tree. Setting this object to the value invalid(2) has the effect of invaliding the corresponding entry in the smuxTreeTable. It is an implementation- specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that correspond to entries not currently in use. Proper interpretation of such entries requires examination of the relative smuxTstatus object.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)