APDNSALG-MIB

File: APDNSALG-MIB.mib (17643 bytes)

Imported modules

SNMPv2-SMI INET-ADDRESS-MIB SNMPv2-TC
IF-MIB SNMPv2-CONF ACMEPACKET-SMI
ACMEPACKET-TC APSYSMGMT-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 Gauge32 Counter32
Unsigned32 IpAddress InetAddress
InetAddressType InetAddressPrefixLength InetVersion
InetZoneIndex TEXTUAL-CONVENTION DisplayString
InterfaceIndexOrZero InterfaceIndex ifIndex
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
acmepacketMgmt ApTransportType ApHardwareModuleFamily
ApRedundancyState SysMgmtPercentage

Defined Types

ApDNSALGServerStatusEntry  
SEQUENCE    
  apDNSALGConfigIndex INTEGER
  apDNSALGServerIndex INTEGER
  apDNSALGConfigName DisplayString
  apDNSALGServerRealm DisplayString
  apDNSALGDomainSuffix DisplayString
  apDNSALGServerIpAddress IpAddress
  apDNSALGServerStatus INTEGER

ApDnsAlgStatsEntry  
SEQUENCE    
  apDnsAlgClientRealmIndex INTEGER
  apDnsAlgClientRealmName DisplayString
  apDnsAlgCurrentQueries Gauge32
  apDnsAlgTotalQueries Counter32
  apDnsAlgCurrentSucess Gauge32
  apDnsAlgTotalSucess Counter32
  apDnsAlgCurrentNotFound Gauge32
  apDnsAlgTotalNotFound Counter32
  apDnsAlgCurrentTimeOut Gauge32
  apDnsAlgTotalTimeOut Counter32
  apDnsAlgCurrentBadStatus Gauge32
  apDnsAlgTotalBadStatus Counter32
  apDnsAlgCurrentOtherFailures Gauge32
  apDnsAlgTotalOtherFailures Counter32
  apDnsAlgAvgLatency Unsigned32
  apDnsAlgMaxLatency Unsigned32
  apDnsAlgMaxBurstRate Unsigned32

Defined Values

apDNSALGModule 1.3.6.1.4.1.9148.3.14
The Dns Alg MIB for Acme Packet.
MODULE-IDENTITY    

apDNSALGMIBObjects 1.3.6.1.4.1.9148.3.14.1
OBJECT IDENTIFIER    

apDNSALGMIBGeneralObjects 1.3.6.1.4.1.9148.3.14.1.1
OBJECT IDENTIFIER    

apDNSALGMIBTabularObjects 1.3.6.1.4.1.9148.3.14.1.2
OBJECT IDENTIFIER    

apDNSALGNotificationObjects 1.3.6.1.4.1.9148.3.14.2
OBJECT IDENTIFIER    

apDNSALGNotifObjects 1.3.6.1.4.1.9148.3.14.2.1
OBJECT IDENTIFIER    

apDNSALGNotifPrefix 1.3.6.1.4.1.9148.3.14.2.2
OBJECT IDENTIFIER    

apDNSALGNotifications 1.3.6.1.4.1.9148.3.14.2.2.0
OBJECT IDENTIFIER    

apDNSALGConformance 1.3.6.1.4.1.9148.3.14.3
OBJECT IDENTIFIER    

apDNSALGObjectGroups 1.3.6.1.4.1.9148.3.14.3.1
OBJECT IDENTIFIER    

apDNSALGNotificationGroups 1.3.6.1.4.1.9148.3.14.3.2
OBJECT IDENTIFIER    

apDNSALGServerStatusTable 1.3.6.1.4.1.9148.3.14.1.2.1
A read-only table to hold the status of configured DNSALG servers, indexed by the name of the Dns alg config name, server realm and server IP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ApDNSALGServerStatusEntry

apDNSALGServerStatusEntry 1.3.6.1.4.1.9148.3.14.1.2.1.1
An entry designed to hold the status of a single DNSALG server
Status: current Access: not-accessible
OBJECT-TYPE    
  ApDNSALGServerStatusEntry  

apDNSALGConfigIndex 1.3.6.1.4.1.9148.3.14.1.2.1.1.1
An integer for the sole purpose of indexing the DNS-ALG configuration.Only one DNS-ALG configuration is allowed per a realm.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER 1..2147483647  

apDNSALGServerIndex 1.3.6.1.4.1.9148.3.14.1.2.1.1.2
An integer for the sole purpose of indexing the Dns Server Attributes in a DNS-ALG config. Each DNS-ALG config can have multiple Dns Server Attributes.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER 1..2147483647  

apDNSALGConfigName 1.3.6.1.4.1.9148.3.14.1.2.1.1.4
The name of the dns-alg-config element that contains this DNS-ALG server.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

apDNSALGServerRealm 1.3.6.1.4.1.9148.3.14.1.2.1.1.5
The name of the server realm element that contains this DNSALG server.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

apDNSALGDomainSuffix 1.3.6.1.4.1.9148.3.14.1.2.1.1.6
The name of the domain suffix element that contains this DNSALG server.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

apDNSALGServerIpAddress 1.3.6.1.4.1.9148.3.14.1.2.1.1.7
The IP address of this DNSALG server.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

apDNSALGServerStatus 1.3.6.1.4.1.9148.3.14.1.2.1.1.8
The status of this DNSALG server.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER inservice(0), lowerpriority(1), oosunreachable(2)  

