BIANCA-BRICK-DNS-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for BIANCA-BRICK-DNS-MIB.
25
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
25 total| Object Name |
|---|
org OBJECT IDENTIFIER .1.3 |
RFC1155-SMI Unknown .1.3 |
dod OBJECT IDENTIFIER .1.3.6 |
internet OBJECT IDENTIFIER .1.3.6.1 |
private OBJECT IDENTIFIER .1.3.6.1.4 |
enterprises OBJECT IDENTIFIER .1.3.6.1.4.1 |
bintec OBJECT IDENTIFIER .1.3.6.1.4.1.272 |
bibo OBJECT IDENTIFIER .1.3.6.1.4.1.272.4 |
biboip OBJECT IDENTIFIER .1.3.6.1.4.1.272.4.5 |
ipDns OBJECT IDENTIFIER .1.3.6.1.4.1.272.4.5.20 |
ipDnsDhcpAssignThis variable determines the assignment policy, when a BinTec
router acts as a DHCP-server and is asked for nameserver
addresses.
Possible values:
none (1),
self (2),
global(3)
::= { ipDns 1 }
ipDnsIpcpAssign OBJECT-TYPE
SYNTAX INTEGER {
none (1),
self (2),
global(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTIONrw Enumeration .1.3.6.1.4.1.272.4.5.20.2 |
ipDnsUsePosCacheDecides, whether positive caching is performed or not.rw Enumeration .1.3.6.1.4.1.272.4.5.20.3 |
ipDnsUseNegCacheDecides, whether negative caching is performed or not.rw Enumeration .1.3.6.1.4.1.272.4.5.20.4 |
ipDnsMaxCacheSizeDefines 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.rw INTEGER .1.3.6.1.4.1.272.4.5.20.5 |
ipDnsPositiveTtlThe time to live used for a positive cache entry, if the
responding nameserver does not tell it explicitly
(i.e. TTL=0).rw INTEGER .1.3.6.1.4.1.272.4.5.20.6 |
ipDnsNegativeTtlThe time to live used for negative cache entries.rw INTEGER .1.3.6.1.4.1.272.4.5.20.7 |
ipDnsDefaultIfIndexThe 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.rw INTEGER .1.3.6.1.4.1.272.4.5.20.8 |
ipDnsNumReceivesThe number of packets received.ro INTEGER .1.3.6.1.4.1.272.4.5.20.9 |
ipDnsNumInvalidsThe number of invalid packets received.ro INTEGER .1.3.6.1.4.1.272.4.5.20.10 |
ipDnsNumRequestsThe number of questions received. If a packet is received, this
variable is incremented by the number of question records
contained in the packet.ro INTEGER .1.3.6.1.4.1.272.4.5.20.11 |
ipDnsNumCacheHitsThe number of times a question could be answered
immediately due to a cache entry.ro INTEGER .1.3.6.1.4.1.272.4.5.20.12 |
ipDnsNumForwardsThe number of questions forwarded to other name servers.ro INTEGER .1.3.6.1.4.1.272.4.5.20.13 |
ipDnsNumOksThe number of requests answered successfully.ro INTEGER .1.3.6.1.4.1.272.4.5.20.14 |
ipDnsNumFailsThe number of requests answered with a SERVFAIL packet.ro INTEGER .1.3.6.1.4.1.272.4.5.20.15 |
ipDnsDynamicGlobalsThis 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),
no (2)
::= { ipDns 17 }
ipDnsTable OBJECT-TYPE
SYNTAX SEQUENCE OF IpDnsEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTIONrw Enumeration .1.3.6.1.4.1.2637.2.1.1120.1.9 |