XYPLEX-MIB

File: XYPLEX-MIB.mib (31556 bytes)

Imported modules

RFC1155-SMI SNMPv2-TC SNMPv2-SMI

Imported symbols

IpAddress enterprises Counter
TimeTicks DisplayString OBJECT-TYPE

Defined Types

CharPhysEntry  
SEQUENCE    
  charPhysIndex INTEGER
  charPhysPortName DisplayString
  charPhysAdminAccess INTEGER
  charPhysOperAccess INTEGER
  charPhysBits INTEGER
  charPhysParity INTEGER
  charPhysSpeed INTEGER
  charPhysModemControl INTEGER
  charPhysSignalType INTEGER
  charPhysInSignalNumber INTEGER
  charPhysOutSignalNumber INTEGER
  charPhysFlowControl INTEGER
  charPhysInFlow INTEGER
  charPhysOutFlow INTEGER
  charPhysInFlowState INTEGER
  charPhysOutFlowState INTEGER
  charPhysAutobaud INTEGER
  charPhysInCharacters Counter
  charPhysOutCharacters Counter
  charPhysFramingErrors Counter
  charPhysParityErrors Counter
  charPhysOverrunErrors Counter
  charPhysLastInCharacter INTEGER
  charPhysLastOutCharacter INTEGER
  charPhysNode DisplayString
  charPhysUserName DisplayString

CharPhysInSignalEntry  
SEQUENCE    
  charInPhysIndex INTEGER
  charInSignalName DisplayString
  charInSignalState INTEGER

CharPhysOutSignalEntry  
SEQUENCE    
  charOutPhysIndex INTEGER
  charOutSignalName DisplayString
  charOutSignalState INTEGER

Defined Values

xyplex 1.3.6.1.4.1.33
OBJECT IDENTIFIER    

system 1.3.6.1.4.1.33.1
OBJECT IDENTIFIER    

character 1.3.6.1.4.1.33.2
OBJECT IDENTIFIER    

xInternet 1.3.6.1.4.1.33.4
OBJECT IDENTIFIER    

sysIdent 1.3.6.1.4.1.33.1.1
An identification string for local and remote server displays. Corresponds directly to SERVER IDENTIFICATION and the value labeled 'Identification:' on the SERVER CHARACTERISTICS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..40)  

charPhysNumber 1.3.6.1.4.1.33.2.1
The number of physical character (terminal) ports (regardless of their current state) present on this system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

charPhysTable 1.3.6.1.4.1.33.2.2
A list of physical character port entries. The number of entries is given by the value of charPhysNumber.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CharPhysEntry

charPhysEntry 1.3.6.1.4.1.33.2.2.1
Status and parameter values for a physical character port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CharPhysEntry  

charPhysIndex 1.3.6.1.4.1.33.2.2.1.1
A unique value for each physical character port, directly corresponding to the physical connector. Its value ranges between 1 and the value of charPhysNumber.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

charPhysPortName 1.3.6.1.4.1.33.2.2.1.2
An administratively-assigned name for the port. If set to zero length, it becomes the standard, default name. Corresponds directly to PORT NAME and the value labeled 'Name:' in the PORT CHARACTERISTICS display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..16)  

charPhysAdminAccess 1.3.6.1.4.1.33.2.2.1.3
The allowed mode of access to the port. The value meanings are: none not accessed dynamic local or remote access local local access only remote remote access only Corresponds directly to PORT ACCESS and the value labeled 'Access:' in the PORT CHARACTERISTICS display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), dynamic(2), local(3), remote(4)  

charPhysOperAccess 1.3.6.1.4.1.33.2.2.1.4
The current mode of access to the port. none not accessed local local access remote remote access Corresponds directly to the value labeled 'Access:' in the PORT STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), local(3), remote(4)  

charPhysBits 1.3.6.1.4.1.33.2.2.1.5
The port's number of bits per character. Corresponds directly to PORT CHARACTER SIZE and the value labeled 'Character Size:' in the PORT CHARACTERISTICS display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 7..8  

charPhysParity 1.3.6.1.4.1.33.2.2.1.6
The type of character parity the port provides and expects. The value meanings are: none ignored and not generated even an even number of 1s mark always 1 odd an odd number of 1s Corresponds directly to PORT PARITY and the value labeled 'Parity:' in the PORT CHARACTERISTICS display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), even(2), mark(3), odd(4)  

