Entering IPv4 and IPv6 Network Addresses - Basic Teradata Query

Basic Teradata Query Reference

Product
Basic Teradata Query
Release Number
15.10
Language
English (United States)
Last Update
2018-10-07
dita:id
B035-2414
lifecycle
previous
Product Category
Teradata Tools and Utilities

Workstation-attached clients support both IPv4 and IPv6 network addressing for specifying the TdpId value used when logging on sessions. BTEQ can be told what value to use by employing one of the following controls:

  • The SET TDP command
  • The LOGON command
  • The dbcname parameter in clispb.dat
  • An IPv6 address must be enclosed in square brackets [ ]. If a port number is included, place it outside the brackets and separate it from the IP address with a colon. The following examples are valid IPv4 or IPv6 address formats.

  • <IPv4 address>
  • <IPv4 address>:<port>
  • [<IPv6 address> ]
  • [<IPv6 address> ]:<port>
  • Example:

  • Internet format: mytdpid.td.teradata.com
  • IPv4 format with port: 111.122.133.144:1025
  • IPv6 format: [2002:9941:abcd::cebf]