show services border-signaling-gateway name-resolution-cache
Syntax
Release Information
Command introduced in Junos OS Release 10.0.
Description
Display entries in the name resolution cache.
Options
- all
Display all entries in the name resolution cache.
- fqdn fqdn
Display entries for a specific fully qualified domain name (FQDN).
- gateway gateway-name
Display information about the name resolution cache associated with this border signaling gateway (BSG).
- backup
(Optional) Display information about the name resolution cache associated with the backup BSG.
- master
(Optional) Display information about the name resolution cache associated with the master BSG. If you do not specify the master or backup option, the master option is the default.
Required Privilege Level
view
List of Sample Output
show services border-signaling-gateway name-resolution-cacheOutput Fields
Table 1 lists the output fields for the show services border-signaling-gateway name-resolution-cache command. Output fields are listed in the approximate order in which they appear.
Table 1: show services border-signaling-gateway name-resolution-cache Output Fields
Field Name | Field Description |
|---|---|
Name | Name of the SIP server. The value can be a server name or a service record name. |
Type | Type of Domain Name System (DNS) record:
|
RData | Contents of the DNS Record Data field. For A type records, an IP address. For NAPTR records, the FQDN. For SRV type records, a host name. |
TTL Expiry | Time to live. Indicates the time in seconds that the server will remain in the cache. |
Blacklist Expiry | If the server is on the blacklist, the time in seconds that the server will remain on the blacklist. |
Sample Output
show services border-signaling-gateway name-resolution-cache
user@host> show services border-signaling-gateway
name-resolution-cache by-fqdn example.com gateway bsg-1
Name Type RData TTL Blacklist
Expiry Expiry
sip._udp.example.com SRV server1.example.com. 86400
server2.example.com. 86400
server3.example.com. 86400
server1.example.com A 192.168.1.10 43200
server2.example.com A 192.168.2.20 86400 300
192.168.2.21 86400
server3.example.com A 192.168.3.30 86400 280
