ACC-MULTILINK

File: ACC-MULTILINK.mib (21940 bytes)

Imported modules

RFC1155-SMI RFC-1215 ACC-SYSTEM
ACC-MIB ACC-FAKE

Imported symbols

OBJECT-TYPE IpAddress TimeTicks
Gauge Counter TRAP-TYPE
accTrapLogSeqNum accBRG DisplayString
RowStatus IfIndex SmdsAddress
ifOperStatus

Defined Types

AccMultilinkParameterEntry  
SEQUENCE    
  accMultilinkParameterIndex INTEGER
  accMultilinkParameterIfIndex INTEGER
  accMultilinkParameterMessageLevel INTEGER
  accMultilinkParameterPhysicalPort DisplayString
  accMultilinkParameterAdminState INTEGER
  accMultilinkParameterOperState INTEGER
  accMultilinkParameterEncapsulation INTEGER
  accMultilinkParameterContents INTEGER
  accMultilinkParameterCongeToCall INTEGER
  accMultilinkParameterCongeToClear INTEGER
  accMultilinkParameterDampingFactor INTEGER
  accMultilinkParameterFragmentSize INTEGER
  accMultilinkParameterMppAdminState INTEGER
  accMultilinkParameterBWprotocol INTEGER
  accMultilinkParameterBWprotocolOpSt INTEGER

AccMlEntry  
SEQUENCE    
  accMlAdminStatus INTEGER

AccMultilinkStatEntry  
SEQUENCE    
  accMultilinkStatIndex INTEGER
  accMultilinkStatRcvInSeqs Counter
  accMultilinkStatRcvOutSeqs Counter
  accMultilinkStatRcvOutWindows Counter
  accMultilinkStatRcvSeqBreaks Counter
  accMultilinkStatRcvPendings Gauge
  accMultilinkStatRcvRingColls Counter
  accMultilinkStatRcvWrongEncaps Counter
  accMultilinkStatSendEncapFails Counter
  accMultilinkStatRcvMessages Counter
  accMultilinkStatRcvUnSeqs Counter
  accMultilinkStatRcvSeqs Counter
  accMultilinkStatSendMessages Counter
  accMultilinkStatSendUnSeqs Counter
  accMultilinkStatSendSeqs Counter
  accMultilinkStatRcvSeqNum INTEGER
  accMultilinkStatSendSeqNum INTEGER
  accMultilinkStatSendCongSeqNum INTEGER
  accMultilinkStatRcvSeqWraps Counter
  accMultilinkStatSendSeqWraps Counter
  accMultilinkStatTotalLinks Gauge
  accMultilinkStatActiveLinks Gauge
  accMultilinkStatTotalBandwidth Gauge
  accMultilinkStatUsedBandwidth Gauge
  accMultilinkStatCallThreshold Gauge
  accMultilinkStatClearThreshold Gauge

AccMultilinkStackEntry  
SEQUENCE    
  accMultilinkStackGroup INTEGER
  accMultilinkStackInterface INTEGER

AccMlPppProtocolEntry  
SEQUENCE    
  accMlPppIndex INTEGER
  accMlPppProtocol INTEGER
  accMlPppAdminStatus INTEGER
  accMlPppOperStatus INTEGER

Defined Values


accMultilinkParameterTable 1.1.1.9.1
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccMultilinkParameterEntry

accMultilinkParameterEntry 1.1.1.9.1.1
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccMultilinkParameterEntry  

accMultilinkParameterIndex 1.1.1.9.1.1.1
An integer that uniquely identifies this multilink group.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accMultilinkParameterIfIndex 1.1.1.9.1.1.2
An integer that identifies the row of the systemwide interfaces table associated with this multilink group.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accMultilinkParameterMessageLevel 1.1.1.9.1.1.3
How verbose the multilink port will be when reporting state changes, errors, and warnings. Level 1 is the least verbose, level 7 the most. The message levels are broken down as follows: 1 - Error messages. 2 - Unused + 1. 3 - Warning messages + 2. 4 - Unused + 3. 5 - Multilink activity + 4. 6 - Unused + 5. 7 - Multilink port state changes + 6.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..7  

accMultilinkParameterPhysicalPort 1.1.1.9.1.1.9
A text string listing all physical ports associated with this multilink port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accMultilinkParameterAdminState 1.1.1.9.1.1.5
An integer that specifies the administrative enabling or disabling of this multilink group.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

accMultilinkParameterOperState 1.1.1.9.1.1.6
An integer that specifies the operational state of this multilink group.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER down(1), starting(2), seq-received-ok(3), seq-send-ok(4), up(5), disabled(6)  

accMultilinkParameterEncapsulation 1.1.1.9.1.1.7
If set to ietf-ppp, a multilink group of PPP links will follow the standard PPP multilink operations methods. The value acc-new is reserved for future use. The value acc is reserved for compatibility with past offerings.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER acc(1), ietf-ppp(2), acc-new(3)  

accMultilinkParameterContents 1.1.1.9.1.1.8
Set to valid when adding a row to the Multilink parameter table. Set to invalid to delete a row.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)  

accMultilinkParameterCongeToCall 1.1.1.9.1.1.10
Multilink Congestion to Call Threshold
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..101  

accMultilinkParameterCongeToClear 1.1.1.9.1.1.11
Multilink Congestion to Call Threshold
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..100  

accMultilinkParameterDampingFactor 1.1.1.9.1.1.12
Multilink Congestion Calculation Damping Factor
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..64  

accMultilinkParameterFragmentSize 1.1.1.9.1.1.13
Multilink Fragment Size
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..4096  

accMultilinkParameterMppAdminState 1.1.1.9.1.1.14
Multilink MLX Admin State It's default enabled for standard mlink
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

accMultilinkParameterBWprotocol 1.1.1.9.1.1.15
Bandwidth management protocol DEFAULT(0), MLX(1), BACP/BAP(2),
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..2  

accMultilinkParameterBWprotocolOpSt 1.1.1.9.1.1.16
Bandwidth management protocol down(0), up(1),
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..1  

accMlTable 1.1.1.9.2
A table of Multilink (load-sharing) groups.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccMlEntry

accMlEntry 1.1.1.9.2.1
Info on specific multilink group
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccMlEntry  

accMlAdminStatus 1.1.1.9.2.1.7
Status of load sharing capability. In those systems which support the accSlotProtocol object, the protocol must be set to HDLC for both ports.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2), undefined(3)  

accMultilinkStatTable 1.1.1.9.3
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccMultilinkStatEntry

accMultilinkStatEntry 1.1.1.9.3.1
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccMultilinkStatEntry  

accMultilinkStatIndex 1.1.1.9.3.1.1
An integer that uniquely identifies this multilink group.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accMultilinkStatRcvInSeqs 1.1.1.9.3.1.2
The number of messages received over all physical ports associated with this multilink group whose multilink sequence number matched what the receiver expected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accMultilinkStatRcvOutSeqs 1.1.1.9.3.1.3
The number of messages received over all physical ports associated with this multilink group whose multilink sequence number did not match what the receiver expected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accMultilinkStatRcvOutWindows 1.1.1.9.3.1.4
The number of messages received over all physical ports associated with this multilink group whose multilink sequence number did not fall within the receiver's window of acceptable sequence numbers.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accMultilinkStatRcvSeqBreaks 1.1.1.9.3.1.5
The number of times the receiver has declared that a break in sequence numbers has occurred.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accMultilinkStatRcvWrongEncaps 1.1.1.9.3.1.6
The number of messages received over all physical ports associated with this multilink group that did not bear the expected multilink header.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accMultilinkStatRcvPendings 1.1.1.9.3.1.7
The number of messages received over all physical ports associated with this multilink group that are currently being held pending the arrival of a message with an earlier sequence number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

