sp_addserver

sp_addserver includes the filter parameter to add a remote server for remote procedure calls (RPCs). The syntax is:

sp_addserver 'logical_server_name', ASEnterprise, 'host:port:filter'

where filter is:

ssl[="CN=common_name"]

For example, the following adds the “new_logical_server” server:

sp_addserver 'big_logical_server', ASEnterprise, 'maynard:23954:ssl=
"CN=ase1.big server 1.com"'

The rules for common names are same as those used for dynamic listeners and the directory service entries.

You can use this format to declare the host:port number:

ip_address:port