APPIAN-SERVICES-MIB: View SNMP OID List / Download MIB
VENDOR: TECNOPRO SA
Home | MIB: APPIAN-SERVICES-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
acServiceTraps | 1.3.6.1.4.1.2785.2.8.0 | |||
acServiceUpTrap | 1.3.6.1.4.1.2785.2.8.0.1 |
This trap indicates a service has become active. |
||
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 |
||
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. |
||
acServiceTable | 1.3.6.1.4.1.2785.2.8.1.1 | no-access |
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. |
|
1.3.6.1.4.1.2785.2.8.1.1.1 | no-access |
A row equates to a service defined on a particular port and channel. |
||
acServiceNodeId | 1.3.6.1.4.1.2785.2.8.1.1.1.1 | acnodeid | no-access |
A unique node identification number assigned by the EMS to uniquely identify a node within an Appian Ring. |
acServiceSlot | 1.3.6.1.4.1.2785.2.8.1.1.1.2 | acslotnumber | no-access |
The slot number within the chassis where the physical i/o port can be found for customer access. |
acServicePort | 1.3.6.1.4.1.2785.2.8.1.1.1.3 | acportnumber | no-access |
The port number ranging from (1..8) where the physical i/o connection for this customer service can be found. |
acServiceChannel | 1.3.6.1.4.1.2785.2.8.1.1.1.4 | integer | no-access |
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. |
acServiceAdminStatus | 1.3.6.1.4.1.2785.2.8.1.1.1.5 | acadminstatus | read-only |
The administrative or desired status. |
acServiceOpStatus | 1.3.6.1.4.1.2785.2.8.1.1.1.6 | acopstatus | read-only |
The operational or actual status. |
acServiceType | 1.3.6.1.4.1.2785.2.8.1.1.1.7 | integer | read-only |
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. Enumeration: 'tls': 2, 'unknown': 0, 'ias': 1. |
acServiceVlanId | 1.3.6.1.4.1.2785.2.8.1.1.1.8 | integer | read-only |
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. |
acServiceTrunkNumber | 1.3.6.1.4.1.2785.2.8.1.1.1.9 | integer | read-only |
Identifies the trunk over which this access service is to be carried onto the network. Maps to a row in the trunk table. |
acServiceQosTemplate | 1.3.6.1.4.1.2785.2.8.1.1.1.10 | integer | read-only |
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. |
acServiceGBR | 1.3.6.1.4.1.2785.2.8.1.1.1.11 | integer | read-only |
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** |
acServiceMBR | 1.3.6.1.4.1.2785.2.8.1.1.1.12 | integer | read-only |
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** |
acServiceResetStats | 1.3.6.1.4.1.2785.2.8.1.1.1.13 | truthvalue | read-only |
Setting this varible to TRUE causes all service statistics counters to reset. This variable always return FALSE as its value. |
acServiceUpstreamBuffCapWeight | 1.3.6.1.4.1.2785.2.8.1.1.1.14 | unsigned32 | read-only |
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. |
acServiceDownstreamBuffCapWeight | 1.3.6.1.4.1.2785.2.8.1.1.1.15 | unsigned32 | read-only |
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. |
acServiceLocalBuffCapWeight | 1.3.6.1.4.1.2785.2.8.1.1.1.16 | unsigned32 | read-only |
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. |
acServiceBufferPool | 1.3.6.1.4.1.2785.2.8.1.1.1.17 | unsigned32 | read-only |
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. |
acQosTable | 1.3.6.1.4.1.2785.2.8.1.2 | no-access |
Table of QOS templates. |
|
1.3.6.1.4.1.2785.2.8.1.2.1 | no-access |
A row in the QOS template table. |
||
acQosNodeId | 1.3.6.1.4.1.2785.2.8.1.2.1.1 | acnodeid | no-access |
A unique node identification number assigned by the EMS to uniquely identify a node within an Appian Ring. |
acQosTemplateNumber | 1.3.6.1.4.1.2785.2.8.1.2.1.2 | integer | no-access |
A number identifies a QOS template. Also used as the index into the QOS template table. |
acQosAdminStatus | 1.3.6.1.4.1.2785.2.8.1.2.1.3 | acadminstatus | read-only |
The administrative status. |
acQosTemplateName | 1.3.6.1.4.1.2785.2.8.1.2.1.4 | displaystring | read-only |
A textual string solely for easy identification of a template. |
acQosQueueWeights | 1.3.6.1.4.1.2785.2.8.1.2.1.5 | acqueueweights | read-only |
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 '\0x5A\0x0A\0x00\0x00'. |
acQosClassMapping | 1.3.6.1.4.1.2785.2.8.1.2.1.6 | integer | read-only |
The object identifies a row in the classification mapping table. |
acQosQueueBuffCaps | 1.3.6.1.4.1.2785.2.8.1.2.1.7 | acqueuebufferingcapacity | read-only |
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 '\0x5A\0x0A\0x00\0x00'. |
acClassMapTable | 1.3.6.1.4.1.2785.2.8.1.3 | no-access |
Classification Map table. |
|
1.3.6.1.4.1.2785.2.8.1.3.1 | no-access |
A row in the class map provisioning table. |
||
acClassMapNumber | 1.3.6.1.4.1.2785.2.8.1.3.1.1 | integer | no-access |
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. |
acClassMapAdminStatus | 1.3.6.1.4.1.2785.2.8.1.3.1.2 | acadminstatus | read-only |
The administrative status. |
acClassMapName | 1.3.6.1.4.1.2785.2.8.1.3.1.3 | displaystring | read-only |
A textual string for easy naming of the classification mapping. |
acClassMapType | 1.3.6.1.4.1.2785.2.8.1.3.1.4 | integer | read-only |
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. Enumeration: 'unknown': 0, 'mpls': 2, 'iptos': 1, 'dot1p': 3. |
acClassMapMapping | 1.3.6.1.4.1.2785.2.8.1.3.1.5 | acclassmapping | read-only |
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. |
acServiceStatTable | 1.3.6.1.4.1.2785.2.8.1.4 | no-access |
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. |
|
1.3.6.1.4.1.2785.2.8.1.4.1 | no-access |
A set of counters collected for a service queue priority. |
||
acServiceStatNodeId | 1.3.6.1.4.1.2785.2.8.1.4.1.1 | acnodeid | no-access |
A unique node identification number assigned by the EMS to uniquely identify a node within an Appian Ring. |
acServiceStatSlot | 1.3.6.1.4.1.2785.2.8.1.4.1.2 | acslotnumber | no-access |
The slot number within the chassis where the physical i/o port can be found for customer access. |
acServiceStatPort | 1.3.6.1.4.1.2785.2.8.1.4.1.3 | acportnumber | no-access |
The port number ranging from (1..8) where the physical i/o connection for this customer service can be found. |
acServiceStatChannel | 1.3.6.1.4.1.2785.2.8.1.4.1.4 | integer | no-access |
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 . |
acServiceStatQueue | 1.3.6.1.4.1.2785.2.8.1.4.1.5 | integer | no-access |
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. |
acServiceStatUpstreamFrames | 1.3.6.1.4.1.2785.2.8.1.4.1.6 | counter64 | read-only |
The number frames transported from the access port to the network. |
acServiceStatUpstreamBytes | 1.3.6.1.4.1.2785.2.8.1.4.1.7 | counter64 | read-only |
The number bytes transported from the access port to the network. |
acServiceStatUpstreamDroppedFrames | 1.3.6.1.4.1.2785.2.8.1.4.1.8 | counter64 | read-only |
The number frames dropped in the direction of the access port to the network. |
acServiceStatUpstreamDroppedBytes | 1.3.6.1.4.1.2785.2.8.1.4.1.9 | counter64 | read-only |
The number bytes dropped in the direction of the access port to the network. |
acServiceStatUpstreamUnexpectedFrames | 1.3.6.1.4.1.2785.2.8.1.4.1.10 | counter64 | read-only |
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. |
acServiceStatDownstreamFrames | 1.3.6.1.4.1.2785.2.8.1.4.1.11 | counter64 | read-only |
The number frames transported from the network to access port. |
acServiceStatDownstreamBytes | 1.3.6.1.4.1.2785.2.8.1.4.1.12 | counter64 | read-only |
The number bytes transported from the network to the access port. |
acServiceStatDownstreamDroppedFrames | 1.3.6.1.4.1.2785.2.8.1.4.1.13 | counter64 | read-only |
The number frames dropped in the direction of the network to the access port. |
acServiceStatDownstreamDroppedBytes | 1.3.6.1.4.1.2785.2.8.1.4.1.14 | counter64 | read-only |
The number bytes dropped in the direction of the network to the access port. |
acServiceStatDownstreamUnexpectedFrames | 1.3.6.1.4.1.2785.2.8.1.4.1.15 | counter64 | read-only |
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. |
acIas | 1.3.6.1.4.1.2785.2.8.2 | |||
acIasTable | 1.3.6.1.4.1.2785.2.8.2.1 | no-access |
The Internet Access Service table. |
|
1.3.6.1.4.1.2785.2.8.2.1.1 | no-access |
A row within the IAS provisioning table. |
||
acIasNodeId | 1.3.6.1.4.1.2785.2.8.2.1.1.1 | acnodeid | no-access |
The unique node identification number assigned by the EMS which identifies the node where the IAS service is being configured. |
acIasSlot | 1.3.6.1.4.1.2785.2.8.2.1.1.2 | acslotnumber | no-access |
The slot number where the physical data i/o port is located in the OSAP chassis, which will have the IAS service configured. |
acIasPort | 1.3.6.1.4.1.2785.2.8.2.1.1.3 | acportnumber | no-access |
The physical port number on the i/o slot where this customers data interface will reside. |
acIasChannel | 1.3.6.1.4.1.2785.2.8.2.1.1.4 | integer | no-access |
The service channel. |
acIasDlci | 1.3.6.1.4.1.2785.2.8.2.1.1.5 | integer | read-write |
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. |
acIasRespondToArp | 1.3.6.1.4.1.2785.2.8.2.1.1.6 | truthvalue | read-write |
Flag to indicate we should respond to ARP requests. |
acIasRemoteIpAddress | 1.3.6.1.4.1.2785.2.8.2.1.1.7 | ipaddress | read-write |
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. |
acIasCpeIpAddress | 1.3.6.1.4.1.2785.2.8.2.1.1.8 | ipaddress | read-write |
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. |
acIasCpeMacAddress | 1.3.6.1.4.1.2785.2.8.2.1.1.9 | macaddress | read-only |
The MAC Address of the CPE router. |
acIasCpeEncapsMode | 1.3.6.1.4.1.2785.2.8.2.1.1.10 | integer | read-write |
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. Enumeration: 'snap': 3, 'unknown': 0, 'enet': 2, 'learning': 1. |
acIasPerformInverseArp | 1.3.6.1.4.1.2785.2.8.2.1.1.11 | truthvalue | read-write |
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** |
acTls | 1.3.6.1.4.1.2785.2.8.3 | |||
acTlsTable | 1.3.6.1.4.1.2785.2.8.3.1 | no-access |
The Transparent LAN Services table. |
|
1.3.6.1.4.1.2785.2.8.3.1.1 | no-access |
A row in the TLS table. |
||
acTlsNodeId | 1.3.6.1.4.1.2785.2.8.3.1.1.1 | acnodeid | no-access |
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. |
acTlsSlot | 1.3.6.1.4.1.2785.2.8.3.1.1.2 | acslotnumber | no-access |
The slot upon which the TLS service is being provisioned. |
acTlsPort | 1.3.6.1.4.1.2785.2.8.3.1.1.3 | acportnumber | no-access |
The physical port number on the slot on which the TLS service is provisioned. |
acTlsChannel | 1.3.6.1.4.1.2785.2.8.3.1.1.4 | integer | no-access |
The service channel on which this TLS service is provisioned. |
acTlsTlanId | 1.3.6.1.4.1.2785.2.8.3.1.1.5 | integer | read-write |
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. |
acTlsServiceId | 1.3.6.1.4.1.2785.2.8.3.1.1.6 | integer | read-write |
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. |
acTlsPointToPointEnable | 1.3.6.1.4.1.2785.2.8.3.1.1.7 | truthvalue | read-write |
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. |
acTlsServiceIdSharingEnable | 1.3.6.1.4.1.2785.2.8.3.1.1.8 | truthvalue | read-write |
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. |