2025-01-30 04:10:55,952 INFO BGP-Thread-1: Connecting in the talking mode. 2025-01-30 04:10:55,953 DEBUG BGP-Thread-1: Local IP address: 127.0.0.1 2025-01-30 04:10:55,953 DEBUG BGP-Thread-1: Local port: 17900 2025-01-30 04:10:55,953 DEBUG BGP-Thread-1: Remote IP address: 10.30.171.151 2025-01-30 04:10:55,953 DEBUG BGP-Thread-1: Remote port: 1790 2025-01-30 04:10:55,953 INFO BGP-Thread-1: Connected to ODL. 2025-01-30 04:10:55,955 INFO BGP-Thread-1: Open message received. 2025-01-30 04:10:55,955 INFO BGP-Thread-1: ffffffffffffffffffffffffffffffff003b0104fbf000b4c00002021e021c41040000fbf006000200010400010001010400020001400200b44700 2025-01-30 04:10:55,955 INFO BGP-Thread-1: Generator initialisation 2025-01-30 04:10:55,955 INFO BGP-Thread-1: Target total number of prefixes to be introduced: 3 2025-01-30 04:10:55,955 INFO BGP-Thread-1: Prefix base: 8.1.0.0/28 2025-01-30 04:10:55,955 INFO BGP-Thread-1: My Autonomous System number: 64496 2025-01-30 04:10:55,955 INFO BGP-Thread-1: My Hold Time: 180 2025-01-30 04:10:55,955 INFO BGP-Thread-1: My BGP Identifier: 2130706433 2025-01-30 04:10:55,955 INFO BGP-Thread-1: Next Hop: 192.0.2.1 2025-01-30 04:10:55,955 INFO BGP-Thread-1: Originator ID: None 2025-01-30 04:10:55,955 INFO BGP-Thread-1: Cluster list: None 2025-01-30 04:10:55,955 INFO BGP-Thread-1: Prefix count to be inserted at once: 1 2025-01-30 04:10:55,956 INFO BGP-Thread-1: Prefix count to be withdrawn at once: 0 2025-01-30 04:10:55,956 INFO BGP-Thread-1: Fast pre-fill up to 0 prefixes 2025-01-30 04:10:55,956 INFO BGP-Thread-1: Remaining number of prefixes to be processed in parallel with withdrawals: 3 2025-01-30 04:10:55,956 DEBUG BGP-Thread-1: Prefix index range used after pre-fill procedure [0, 2] 2025-01-30 04:10:55,956 INFO BGP-Thread-1: Two separate UPDATEs will be generated for each NLRI & WITHDRAWN lists 2025-01-30 04:10:55,956 INFO BGP-Thread-1: Let's go ... 2025-01-30 04:10:55,956 DEBUG BGP-Thread-1: OPEN message encoding 2025-01-30 04:10:55,956 DEBUG BGP-Thread-1: Marker=0xffffffffffffffffffffffffffffffff 2025-01-30 04:10:55,956 DEBUG BGP-Thread-1: Length=45 (0x002d) 2025-01-30 04:10:55,956 DEBUG BGP-Thread-1: Type=1 (0x01) 2025-01-30 04:10:55,956 DEBUG BGP-Thread-1: Version=4 (0x04) 2025-01-30 04:10:55,956 DEBUG BGP-Thread-1: My Autonomous System=64496 (0xfbf0) 2025-01-30 04:10:55,956 DEBUG BGP-Thread-1: Hold Time=180 (0x00b4) 2025-01-30 04:10:55,956 DEBUG BGP-Thread-1: BGP Identifier=2130706433 (0x7f000001) 2025-01-30 04:10:55,956 DEBUG BGP-Thread-1: Optional Parameters Length=16 (0x10) 2025-01-30 04:10:55,956 DEBUG BGP-Thread-1: Optional Parameters=0x0206010400010001020641040000fbf0 2025-01-30 04:10:55,957 DEBUG BGP-Thread-1: OPEN message encoded: 0xb'ffffffffffffffffffffffffffffffff002d0104fbf000b47f000001100206010400010001020641040000fbf0' 2025-01-30 04:10:55,957 DEBUG BGP-Thread-1: Sending the OPEN message: ffffffffffffffffffffffffffffffff002d0104fbf000b47f000001100206010400010001020641040000fbf0 2025-01-30 04:10:55,959 DEBUG BGP-Thread-1: KEEP ALIVE message encoding 2025-01-30 04:10:55,959 DEBUG BGP-Thread-1: Marker=0xffffffffffffffffffffffffffffffff 2025-01-30 04:10:55,959 DEBUG BGP-Thread-1: Length=19 (0x0013) 2025-01-30 04:10:55,960 DEBUG BGP-Thread-1: Type=4 (0x04) 2025-01-30 04:10:55,960 DEBUG BGP-Thread-1: KEEP ALIVE message encoded: 0xffffffffffffffffffffffffffffffff001304 2025-01-30 04:10:55,960 ERROR BGP-Thread-1: Open not confirmed by keepalive, instead got: ffffffffffffffffffffffffffffffff001503 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 2427, in job raise MessageError(error_msg, msg_in) __main__.MessageError: Open not confirmed by keepalive, instead got: ffffffffffffffffffffffffffffffff001503 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/lib/python3.8/socketserver.py", line 232, in serve_forever ready = selector.select(poll_interval) File "/usr/lib/python3.8/selectors.py", line 415, in select fd_event_list = self._selector.poll(timeout) KeyboardInterrupt