Connect Using TCP

Connections using TCP is not secured.

Before you begin

Using TCP to connect to the remote RPKI server is insecure.

You must be within the RPKI priority context.

Procedure

Add the server's configuration information.
SLX(config-bgp-router-rpki-priority-2)# server tcp rpki.testsite.org port 65111
                    
This command will only indicate errors while adding the remote RPKI server. No indication is provided if the server is configured successfully.

Example

The following example summarizes the commands in this procedure.

SLX# configure terminal
SLX(config)# router bgp 
SLX(config-bgp-router)# rpki priority 2
SLX(config-bgp-router-rpki-priority-2)#
SLX(config-bgp-router-rpki-priority-2)# server tcp rpki.testsite.org port 65111 
SLX(config-bgp-router-rpki-priority-2)#