charPhysSpeed 1.3.6.1.4.1.33.2.2.1.7
The port's nominal bandwidth in bits per second. Corresponds directly to PORT SPEED and the value labeled 'Input Speed:' or 'Output Speed:' in the PORT CHARACTERISTICS display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

charPhysModemControl 1.3.6.1.4.1.33.2.2.1.8
A control to enable or disable observation of modem control signals. Corresponds directly to PORT MODEM CONTROL and the value labeled 'Modem Control:' in the PORT CHARACTERISTICS display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

charPhysSignalType 1.3.6.1.4.1.33.2.2.1.9
The port's type of hardware interface. For RS-232 ports, this is assumed. For parallel ports, it corresponds directly to the value labeled 'Printer Interface:' in the PORT STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER rs232(1), centronics(2), dataproducts(3)  

charPhysInSignalNumber 1.3.6.1.4.1.33.2.2.1.10
The number of hardware interface signals this port is capable of observing, indicating the number of entries for this port in charPhysInSignalTable. Corresponds directly to the possible values labeled 'Input Signals:' in the PORT STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

charPhysOutSignalNumber 1.3.6.1.4.1.33.2.2.1.11
The number of hardware interface signals this port is capable of asserting, indicating the number of entries for this port in charPhysOutSignalTable. Corresponds directly to the possible values labeled 'Output Signals:' in the PORT STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

charPhysFlowControl 1.3.6.1.4.1.33.2.2.1.12
The type of flow control the system applies to the port for input and output. The value meanings are: none no flow control cts CTS/RTS dsr DCD/DTR/DSR xon XON/XOFF Directly related to PORT FLOW CONTROL and the value labeled 'Flow Control:' in the PORT CHARACTERISTICS display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), cts(2), dsr(3), xon(4)  

charPhysInFlow 1.3.6.1.4.1.33.2.2.1.13
A control for application of flow control to characters coming into the port. Corresponds directly to 'Input Flow Control' in the 'Enabled Characteristics' section of the PORT CHARACTERISTICS display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

charPhysOutFlow 1.3.6.1.4.1.33.2.2.1.14
A control for observation of flow control on characters going out of the port. Corresponds directly to 'Output Flow Control' in the 'Enabled Characteristics' section of the PORT CHARACTERISTICS display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

charPhysInFlowState 1.3.6.1.4.1.33.2.2.1.15
The dynamic state of flow control as applied by the system to characters coming into the port. Corresponds directly to the value labeled 'Input XOFFed:' in the PORT STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER go(1), stop(2)  

charPhysOutFlowState 1.3.6.1.4.1.33.2.2.1.16
The dynamic state of flow control as observed by the system on characters going out of the port. Corresponds directly to the value labeled 'Output XOFFed:' in the PORT STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER go(1), stop(2)  

charPhysAutobaud 1.3.6.1.4.1.33.2.2.1.17
A control to allow the port to determine speed dynamically by looking for carriage return input characters. Corresponds directly to 'Autobaud' in the 'Enabled Characteristics' section of the PORT CHARACTERISTICS display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

charPhysInCharacters 1.3.6.1.4.1.33.2.2.1.18
The total number of characters that have come into the port. Corresponds directly to the value labeled 'Input Count:' in the PORT COUNTERS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

charPhysOutCharacters 1.3.6.1.4.1.33.2.2.1.19
The total number of characters that have gone out of the port. Corresponds directly to the value labeled 'Output Count:' in the PORT COUNTERS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

charPhysFramingErrors 1.3.6.1.4.1.33.2.2.1.20
The total number of characters that have come into the port with illegally formatted bit frames. Corresponds directly to the value labeled 'Framing Errors:' in the PORT COUNTERS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

charPhysParityErrors 1.3.6.1.4.1.33.2.2.1.21
The total number of characters that have come into the port with invalid parity. Corresponds directly to the value labeled 'Parity Errors:' in the PORT COUNTERS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

charPhysOverrunErrors 1.3.6.1.4.1.33.2.2.1.22
The total number of characters coming into the port that the system lost due to no room in the port's input buffer. Corresponds directly to the value labeled 'Overrun Errors:' in the PORT COUNTERS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

charPhysLastInCharacter 1.3.6.1.4.1.33.2.2.1.23
The character that most recently came into the port. Corresponds directly to the value labeled 'Last Char Input:' in the PORT STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

charPhysLastOutCharacter 1.3.6.1.4.1.33.2.2.1.24
The character that most recently went out of the port. Corresponds directly to the value labeled 'Last Char Output:' in the PORT STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

charPhysNode 1.3.6.1.4.1.33.2.2.1.25
An identification for the network system with the current, active network connection to the port. Corresponds directly to the value labeled 'Current Node:' in the PORT STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

charPhysUserName 1.3.6.1.4.1.33.2.2.1.26
An identification of the user logged into the port on the current, active network connection to the port. Corresponds directly to the value following 'Port n:' in the PORT STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

charPhysInSignalTable 1.3.6.1.4.1.33.2.3
A list of physical character port input hardware signal entries. The number of entries is given by the value of charPhysInSignalNumber
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CharPhysInSignalEntry

charPhysInSignalEntry 1.3.6.1.4.1.33.2.3.1
A physical character port hardware signal entry containing objects for the particular signal on the particular port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CharPhysInSignalEntry  

charInPhysIndex 1.3.6.1.4.1.33.2.3.1.1
The index value that uniquely identifies the physical character port to which this signal belongs. The port identified by a particular value of this index is the same port as identified by the same value of charPhysIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

charInSignalName 1.3.6.1.4.1.33.2.3.1.2
The name of the hardware signal, as appropriate to its type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

charInSignalState 1.3.6.1.4.1.33.2.3.1.3
The current state of the signal. For RS-232 ports, corresponds directly to the value labeled 'Input Signals:' in the PORT STATUS display. For printer ports, corresponds to the various signal labels and values following the label 'Printer Interface:' in the PORT STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2)  

charPhysOutSignalTable 1.3.6.1.4.1.33.2.4
A list of physical character port output hardware signal entries. The number of entries is given by the value of charPhysOutSignalNumber
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CharPhysOutSignalEntry

charPhysOutSignalEntry 1.3.6.1.4.1.33.2.4.1
A physical character port hardware signal entry containing objects for the particular signal on the particular port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CharPhysOutSignalEntry  

charOutPhysIndex 1.3.6.1.4.1.33.2.4.1.1
The index value that uniquely identifies the physical character port to which this signal belongs. The port identified by a particular value of this index is the same port as identified by the same value of charPhysIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

charOutSignalName 1.3.6.1.4.1.33.2.4.1.2
The name of the hardware signal, as appropriate to its type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

charOutSignalState 1.3.6.1.4.1.33.2.4.1.3
The current state of the signal. For RS-232 ports, corresponds directly to the value labeled 'Output Signals:' in the PORT STATUS display. For printer ports, corresponds to the various signal labels and values following the label 'Printer Interface:' in the PORT STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2)  

intDomainSuffix 1.3.6.1.4.1.33.4.1
A partial domain name for the server to append to the end of an incomplete domain name provided by the user. Corresponds directly to SERVER INTERNET DEFAULT DOMAIN SUFFIX and the value labeled 'Domain Suffix:' in the SERVER INTERNET CHARACTERISTICS display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..115)  

intDomainAddress1 1.3.6.1.4.1.33.4.2
The internet address of a Domain Name Server. The system can use one or two such addresses, without preference. A value of 0.0.0.0 indicates no address. Corresponds directly to SERVER INTERNET PRIMARY DOMAIN ADDRESS and the value labeled 'Primary Domain Address:' in the SERVER INTERNET CHARACTERISTICS display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

intDomainAddress2 1.3.6.1.4.1.33.4.3
The internet address of a Domain Name Server. The system can use one or two such addresses, without preference. A value of 0.0.0.0 indicates no address. Corresponds directly to SERVER INTERNET SECONDARY DOMAIN ADDRESS and the value labeled 'Secondary Domain Address:' in the SERVER INTERNET CHARACTERISTICS display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

intGatewayAddress1 1.3.6.1.4.1.33.4.4
The internet address of the system's primary (first choice) gateway. A value of 0.0.0.0 indicates no address. Corresponds directly to SERVER INTERNET PRIMARY GATEWAY ADDRESS and the value labeled 'Primary Gateway Address:' in the SERVER INTERNET CHARACTERISTICS display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

intGatewayAddress2 1.3.6.1.4.1.33.4.5
The internet address of the system's secondary (second choice) gateway. A value of 0.0.0.0 indicates no address. Corresponds directly to SERVER INTERNET SECONDARY GATEWAY ADDRESS and the value labeled 'Secondary Gateway Address:' in the SERVER INTERNET CHARACTERISTICS display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress