BEGEMOT-ATM-MIB

File: BEGEMOT-ATM-MIB.mib (9292 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
BEGEMOT-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
TimeTicks TEXTUAL-CONVENTION DisplayString
ifIndex begemot

Defined Types

AtmESI  
An ATM End System Identifier. This is basically the same as an Ethernet Address and is assigned using the same rules.
TEXTUAL-CONVENTION    
  OCTET STRING Size(6)  

BegemotAtmIfEntry  
SEQUENCE    
  begemotAtmIfName DisplayString
  begemotAtmIfPcr Unsigned32
  begemotAtmIfMedia INTEGER
  begemotAtmIfVpiBits Unsigned32
  begemotAtmIfVciBits Unsigned32
  begemotAtmIfMaxVpcs Unsigned32
  begemotAtmIfMaxVccs Unsigned32
  begemotAtmIfEsi AtmESI
  begemotAtmIfCarrierStatus INTEGER
  begemotAtmIfMode INTEGER

BegemotAtmHWEntry  
SEQUENCE    
  begemotAtmHWVendor DisplayString
  begemotAtmHWDevice DisplayString
  begemotAtmHWSerial Unsigned32
  begemotAtmHWVersion Unsigned32
  begemotAtmHWSoftVersion Unsigned32

Defined Values

begemotAtm 1.3.6.1.4.1.12325.1.101
The Begemot MIB for ATM interfaces.
MODULE-IDENTITY    

begemotAtmObjects 1.3.6.1.4.1.12325.1.101.1
OBJECT IDENTIFIER    

begemotAtmIfTable 1.3.6.1.4.1.12325.1.101.1.1
This table contains an entry for each hardware ATM interface. The table is indexed by the interface index.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BegemotAtmIfEntry

begemotAtmIfEntry 1.3.6.1.4.1.12325.1.101.1.1.1
This is a table entry describing one ATM hardware interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  BegemotAtmIfEntry  

begemotAtmIfName 1.3.6.1.4.1.12325.1.101.1.1.1.1
Name of the ATM interface.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..15)  

begemotAtmIfPcr 1.3.6.1.4.1.12325.1.101.1.1.1.2
The line cell rate of the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

begemotAtmIfMedia 1.3.6.1.4.1.12325.1.101.1.1.1.3
The physical medium.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), unknown(3), utp25(4), taxi100(5), taxi140(6), mm155(7), sm155(8), utp155(9), mm622(10), sm622(11), virtual(12)  

begemotAtmIfVpiBits 1.3.6.1.4.1.12325.1.101.1.1.1.4
Number of VPI bits that are used by the device.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..12  

begemotAtmIfVciBits 1.3.6.1.4.1.12325.1.101.1.1.1.5
Number of VCI bits that are used by the device.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..16  

begemotAtmIfMaxVpcs 1.3.6.1.4.1.12325.1.101.1.1.1.6
The maximum number of VPC supported on this device. This may not be larger than 2^begemotAtmIfVpiBits.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..256  

begemotAtmIfMaxVccs 1.3.6.1.4.1.12325.1.101.1.1.1.7
The maximum number of VCC supported on this device. This may not be larger than 2^(begemotAtmIfVpiBits + begemotAtmVciBits).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..16777216  

begemotAtmIfEsi 1.3.6.1.4.1.12325.1.101.1.1.1.8
The default End System Identifier as reported by the hardware. If the hardware has no ESI all six bytes are reported as 0.
Status: current Access: read-only
OBJECT-TYPE    
  AtmESI  

begemotAtmIfCarrierStatus 1.3.6.1.4.1.12325.1.101.1.1.1.9
The state of the carrier. For interfaces which don't have the notion of a carriere none is reported.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER carrierOn(1), carrierOff(2), unknown(3), none(4)  

begemotAtmIfMode 1.3.6.1.4.1.12325.1.101.1.1.1.10
The mode of the SUNI interface. For interfaces without SUNI unknown is reported in which case the variable is read-only. Some types of interfaces may not be able to change this value.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER sonet(1), sdh(2), unknown(3)  

begemotAtmIfTableLastChange 1.3.6.1.4.1.12325.1.101.1.2
The value of sysUpTime the last time that an entry in begemotIfTable was created or destroyed. If the table is unchanged since the last coldStart this value is zero.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

begemotAtmHWTable 1.3.6.1.4.1.12325.1.101.1.3
This table augments the begemotAtmIfTable and contains an entry for each hardware ATM interface. The entries describe the ATM hardware interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BegemotAtmHWEntry

begemotAtmHWEntry 1.3.6.1.4.1.12325.1.101.1.3.1
This is a table entry describing one ATM hardware interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  BegemotAtmHWEntry  

begemotAtmHWVendor 1.3.6.1.4.1.12325.1.101.1.3.1.1
A short string naming the vendor of the interface card.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

begemotAtmHWDevice 1.3.6.1.4.1.12325.1.101.1.3.1.2
A short string naming the brand of the interface card.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

begemotAtmHWSerial 1.3.6.1.4.1.12325.1.101.1.3.1.3
The serial number of the interface card or 0 if it doesn't report a serial number.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

begemotAtmHWVersion 1.3.6.1.4.1.12325.1.101.1.3.1.4
The hardware version of the interface card or 0 if it doesn't report a hardware version number.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

begemotAtmHWSoftVersion 1.3.6.1.4.1.12325.1.101.1.3.1.5
The firmware version of the interface card or 0 if it doesn't report a firmware version number.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

begemotAtmSysGroup 1.3.6.1.4.1.12325.1.101.1.4
OBJECT IDENTIFIER