LAN-EMULATION-BUS-MIB

File: LAN-EMULATION-BUS-MIB.mib (36525 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
LAN-EMULATION-CLIENT-MIB LAN-EMULATION-ELAN-MIB

Imported symbols

Counter OBJECT-TYPE DisplayString
atmfLanEmulation VpiInteger VciInteger
IfIndexOrZero Integer TIMESTAMP
AtmLaneMask

Defined Types

RowStatus  
INTEGER    

AtmLaneAddress  
OCTET STRING Size(0|20)    

BusConfEntry  
SEQUENCE    
  busConfIndex INTEGER
  busConfAtmAddrSpec AtmLaneAddress
  busConfAtmAddrMask AtmLaneMask
  busConfAtmAddrActual AtmLaneAddress
  busConfElanName DisplayString
  busConfLastChange TIMESTAMP
  busConfMaxFrameAge INTEGER
  busConfOperStatus INTEGER
  busConfAdminStatus INTEGER
  busConfRowStatus RowStatus

BusVccEntry  
SEQUENCE    
  busVccAtmIfIndex IfIndexOrZero
  busVccMtFwdVpi VpiInteger
  busVccMtFwdVci VciInteger
  busVccRowStatus RowStatus

BusLecEntry  
SEQUENCE    
  busLecAtmAddr AtmLaneAddress
  busLecMcastSendAtmIfIndex IfIndexOrZero
  busLecMcastSendVpi VpiInteger
  busLecMcastSendVci VciInteger
  busLecRowStatus RowStatus

BusStatEntry  
SEQUENCE    
  busStatInDiscards Counter
  busStatInOctets Counter
  busStatInUcastFrms Counter
  busStatInMcastFrms Counter
  busStatFrmTimeOuts Counter
  busStatMcastSendRefused Counter
  busStatMcastFwdFailure Counter

BusLecStatEntry  
SEQUENCE    
  busLecRecvs Counter
  busLecForwards Counter
  busLecDiscards Counter

BusErrCtlEntry  
SEQUENCE    
  busErrCtlAdminStatus INTEGER
  busErrCtlOperStatus INTEGER
  busErrCtlClearLog INTEGER
  busErrCtlMaxEntries INTEGER
  busErrCtlLastEntry INTEGER

BusErrLogEntry  
SEQUENCE    
  busErrLogIndex INTEGER
  busErrLogAtmAddr AtmLaneAddress
  busErrLogErrCode INTEGER
  busErrLogTime TIMESTAMP

Defined Values

busMIB 1.3.6.1.4.1.353.5.3.4
OBJECT IDENTIFIER    

busConfGroup 1.3.6.1.4.1.353.5.3.4.1
OBJECT IDENTIFIER    

busStatGroup 1.3.6.1.4.1.353.5.3.4.2
OBJECT IDENTIFIER    

busFaultGroup 1.3.6.1.4.1.353.5.3.4.3
OBJECT IDENTIFIER    

busConfNextId 1.3.6.1.4.1.353.5.3.4.1.1
The next available BUS index. The value of this object can be used as the index by the network manager to create an entry in the busConfTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

busConfTable 1.3.6.1.4.1.353.5.3.4.1.2
This table contains all LAN Emulation Broadcast and Unknown Servers (BUS) this agent manages. The BUS handles data sent by an LE Client to the broadcast MAC address, all multicast traffic, and initial unicast frames which are sent by a LEC before the data direct target ATM address has been resolved. There can be multiple BUSs per ELAN, but a BUS can service only one ELAN.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BusConfEntry

busConfEntry 1.3.6.1.4.1.353.5.3.4.1.2.1
Each entry in this table represents a BUS. The parameters in each entry apply to one emulated LAN served by one BUS. Object busRowStatus is required during row creation and deletion. Object busElanName is used to indicate the ELAN this BUS is servicing and is used to cross reference tables defined in the LAN Emulation Server MIB. Note that objects busAtmAddrSpec and busAtmAddrMask are used to configure the ATM address of a BUS. The BUS typically derives it's ATM address from the switch or the network and the actual ATM address used is indicated in the object busAtmAddrActual.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BusConfEntry  

busConfIndex 1.3.6.1.4.1.353.5.3.4.1.2.1.1
A value which uniquely identifies a conceptual row in the busConfTable. If the conceptual row identified by this value of busConfIndex is recreated following an agent restart, the same value of busConfIndex must be used to identify the recreated row.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

busConfAtmAddrSpec 1.3.6.1.4.1.353.5.3.4.1.2.1.2
An ATM address specified by the network or local management that, with the ATM address mask, determines a portion of the ATM address that the BUS on the designated ATM interface will use to derive the actual ATM address from the network or ILMI. The derived ATM address is specified in the object busAtmAddrActual, which is used to receive multicast or broadcast traffic.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AtmLaneAddress  

busConfAtmAddrMask 1.3.6.1.4.1.353.5.3.4.1.2.1.3
The ATM address mask associated with the object busAtmAddrSpec. The value of the mask is an ATM address with the don't care portion set to zero and the valid ATM address portion set to one.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AtmLaneMask  

busConfAtmAddrActual 1.3.6.1.4.1.353.5.3.4.1.2.1.4
The resultant ATM address in use by the BUS. This object is a product of the specified ATM address, mask and interaction with the network. This object is created by the agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AtmLaneAddress  

busConfElanName 1.3.6.1.4.1.353.5.3.4.1.2.1.5
The name of the ELAN this BUS is providing service to.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

busConfLastChange 1.3.6.1.4.1.353.5.3.4.1.2.1.6
The value of the sysUpTime when this BUS has entered the state indicated by the object busConfOperStatus.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TIMESTAMP  

busConfMaxFrameAge 1.3.6.1.4.1.353.5.3.4.1.2.1.7
Time out period for a frame that has been received but not been transmitted by BUS to all relevant Multicast Send VCCs or Multicast Forward VCCs.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..4  

busConfOperStatus 1.3.6.1.4.1.353.5.3.4.1.2.1.8
The operational state of this BUS entry. When in 'up' state the BUS will forward LEC traffic. Any other state the BUS is not available for service and may release all the existing VCCs and refuse service to all clients.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), up(2), down(3)  

