RETIX-SWITCHSTAKII-MIB

File: RETIX-SWITCHSTAKII-MIB.mib (6677 bytes)

Imported modules

RFC1158-MIB RFC-1212

Imported symbols

NetworkAddress IpAddress Counter
Gauge TimeTicks enterprises
OBJECT-TYPE

Defined Types

PortVLANEntry  
SEQUENCE    
  portVLANEntryPortID INTEGER
  portVLANEntryVLANID INTEGER
  portVLANEntryEdit INTEGER

Defined Values

retix 1.3.6.1.4.1.72
OBJECT IDENTIFIER    

switchStakII 1.3.6.1.4.1.72.20
OBJECT IDENTIFIER    

unitProfile 1.3.6.1.4.1.72.20.1
OBJECT IDENTIFIER    

baseUnit 1.3.6.1.4.1.72.20.2
OBJECT IDENTIFIER    

stakbus 1.3.6.1.4.1.72.20.3
OBJECT IDENTIFIER    

vlan 1.3.6.1.4.1.72.20.4
OBJECT IDENTIFIER    

vlanConfig 1.3.6.1.4.1.72.20.4.1
OBJECT IDENTIFIER    

baseModule 1.3.6.1.4.1.72.20.1.1
Identifies the type of main PCB installed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER tenPorts2AUI(1)  

io1Module 1.3.6.1.4.1.72.20.1.2
Identifies the type of card installed in the IO1 connector
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER vacant(1), sixPort10BaseT(2), fastEthernet(3), stakbus(4), atm(5)  

io2Module 1.3.6.1.4.1.72.20.1.3
Identifies the type of card installed in the IO2 connector
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER vacant(1), sixPort10BaseT(2), fastEthernet(3), stakbus(4), atm(5)  

baseBootFirmwareVersion 1.3.6.1.4.1.72.20.2.1
Version number of current boot firmware in decimal, (i.e. V01.00 is displayed as 256)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

baseSoftwareVersion 1.3.6.1.4.1.72.20.2.2
Version number of current software in decimal, (i.e. V01.03 is displayed as 259)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

baseErrorLog 1.3.6.1.4.1.72.20.2.3
A stored value indicating that the unit has experienced a fault. Log information is formatted as a four digit hex number. Set to zero to clear the logged fault. Record this value and call Retix technical support.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

stkbusIOPort 1.3.6.1.4.1.72.20.3.1
Represents the IO port containing a StakbusII card. Only one Stakbus card is permitted per unit
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER io1(1), io2(2), notInstalled(3)  

stkbusSpeed 1.3.6.1.4.1.72.20.3.2
Speed in Mbps of the installed Stakbus (StakbusII = 175Mbps).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

stkbusNodeAddress 1.3.6.1.4.1.72.20.3.3
Address of the Stakbus interface as set on front panel dial (0..15).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..15  

stkbusRingOperationalStatus 1.3.6.1.4.1.72.20.3.4
The status of the Retix Stakbus interface ring.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ringOperational(1), ringNotOperational(2), notInstalled(3)  

vlanEnableDisable 1.3.6.1.4.1.72.20.4.1.1
Enables or Disables VLAN operation on this unit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

portVLANTable 1.3.6.1.4.1.72.20.4.1.2
Table of port based VLAN configurations. Entries (rows) are added to the table by issuing a SET command with the EnableAdd value for the portVLANEntryEdit object. The new row is created using the instantiations.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortVLANEntry

portVLANEntry 1.3.6.1.4.1.72.20.4.1.2.1
This is an entry in the portVLANTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PortVLANEntry  

portVLANEntryPortID 1.3.6.1.4.1.72.20.4.1.2.1.1
Port number for this VLAN configuration.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

portVLANEntryVLANID 1.3.6.1.4.1.72.20.4.1.2.1.2
VLAN number or ID.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

portVLANEntryEdit 1.3.6.1.4.1.72.20.4.1.2.1.3
When set to enableAdd(1) the instantiations will be used to create a new table entry (row). Existing entries can be disabled(2) or deleted (3).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enableAdd(1), disable(2), delete(3)