APPIAN-BUFFERS-MIB

File: APPIAN-BUFFERS-MIB.mib (15801 bytes)

Imported modules

APPIAN-SMI-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

acOsap AcAdminStatus AcNodeId
MODULE-IDENTITY OBJECT-TYPE Unsigned32
DisplayString

Defined Types

AcSwitchBuffStatsEntry  
SEQUENCE    
  acSwitchBuffStatsNodeId AcNodeId
  acSwitchBuffStatsBuffSize Unsigned32
  acSwitchBuffStatsTotalBuffs Unsigned32
  acSwitchBuffStatsTotalBuffCredits Unsigned32
  acSwitchBuffStatsTotalLocalServices Unsigned32
  acSwitchBuffStatsTotalRemoteServices Unsigned32
  acSwitchBuffStatsTotalRemPoolMisses Unsigned32

AcSwitchBuffCfgEntry  
SEQUENCE    
  acSwitchBuffCfgNodeId AcNodeId
  acSwitchBuffCfgOversubRate Unsigned32
  acSwitchBuffCfgMinDefaultBPSize Unsigned32
  acSwitchBuffCfgRemoteServicesBP Unsigned32
  acSwitchBuffCfgUpBuffCapWeight Unsigned32
  acSwitchBuffCfgDownBuffCapWeight Unsigned32
  acSwitchBuffCfgLocalBuffCapWeight Unsigned32
  acSwitchBuffCfgRemoteBuffCapWeight Unsigned32

AcSwitchBuffPoolEntry  
SEQUENCE    
  acSwitchBuffPoolNodeId AcNodeId
  acSwitchBuffPoolID Unsigned32
  acSwitchBuffPoolAdminStatus AcAdminStatus
  acSwitchBuffPoolName DisplayString
  acSwitchBuffPoolCfgBuffCredits Unsigned32
  acSwitchBuffPoolActualBuffCredits Unsigned32
  acSwitchBuffPoolTotalLocalServices Unsigned32
  acSwitchBuffPoolTotalRemoteServices Unsigned32
  acSwitchBuffPoolResellerId INTEGER
  acSwitchBuffPoolResellerName DisplayString

Defined Values

acBuffers 1.3.6.1.4.1.2785.2.10
Appian Communications OSAP buffers MIB contains the definitions for buffer management related configuration objects.
MODULE-IDENTITY    

acSwitchBuffStatsTable 1.3.6.1.4.1.2785.2.10.1
This table contains switch buffer statistics. Switch buffers are used by the switch forwarding logic on the services card to enqueue packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcSwitchBuffStatsEntry

acSwitchBuffStatsEntry 1.3.6.1.4.1.2785.2.10.1.1
A row within the switch buffer statistics table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcSwitchBuffStatsEntry  

acSwitchBuffStatsNodeId 1.3.6.1.4.1.2785.2.10.1.1.1
The unique node identification number representing a chassis within a ring of OSAP's.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  AcNodeId  

acSwitchBuffStatsBuffSize 1.3.6.1.4.1.2785.2.10.1.1.2
The size of a switch buffer in bytes (octets).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

acSwitchBuffStatsTotalBuffs 1.3.6.1.4.1.2785.2.10.1.1.3
The total number of physical switch buffers available for general use.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

acSwitchBuffStatsTotalBuffCredits 1.3.6.1.4.1.2785.2.10.1.1.4
The total number of buffer credits available for general use. The number of buffer credits is a function of acSwitchBuffStatsBuffSize, acSwitchBuffStatsTotalBuffs, and acSwitchBuffCfgOversubRate.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

acSwitchBuffStatsTotalLocalServices 1.3.6.1.4.1.2785.2.10.1.1.5
The total number of local services configured on this system.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

acSwitchBuffStatsTotalRemoteServices 1.3.6.1.4.1.2785.2.10.1.1.6
The total number of remote services configured on this system.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

acSwitchBuffStatsTotalRemPoolMisses 1.3.6.1.4.1.2785.2.10.1.1.7
The total number of remote services that are in the acSwitchBuffCfgRemoteServicesBP buffer pool because the buffer pool associated with that remote service does not exist or is disabled.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

acSwitchBuffCfgTable 1.3.6.1.4.1.2785.2.10.2
This table contains switch buffer configuration parameters. Switch buffers are used by the switch forwarding logic on the services card to enqueue packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcSwitchBuffCfgEntry

acSwitchBuffCfgEntry 1.3.6.1.4.1.2785.2.10.2.1
A row within the switch buffer configuration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcSwitchBuffCfgEntry  

acSwitchBuffCfgNodeId 1.3.6.1.4.1.2785.2.10.2.1.1
The unique node identification number representing a chassis within a ring of OSAP's.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  AcNodeId  

acSwitchBuffCfgOversubRate 1.3.6.1.4.1.2785.2.10.2.1.2
A percentage indicating how much the system should oversubscribe buffers to queues. By oversubscribing buffers to queues, a statistical gain can be achieved with respect to system throughput. For example, to oversubscribe buffer utilization by 50%, set acSwitchBuffCfgOversubRate to 50. This means that if some queues encounter bursty traffic, they will be less likely to drop data. Using oversubscription involves risking that all traffic flows do not burst at the same time. If this were to happen, some high priority traffic could be dropped in favor of lower priority traffic. Since this may be undesirable, the default value for this object is 0 (indicating a zero percent oversubscription rate). A setting of 0 implies the total number of buffer credits in the system equals the total number of physical buffers.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

acSwitchBuffCfgMinDefaultBPSize 1.3.6.1.4.1.2785.2.10.2.1.3
A percentage indicating how much of the total system buffer credits should be reserved for the default buffer pool. Since user defined buffer pools take buffers from the default buffer pool, setting acSwitchBuffCfgMinDefaultBPSize to a value greater that 0 ensures that the default buffer pool will never have 0 buffer credits. For example, setting acSwitchBuffCfgMinDefaultBPSize to 37 will reserve 37% of the total system buffer credits (acSwitchBuffStatsTotalBuffCredits) for the default buffer pool.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..100  

acSwitchBuffCfgRemoteServicesBP 1.3.6.1.4.1.2785.2.10.2.1.4
A buffer pool associated with remote services. All remote services on this system will share this buffer pool if the buffer pool associated with the remote service does not exist or is diabled. The default buffer pool (buffer pool #1) is the default setting for this attribute.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..131072  

acSwitchBuffCfgUpBuffCapWeight 1.3.6.1.4.1.2785.2.10.2.1.5
The system level buffering capacity weight for upstream traffic. Upstream traffic is defined as traffic that enters the system on an access port and exits the system on a trunk. A value of 1 provides the least amount of buffering capacity while a value of 10 provides the most buffering capacity. This value is relative in that the number of buffers actually assigned to hardware queues depends on how many services are configured on any given buffer pool.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..10  

acSwitchBuffCfgDownBuffCapWeight 1.3.6.1.4.1.2785.2.10.2.1.6
The system level buffering capacity weight for downstream traffic. Downstream traffic is defined as traffic that enters the system on a trunk and exits the system on an access port. A value of 1 provides the least amount of buffering capacity while a value of 10 provides the most buffering capacity. This value is relative in that the number of buffers actually assigned to hardware queues depends on how many services are configured on any given buffer pool.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..10  

acSwitchBuffCfgLocalBuffCapWeight 1.3.6.1.4.1.2785.2.10.2.1.7
The system level buffering capacity weight for local traffic. Local traffic is defined as traffic that enters the system on an access port and exits the system on an access port. Local traffic only exists on systems which have multiple ports configured on the same transparent LAN service. A value of 1 provides the least amount of buffering capacity while a value of 10 provides the most buffering capacity. This value is relative in that the number of buffers actually assigned to hardware queues depends on how many services are configured on any given buffer pool.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..10  

acSwitchBuffCfgRemoteBuffCapWeight 1.3.6.1.4.1.2785.2.10.2.1.8
The system level buffering capacity weight for remote services traffic. Remote services traffic enters the system on a trunk and exits the system on a trunk. A value of 1 provides the least amount of buffering capacity while a value of 10 provides the most buffering capacity. This value is relative in that the number of buffers actually assigned to hardware queues depends on how many services are configured on any given buffer pool.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..10  

acSwitchBuffPoolTable 1.3.6.1.4.1.2785.2.10.3
This table contains switch logical buffer pool configuration parameters. Switch buffers are used by the switch forwarding logic on the services card to enqueue packets. Logical switch buffer pools can be assigned/associated with OSAP services.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcSwitchBuffPoolEntry

acSwitchBuffPoolEntry 1.3.6.1.4.1.2785.2.10.3.1
A row within the switch logical buffer pool table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcSwitchBuffPoolEntry  

acSwitchBuffPoolNodeId 1.3.6.1.4.1.2785.2.10.3.1.1
The unique node identification number representing a chassis within a ring of OSAP's.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  AcNodeId  

acSwitchBuffPoolID 1.3.6.1.4.1.2785.2.10.3.1.2
The buffer pool identifier. Also known as the buffer pool number. Buffer pool number 1 is reserved as the default buffer pool (which always exists and cannot be deleted or disabled).
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32 1..131072  

acSwitchBuffPoolAdminStatus 1.3.6.1.4.1.2785.2.10.3.1.3
Appian Administrative Status attribute used to set the provisioning state as either activate(1), inactivate(2) or delete(3). Refer to the Appian-SMI.mib file for additional information. Note that the default buffer pool cannot be deleted or disabled.
Status: current Access: read-create
OBJECT-TYPE    
  AcAdminStatus  

acSwitchBuffPoolName 1.3.6.1.4.1.2785.2.10.3.1.4
A user defined string. This allows users to assign a descriptive name to a buffer pool.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..64)  

acSwitchBuffPoolCfgBuffCredits 1.3.6.1.4.1.2785.2.10.3.1.5
Allocate the specified percentage of the total switch buffer credits to this buffer pool. Note that if the request cannot be met, the system will allocate as high a percentage as possible and report that value in acSwitchBuffPoolActualBuffCredits.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..100  

acSwitchBuffPoolActualBuffCredits 1.3.6.1.4.1.2785.2.10.3.1.6
The actual percentage of the total switch buffer credits allocated to this buffer pool.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..100  

acSwitchBuffPoolTotalLocalServices 1.3.6.1.4.1.2785.2.10.3.1.7
The number of local services associated with this buffer pool.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

acSwitchBuffPoolTotalRemoteServices 1.3.6.1.4.1.2785.2.10.3.1.8
The number of remote services associated with this buffer pool.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

acSwitchBuffPoolResellerId 1.3.6.1.4.1.2785.2.10.3.1.9
A unique number assigned by the EMS that uniquely identifies the reseller which supplies this buffer pool.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

acSwitchBuffPoolResellerName 1.3.6.1.4.1.2785.2.10.3.1.10
An ASCII string which represents the reseller in a readable form. The string can be up to 64 characters in length.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..64)