busConfAdminStatus 1.3.6.1.4.1.353.5.3.4.1.2.1.9
The desired state of the designated BUS as prescribed by the operator. The actions of the agent will, if at all possible, eventually result in the desired state being reflected in the busOperStatus.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER up(2), down(3)  

busConfRowStatus 1.3.6.1.4.1.353.5.3.4.1.2.1.10
This object is used to create or delete entries in the busConfTable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

busVccTable 1.3.6.1.4.1.353.5.3.4.1.3
This table contains all the Multicast Forward VCCs used by the BUS to forward multicast traffic to the participating LECs. The Multicast Forward VCC can either be point-to-point or point-to- multipoint calls. This table is read only if SVCs are used and writable if PVCs are used.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BusVccEntry

busVccEntry 1.3.6.1.4.1.353.5.3.4.1.3.1
Each entry in this table represents a Multicast Forward VCC of the BUS.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BusVccEntry  

busVccAtmIfIndex 1.3.6.1.4.1.353.5.3.4.1.3.1.1
The ATM interface which the Multicast Forward VCC is running on. This value must match an existing value in the ifTable. The value of this object is set to zero when the ATM interface is undefined.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IfIndexOrZero  

busVccMtFwdVpi 1.3.6.1.4.1.353.5.3.4.1.3.1.2
The VPI value of the Multicast Forward VCC. The object busVccAtmIfIndex, busVccMtFwdVci and the value of this object uniquely identfies a VCC within a ATM host.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  VpiInteger  

