MP-BUNDLE-MIB

File: MP-BUNDLE-MIB.mib (17823 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 mib-2 MODULE-COMPLIANCE
OBJECT-GROUP TEXTUAL-CONVENTION RowStatus
InterfaceIndex ifIndex

Defined Types

MpLinkState  
State of PPP multilink bundle link.
TEXTUAL-CONVENTION    
  INTEGER active(1), inactive(2)  

MpBundleEntry  
SEQUENCE    
  mpBundleIndex Integer32
  mpBundleIfIndex InterfaceIndex
  mpBundleRowStatus RowStatus
  mpBundleMRRU Integer32
  mpBundleSeqNumSize INTEGER
  mpBundleEndpointIDClass INTEGER
  mpBundleEndpointID OCTET STRING
  mpBundleFragmentation INTEGER
  mpBundleMaxFragmentSize Integer32
  mpBundleLinksMin Integer32
  mpBundleLinksMax Integer32
  mpBundleLinksConfigured Integer32
  mpBundleLinksActive Integer32
  mpBundleTxSeqNum Integer32
  mpBundleRxSeqNum Integer32
  mpBundleFragmentLoss Counter32
  mpBundleFragmentDiscards Counter32

MpBundleLinkEntry  
SEQUENCE    
  mpBundleLinkIfIndex InterfaceIndex
  mpBundleLinkBundleIndex Integer32
  mpBundleLinkRowStatus RowStatus
  mpBundleLinkDiffDelay Integer32
  mpBundleLinkState MpLinkState

MpBundleIfIndexMappingEntry  
SEQUENCE    
  mpBundleIfIndexMapping Integer32

Defined Values

mpBundleMIB 1.3.6.1.2.1.1
The MIB to manage PPP Multilink Bundles.
MODULE-IDENTITY    

mpBundleObjects 1.3.6.1.2.1.1.1
OBJECT IDENTIFIER    

mpBundleNextIndex 1.3.6.1.2.1.1.1.1
This object contains the next appropriate value to be used for mpBundleIndex when creating entries in mpBundleTable. A manager must first retrieve the value of this object. The agent should modify the value of this object to reflect the next unassigned index after each retrieval by the manager. If the number of unassigned entries is exhausted, this object will take a value of 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

mpBundleTable 1.3.6.1.2.1.1.1.2
This table provides the management information applicable to a PPP Multilink Bundle. It provides a means to create new PPP Multilink bundles and existing bundles can be removed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MpBundleEntry

mpBundleEntry 1.3.6.1.2.1.1.1.2.1
An entry in mpBundleTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  MpBundleEntry  

mpBundleIndex 1.3.6.1.2.1.1.1.2.1.1
A unique index identifying this entry in mpBundleTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

mpBundleIfIndex 1.3.6.1.2.1.1.1.2.1.2
The 'ifIndex' corresponding to this bundle.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

mpBundleRowStatus 1.3.6.1.2.1.1.1.2.1.3
The status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

mpBundleMRRU 1.3.6.1.2.1.1.1.2.1.4
The Maximum Received Reconstructed Unit for this bundle. It specifies the maximum number of octets in the Information fields of reassembled packets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

mpBundleSeqNumSize 1.3.6.1.2.1.1.1.2.1.5
The sequence number format to be used when packets are fragmented. shortSeqNum - 12 bit sequence number format longSeqNum - 24 bit sequence number format
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER shortSeqNum(1), longSeqNum(2)  

mpBundleEndpointIDClass 1.3.6.1.2.1.1.1.2.1.6
The Class of Endpoint Discriminator/Identifier address space used for this bundle.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER nullClass(1), localAddress(2), ipAddress(3), ieee802dot1GlobalMACAddress(4), pppMagicNumberBlock(5), psnDirectoryNumber(6)  

mpBundleEndpointID 1.3.6.1.2.1.1.1.2.1.7
The Endpoint Discriminator/Identifier used for this bundle.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

mpBundleFragmentation 1.3.6.1.2.1.1.1.2.1.8
The object providing control to enable or disable fragmentation.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

mpBundleMaxFragmentSize 1.3.6.1.2.1.1.1.2.1.9
The maximum fragment size for this bundle. This object is valid only when fragmentation is enabled on the bundle. The object must return a value of -1 if fragmentation is disabled. A value of 0 is not valid fragment size.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..2147483647  

mpBundleLinksMin 1.3.6.1.2.1.1.1.2.1.10
The minimum number of member links required to be active for this bundle to be active.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

mpBundleLinksMax 1.3.6.1.2.1.1.1.2.1.11
The maximum number of links that can be configured as members of this bundle.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

mpBundleLinksConfigured 1.3.6.1.2.1.1.1.2.1.12
The number of links configured as members of this bundle.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

mpBundleLinksActive 1.3.6.1.2.1.1.1.2.1.13
The number of member links that are currently active.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

mpBundleTxSeqNum 1.3.6.1.2.1.1.1.2.1.14
The sequence number of the last transmitted fragment.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..16777215  

mpBundleRxSeqNum 1.3.6.1.2.1.1.1.2.1.15
The sequence number of the last received fragment.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..16777215  

mpBundleFragmentLoss 1.3.6.1.2.1.1.1.2.1.16
The count of lost fragments for this bundle. Fragments may be lost due to corruption of individual packets or link failure.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mpBundleFragmentDiscards 1.3.6.1.2.1.1.1.2.1.17
The count of fragments that were discarded on this bundle. Fragments are discarded if a fragmented multilink PPP packet could not be reassembled.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mpBundleLinkTable 1.3.6.1.2.1.1.1.3
This table provides means to configure member links to a bundle.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MpBundleLinkEntry

mpBundleLinkEntry 1.3.6.1.2.1.1.1.3.1
An entry in mpBundleLinkTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  MpBundleLinkEntry  

mpBundleLinkIfIndex 1.3.6.1.2.1.1.1.3.1.1
The 'ifIndex' corresponding to this link.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

mpBundleLinkBundleIndex 1.3.6.1.2.1.1.1.3.1.2
The mpBundleIndex of the bundle of which this link a member.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..2147483647  

mpBundleLinkRowStatus 1.3.6.1.2.1.1.1.3.1.3
The status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

mpBundleLinkDiffDelay 1.3.6.1.2.1.1.1.3.1.4
This object provides the delay for this link relative to the link with the longest delay. The value will be 0 for the link with the longest delay.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

mpBundleLinkState 1.3.6.1.2.1.1.1.3.1.5
This object indicates the multilink state of the link.
Status: current Access: read-only
OBJECT-TYPE    
  MpLinkState  

mpBundleIfIndexMappingTable 1.3.6.1.2.1.1.1.4
A table mapping the 'ifIndex' values of 'mpBundleIfIndex' values to its corresponding 'mpBundleIndex' values.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MpBundleIfIndexMappingEntry

mpBundleIfIndexMappingEntry 1.3.6.1.2.1.1.1.4.1
An entry in mpBundleIfIndexMappingTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  MpBundleIfIndexMappingEntry  

mpBundleIfIndexMapping 1.3.6.1.2.1.1.1.4.1.1
The 'mpBundleIndex' value corresponding to the 'ifIndex' value of this row.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

mpBundleMIBConformance 1.3.6.1.2.1.1.2
OBJECT IDENTIFIER    

mpBundleMIBCompliances 1.3.6.1.2.1.1.2.1
OBJECT IDENTIFIER    

mpBundleMIBGroups 1.3.6.1.2.1.1.2.2
OBJECT IDENTIFIER    

mpBundleMIBCompliance 1.3.6.1.2.1.1.2.1.1
The compliance statement for entities which implement MP-BUNDLE-MIB.
Status: current Access: not-accessible
MODULE-COMPLIANCE    

mpBundleGroup 1.3.6.1.2.1.1.2.2.1
Objects in mpBundleTable and mpBundleIfIndexMappingTable.
Status: current Access: not-accessible
OBJECT-GROUP    

mpBundleLinkGroup 1.3.6.1.2.1.1.2.2.2
Object in mpBundleLinkTable.
Status: current Access: not-accessible
OBJECT-GROUP