TELDAT-MON-FEATURES-DNS-MIB

File: TELDAT-MON-FEATURES-DNS-MIB.mib (11389 bytes)

Imported modules

RFC-1212 RFC1213-MIB TELDAT-SW-STRUCTURE-MIB

Imported symbols

OBJECT-TYPE DisplayString telProdNpMonFeatures

Defined Types

TeldatDNSMonProbeEntry  
SEQUENCE    
  teldatDNSMonProbeIdentifier INTEGER
  teldatDNSMonProbeStatus DisplayString
  teldatDNSMonProbeURL DisplayString
  teldatDNSMonProbeInitDate OCTET STRING
  teldatDNSMonProbeInitTime OCTET STRING
  teldatDNSMonProbeResolveTime INTEGER

TeldatDNSMonProbeStartEntry  
SEQUENCE    
  teldatDNSMonProbeStartIndex INTEGER
  teldatDNSMonProbeStartCommand INTEGER

TeldatDNSMonProbeResetPPPAndStartEntry  
SEQUENCE    
  teldatDNSMonProbeResetPPPAndStartIndex INTEGER
  teldatDNSMonProbeResetPPPIndex INTEGER
  teldatDNSMonProbeResetPPPAndStartCommand INTEGER

Defined Values

telProdNpMonFeatDNS 1.3.6.1.4.1.2007.4.1.2.4.8
OBJECT IDENTIFIER    

teldatDNSMonProbeGroup 1.3.6.1.4.1.2007.4.1.2.4.8.1
OBJECT IDENTIFIER    

teldatDNSMonProbeTable 1.3.6.1.4.1.2007.4.1.2.4.8.1.1
DNS probes table. Each entry identifies a DNS probe.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TeldatDNSMonProbeEntry

teldatDNSMonProbeEntry 1.3.6.1.4.1.2007.4.1.2.4.8.1.1.1
An entry identifies a DNS probe, used to measure the DNS resolution time, and it is comprised of the following parameters: the probe identifier, the probe status, the URL used for the last resolve time measurement, the date and time that the probe was last started and the resolve time measured.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  TeldatDNSMonProbeEntry  

teldatDNSMonProbeIdentifier 1.3.6.1.4.1.2007.4.1.2.4.8.1.1.1.1
Index of the table: probe indentifier.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

teldatDNSMonProbeStatus 1.3.6.1.4.1.2007.4.1.2.4.8.1.1.1.2
Status of the DNS probe: Waiting, executing, or completed correctly or with errors.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..99)  

teldatDNSMonProbeURL 1.3.6.1.4.1.2007.4.1.2.4.8.1.1.1.3
First resolved URL for the given DNS probe.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..99)  

teldatDNSMonProbeInitDate 1.3.6.1.4.1.2007.4.1.2.4.8.1.1.1.4
The date the probe was last started. If the probe has not ever been started yet, this is shown as 0.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(3)  

teldatDNSMonProbeInitTime 1.3.6.1.4.1.2007.4.1.2.4.8.1.1.1.5
The time the probe was last started. If the probe has not ever been started yet, this is shown as 0.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(3)  

teldatDNSMonProbeResolveTime 1.3.6.1.4.1.2007.4.1.2.4.8.1.1.1.6
Measured resolve time.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

teldatDNSMonProbeStartTable 1.3.6.1.4.1.2007.4.1.2.4.8.1.2
This table allows to start the execution of the probe whose identifier takes the value given by the index. Each entry refers to one of the configured probes, and consists of two variables: the identifier of the probe, which is the index of the table, and a variable which is used to start the execution of the probe when a SET operation to this variable is made (and gives it the value 1).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TeldatDNSMonProbeStartEntry

teldatDNSMonProbeStartEntry 1.3.6.1.4.1.2007.4.1.2.4.8.1.2.1
Each entry refers to one of the configured probes, and consists of two variables: the identifier of the probe, which is the index of the table, and a variable which is used to start the execution of the probe when a SET operation to this variable is made (and gives it the value 1).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  TeldatDNSMonProbeStartEntry  

teldatDNSMonProbeStartIndex 1.3.6.1.4.1.2007.4.1.2.4.8.1.2.1.1
Index of the table: probe identifier.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

teldatDNSMonProbeStartCommand 1.3.6.1.4.1.2007.4.1.2.4.8.1.2.1.2
If the value of this variable is set to 1, the execution of the probe whose identifier takes the value given by the index will start. In GET operations, the value taken by this variable indicates the result of the last operation: ok (2), if the last operation was made succesfully; the value undefined (3) indicates that operations of this type have not been made yet. If the operation failed, this variable could take different values depending on the error cause: no-memory (4), if there was not enough memory to start the DNS probe; wrong-identifier(5) if the probe identifier introduced was not correct; already-started (6) indicates that the probe which was going to be started was started previously and is in execution; dns-uninitialized (7) if the DNS system has not been initialized; error (8) if another generic error has occurred.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER start(1), ok(2), undefined(3), no-memory(4), wrong-identifier(5), already-started(6), dns-uninitialized(7), error(8)  

teldatDNSMonProbeResetPPPAndStartTable 1.3.6.1.4.1.2007.4.1.2.4.8.1.3
This table allows to start the execution of the probe whose identifier takes the value given by the index once the PPP indicated has restablished connection after being shut down. Each entry refers to a pair probe-ppp connection, and consists of three variables: the identifier of the probe, the identifier of the PPP interface, and a variable which is used to start the execution of the probe when a SET operation to this variable is made (and gives it the value 1).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TeldatDNSMonProbeResetPPPAndStartEntry

teldatDNSMonProbeResetPPPAndStartEntry 1.3.6.1.4.1.2007.4.1.2.4.8.1.3.1
Each entry refers to a pair probe-ppp connection, and consists of three variables: the identifier of the probe, the identifier of the PPP interface, and a variable which is used to start the execution of the probe when a SET operation to this variable is made (and gives it the value 1).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  TeldatDNSMonProbeResetPPPAndStartEntry  

teldatDNSMonProbeResetPPPAndStartIndex 1.3.6.1.4.1.2007.4.1.2.4.8.1.3.1.1
Index of the table: probe identifier.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

teldatDNSMonProbeResetPPPIndex 1.3.6.1.4.1.2007.4.1.2.4.8.1.3.1.2
Index of the table: number of the PPP interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

teldatDNSMonProbeResetPPPAndStartCommand 1.3.6.1.4.1.2007.4.1.2.4.8.1.3.1.3
If the value of this variable is set to 1, the PPP connection established through the interface given by the index will be disconnect and the DNS probe given by the other index will be started once the PPP connection restablishes. In GET operations, the value taken by this variable indicates the result of the last operation: ok (2), if the last operation was made succesfully; the value undefined (3) indicates that operations of this type have not been made yet. If the operation failed, this variable could take different values depending on the error cause: no-memory (4), if there was not enough memory to start the DNS probe; wrong-identifier(5) if the probe identifier introduced was not correct; already-started (6) indicates that the probe which was going to be started was started previously and is in execution; dns-uninitialized (7) if the DNS system has not been initialized; error (8) if another generic error has occurred.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER start(1), ok(2), undefined(3), no-memory(4), wrong-identifier(5), already-started(6), dns-uninitialized(7), error(8)