DhcpAssign |
Assignment policy when a BinTec router acts as a DHCP-server and is asked for nameserver addresses. Possible values: - none: Do not send any nameserver-addresses. - self: Send own address as the only nameserver. - global: Send addresses from global nameserver-table. Enumerations: - none (1)
- self (2)
- global (3)
|
IpcpAssign |
Assignment policy when a BinTec router is asked for nameservers during IPCP negotiation. Possible values: - none: Do not send any nameserver addresses. - self: Send own address as the only nameserver. - global: Send addresses from global namerserver-table. Enumerations: - none (1)
- self (2)
- global (3)
|
UsePosCache |
Decides whether positive dynamic caching is done or not. Enumerations: |
UseNegCache |
Decides whether negative dynamic caching is done or not. Enumerations: |
MaxCacheSize |
Defines maximum number of dynamic DNS-table-entries. If this limit is reached, the least recently used dynamic entry is discarded if a new one is to be added. |
PositiveTtl |
Time-to-live in seconds reported for positive static entries. |
NegativeTtl |
Time-to-live in seconds reported for negative static entries, and initial time-to-live for negative dynamic cache-entries. |
DefaultIfIndex |
Interface-index (if not -1) of DHCP/IPCP-assigned nameserver that should be used as fallback for DNS-forwarding if not found by other mechanism (e.g. manually configured global nameserver or address/interface specified by application or wildcard-domain-forwarding-entry). |
NumReceives |
The number of packets received. |
NumInvalids |
The number of invalid packets received. |
NumRequests |
The number of questions received. If a packet is received, this variable is incremented by the number of question records contained in the packet. |
NumCacheHits |
The number of times a question could be answered immediately due to a cache entry. |
NumForwards |
The number of questions forwarded to other nameservers. |
NumOks |
The number of requests answered successfully. |
NumFails |
The number of requests answered with a SERVFAIL packet. |
DynamicGlobals |
Determines if 'automatic' entries (see ipDnsServerCfgMode) are stored in global nameserver-table: - yes: Make 'automatic' nameserver-entries. - no: Do NOT make 'automatic' nameserver-entries. Enumerations: |
CheckBailiwick |
Determines if 'Bailiwick' check of answer, authority and additional records should be performed or not. If set to webfilter(3) special policies defined otherwise will be used. Enumerations: - yes (1)
- no (2)
- webfilter (3)
|