IPV6 changes

New syntax supporting IPV6 is similar to that of sp_listener: the IP address should be in brackets, followed by a colon and the port number. For example:

sp_addserver 'big_logical_server, ASEnterprise,
'[fd77:55d:59d9:16a:250:56ff:feb3:4fc3]:16779'

This example shows the syntax for SSL, using the IP address directly, instead of the server host name:

sp_addserver 'big_logical_server',ASEnterprise,
'[fd77:55d:59d9:16a:250:56ff:feb3:4fc3]:16779:
ssl="CN=big server.sybase.com"'

If you want to use the server host name, enter:

sp_addserver 'big_logical_server',ASEnterprise,
'bigserver.v6:16779:ssl="CN=big server.sybase.com"'

This syntax, using .v6 before the column, is the convention at Sybase. Your own system convention may be different:

'bigserver:16779:ssl="CN=big server.sybase.com"'