busVccMtFwdVci 1.3.6.1.4.1.353.5.3.4.1.3.1.3
The VCI value of the Multicast Forward VCC. The object busVccAtmIfIndex, busVccMtFwdVpi and the value of this object uniquely identfies a VCC within a ATM host.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  VciInteger  

busVccRowStatus 1.3.6.1.4.1.353.5.3.4.1.3.1.4
This object is used to create or delete entries in the busConfTable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

busLecTableLastChange 1.3.6.1.4.1.353.5.3.4.1.4
The value of sysUpTime when an entry of the busLecTable was created/deleted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TIMESTAMP  

busLecTable 1.3.6.1.4.1.353.5.3.4.1.5
This table contains the BUS and the actual LECs being serviced by the BUS. It can be used as the actual mapping between BUS and LEC. This table provides information for Multicast send VCCs between BUS and clients. Objects busLecMcastSendAtmIfIndex, busLecMcastSendVpi, and busLecMcstSendVci can only be modified if PVC is used.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BusLecEntry

busLecEntry 1.3.6.1.4.1.353.5.3.4.1.5.1
Each entry represents a BUS to LEC mapping.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BusLecEntry  

busLecAtmAddr 1.3.6.1.4.1.353.5.3.4.1.5.1.1
The ATM address of the LEC. This is the primary ATM address of the LEC.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AtmLaneAddress  

busLecMcastSendAtmIfIndex 1.3.6.1.4.1.353.5.3.4.1.5.1.2
The ATM interface index this BUS uses for Multicast Send traffic. The value of this object has to exist in the ifTable in MIB II unless an internal connection is used. When an internal connection is used, this object is set to zero.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IfIndexOrZero  

busLecMcastSendVpi 1.3.6.1.4.1.353.5.3.4.1.5.1.4
The virtual path identifier used to receive multicast traffic by this BUS.
Status: mandatory Access: read-write
OBJECT-TYPE    
  VpiInteger  

busLecMcastSendVci 1.3.6.1.4.1.353.5.3.4.1.5.1.5
The virtual channel identifier used to receive multicast traffic by this BUS.
Status: mandatory Access: read-write
OBJECT-TYPE    
  VciInteger  

busLecRowStatus 1.3.6.1.4.1.353.5.3.4.1.5.1.6
This object provides a way for the network manager to selectively remove a LE Client from the designated BUS. Or in a system where PVCs are used, this table is used to create Multicast Send VCCs between BUS and LEC.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

busStatTable 1.3.6.1.4.1.353.5.3.4.2.1
This table contains all counters the BUS maintain. This table is an extention to the busConfTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BusStatEntry

busStatEntry 1.3.6.1.4.1.353.5.3.4.2.1.1
Each entry in this table contains a BUS and its counters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BusStatEntry  

busStatInDiscards 1.3.6.1.4.1.353.5.3.4.2.1.1.1
The number of frames discarded due to resource error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

busStatInOctets 1.3.6.1.4.1.353.5.3.4.2.1.1.2
The number of octets that this BUS has received since its initialization.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

busStatInUcastFrms 1.3.6.1.4.1.353.5.3.4.2.1.1.3
The number of frames that the BUS has received which were unicast data frames and all control frames (i.e. they were flooded from the client).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

busStatInMcastFrms 1.3.6.1.4.1.353.5.3.4.2.1.1.4
The number of frames that the BUS has received which were multicast frames.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

busStatFrmTimeOuts 1.3.6.1.4.1.353.5.3.4.2.1.1.5
The number of frames dropped by the BUS due to time out.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

busStatMcastSendRefused 1.3.6.1.4.1.353.5.3.4.2.1.1.6
The number of multicast send VCCconnection setup attempts to the BUS which were refused.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

busStatMcastFwdFailure 1.3.6.1.4.1.353.5.3.4.2.1.1.7
The number of multicast forward VCCconnection setup attempts from the BUS which were unsuccessful for any reason.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

