BIANCA-BRICK-DNS-MIB

File: BIANCA-BRICK-DNS-MIB.mib (11917 bytes)

Imported modules

SNMPv2-TC RFC1155-SMI RFC-1212

Imported symbols

DisplayString IpAddress Counter
OBJECT-TYPE

Defined Types

IpDnsEntry  
SEQUENCE    
  ipDnsEntName DisplayString
  ipDnsEntIpaddr IpAddress
  ipDnsEntIfIndex INTEGER
  ipDnsEntResponse INTEGER
  ipDnsEntStatic INTEGER
  ipDnsEntTtl INTEGER
  ipDnsEntLru INTEGER
  ipDnsEntHash INTEGER
  ipDnsEntRefCount INTEGER

Defined Values

org 1.3
OBJECT IDENTIFIER    

dod 1.3.6
OBJECT IDENTIFIER    

internet 1.3.6.1
OBJECT IDENTIFIER    

private 1.3.6.1.4
OBJECT IDENTIFIER    

enterprises 1.3.6.1.4.1
OBJECT IDENTIFIER    

bintec 1.3.6.1.4.1.272
OBJECT IDENTIFIER    

bibo 1.3.6.1.4.1.272.4
OBJECT IDENTIFIER    

biboip 1.3.6.1.4.1.272.4.5
OBJECT IDENTIFIER    

ipDns 1.3.6.1.4.1.272.4.5.20
OBJECT IDENTIFIER    

ipDnsDhcpAssign 1.3.6.1.4.1.272.4.5.20.1
This variable determines the assignment policy, when a BinTec router acts as a DHCP-server and is asked for nameserver addresses. Possible values: none (1), -- Donut send any nameserver -addresses self (2), -- Send own address as the only nameserver global(3) -- Send ns-addresses from global admin table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), self(2), global(3)  

ipDnsIpcpAssign 1.3.6.1.4.1.272.4.5.20.2
This variable determines the assignment policy, when a BinTec router is asked for nameservers during IPCP negotiation. Possible values: none (1), -- Donut send any nameserver addresses self (2), -- Send own address as the only nameserver global(3) -- Send ns-addresses from global admin table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), self(2), global(3)  

ipDnsUsePosCache 1.3.6.1.4.1.272.4.5.20.3
Decides, whether positive caching is performed or not.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

ipDnsUseNegCache 1.3.6.1.4.1.272.4.5.20.4
Decides, whether negative caching is performed or not.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

ipDnsMaxCacheSize 1.3.6.1.4.1.272.4.5.20.5
Defines the maximum number of entries in the DNS table. If this limit is reached, the dynamic entries are discarded according to the lru order, if a new entry is to be added.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipDnsPositiveTtl 1.3.6.1.4.1.272.4.5.20.6
The time to live used for a positive cache entry, if the responding nameserver does not tell it explicitly (i.e. TTL=0).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipDnsNegativeTtl 1.3.6.1.4.1.272.4.5.20.7
The time to live used for negative cache entries.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipDnsDefaultIfIndex 1.3.6.1.4.1.272.4.5.20.8
The index of the interface (from the pppTable) whose nameserver should be requested by default, if nothing else works. -1 defines no default interface for DNS forwarding.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipDnsNumReceives 1.3.6.1.4.1.272.4.5.20.9
The number of packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipDnsNumInvalids 1.3.6.1.4.1.272.4.5.20.10
The number of invalid packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipDnsNumRequests 1.3.6.1.4.1.272.4.5.20.11
The number of questions received. If a packet is received, this variable is incremented by the number of question records contained in the packet.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipDnsNumCacheHits 1.3.6.1.4.1.272.4.5.20.12
The number of times a question could be answered immediately due to a cache entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipDnsNumForwards 1.3.6.1.4.1.272.4.5.20.13
The number of questions forwarded to other name servers.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipDnsNumOks 1.3.6.1.4.1.272.4.5.20.14
The number of requests answered successfully.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipDnsNumFails 1.3.6.1.4.1.272.4.5.20.15
The number of requests answered with a SERVFAIL packet.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipDnsDynamicGlobals 1.3.6.1.4.1.272.4.5.20.17
This object determines, if the global name servers in table admin are being overwritten each time a name server has been negotiated successfully via IPCP or not Possible values: yes (1), -- Overwrite global name servers each time a -- name server has been negotiated successfully -- via IPCP no (2) -- Never overwrite global name servers.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

ipDnsTable 1.3.6.1.4.1.272.4.5.20.16
Contains both static and temporary entries of DNS records
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpDnsEntry

ipDnsEntry 1.3.6.1.4.1.272.4.5.20.16.1
Contains either DNS routing-information or DNS-caching- information, depending on the values of the ip-address and interface-index fields
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpDnsEntry  

ipDnsEntName 1.3.6.1.4.1.272.4.5.20.16.1.1
DNS-name
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

ipDnsEntIpaddr 1.3.6.1.4.1.272.4.5.20.16.1.2
The ip-address, 0.0.0.0 for a not resolved or wildcard entry
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

ipDnsEntIfIndex 1.3.6.1.4.1.272.4.5.20.16.1.3
The index of the interface (from the pppTable) whose nameserver should be requested for this entry. If this field contains a negative value, the static nameservers are queried.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipDnsEntResponse 1.3.6.1.4.1.272.4.5.20.16.1.4
Response for queries matching this entry
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ignore(1), negative(2), positive(3)  

ipDnsEntStatic 1.3.6.1.4.1.272.4.5.20.16.1.5
Determines, whether the entry is static (yes), dynamic(no) (ttl is decremented) or marked for discard (delete)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2), delete(3)  

ipDnsEntTtl 1.3.6.1.4.1.272.4.5.20.16.1.6
The remaining time-to-live of the entry in seconds. This Field is only used, if the type of the entry is dynamic.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipDnsEntLru 1.3.6.1.4.1.272.4.5.20.16.1.7
This Field is only used, if the type of the entry is dynamic. It is an internal value determining the order, in whch dynamic entries are discarded in case of a full dns table (last-recently-used). Internally, it represents the number of seconds elapsed since 01.01.1970.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipDnsEntHash 1.3.6.1.4.1.272.4.5.20.16.1.8
The hash value for the name field. This value is re-compted at boot time and may change due to changing hash algorithms.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipDnsEntRefCount 1.3.6.1.4.1.272.4.5.20.16.1.9
Counts the number of times the entry has been referenced. For immediate entries it resembles the number of times a question could be answered due to this entry, for entries pointing to another nameserver, the number of times, the associated interface has been tried to pull up.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER