XYPLEX-HUB-MIB

File: XYPLEX-HUB-MIB.mib (12127 bytes)

Imported modules

RFC1155-SMI SNMPv2-TC RFC-1212
XYPLEX-SYSTEM-MIB

Imported symbols

enterprises Counter TimeTicks
DisplayString OBJECT-TYPE DateTime

Defined Types

HubPortEntry  
SEQUENCE    
  hubPortIndex INTEGER
  hubPortName DisplayString
  hubPortAutoPolarity INTEGER
  hubPortSensedPolarity INTEGER
  hubPortPulse INTEGER
  hubPortPulseStatus INTEGER
  hubPortMissedPulses Counter
  hubPortJabbers Counter
  hubPortBadPreambles Counter
  hubPortBitRateErrors Counter
  hubPortLateCollisions Counter
  hubPortNormalCollisions Counter
  hubPortZero INTEGER
  hubPortZeroTime TimeTicks

Defined Values

xyplex 1.3.6.1.4.1.33
OBJECT IDENTIFIER    

hub 1.3.6.1.4.1.33.9
OBJECT IDENTIFIER    

hubTwistedPairPortNumber 1.3.6.1.4.1.33.9.1
The number of twisted-pair hub ports. By convention, these are the lower numbered hub ports. Corresponds indirectly to the numbered, twisted-pair port numbers labeled 'Port' in the SHOW HUB SUMMARY display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

hubNonTwistedPairPortNumber 1.3.6.1.4.1.33.9.2
The number of non-twisted-pair hub ports. By convention, these are the higher numbered hub ports. Corresponds indirectly to the unnumbered, non-twisted-pair ports in the SHOW HUB SUMMARY display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

hubPortTable 1.3.6.1.4.1.33.9.3
A list of hub Ethernet port entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HubPortEntry

hubPortEntry 1.3.6.1.4.1.33.9.3.1
Hub parameter values for an Ethernet port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  HubPortEntry  

hubPortIndex 1.3.6.1.4.1.33.9.3.1.1
An index value that uniquely identifies a port. The port identified by a particular value of this index is the same port as identified by portBasicID in hmBasicPortTable in the IEEE Hub MIB [11]. Corresponds directly to the numbered, twisted-pair port numbers labeled 'port' and indirectly to the unnumbered, non-twisted-pair ports in the SHOW HUB SUMMARY display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

hubPortName 1.3.6.1.4.1.33.9.3.1.2
An administratively assigned name for a twisted-pair port, typically with some local significance. Corresponds directly to PORT NAME and the value labeled 'Name' in the SHOW HUB SUMMARY display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..16)  

hubPortAutoPolarity 1.3.6.1.4.1.33.9.3.1.3
A control for automatic determination of twisted-pair port polarity. 'disabled' locks the port into positive polarity. 'enabled' allows the hub to sense polarity and adapt accordingly. Corresponds directly to PORT POLARITY and the value labeled 'Auto Polarity:' in the PORT display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

hubPortSensedPolarity 1.3.6.1.4.1.33.9.3.1.4
Polarity of a twisted-pair port. Corresponds directly to PORT POLARITY and the value labeled 'Polarity:' in the HUB SUMMARY display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER reversed(1), normal(2)  

hubPortPulse 1.3.6.1.4.1.33.9.3.1.5
A control for periodic, automatic generation of a test pulse on a twisted-pair port. Corresponds directly to PORT TEST PULSE and the value labeled 'Test Pulse:' in the PORT display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

hubPortPulseStatus 1.3.6.1.4.1.33.9.3.1.6
Status of the last attempt to generate and detect a test pulse. Corresponds directly to the value labeled 'STATUS' and 'Test Pulse:' in the PORT display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER missed(1), detected(2)  

hubPortMissedPulses 1.3.6.1.4.1.33.9.3.1.7
Number of times that a generated test pulse was not seen in return. Corresponds directly to the value labeled 'Test Pulse Lost:' in the PORT display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

hubPortJabbers 1.3.6.1.4.1.33.9.3.1.8
Number of times that a received frame was terminated by the jabber timer. Corresponds directly to the value labeled 'Jabbers:' in the PORT display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

hubPortBadPreambles 1.3.6.1.4.1.33.9.3.1.9
Number of times that two one bits (Start of Frame) did not follow an interpacket gap and alternating one and zero bits. Corresponds directly to the value labeled 'SOF Missing:' in the PORT display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

hubPortBitRateErrors 1.3.6.1.4.1.33.9.3.1.10
Number of times that bits were received with improper timing. Corresponds directly to the value labeled 'Out of Spec. Bit Rate:' in the PORT display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

hubPortLateCollisions 1.3.6.1.4.1.33.9.3.1.11
Number of times that a frame collision came after the allowed collision window. Corresponds directly to the value labeled 'Late Collisions:' in the PORT display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

hubPortNormalCollisions 1.3.6.1.4.1.33.9.3.1.12
Number of times that a frame collision came within the allowed collision window. Corresponds directly to the value labeled 'Collisions:' in the PORT display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

hubPortZero 1.3.6.1.4.1.33.9.3.1.13
Control to zero counters kept for the port. In response to a get-request or get-next-request, the agent always returns 'ready' for this value. Setting the value to 'ready' has no effect. Setting it to 'execute' causes all the system's counters to be zeroed. Corresponds to the ZERO PORT command.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ready(1), execute(2)  

hubPortZeroTime 1.3.6.1.4.1.33.9.3.1.14
The number of hundredths of a second since the most recent zeroing of the counters kept for the port, such as through execution of sysZeroAll or hubPortZero. Corresponds directly to the value labeled 'Since Zeroed:' in the PORT COUNTERS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks