APPIAN-SERVICES-MIB

File: APPIAN-SERVICES-MIB.mib (39950 bytes)

Imported modules

APPIAN-SMI-MIB APPIAN-CHASSIS-MIB SNMPv2-SMI
SNMPv2-TC

Imported symbols

acServices AcSlotNumber AcPortNumber
AcAdminStatus AcOpStatus AcNodeId
acChassisCurrentTime acChassisRingId MODULE-IDENTITY
OBJECT-TYPE IpAddress Counter64
NOTIFICATION-TYPE Unsigned32 TEXTUAL-CONVENTION
MacAddress DisplayString TruthValue

Defined Types

AcQueueWeights  
The weighted values control relative bandwidth for each queue of the four queues. Each byte represents the proportional weight out of 100 for a queue. The sum of these bytes must not exceed 100. For example, if 2 queues are used, and the relative weights (or priorities) are 90 and 10, then acQosQueueWeights should be set to 'x5Ax0Ax00x00'. Another example, if we want a FIFO queueing, we would set acQosQueueWeights to 'x64x00x00x00'.
TEXTUAL-CONVENTION    
  OCTET STRING Size(4)  

AcQueueBufferingCapacity  
The values control relative queue buffering capacity for each of the four queues. Each byte represents the proportional buffering capacity out of 100 for a queue. The sum of these bytes must not exceed 100. For example, if 2 queues are used, and the relative buffering capacities (or queue depths) are 90 and 10, then acQosQueueBufferingCapacity should be set to 'x5Ax0Ax00x00'. Another example, if we want all the buffering capacity to be allocated to a best effort queue we would set acQosQueueBufferingCapacity to 'x64x00x00x00'.
TEXTUAL-CONVENTION    
  OCTET STRING Size(4)  

AcClassMapping  
This octet string defines a mapping between a field within a packet payload and a 2-bit internal queue number. The octet string is a list of queue numbers. Each octet contains a single 2-bit queue number. In this product, 6-bits are wasted in each octet. In the future we may support more queues per service in which case we will extend the bit field in each octet. When this map is used for 802.1p and MPLS, it must be exactly 8-octets in length. For IP TOS, it must be 256 octets in length.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..256)  

AcServiceEntry  
SEQUENCE    
  acServiceNodeId AcNodeId
  acServiceSlot AcSlotNumber
  acServicePort AcPortNumber
  acServiceChannel INTEGER
  acServiceAdminStatus AcAdminStatus
  acServiceOpStatus AcOpStatus
  acServiceType INTEGER
  acServiceVlanId INTEGER
  acServiceTrunkNumber INTEGER
  acServiceQosTemplate INTEGER
  acServiceGBR INTEGER
  acServiceMBR INTEGER
  acServiceResetStats TruthValue
  acServiceUpstreamBuffCapWeight Unsigned32
  acServiceDownstreamBuffCapWeight Unsigned32
  acServiceLocalBuffCapWeight Unsigned32
  acServiceBufferPool Unsigned32

AcServiceStatEntry  
SEQUENCE    
  acServiceStatNodeId AcNodeId
  acServiceStatSlot AcSlotNumber
  acServiceStatPort AcPortNumber
  acServiceStatChannel INTEGER
  acServiceStatQueue INTEGER
  acServiceStatUpstreamFrames Counter64
  acServiceStatUpstreamBytes Counter64
  acServiceStatUpstreamDroppedFrames Counter64
  acServiceStatUpstreamDroppedBytes Counter64
  acServiceStatUpstreamUnexpectedFrames Counter64
  acServiceStatDownstreamFrames Counter64
  acServiceStatDownstreamBytes Counter64
  acServiceStatDownstreamDroppedFrames Counter64
  acServiceStatDownstreamDroppedBytes Counter64
  acServiceStatDownstreamUnexpectedFrames Counter64

AcIasEntry  
SEQUENCE    
  acIasNodeId AcNodeId
  acIasSlot AcSlotNumber
  acIasPort AcPortNumber
  acIasChannel INTEGER
  acIasDlci INTEGER
  acIasRespondToArp TruthValue
  acIasRemoteIpAddress IpAddress
  acIasCpeIpAddress IpAddress
  acIasCpeMacAddress MacAddress
  acIasCpeEncapsMode INTEGER
  acIasPerformInverseArp TruthValue

AcTlsEntry  
SEQUENCE    
  acTlsNodeId AcNodeId
  acTlsSlot AcSlotNumber
  acTlsPort AcPortNumber
  acTlsChannel INTEGER
  acTlsTlanId INTEGER
  acTlsServiceId INTEGER
  acTlsPointToPointEnable TruthValue
  acTlsServiceIdSharingEnable TruthValue

AcQosEntry  
SEQUENCE    
  acQosNodeId AcNodeId
  acQosTemplateNumber INTEGER
  acQosAdminStatus AcAdminStatus
  acQosTemplateName DisplayString
  acQosQueueWeights AcQueueWeights
  acQosClassMapping INTEGER
  acQosQueueBuffCaps AcQueueBufferingCapacity

AcClassMapEntry  
SEQUENCE    
  acClassMapNumber INTEGER
  acClassMapAdminStatus AcAdminStatus
  acClassMapName DisplayString
  acClassMapType INTEGER
  acClassMapMapping AcClassMapping

Defined Values

acServicesCommon 1.3.6.1.4.1.2785.2.8.1
Appian Communications OSAP Services MIB contain the definitions for Internet Access (IAS) and Transparent LAN (TLS) services.
MODULE-IDENTITY    

acServiceTable 1.3.6.1.4.1.2785.2.8.1.1
This table is the common thread of all services, regardless of service types, in other words, every service would have an entry in this table. A service is identified by a tuple of {node, slot, port, channel}. The {slot, port} pair identies the access port of a subscriber. The port can support multiple services, and each such service is identified by a 'service channel'. To create a service, a row should be created in this table. When the service type is set, a row is automatically 'created' in the appropriate service type specific table. For example, to create an IAS service, one first creates a row in this common table, and then set acServiceType to IAS (which triggers the automatic creation of an entry in the IAS service table), and then set the all necessary parameters. To remove a service, remove the row in this common table only.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcServiceEntry

acServiceEntry 1.3.6.1.4.1.2785.2.8.1.1.1
A row equates to a service defined on a particular port and channel.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcServiceEntry  

acServiceNodeId 1.3.6.1.4.1.2785.2.8.1.1.1.1
A unique node identification number assigned by the EMS to uniquely identify a node within an Appian Ring.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  AcNodeId  

acServiceSlot 1.3.6.1.4.1.2785.2.8.1.1.1.2
The slot number within the chassis where the physical i/o port can be found for customer access.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  AcSlotNumber  

acServicePort 1.3.6.1.4.1.2785.2.8.1.1.1.3
The port number ranging from (1..8) where the physical i/o connection for this customer service can be found.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  AcPortNumber  

acServiceChannel 1.3.6.1.4.1.2785.2.8.1.1.1.4
The service channel amongst the potentially multiple service channels on a data access port. If only one service channel is provisioned, this channel number should be a value of 1. If multiple service channels are provisioned, the channel number should follow the ranges described below. If multiple service channels are provisioned,each channel maps to a unique 802.1q VLAN tag used to effectively channalize the Ethernet. 4 service channels (1..4) are supported on the 100baseX Ethernet access board. 255 service channels (1..255) are supported on the Gigabit, 1000baseX, Ethernet access board.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER 1..255  

acServiceAdminStatus 1.3.6.1.4.1.2785.2.8.1.1.1.5
The administrative or desired status.
Status: current Access: read-create
OBJECT-TYPE    
  AcAdminStatus  

acServiceOpStatus 1.3.6.1.4.1.2785.2.8.1.1.1.6
The operational or actual status.
Status: current Access: read-only
OBJECT-TYPE    
  AcOpStatus  

acServiceType 1.3.6.1.4.1.2785.2.8.1.1.1.7
Specifies the service type. Each row in this table has an associated row in one of the service type specific tables. This object indicates which table, IAS or TLS, has a row at the same index containing additional parameters associated with this service.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER unknown(0), ias(1), tls(2)  

acServiceVlanId 1.3.6.1.4.1.2785.2.8.1.1.1.8
The VLAN ID attribute is only used when the enetEnableMultiService flag has been set to true. The VLAN ID is a 12-bit VLAN ID and is used when the OSAP is processing packets to differentiate between the four service channels. This object must set if an access port supports multiple services. VLAN ID is a 12-bit value and therefore the value range is 0 to 4095. However value 0 is not a VLAN ID per se, but rather a value indicating VLAN tagging is not used.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..4095  

acServiceTrunkNumber 1.3.6.1.4.1.2785.2.8.1.1.1.9
Identifies the trunk over which this access service is to be carried onto the network. Maps to a row in the trunk table.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

acServiceQosTemplate 1.3.6.1.4.1.2785.2.8.1.1.1.10
This object specifies the QOS template to use. A QOS template dictates the QOS model assigned to this subscriber service. If zero(0), no differentiation is done and packets flow through a single queue.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

acServiceGBR 1.3.6.1.4.1.2785.2.8.1.1.1.11
The guaranteed bit rate in 1-kpbs increments. On the access side of the service, It should not exceed the maximum bandwidth of the access port. On the network side, the sum of GBR's of all the services carried by a trunk should not exceed the trunk capacity. **NOADMINDOWN**
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..1000000  

acServiceMBR 1.3.6.1.4.1.2785.2.8.1.1.1.12
The maximum bit rate in 1-kbps increments. A service may burst up to this rate, but there is no guarantee to the data transmitted above the GBR. The MBR should not exceed the access port capacity nor the trunk capacity. **NOADMINDOWN**
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..1000000  

acServiceResetStats 1.3.6.1.4.1.2785.2.8.1.1.1.13
Setting this varible to TRUE causes all service statistics counters to reset. This variable always return FALSE as its value.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

acServiceUpstreamBuffCapWeight 1.3.6.1.4.1.2785.2.8.1.1.1.14
The weight associated with the upstream traffic on this service relating to buffering capacity. Upstream traffic is defined as traffic that enters the system from 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 the upstream traffic depends on how many services share the buffer pool associated with this service.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..10  

acServiceDownstreamBuffCapWeight 1.3.6.1.4.1.2785.2.8.1.1.1.15
The weight associated with the downstream traffic on this service relating to buffering capacity. Downstream traffic is defined as traffic that enters the system from 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 the downstream traffic depends on how many services share the buffer pool associated with this service.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..10  

acServiceLocalBuffCapWeight 1.3.6.1.4.1.2785.2.8.1.1.1.16
The weight associated with local traffic on this service relating to buffering capacity. Local traffic is defined as traffic which enters the system on an access port and exits the system on an access port. This value is therefore only relevant for transparent LAN services with multiple local access ports. This value is relative in that the number of buffers actually assigned to the local traffic depends on how many services share the buffer pool associated with this service.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..10  

acServiceBufferPool 1.3.6.1.4.1.2785.2.8.1.1.1.17
The buffer pool associated with this service. The default is 1 which indicates the default buffer pool will be used. The value 0 is not allowed and values greater than 1 are user defined buffer pools.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..4294967295  

acServiceStatTable 1.3.6.1.4.1.2785.2.8.1.4
The service statistics table. Statistics is provided for each queue priority of a service. Consequently, the table is composed of node, slot, port, channel, queue.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcServiceStatEntry

acServiceStatEntry 1.3.6.1.4.1.2785.2.8.1.4.1
A set of counters collected for a service queue priority.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcServiceStatEntry  

acServiceStatNodeId 1.3.6.1.4.1.2785.2.8.1.4.1.1
A unique node identification number assigned by the EMS to uniquely identify a node within an Appian Ring.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  AcNodeId  

acServiceStatSlot 1.3.6.1.4.1.2785.2.8.1.4.1.2
The slot number within the chassis where the physical i/o port can be found for customer access.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  AcSlotNumber  

acServiceStatPort 1.3.6.1.4.1.2785.2.8.1.4.1.3
The port number ranging from (1..8) where the physical i/o connection for this customer service can be found.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  AcPortNumber  

acServiceStatChannel 1.3.6.1.4.1.2785.2.8.1.4.1.4
The service queue is one of 4 queues where a service is provisioned. Currently each (data) access port supports 4 service queues, each of which can support a service. The first release of our Ethernet access card supports a max of 4 services/port. In the future this range may increase but will always be dependent upon the access card being provisioned .
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER 1..4  

acServiceStatQueue 1.3.6.1.4.1.2785.2.8.1.4.1.5
The service queuing priority. Service statistics is collected for each service queuing priority. Current OSAP supports up to 4 priorities. If a service doesn't use a priority, the corresponding entry has 0s for all counters.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER 1..4  

acServiceStatUpstreamFrames 1.3.6.1.4.1.2785.2.8.1.4.1.6
The number frames transported from the access port to the network.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acServiceStatUpstreamBytes 1.3.6.1.4.1.2785.2.8.1.4.1.7
The number bytes transported from the access port to the network.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acServiceStatUpstreamDroppedFrames 1.3.6.1.4.1.2785.2.8.1.4.1.8
The number frames dropped in the direction of the access port to the network.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acServiceStatUpstreamDroppedBytes 1.3.6.1.4.1.2785.2.8.1.4.1.9
The number bytes dropped in the direction of the access port to the network.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acServiceStatUpstreamUnexpectedFrames 1.3.6.1.4.1.2785.2.8.1.4.1.10
The number of frames that are unexpected. An example would a frame of wrong protocol type. Such frames are silently dropped but not counted in the dropped frames counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acServiceStatDownstreamFrames 1.3.6.1.4.1.2785.2.8.1.4.1.11
The number frames transported from the network to access port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acServiceStatDownstreamBytes 1.3.6.1.4.1.2785.2.8.1.4.1.12
The number bytes transported from the network to the access port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acServiceStatDownstreamDroppedFrames 1.3.6.1.4.1.2785.2.8.1.4.1.13
The number frames dropped in the direction of the network to the access port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acServiceStatDownstreamDroppedBytes 1.3.6.1.4.1.2785.2.8.1.4.1.14
The number bytes dropped in the direction of the network to the access port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acServiceStatDownstreamUnexpectedFrames 1.3.6.1.4.1.2785.2.8.1.4.1.15
The number of frames that are unexpected. An example would a frame of wrong protocol type. Such frames are silently dropped but not counted in the dropped frames counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acIas 1.3.6.1.4.1.2785.2.8.2
OBJECT IDENTIFIER    

acIasTable 1.3.6.1.4.1.2785.2.8.2.1
The Internet Access Service table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcIasEntry

acIasEntry 1.3.6.1.4.1.2785.2.8.2.1.1
A row within the IAS provisioning table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcIasEntry  

acIasNodeId 1.3.6.1.4.1.2785.2.8.2.1.1.1
The unique node identification number assigned by the EMS which identifies the node where the IAS service is being configured.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  AcNodeId  

acIasSlot 1.3.6.1.4.1.2785.2.8.2.1.1.2
The slot number where the physical data i/o port is located in the OSAP chassis, which will have the IAS service configured.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  AcSlotNumber  

acIasPort 1.3.6.1.4.1.2785.2.8.2.1.1.3
The physical port number on the i/o slot where this customers data interface will reside.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  AcPortNumber  

acIasChannel 1.3.6.1.4.1.2785.2.8.2.1.1.4
The service channel.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER 1..4  

acIasDlci 1.3.6.1.4.1.2785.2.8.2.1.1.5
When an IAS service is carried over a FrameRelay trunk, this attribute dictates the frame relay circuit (DLCI) to be used for the service. When other types of trunks are used, this object has not meaning and has the value of 0.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 16..1022  

acIasRespondToArp 1.3.6.1.4.1.2785.2.8.2.1.1.6
Flag to indicate we should respond to ARP requests.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

acIasRemoteIpAddress 1.3.6.1.4.1.2785.2.8.2.1.1.7
The IP address of at the network side. The object is optional. If set, ARP requests from the user are responded if the target IP address matchs this object. If this is object is not set, all ARP requests from the user are responded. If this object is not set, it may be learned from the inverse ARP if the service is carried on a frame relay circuit.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

acIasCpeIpAddress 1.3.6.1.4.1.2785.2.8.2.1.1.8
The IP address of the CPE device. This object is optional and if not set, it will be learned by looking into traffic from the CPE device.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

acIasCpeMacAddress 1.3.6.1.4.1.2785.2.8.2.1.1.9
The MAC Address of the CPE router.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

acIasCpeEncapsMode 1.3.6.1.4.1.2785.2.8.2.1.1.10
The type of encapsulation used for packets destined for the CPE. unknown(0) - encapsulation mode is not set and is same as learning(1) mode. learning(1) - learn the encapsulation mode from the packets generated by the CPE. enet(2) - ethernet encapsulation. snap(3) - SNAP encaspualtion mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER unknown(0), learning(1), enet(2), snap(3)  

acIasPerformInverseArp 1.3.6.1.4.1.2785.2.8.2.1.1.11
Flag to indicate whether to perform Inverse ARP request to learn the remote IP address. This is applicable if the service is carried on a frame relay circuit. **-DInitiate Inverse Arp**
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

acTls 1.3.6.1.4.1.2785.2.8.3
OBJECT IDENTIFIER    

acTlsTable 1.3.6.1.4.1.2785.2.8.3.1
The Transparent LAN Services table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcTlsEntry

acTlsEntry 1.3.6.1.4.1.2785.2.8.3.1.1
A row in the TLS table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcTlsEntry  

acTlsNodeId 1.3.6.1.4.1.2785.2.8.3.1.1.1
The unique node number assigned by the EMS to uniquely identify this node within an Appian Ring of OSAP's which is configured for TLS service.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  AcNodeId  

acTlsSlot 1.3.6.1.4.1.2785.2.8.3.1.1.2
The slot upon which the TLS service is being provisioned.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  AcSlotNumber  

acTlsPort 1.3.6.1.4.1.2785.2.8.3.1.1.3
The physical port number on the slot on which the TLS service is provisioned.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  AcPortNumber  

acTlsChannel 1.3.6.1.4.1.2785.2.8.3.1.1.4
The service channel on which this TLS service is provisioned.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER 1..4  

acTlsTlanId 1.3.6.1.4.1.2785.2.8.3.1.1.5
Identifies the Transparent LAN on which this virtual port, subscriber port and channel, is participating. This is a 12-bit value and is assigned by the EMS to ensure it is global to all TLS services and TLS trunks which share any common OSAPs or L2 switches. Note: It is prudent to keep the TlanId unique within the carriers entire TLS service offering until the carrier starts another 'TLS service domain'. WARNING: TLAN ID of zero(0) is invalid. TlanId's 1..15 are reserved for managment access. TlanId's 16..4095 are legal values.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 16..4095  

acTlsServiceId 1.3.6.1.4.1.2785.2.8.3.1.1.6
An ID which is used within a TLS service to identify which service packets are associated with as they traverse the TLS trunks. Each Tls service, virtual port, configured needs an Id assigned to it. Each packet received on this virtual port, subscriber port and channel, is stamped with this value for its trip around a TLS trunk. These tags are assigned by the EMS and must be unique on a given TLS trunk. This value is a 10-bit number providing a range of 1k. Values 1..15 are reserved. Value 0 is used for TLS services that are not provisioned over a TLS trunk. These trunkless TLS services perform only local switching.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..1023  

acTlsPointToPointEnable 1.3.6.1.4.1.2785.2.8.3.1.1.7
Flag to indicate whether or not the TLAN over which this Tls service is provisioned is a point to point TLAN. A point to point TLAN is a TLAN with two and only two Tls services, virtual ports.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

acTlsServiceIdSharingEnable 1.3.6.1.4.1.2785.2.8.3.1.1.8
Flag to indicate whether or not the Tls Servive Id is shared between this service and other Tls Services provisioned on the same TLS trunk either on this OSAP or different OSAPs.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

acQosTable 1.3.6.1.4.1.2785.2.8.1.2
Table of QOS templates.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcQosEntry

acQosEntry 1.3.6.1.4.1.2785.2.8.1.2.1
A row in the QOS template table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcQosEntry  

acQosNodeId 1.3.6.1.4.1.2785.2.8.1.2.1.1
A unique node identification number assigned by the EMS to uniquely identify a node within an Appian Ring.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  AcNodeId  

acQosTemplateNumber 1.3.6.1.4.1.2785.2.8.1.2.1.2
A number identifies a QOS template. Also used as the index into the QOS template table.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER  

acQosAdminStatus 1.3.6.1.4.1.2785.2.8.1.2.1.3
The administrative status.
Status: current Access: read-create
OBJECT-TYPE    
  AcAdminStatus  

acQosTemplateName 1.3.6.1.4.1.2785.2.8.1.2.1.4
A textual string solely for easy identification of a template.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

acQosQueueWeights 1.3.6.1.4.1.2785.2.8.1.2.1.5
The weighted values control relative bandwidth for each queue of the four queues. Each byte represents the proportional weight out of 100 for a queue. The sum of these bytes must equal to 100. For example, if 2 queues are used, and the relative weights (or priorities) are 90 and 10, then acQosQueueWeights should be set to 'x5Ax0Ax00x00'.
Status: current Access: read-create
OBJECT-TYPE    
  AcQueueWeights  

acQosClassMapping 1.3.6.1.4.1.2785.2.8.1.2.1.6
The object identifies a row in the classification mapping table.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..12  

acQosQueueBuffCaps 1.3.6.1.4.1.2785.2.8.1.2.1.7
These values control the relative buffering capacities of the four queues. Each byte represents the proportional buffering capacity out of 100 for a queue. The sum of these bytes must equal to 100. For example, if 2 queues are used, and the buffering capacities are 90 and 10, then acQosQueueBuffCaps should be set to 'x5Ax0Ax00x00'.
Status: current Access: read-create
OBJECT-TYPE    
  AcQueueBufferingCapacity  

acClassMapTable 1.3.6.1.4.1.2785.2.8.1.3
Classification Map table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcClassMapEntry

acClassMapEntry 1.3.6.1.4.1.2785.2.8.1.3.1
A row in the class map provisioning table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcClassMapEntry  

acClassMapNumber 1.3.6.1.4.1.2785.2.8.1.3.1.1
A number to identify a classification mapping. There can be at most four(4) rows for IP TOS based classification, four(4) additional rows for MPLS experimental bits based classfication, and four(4) additional rows for IEEE 802.1p based calssification. This table can have at most 12 rows for this version of the Ethernet access board.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER 1..12  

acClassMapAdminStatus 1.3.6.1.4.1.2785.2.8.1.3.1.2
The administrative status.
Status: current Access: read-create
OBJECT-TYPE    
  AcAdminStatus  

acClassMapName 1.3.6.1.4.1.2785.2.8.1.3.1.3
A textual string for easy naming of the classification mapping.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..255)  

acClassMapType 1.3.6.1.4.1.2785.2.8.1.3.1.4
The type of classification used. This parameter specifies what fields in the packets are to be used for classification. This in turn dictates the width of the mapping used in acClassMapMapping.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER unknown(0), iptos(1), mpls(2), dot1p(3)  

acClassMapMapping 1.3.6.1.4.1.2785.2.8.1.3.1.5
This octet string defines a mapping between a field within a packet payload and a 2-bit internal queue number. The octet string is a list of queue numbers. Each octet contains a single 2-bit queue number. In this product, 6-bits are wasted in each octet. In the future we may support more queues per service in which case we will extend the bit field in each octet. When this map is used for 802.1p and MPLS, it must be exactly 8-octets in length. For IP TOS, it must be 64-octets in length.
Status: current Access: read-create
OBJECT-TYPE    
  AcClassMapping  

acServiceTraps 1.3.6.1.4.1.2785.2.8.0
OBJECT IDENTIFIER    

acServiceUpTrap 1.3.6.1.4.1.2785.2.8.0.1
This trap indicates a service has become active.
Status: current Access: read-create
NOTIFICATION-TYPE    

acServiceDownTrap 1.3.6.1.4.1.2785.2.8.0.2
This trap indicates a service has become deactivated. The detailed code indicates the reason why
Status: current Access: read-create
NOTIFICATION-TYPE