AT-LINKMON-MIB

File: AT-LINKMON-MIB.mib (20632 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC INET-ADDRESS-MIB
AT-SMI-MIB

Imported symbols

Integer32 Unsigned32 Counter64
OBJECT-TYPE MODULE-IDENTITY TEXTUAL-CONVENTION
TruthValue InetVersion modules
DisplayStringUnsized

Defined Types

AtLinkMonType  
Indicates the type of the probe.
TEXTUAL-CONVENTION    
  INTEGER icmp(1), http(2)  

AtLinkMonProbeEntry  
SEQUENCE    
  atLinkMonProbeID Unsigned32
  atLinkMonProbeName DisplayStringUnsized
  atLinkMonProbeType AtLinkMonType
  atLinkMonProbeIPVersion InetVersion
  atLinkMonProbeDestination DisplayStringUnsized
  atLinkMonProbeEgressIf DisplayStringUnsized
  atLinkmonProbeEgreesIfValid TruthValue
  atLinkMonProbeSource DisplayStringUnsized
  atLinkMonProbeSourceValid TruthValue
  atLinkMonProbeDSCP Unsigned32
  atLinkMonProbePacketSize Unsigned32
  atLinkMonProbeInterval Unsigned32
  atLinkMonProbeSampleSize Unsigned32
  atLinkMonProbeEnabled TruthValue

AtLinkMonProbeDetailEntry  
SEQUENCE    
  atLinkMonProbeDetailProbesSent Counter64
  atLinkMonProbeDetailLastTxTime DisplayStringUnsized
  atLinkMonProbeDetailLastRxTime DisplayStringUnsized

AtLinkMonProbeLatestMetricsEntry  
SEQUENCE    
  atLinkMonProbeLatestMetricsLatency Unsigned32
  atLinkMonProbeLatestMetricsJitter Unsigned32
  atLinkMonProbeLatestMetricsPktLoss Unsigned32
  atLinkMonProbeLatestMetricsCnscPktLoss Integer32

AtLinkMonProbeHistoryEntry  
SEQUENCE    
  atLinkMonProbeHistoryID Unsigned32
  atLinkMonProbeHistoryProbeName DisplayStringUnsized
  atLinkMonProbeHistoryInterval Unsigned32
  atLinkMonProbeHistoryBuckets Unsigned32
  atLinkMonProbeHistoryLastSmplID Unsigned32
  atLinkMonProbeHistoryLastSmplTime DisplayStringUnsized

AtLinkMonSampleEntry  
SEQUENCE    
  atLinkMonSampleBucket Unsigned32
  atLinkMonSampleLatencySum Unsigned32
  atLinkMonSampleLatencyCount Unsigned32
  atLinkMonSampleJitterSum Unsigned32
  atLinkMonSampleJitterCount Unsigned32
  atLinkMonSamplePktLossSum Unsigned32
  atLinkMonSamplePktsTx Unsigned32
  atLinkMonSamplePktsRx Unsigned32

Defined Values

atLinkMon 1.3.6.1.4.1.207.8.4.4.4.606
The AT Link Monitoring MIB for reporting probe configuration, probe metrics, historical metric configuration and collection.
MODULE-IDENTITY    

atLinkMonProbeTable 1.3.6.1.4.1.207.8.4.4.4.606.1
A table of information describing the configured Link Monitoring probes. Upon device reboot, probe OID's will be re-assigned based on the alphabetical naming of probes in the startup configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtLinkMonProbeEntry

atLinkMonProbeEntry 1.3.6.1.4.1.207.8.4.4.4.606.1.1
The configuration of a specific probe.
Status: current Access: not-accessible
OBJECT-TYPE    
  AtLinkMonProbeEntry  

atLinkMonProbeID 1.3.6.1.4.1.207.8.4.4.4.606.1.1.1
ID of the probe.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

atLinkMonProbeName 1.3.6.1.4.1.207.8.4.4.4.606.1.1.2
Name of the probe.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayStringUnsized  

atLinkMonProbeType 1.3.6.1.4.1.207.8.4.4.4.606.1.1.3
Type of probe, ICMP PING or HTTP GET.
Status: current Access: read-only
OBJECT-TYPE    
  AtLinkMonType  

atLinkMonProbeIPVersion 1.3.6.1.4.1.207.8.4.4.4.606.1.1.4
IP version of the probe, IPv4 or IPv6.
Status: current Access: read-only
OBJECT-TYPE    
  InetVersion  

atLinkMonProbeDestination 1.3.6.1.4.1.207.8.4.4.4.606.1.1.5
The destination of the probe.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayStringUnsized  

atLinkMonProbeEgressIf 1.3.6.1.4.1.207.8.4.4.4.606.1.1.6
The interface that the probe packets should egress.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayStringUnsized  

atLinkmonProbeEgreesIfValid 1.3.6.1.4.1.207.8.4.4.4.606.1.1.7
Indicates if the interface that the probe packets egress is valid.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

atLinkMonProbeSource 1.3.6.1.4.1.207.8.4.4.4.606.1.1.8
The source IP address or interface. Only applicable for ICMP Probes.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayStringUnsized  

atLinkMonProbeSourceValid 1.3.6.1.4.1.207.8.4.4.4.606.1.1.9
Indicates if the source IP address or interface is valid. Only applicable for ICMP Probes.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

atLinkMonProbeDSCP 1.3.6.1.4.1.207.8.4.4.4.606.1.1.10
The DSCP value to use when sending the packet. Only applicable for ICMP Probes.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..63  

atLinkMonProbePacketSize 1.3.6.1.4.1.207.8.4.4.4.606.1.1.11
The size of a probe packet. Only applicable for ICMP Probes.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 64..1500  

atLinkMonProbeInterval 1.3.6.1.4.1.207.8.4.4.4.606.1.1.12
The number of milliseconds between sending out each probe. Range for an ICMP Ping probe is 100-10000. Range for an HTTP Get probe is 30000-3600000.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 100..3600000  

atLinkMonProbeSampleSize 1.3.6.1.4.1.207.8.4.4.4.606.1.1.13
The number of probe results to use when calculating the latency and jitter metrics. Only applicable for ICMP Probes.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..100  

atLinkMonProbeEnabled 1.3.6.1.4.1.207.8.4.4.4.606.1.1.14
Whether the probe is enabled or disabled. If it is enabled, then the device will attempt to send probes if the link is up. If it is disabled, then no probes will be sent.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

atLinkMonProbeDetailTable 1.3.6.1.4.1.207.8.4.4.4.606.2
A table of information describing the latest Link Monitoring probe details. Upon device reboot, probe OID's will be re-assigned based on the alphabetical naming of probes in the startup configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtLinkMonProbeDetailEntry

atLinkMonProbeDetailEntry 1.3.6.1.4.1.207.8.4.4.4.606.2.1
The latest detail of a specific probe.
Status: current Access: not-accessible
OBJECT-TYPE    
  AtLinkMonProbeDetailEntry  

atLinkMonProbeDetailProbesSent 1.3.6.1.4.1.207.8.4.4.4.606.2.1.1
The number of probes that have been sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

atLinkMonProbeDetailLastTxTime 1.3.6.1.4.1.207.8.4.4.4.606.2.1.2
The time that the last probe was sent.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayStringUnsized  

atLinkMonProbeDetailLastRxTime 1.3.6.1.4.1.207.8.4.4.4.606.2.1.3
The time that the device last successfully received a probe.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayStringUnsized  

atLinkMonProbeLatestMetricsTable 1.3.6.1.4.1.207.8.4.4.4.606.3
A table of information describing the latest Link Monitoring probe metrics. Upon device reboot, probe OID's will be re-assigned based on the alphabetical naming of probes in the startup configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtLinkMonProbeLatestMetricsEntry

atLinkMonProbeLatestMetricsEntry 1.3.6.1.4.1.207.8.4.4.4.606.3.1
The latest metrics of a specific probe.
Status: current Access: not-accessible
OBJECT-TYPE    
  AtLinkMonProbeLatestMetricsEntry  

atLinkMonProbeLatestMetricsLatency 1.3.6.1.4.1.207.8.4.4.4.606.3.1.1
The average latency based on the last samples in ms.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

atLinkMonProbeLatestMetricsJitter 1.3.6.1.4.1.207.8.4.4.4.606.3.1.2
The average jitter based on the last samples in ms.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

atLinkMonProbeLatestMetricsPktLoss 1.3.6.1.4.1.207.8.4.4.4.606.3.1.3
The percentage of probes lost based on the last 100 probes. The value is given in tenth's of a percent.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..1000  

atLinkMonProbeLatestMetricsCnscPktLoss 1.3.6.1.4.1.207.8.4.4.4.606.3.1.4
The number of consecutive probes that have been lost. A positive value means consecutive packet lost. A negative value means consecutive packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

atLinkMonProbeHistoryTable 1.3.6.1.4.1.207.8.4.4.4.606.4
A table of information describing historical Link Monitoring probe metrics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtLinkMonProbeHistoryEntry

atLinkMonProbeHistoryEntry 1.3.6.1.4.1.207.8.4.4.4.606.4.1
The information for a specific collection of historical probe metrics.
Status: current Access: not-accessible
OBJECT-TYPE    
  AtLinkMonProbeHistoryEntry  

atLinkMonProbeHistoryID 1.3.6.1.4.1.207.8.4.4.4.606.4.1.1
The ID of the Probe History collection
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..65535  

atLinkMonProbeHistoryProbeName 1.3.6.1.4.1.207.8.4.4.4.606.4.1.2
The name of the probe the metrics are sampled from.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayStringUnsized  

atLinkMonProbeHistoryInterval 1.3.6.1.4.1.207.8.4.4.4.606.4.1.3
The interval at which the metric data is sampled
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..2678400  

atLinkMonProbeHistoryBuckets 1.3.6.1.4.1.207.8.4.4.4.606.4.1.4
The maximum number of historical samples that are kept.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..65535  

atLinkMonProbeHistoryLastSmplID 1.3.6.1.4.1.207.8.4.4.4.606.4.1.5
The ID of the latest sample recorded. This is always increasing to distinguish new samples.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

atLinkMonProbeHistoryLastSmplTime 1.3.6.1.4.1.207.8.4.4.4.606.4.1.6
The timestamp of the last sample.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayStringUnsized  

atLinkMonSampleTable 1.3.6.1.4.1.207.8.4.4.4.606.5
A table of information describing the Link Monitoring metrics of a historical probe sample.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtLinkMonSampleEntry

atLinkMonSampleEntry 1.3.6.1.4.1.207.8.4.4.4.606.5.1
A specific historical probe sample.
Status: current Access: not-accessible
OBJECT-TYPE    
  AtLinkMonSampleEntry  

atLinkMonSampleBucket 1.3.6.1.4.1.207.8.4.4.4.606.5.1.1
The bucket to read the sample data from. The first bucket has the oldest available sample. A bucket can have no data in it if less samples have been taken then there are buckets
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

atLinkMonSampleLatencySum 1.3.6.1.4.1.207.8.4.4.4.606.5.1.2
Sum of latency metric values calculated during the sample interval. Divide by the latency count for an average latency during the interval.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

atLinkMonSampleLatencyCount 1.3.6.1.4.1.207.8.4.4.4.606.5.1.3
The number of latency metric values calculated in the sum.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

atLinkMonSampleJitterSum 1.3.6.1.4.1.207.8.4.4.4.606.5.1.4
Sum of jitter metric values calculated during the sample interval. Divide by the jitter count for an average jitter during the interval.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

atLinkMonSampleJitterCount 1.3.6.1.4.1.207.8.4.4.4.606.5.1.5
Number of jitter metric values calculated in the sum.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

atLinkMonSamplePktLossSum 1.3.6.1.4.1.207.8.4.4.4.606.5.1.6
Sum of the packet loss metric values recorded during the sample interval. The value is given in tenth's of a percent. Divide by packets transmitted for the average of the packet loss metric during the interval.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

atLinkMonSamplePktsTx 1.3.6.1.4.1.207.8.4.4.4.606.5.1.7
Number of probes sent during the sample interval.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

atLinkMonSamplePktsRx 1.3.6.1.4.1.207.8.4.4.4.606.5.1.8
Number of probes sent that received a reply during the sample interval.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32