Configuring DNS Resolution for Locating SIP Servers
You can configure how the BSG handles the SIP servers in the name resolution cache, and you can specify the methods that the BSG uses to accelerate the DNS name resolution process.
To configure the name resolution cache and the acceleration process:
- Enter the name resolution cache configuration.[edit]user@host# edit services border-signaling-gateway gateway bsg-1 name-resolution-cache
- Configure a blacklist period; that is,
the number of seconds that the BSG marks a SIP server as unavailable
after it discovers that the server is down. [edit services border-signaling-gateway gateway bsg-1 name-resolution-cache]user@host# set blacklist-period 900
- Configure the maximum number of SIP servers
that can be held in the name resolution cache. [edit services border-signaling-gateway gateway bsg-1 name-resolution-cache]user@host# set maximum-records-in-cache 50000
- Configure the TTL, in seconds, for SIP
servers in the name resolution cache. [edit services border-signaling-gateway gateway bsg-1 name-resolution-cache]user@host# set maximum-time-in-cache 64000
- Configure the methods that the BSG uses
to accelerate the DNS resolution process. [edit services border-signaling-gateway gateway bsg-1 name-resolution-cache]user@host# set accelerations initiate-alternative-queriesuser@host# set accelerations initiate-next-queriesuser@host# set accelerations no-refresh-before-ttl-expiry