apDNSALGStatsTable 1.3.6.1.4.1.9148.3.14.1.2.2
per DNS-ALG config(i.e.client realm)stats.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ApDnsAlgStatsEntry

apDnsALGStatsEntry 1.3.6.1.4.1.9148.3.14.1.2.2.1
A table entry designed to hold DNS-ALG stats data
Status: current Access: not-accessible
OBJECT-TYPE    
  ApDnsAlgStatsEntry  

apDnsAlgClientRealmIndex 1.3.6.1.4.1.9148.3.14.1.2.2.1.1
An integer for the sole purpose of indexing the DNS-ALG configuration.Only one DNS-ALG configuration is allowed per a realm.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER 1..2147483647  

apDnsAlgClientRealmName 1.3.6.1.4.1.9148.3.14.1.2.2.1.2
DNS-ALG Config realm name
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

apDnsAlgCurrentQueries 1.3.6.1.4.1.9148.3.14.1.2.2.1.3
Number of queries sent in recent period received on DNS-ALG config realm.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

apDnsAlgTotalQueries 1.3.6.1.4.1.9148.3.14.1.2.2.1.4
Total number of queries sent in life time received on DNS-ALG config realm.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

apDnsAlgCurrentSucess 1.3.6.1.4.1.9148.3.14.1.2.2.1.5
Number of success responses in recent period received on DNS-ALG config realm.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

apDnsAlgTotalSucess 1.3.6.1.4.1.9148.3.14.1.2.2.1.6
Total number of success responses in life time received on DNS-ALG config realm.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

apDnsAlgCurrentNotFound 1.3.6.1.4.1.9148.3.14.1.2.2.1.7
Number of not-found responses in recent period received on DNS-ALG config realm.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

apDnsAlgTotalNotFound 1.3.6.1.4.1.9148.3.14.1.2.2.1.8
Total number of not-found responses in life time received on DNS-ALG config realm.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

apDnsAlgCurrentTimeOut 1.3.6.1.4.1.9148.3.14.1.2.2.1.9
Number of time out responses in recent period received on DNS-ALG config realm.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

apDnsAlgTotalTimeOut 1.3.6.1.4.1.9148.3.14.1.2.2.1.10
Total number of time out responses in life time received on DNS-ALG config realm
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

apDnsAlgCurrentBadStatus 1.3.6.1.4.1.9148.3.14.1.2.2.1.11
Number of bad status responses in recent period received on DNS-ALG config realm.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

apDnsAlgTotalBadStatus 1.3.6.1.4.1.9148.3.14.1.2.2.1.12
Total number of bad status responses in life time received on DNS-ALG config realm.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

apDnsAlgCurrentOtherFailures 1.3.6.1.4.1.9148.3.14.1.2.2.1.13
Number of other failure responses in recent period received on DNS-ALG config realm.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

apDnsAlgTotalOtherFailures 1.3.6.1.4.1.9148.3.14.1.2.2.1.14
Total number of other failure responses in life time received on DNS-ALG config realm.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

apDnsAlgAvgLatency 1.3.6.1.4.1.9148.3.14.1.2.2.1.15
Average observed one-way signalling latency during the period in milliseconds
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

apDnsAlgMaxLatency 1.3.6.1.4.1.9148.3.14.1.2.2.1.16
Maximum observed one-way signalling latency during the period in milliseconds
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

apDnsAlgMaxBurstRate 1.3.6.1.4.1.9148.3.14.1.2.2.1.17
Maximum burst rate of traffic measured during the period (combined inbound and outbound)
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

apDNSALGConstraintsStatus 1.3.6.1.4.1.9148.3.14.2.1.1
The status of this DNS-ALG config realm for constraints.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER inservice(0), constraintsExceeded(1)  

apDnsAlgStatusChangeTrap 1.3.6.1.4.1.9148.3.14.2.2.0.1
The trap will be generated if the reachability status of an DNS-ALG server changes from In-Service to either Timed out or Out of Service.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

apDnsAlgStatusChangeClearTrap 1.3.6.1.4.1.9148.3.14.2.2.0.2
The trap will be generated if the reachability status of an DNS-ALG server changes from either Timed out or Out of Service to In-Service
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

apDnsAlgConstraintStateChangeTrap 1.3.6.1.4.1.9148.3.14.2.2.0.3
The trap will be generated if an DNS-ALG config's constriants state changed from inservice to constraintsExceeded.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

apDnsAlgConstraintStateChangeClearTrap 1.3.6.1.4.1.9148.3.14.2.2.0.4
The trap will be generated if an DNS-ALG config's constriants state changed from constraintsExceeded to inservice.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

apDnsAlgSvrConstraintStateChangeTrap 1.3.6.1.4.1.9148.3.14.2.2.0.5
The trap will be generated if an Dns Server(i.e.IP-Address) constriants state changed from inservice to constraintsExceeded.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

apDnsAlgSvrConstraintStateChangeClearTrap 1.3.6.1.4.1.9148.3.14.2.2.0.6
The trap will be generated if an Dns Server(i.e.IP-Address) constriants state changed from constraintsExceeded to inservice.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

apDnsAlgServerStatusGroup 1.3.6.1.4.1.9148.3.14.3.1.1
A collection of statistics for DNS-ALG server status.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

apDnsAlgStatsGroup 1.3.6.1.4.1.9148.3.14.3.1.2
Report the stats of configured DNSALG config objects.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

apDNSALGNotificationsGroup 1.3.6.1.4.1.9148.3.14.3.2.1
A collection of mib objects accessible only to traps.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP