BIANCA-BRICK-DNS-MIB: View SNMP OID List / Download MIB

VENDOR: BINTEC COMMUNICATIONS GMBH


 Home MIB: BIANCA-BRICK-DNS-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 org 1.3
     dod 1.3.6
         internet 1.3.6.1
             private 1.3.6.1.4
                 enterprises 1.3.6.1.4.1
                     bintec 1.3.6.1.4.1.272
                             bibo 1.3.6.1.4.1.272.4
                                 biboip 1.3.6.1.4.1.272.4.5
                                     ipDns 1.3.6.1.4.1.272.4.5.20
                                           ipDnsDhcpAssign 1.3.6.1.4.1.272.4.5.20.1 integer read-write
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), -- Dont send any nameserver -addresses self (2), -- Send own address as the only nameserver global(3) -- Send ns-addresses from global admin table. Enumeration: 'none': 1, 'global': 3, 'self': 2.
                                           ipDnsIpcpAssign 1.3.6.1.4.1.272.4.5.20.2 integer read-write
This variable determines the assignment policy, when a BinTec router is asked for nameservers during IPCP negotiation. Possible values: none (1), -- Dont send any nameserver addresses self (2), -- Send own address as the only nameserver global(3) -- Send ns-addresses from global admin table. Enumeration: 'none': 1, 'global': 3, 'self': 2.
                                           ipDnsUsePosCache 1.3.6.1.4.1.272.4.5.20.3 integer read-write
Decides, whether positive caching is performed or not. Enumeration: 'yes': 2, 'no': 1.
                                           ipDnsUseNegCache 1.3.6.1.4.1.272.4.5.20.4 integer read-write
Decides, whether negative caching is performed or not. Enumeration: 'yes': 2, 'no': 1.
                                           ipDnsMaxCacheSize 1.3.6.1.4.1.272.4.5.20.5 integer read-write
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.
                                           ipDnsPositiveTtl 1.3.6.1.4.1.272.4.5.20.6 integer read-write
The time to live used for a positive cache entry, if the responding nameserver does not tell it explicitly (i.e. TTL=0).
                                           ipDnsNegativeTtl 1.3.6.1.4.1.272.4.5.20.7 integer read-write
The time to live used for negative cache entries.
                                           ipDnsDefaultIfIndex 1.3.6.1.4.1.272.4.5.20.8 integer read-write
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.
                                           ipDnsNumReceives 1.3.6.1.4.1.272.4.5.20.9 integer read-only
The number of packets received.
                                           ipDnsNumInvalids 1.3.6.1.4.1.272.4.5.20.10 integer read-only
The number of invalid packets received.
                                           ipDnsNumRequests 1.3.6.1.4.1.272.4.5.20.11 integer read-only
The number of questions received. If a packet is received, this variable is incremented by the number of question records contained in the packet.
                                           ipDnsNumCacheHits 1.3.6.1.4.1.272.4.5.20.12 integer read-only
The number of times a question could be answered immediately due to a cache entry.
                                           ipDnsNumForwards 1.3.6.1.4.1.272.4.5.20.13 integer read-only
The number of questions forwarded to other name servers.
                                           ipDnsNumOks 1.3.6.1.4.1.272.4.5.20.14 integer read-only
The number of requests answered successfully.
                                           ipDnsNumFails 1.3.6.1.4.1.272.4.5.20.15 integer read-only
The number of requests answered with a SERVFAIL packet.
                                           ipDnsTable 1.3.6.1.4.1.272.4.5.20.16 no-access
Contains both static and temporary entries of DNS records
                                                 ipDnsEntry 1.3.6.1.4.1.272.4.5.20.16.1 no-access
Contains either DNS routing-information or DNS-caching- information, depending on the values of the ip-address and interface-index fields
                                                     ipDnsEntName 1.3.6.1.4.1.272.4.5.20.16.1.1 displaystring read-write
DNS-name
                                                     ipDnsEntIpaddr 1.3.6.1.4.1.272.4.5.20.16.1.2 ipaddress read-write
The ip-address, 0.0.0.0 for a not resolved or wildcard entry
                                                     ipDnsEntIfIndex 1.3.6.1.4.1.272.4.5.20.16.1.3 integer read-write
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.
                                                     ipDnsEntResponse 1.3.6.1.4.1.272.4.5.20.16.1.4 integer read-write
Response for queries matching this entry Enumeration: 'ignore': 1, 'positive': 3, 'negative': 2.
                                                     ipDnsEntStatic 1.3.6.1.4.1.272.4.5.20.16.1.5 integer read-write
Determines, whether the entry is static (yes), dynamic(no) (ttl is decremented) or marked for discard (delete) Enumeration: 'yes': 2, 'delete': 3, 'no': 1.
                                                     ipDnsEntTtl 1.3.6.1.4.1.272.4.5.20.16.1.6 integer read-write
The remaining time-to-live of the entry in seconds. This Field is only used, if the type of the entry is dynamic.
                                                     ipDnsEntLru 1.3.6.1.4.1.272.4.5.20.16.1.7 integer read-write
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.
                                                     ipDnsEntHash 1.3.6.1.4.1.272.4.5.20.16.1.8 integer read-only
The hash value for the name field. This value is re-compted at boot time and may change due to changing hash algorithms.
                                                     ipDnsEntRefCount 1.3.6.1.4.1.272.4.5.20.16.1.9 integer read-write
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.
                                           ipDnsDynamicGlobals 1.3.6.1.4.1.272.4.5.20.17 integer read-write
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. Enumeration: 'yes': 1, 'no': 2.