XYLAN-SRTB-MIB

File: XYLAN-SRTB-MIB.mib (6408 bytes)

Imported modules

RFC-1212 BRIDGE-MIB XYLAN-BASE-MIB

Imported symbols

OBJECT-TYPE MacAddress xylanSrtbArch

Defined Types

SrtbConfigEntry  
SEQUENCE    
  srtbGroupID INTEGER 1..65535
  srtbOperStatus INTEGER
  srtbEthernetRingId INTEGER 0..4095
  srtbExplorerTypeToSend INTEGER

SrtbRIFEntry  
SEQUENCE    
  srtbRIFMac MacAddress
  srtbRIFGroupID INTEGER 1..65535
  srtbRIFString OCTET STRING
  srtbRIFPurge INTEGER

Defined Values

xylanSRTB 1.3.6.1.4.1.800.2.24.1
OBJECT IDENTIFIER    

srtbConfigTable 1.3.6.1.4.1.800.2.24.1.1
This table contains information related to SRTB configuration for the groups in the switch.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SrtbConfigEntry

srtbConfigEntry 1.3.6.1.4.1.800.2.24.1.1.1
An entry in the SRTB configuration table. Each entry represents a group for which SRTB has been configured.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SrtbConfigEntry  

srtbGroupID 1.3.6.1.4.1.800.2.24.1.1.1.1
This object contains the group ID for SRTB is being configured. This object uniquely identifies the group in the switch.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

srtbOperStatus 1.3.6.1.4.1.800.2.24.1.1.1.2
This is used to enable/disable SRTB for the group and report on status of SRTB for the group.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER off(1), on(2)  

srtbEthernetRingId 1.3.6.1.4.1.800.2.24.1.1.1.3
Ring ID to be assigned to the Ethernet segment. Valid ring-id is from 0x001(1) to 0xFFF(4095). Users can set EthRingID from 1 to 4095. But for 0 which is read-only, is not avaliable for user to set. If 0 is returned (from GET), meaning SRTB is OFF, hence not available for users to configure.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..4095  

srtbExplorerTypeToSend 1.3.6.1.4.1.800.2.24.1.1.1.4
The value of this object specifies which explorer type to send when unknown destination, multicast or broadcast frame is forwarded from Ethernet to Token Ring. If notAvailable is returned (from GET), meaning SRTB is OFF, hence not available for users to configure.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER notAvailable(3), typeSTE(2), typeARE(1)  

srtbRIFTable 1.3.6.1.4.1.800.2.24.1.2
This table is used to display the RIF values cached in the switch and to purge the value stored.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SrtbRIFEntry

srtbRIFEntry 1.3.6.1.4.1.800.2.24.1.2.1
An entry in the srtbRIF table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SrtbRIFEntry  

srtbRIFMac 1.3.6.1.4.1.800.2.24.1.2.1.1
This object contains the MAC address associated with the RIF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

srtbRIFGroupID 1.3.6.1.4.1.800.2.24.1.2.1.2
This object uniquely identifies the group in the Xylan switch.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

srtbRIFString 1.3.6.1.4.1.800.2.24.1.2.1.3
This object contains the RIF that has been cached for MAC address associated with the entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

srtbRIFPurge 1.3.6.1.4.1.800.2.24.1.2.1.4
This object when set to 2 causes the RIF associated with the MAC address to be purged.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noAction(1), purgeRif(2)