2024-09-09 07:42:39,471 INFO BGP-Thread-1: Connecting in the talking mode.
2024-09-09 07:42:39,471 DEBUG BGP-Thread-1: Local IP address: 127.0.0.4
2024-09-09 07:42:39,471 DEBUG BGP-Thread-1: Local port: 17900
2024-09-09 07:42:39,471 DEBUG BGP-Thread-1: Remote IP address: 10.30.170.188
2024-09-09 07:42:39,471 DEBUG BGP-Thread-1: Remote port: 1790
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, 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