MADGERSW-MIB

File: MADGERSW-MIB.mib (21009 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC-1215
RFC1213-MIB

Imported symbols

enterprises OBJECT-TYPE TRAP-TYPE
PhysAddress

Defined Types

DisplayString  
OCTET STRING    

INTEGER48  
OCTET STRING Size(6)    

RingswitchPortEntry  
SEQUENCE    
  ringswitchPortNum INTEGER
  ringswitchPortRingStatus INTEGER
  ringswitchPortAdapterStatus INTEGER
  ringswitchPortMediaType INTEGER
  ringswitchPortIfMode INTEGER
  ringswitchPortRingSpeed INTEGER
  ringswitchPortTestState INTEGER
  ringswitchPortTestError INTEGER
  ringswitchPortTestPhase INTEGER
  ringswitchPortSummary INTEGER
  ringswitchPortAddress PhysAddress
  ringswitchPortLAA PhysAddress
  ringswitchPortStationType INTEGER
  ringswitchPortRPSEnable INTEGER
  ringswitchPortCutThruEnable INTEGER
  ringswitchPortInOctets INTEGER48
  ringswitchPortOutOctets INTEGER48
  ringswitchPortSpecInFrames INTEGER48
  ringswitchPortSpecOutFrames INTEGER48
  ringswitchPortApeInFrames INTEGER48
  ringswitchPortApeOutFrames INTEGER48
  ringswitchPortSteInFrames INTEGER48
  ringswitchPortSteOutFrames INTEGER48

LCDText  
OCTET STRING Size(50)    

RingswitchLCDTableEntry  
SEQUENCE    
  ringswitchLCDNum INTEGER
  ringswitchLCDMsgText LCDText

RingswitchLANEntry  
SEQUENCE    
  ringswitchLANIndex INTEGER
  ringswitchLANName DisplayString
  ringswitchLANPermeable INTEGER
  ringswitchLANStatus INTEGER

RingswitchLANRingEntry  
SEQUENCE    
  ringswitchLANRingGroup INTEGER
  ringswitchLANRingIndex INTEGER
  ringswitchLANRingNum INTEGER
  ringswitchLANRingStatus INTEGER

Defined Values

madge 1.3.6.1.4.1.494
OBJECT IDENTIFIER    

ringswitch 1.3.6.1.4.1.494.4
OBJECT IDENTIFIER    

ringswitchBase 1.3.6.1.4.1.494.4.1
OBJECT IDENTIFIER    

ringswitchPort 1.3.6.1.4.1.494.4.2
OBJECT IDENTIFIER    

ringswitchSR 1.3.6.1.4.1.494.4.3
OBJECT IDENTIFIER    

ringswitchLCD 1.3.6.1.4.1.494.4.4
OBJECT IDENTIFIER    

ringswitchLAN 1.3.6.1.4.1.494.4.5
OBJECT IDENTIFIER    

ringswitchBasePSFanSpeed 1.3.6.1.4.1.494.4.1.1
The number of revolutions per minute being reported by the fan internal to the system power supply. If this value is read as zero, the fan is no longer operating
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ringswitchBaseExtFanSpeed 1.3.6.1.4.1.494.4.1.2
The number of revolutions per minute being reported by the external system fan. If this value is read as zero, the fan is no longer operating
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ringswitchBaseRipSapSuppression 1.3.6.1.4.1.494.4.1.3
If this variable is set to enable the system will only forward broadcast-addressed IPX RIP and SAP Response frames to those ports that have recently sourced such a frame. This reduces the number of gratuitous frames sent out on LANs that only have IPX workstations attached. A value of disable causes no special action to be taken for such frames.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

ringswitchBaseAREConversion 1.3.6.1.4.1.494.4.1.4
This variable controls the action taken when forwarding All Routes Explorer frames. enable-first: convert all ARE frames with a RIF length of 2 to STE frames. enable-all: convert all ARE frames to STE frames. enable-bcast-first: convert all ARE frames with the broadcast destination address, with a RIF length of 2 to STE frames. enable-bcast-all: convert all ARE frames with the broadcast destination address to STE frames. disable: follow normal forwarding rules for ARE frames.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable-first(1), enable-all(2), enable-bcast-first(3), enable-bcast-all(4), disable(5)  

ringswitchPortTable 1.3.6.1.4.1.494.4.2.1
A table that contains general port information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RingswitchPortEntry

ringswitchPortEntry 1.3.6.1.4.1.494.4.2.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  RingswitchPortEntry  

ringswitchPortNum 1.3.6.1.4.1.494.4.2.1.1.1
The port number of the port for which this entry contains Ringswitch management information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

ringswitchPortRingStatus 1.3.6.1.4.1.494.4.2.1.1.2
The status of the ring to which this port is connected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), single(2), beaconing(3)  