busLecStatTable 1.3.6.1.4.1.353.5.3.4.2.2
This table contains all LEC counters the BUS maintains. This table can also be used to retrieve all LECs a BUS is providing service to.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BusLecStatEntry

busLecStatEntry 1.3.6.1.4.1.353.5.3.4.2.2.1
Each entry in this table represents a LEC and its counters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BusLecStatEntry  

busLecRecvs 1.3.6.1.4.1.353.5.3.4.2.2.1.1
Number of Multicast, Broadcast and Unknown Forward requests received by the BUS from this LEC.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

busLecForwards 1.3.6.1.4.1.353.5.3.4.2.2.1.2
Number of Multicast, Broadcast and Unkown Forward requests forwarded by the BUS from this LEC. The value of this object indicate how many requests have been forwarded by the BUS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

busLecDiscards 1.3.6.1.4.1.353.5.3.4.2.2.1.3
Number of Multicast, Broadcast and Unkown Forward requests discarded by the BUS from this LEC. The value of this object indicate how many requests have been discarded by the BUS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

busErrCtlTable 1.3.6.1.4.1.353.5.3.4.3.1
This table contains error log control information of all BUS instances. This table is an extention to the busConfTable. It is used to enable or disable error logs for a particular BUS entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BusErrCtlEntry

busErrCtlEntry 1.3.6.1.4.1.353.5.3.4.3.1.1
Each entry represents a BUS entry in the busConfTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BusErrCtlEntry  

busErrCtlAdminStatus 1.3.6.1.4.1.353.5.3.4.3.1.1.1
This object is used to enable/disable error logging for the BUS.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

busErrCtlOperStatus 1.3.6.1.4.1.353.5.3.4.3.1.1.2
This object is used to indicate the result of a set operation to the object busErrCtlAdminStatus. If the error log was successfully started, it is in active(2) mode. Otherwise, it is set to either outOfRes(3) or failed(4) for the respective reasons.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), active(2), outOfRes(3), failed(4), disabled(5)  

busErrCtlClearLog 1.3.6.1.4.1.353.5.3.4.3.1.1.3
This object is used to clear the error log entries associated with this BUS.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noOp(1), clear(2)  

busErrCtlMaxEntries 1.3.6.1.4.1.353.5.3.4.3.1.1.4
The maximum entries of the error log a BUS can support.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

busErrCtlLastEntry 1.3.6.1.4.1.353.5.3.4.3.1.1.5
The index to the last entry in the error log table for this BUS.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..2147483647  

busErrLogTable 1.3.6.1.4.1.353.5.3.4.3.2
This table contains error logs of the BUS instances enabled in the busErrCtlTable. This table is indexed by the BUS instance index and an arbitrary integer uniquely identifies an error log.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BusErrLogEntry

busErrLogEntry 1.3.6.1.4.1.353.5.3.4.3.2.1
Each entry represents aan error detected by the BUS.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BusErrLogEntry  

busErrLogIndex 1.3.6.1.4.1.353.5.3.4.3.2.1.1
An arbitrary integer which uniquely identifies an error log entry. The first entry after reset or clearing the error log is an assigned value (2^32-1). Succeding entries are assigned with descending values consecutively. Entries after 1 are discarded.The enabling/disabling of the error log capability is done in the busErrCtlTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..2147483647  

busErrLogAtmAddr 1.3.6.1.4.1.353.5.3.4.3.2.1.2
The primary ATM address of the LE Client on whose Multicast Send VCC the error occured. The corresponding error code is specified in the object busErrLogErrCode.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AtmLaneAddress  

busErrLogErrCode 1.3.6.1.4.1.353.5.3.4.3.2.1.3
The Error code which indicates the cause of the error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER outOfRes(1), badCtlFrame(2), badDataFrame(3), other(4)  

busErrLogTime 1.3.6.1.4.1.353.5.3.4.3.2.1.4
The sysUpTime when this entry was logged by the BUS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TIMESTAMP