Reference Guide 300 Document #: LTRT-17939
Mediant MSBR
42.4 dns srv2ip
This command configures the Internal SRV table, which lets you resolve hostnames into DNS
A-Records.
Syntax
(config-network)# dns srv2ip <Index>
(srv2ip-<Index>)#
Command Description
Configures the first, second or third DNS A-
Record to which the host name is translated.
Configures the host name to be translated.
Configures the port on which the service is to be
found.
Configures the priority of the target host. A lower
value means that it is more preferred.
transport-type {udp|tcp|tls}
Configures the transport type.
Configures a relative weight for records with the
same priority.
Command Mode
Privileged User
Example
This example configures DNS SRV to IP address 208.93.64.253:
(config-network)# dns srv2ip 0
(srv2ip-0)# domain-name proxy.com
(srv2ip-0)# transport-type tcp
(srv2ip-0)# dns-name-1 208.93.64.253