ringswitchPortAdapterStatus 1.3.6.1.4.1.494.4.2.1.1.3
The status of the adapter used by this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER open(1), closed(2), opening(3)  

ringswitchPortMediaType 1.3.6.1.4.1.494.4.2.1.1.4
Media type of the port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER tr-copper(1), tr-fiber(2), fddi-fiber(3)  

ringswitchPortIfMode 1.3.6.1.4.1.494.4.2.1.1.5
Node or concentrator status of the port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER node(1), concentrator(2)  

ringswitchPortRingSpeed 1.3.6.1.4.1.494.4.2.1.1.6
Speed of the ring to which this port is connected.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER four(1), sixteen(2), hundred(3)  

ringswitchPortTestState 1.3.6.1.4.1.494.4.2.1.1.7
Current state of the bridge test.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), running(2), failed(3), ok(4), unknown(5)  

ringswitchPortTestError 1.3.6.1.4.1.494.4.2.1.1.8
Result of the bridge test.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER no-error(1), same-ring(2), duplicate-ring(3), fail-nb(4), bad-rnum(5), fail-b(6)  

ringswitchPortTestPhase 1.3.6.1.4.1.494.4.2.1.1.9
Current phase of the bridge test.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER not-running(1), same-ring(2), routed(3), broadcast(4), success(5)  

ringswitchPortSummary 1.3.6.1.4.1.494.4.2.1.1.10
This is a three octet field which packs some of the port attributes into a single mib entry. Each nibble represents a different attribute of the port: ifAdminStatus (most significant), ringswitchPortRingStatus, ringswitchPortAdapterStatus, ringswitchPortMediaType, ringswitchPortIfMode, ringswitchPortRingSpeed, ringswitchPortTestState, ringswitchPortTestError (least significant)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ringswitchPortAddress 1.3.6.1.4.1.494.4.2.1.1.11
The hard wired address of the port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

ringswitchPortLAA 1.3.6.1.4.1.494.4.2.1.1.12
The locally administered address of the port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  PhysAddress  

ringswitchPortStationType 1.3.6.1.4.1.494.4.2.1.1.13
Workstations-only status of the port; if this is limited, the port only has workstations on it, and broadcast frames received on this port will not be transmitted on other limited ports.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER anything(1), workstations(2)  

ringswitchPortRPSEnable 1.3.6.1.4.1.494.4.2.1.1.14
Enables or disables the Ring Parameter Server function on the port. If this variable is set to enabled, the port will enable the RPS functional address, and respond to Request Parameters MAC frames, supplying the port's segment number in the response.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

ringswitchPortCutThruEnable 1.3.6.1.4.1.494.4.2.1.1.15
Enables or disables cut-through switching on the port. In some circumstances (e.g., 4 to 16 MB switching), cut-through will always be disabled, irrespective of the state of this variable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

ringswitchPortInOctets 1.3.6.1.4.1.494.4.2.1.1.16
48 bit version of the interface MIB counter ifInOctets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER48  

ringswitchPortOutOctets 1.3.6.1.4.1.494.4.2.1.1.17
48 bit version of the interface MIB counter ifOutOctets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER48  

ringswitchPortSpecInFrames 1.3.6.1.4.1.494.4.2.1.1.18
48 bit version of the Bridge MIB counter srPortSpecInFrames.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER48  

ringswitchPortSpecOutFrames 1.3.6.1.4.1.494.4.2.1.1.19
48 bit version of the Bridge MIB counter srPortSpecOutFrames.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER48  

ringswitchPortApeInFrames 1.3.6.1.4.1.494.4.2.1.1.20
48 bit version of the Bridge MIB counter srPortApeInFrames.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER48  

ringswitchPortApeOutFrames 1.3.6.1.4.1.494.4.2.1.1.21
48 bit version of the Bridge MIB counter srPortApeOutFrames.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER48  

ringswitchPortSteInFrames 1.3.6.1.4.1.494.4.2.1.1.22
48 bit version of the Bridge MIB counter srPortSteInFrames.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER48  

ringswitchPortSteOutFrames 1.3.6.1.4.1.494.4.2.1.1.23
48 bit version of the Bridge MIB counter srPortSteOutFrames.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER48  

