If not, please try to modify the config_commands as below:
Traceback (most recent call last):
File "C:\Users\aeahmed\AppData\Local\Programs\Python\Python39\lib\site-packages\paramiko-2.7.2-py3.9.egg\paramiko\channel.py", line 699, in recv
out = self.in_buffer.read(nbytes, self.timeout)
File "C:\Users\aeahmed\AppData\Local\Programs\Python\Python39\lib\site-packages\paramiko-2.7.2-py3.9.egg\paramiko\buffered_pipe.py", line 164, in read
raise PipeTimeout()
paramiko.buffered_pipe.PipeTimeout
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\aeahmed\AppData\Local\Programs\Python\Python39\lib\site-packages\netmiko-3.3.3rc0.dev0-py3.9.egg\netmiko\base_connection.py", line 569, in _read_channel_expect
File "C:\Users\aeahmed\AppData\Local\Programs\Python\Python39\lib\site-packages\paramiko-2.7.2-py3.9.egg\paramiko\channel.py", line 701, in recv
raise socket.timeout()
socket.timeout
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\aeahmed\Desktop\Multi-con.py", line 22, in <module>
output = net_connect.send_config_set(config_commands)
File "C:\Users\aeahmed\AppData\Local\Programs\Python\Python39\lib\site-packages\netmiko-3.3.3rc0.dev0-py3.9.egg\netmiko\base_connection.py", line 1884, in send_config_set
File "C:\Users\aeahmed\AppData\Local\Programs\Python\Python39\lib\site-packages\netmiko-3.3.3rc0.dev0-py3.9.egg\netmiko\base_connection.py", line 646, in read_until_pattern
File "C:\Users\aeahmed\AppData\Local\Programs\Python\Python39\lib\site-packages\netmiko-3.3.3rc0.dev0-py3.9.egg\netmiko\base_connection.py", line 579, in _read_channel_expect
netmiko.ssh_exception.NetmikoTimeoutException: Timed-out reading channel, data not available.