2024-03-15 04:36:18,300 INFO BGP-Thread-1: Connecting in the talking mode. 2024-03-15 04:36:18,300 DEBUG BGP-Thread-1: Local IP address: 127.0.0.1 2024-03-15 04:36:18,300 DEBUG BGP-Thread-1: Local port: 17900 2024-03-15 04:36:18,300 DEBUG BGP-Thread-1: Remote IP address: 10.30.170.16 2024-03-15 04:36:18,301 DEBUG BGP-Thread-1: Remote port: 1790 Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib64/python3.6/threading.py", line 937, in _bootstrap_inner self.run() File "/usr/lib64/python3.6/threading.py", line 885, in run self._target(*self._args, **self._kwargs) File "play.py", line 2406, in job bgp_socket = establish_connection(arguments) File "play.py", line 284, in establish_connection talking_socket.connect((str(arguments.peerip), arguments.peerport)) ConnectionRefusedError: [Errno 111] Connection refused Traceback (most recent call last): File "play.py", line 2543, in threaded_job(arguments) File "play.py", line 2537, in threaded_job rpcserver.serve_forever() File "/usr/lib64/python3.6/socketserver.py", line 236, in serve_forever ready = selector.select(poll_interval) File "/usr/lib64/python3.6/selectors.py", line 376, in select fd_event_list = self._poll.poll(timeout) KeyboardInterrupt