ringswitchSRAdminState 1.3.6.1.4.1.494.4.3.1
The desired state of source routing; allows source routing to be enabled or disabled for the whole Ringswitch
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

ringswitchSROperState 1.3.6.1.4.1.494.4.3.2
The actual state of source routing. If ringswitchSRAdminState is 'disabled' then this state will be inactive. If ringswitchSRAdminState is 'enabled' then this state should be 'active', but if for some reason the Ringswitch is unable to perform source routing then this state will be 'inactive'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

ringswitchLCDTotalDisplays 1.3.6.1.4.1.494.4.4.1
The total number of displays on the Ringswitch.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

ringswitchLCDCurrentDisplay 1.3.6.1.4.1.494.4.4.2
The number of the display that the Ringswitch is currently showing.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

ringswitchLCDCurrentMsgText 1.3.6.1.4.1.494.4.4.3
The actual lcd message text, including a carriage return after the first line, and a null character after the second line.
Status: mandatory Access: read-only
OBJECT-TYPE    
  LCDText  

ringswitchLCDTable 1.3.6.1.4.1.494.4.4.4
A table that contains all of the lcd messages that could be displayed by the Ringswitch if the user were to flick the paddle switch.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RingswitchLCDTableEntry

ringswitchLCDTableEntry 1.3.6.1.4.1.494.4.4.4.1
Arguments and message number details for each LCD entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  RingswitchLCDTableEntry  

ringswitchLCDNum 1.3.6.1.4.1.494.4.4.4.1.1
The lcd number of the lcd for which this entry contains display details.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

ringswitchLCDMsgText 1.3.6.1.4.1.494.4.4.4.1.2
The actual lcd message text, including a carriage return after the first line, and a null character after the second line.
Status: mandatory Access: read-only
OBJECT-TYPE    
  LCDText  

ringswitchLANTable 1.3.6.1.4.1.494.4.5.1
A table that contains virtual LAN information configured into the Ringswitch by the network administrator.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RingswitchLANEntry

ringswitchLANEntry 1.3.6.1.4.1.494.4.5.1.1
Name and status information associated with each virtual LAN entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  RingswitchLANEntry  

ringswitchLANIndex 1.3.6.1.4.1.494.4.5.1.1.1
The virtual LAN number for which this entry contains virtual LAN details.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

ringswitchLANName 1.3.6.1.4.1.494.4.5.1.1.2
The name that the administrator has given this virtual LAN.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

ringswitchLANPermeable 1.3.6.1.4.1.494.4.5.1.1.3
In an 'impermeable' group, broadcast frames which were received on a port in the group, but were not originated in the group, are discarded. In a 'permeable' group, such frames are transmitted on the other ports in the group.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER impermeable(1), permeable(2)  

ringswitchLANStatus 1.3.6.1.4.1.494.4.5.1.1.4
The current status of this virtual LAN, a status of 'invalid' indicates that the virtual LAN's associated name and ring list are meaningless until the group is validated.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)  

ringswitchLANRingTable 1.3.6.1.4.1.494.4.5.2
A table that contains the rings associated with a virtual LAN that has been configured into the Ringswitch by the network administrator.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RingswitchLANRingEntry

ringswitchLANRingEntry 1.3.6.1.4.1.494.4.5.2.1
Name and status information associated with each virtual LAN ring table entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  RingswitchLANRingEntry  

ringswitchLANRingGroup 1.3.6.1.4.1.494.4.5.2.1.1
The virtual LAN index for which this entry contains virtual LAN ring details.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ringswitchLANRingIndex 1.3.6.1.4.1.494.4.5.2.1.2
The ring index for which this entry contains virtual LAN ring details.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ringswitchLANRingNum 1.3.6.1.4.1.494.4.5.2.1.3
The ring number contained in the virtual LAN.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ringswitchLANRingStatus 1.3.6.1.4.1.494.4.5.2.1.4
The current status of this virtual LAN ring entry, a status of 'invalid' indicates that the ring entry is not in use and the associated ring number is meaningless.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)  

fanPSSpeedFailed 1
This trap is sent when the Power Supply fan has failed.
TRAP-TYPE    

fanExtSpeedFailed 2
This trap is sent when the external fan has failed.
TRAP-TYPE    

portFailed 3
This trap is sent when a port has auto-closed or failed to open.
TRAP-TYPE    

brTestFailed 4
This trap is sent when the bridge test on a port fails.
TRAP-TYPE