accMultilinkStatRcvRingColls 1.1.1.9.3.1.8
The number of messages received over all physical ports associated with this multilink group that would have occupied the same storage as another message being held pending the arrival of a message with an earlier sequence number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accMultilinkStatSendEncapFails 1.1.1.9.3.1.9
The number of times the multilink group was unable to encapsulate an outgoing message.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accMultilinkStatRcvMessages 1.1.1.9.3.1.10
Number of messages received over the bundle.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accMultilinkStatRcvUnSeqs 1.1.1.9.3.1.11
Number of unsequenced messages received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accMultilinkStatRcvSeqs 1.1.1.9.3.1.12
Number of sequenced messages received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accMultilinkStatSendMessages 1.1.1.9.3.1.13
Number of messages sent over the bundle.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accMultilinkStatSendUnSeqs 1.1.1.9.3.1.14
Number of unsequenced messages sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accMultilinkStatSendSeqs 1.1.1.9.3.1.15
Number of sequenced messages sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accMultilinkStatRcvSeqNum 1.1.1.9.3.1.16
Sequence number of last message received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accMultilinkStatSendSeqNum 1.1.1.9.3.1.17
Sequence number of last message sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accMultilinkStatSendCongSeqNum 1.1.1.9.3.1.18
Sequence number of last message queued because of congestion on the send side.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accMultilinkStatRcvSeqWraps 1.1.1.9.3.1.19
Number of times the receive sequence number has wrapped.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accMultilinkStatSendSeqWraps 1.1.1.9.3.1.20
Number of times the send sequence number has wrapped.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  



accMultilinkStatTotalBandwidth 1.1.1.9.3.1.23
Total Bandwidth of the Active Substrates
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

accMultilinkStatUsedBandwidth 1.1.1.9.3.1.24
Total Bandwidth Used for Output Traffic
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

accMultilinkStatCallThreshold 1.1.1.9.3.1.25
Multilink Congestion to Call in Bit per Second
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

accMultilinkStatClearThreshold 1.1.1.9.3.1.26
Multilink Congestion to Clear in Bit per Second
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

accMultilinkStackTable 1.1.1.9.4
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccMultilinkStackEntry

accMultilinkStackEntry 1.1.1.9.4.1
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccMultilinkStackEntry  

accMultilinkStackGroup 1.1.1.9.4.1.1
An integer identifying the row of the ifTable containing information about a multilink group.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accMultilinkStackInterface 1.1.1.9.4.1.2
An integer identifying the row of the systemwide interfaces table containing information about a physical port or dial port associated with a multilink group.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accMlPppProtocolTable 1.1.1.9.5
This table gives the status of forwarders over MLPPP.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccMlPppProtocolEntry

accMlPppProtocolEntry 1.1.1.9.5.1
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccMlPppProtocolEntry  

accMlPppIndex 1.1.1.9.5.1.1
The multilink group index
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accMlPppProtocol 1.1.1.9.5.1.2
Protocol client to the multilink group
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accMlPppAdminStatus 1.1.1.9.5.1.3
The administrative state of the MLPPP protocol client
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

accMlPppOperStatus 1.1.1.9.5.1.4
The PPP operational state of the MLPPP clent
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accMultilinkParameterMaxLinkCount 1.1.1.9.6
Maximum Multilink Group Can Be Configured
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..999  

mlStateChange 1
This trap indicates that the indicated Multilink Group has changed state. It has either been created or invalidated, or has toggled between the active and inactive states. This is a level 1 trap. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum } PCAUSE-DEFAULT: 7
TRAP-TYPE    

mlInError 2
This trap indicates that the indicated Multilink Group has received a inbound packet that contained one or more errors preventing it from being deliverable to an upper-layer protocol. An example of such an error would be if the multilink port received a packet not bearing a multilink header. This is a level 5 trap. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 2 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum } PCAUSE-DEFAULT: 5
TRAP-TYPE    

mlOutError 3
This trap indicates that the indicated Multilink Group has encountered one or more errors preventing an outbound packet from being deliverable to a lower-layer protocol. An example of such an error would be if memory were not available in which to store the multilink header. This is a level 5 trap. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 2 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum } PCAUSE-DEFAULT: 5
TRAP-TYPE    

mlDiscard 4
This trap indicates that the indicated Multilink Group has discarded an incoming or outgoing packet. This is a level 7 trap. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 2 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum } PCAUSE-DEFAULT: 106
TRAP-TYPE