DhcpAssign |
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), -- Don't send any nameserver -addresses self (2), -- Send own address as the only nameserver global(3) -- Send ns-addresses from global admin table. Enumerations: - none (1)
- self (2)
- global (3)
|
IpcpAssign |
This variable determines the assignment policy, when a BinTec router is asked for nameservers during IPCP negotiation. Possible values: none (1), -- Don't send any nameserver addresses self (2), -- Send own address as the only nameserver global(3) -- Send ns-addresses from global admin table. Enumerations: - none (1)
- self (2)
- global (3)
|
UsePosCache |
Decides, whether positive caching is performed or not. Enumerations: |
UseNegCache |
Decides, whether negative caching is performed or not. Enumerations: |
MaxCacheSize |
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. |
PositiveTtl |
The time to live used for a positive cache entry, if the responding nameserver does not tell it explicitly (i.e. TTL=0). |
NegativeTtl |
The time to live used for negative cache entries. |
DefaultIfIndex |
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. |
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 name servers. |
NumOks |
The number of requests answered successfully. |
NumFails |
The number of requests answered with a SERVFAIL packet. |
DynamicGlobals |
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. Enumerations: |