-
In version 3.4, the CiscoXrBase session_preparation method (cisco/cisco_xr.py) has a couple of self._test_channel_read() calls added with a note of: IOS-XR has an issue where it echoes the command even though it hasn't returned the prompt I'm curious which version(s) of XR this issue was seen with and how best to test if a router is exhibiting this behavior ? These 2 calls to _test_channel_read() are adding about 5 seconds total to the SSH session setup for XR. I'm wondering if this can be sped up a bit assuming the specific XR version and platform we're using does not exhibit this behavior. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Okay, I think I broke something on the performance of IOS-XR between Netmiko version 3.3.2 and the current develop branch (likely also broke on Netmiko version 3.4.0). I say this looking at my historical performance data for IOS-XR and comparing it to what I see for the current response time. I will see if I can create a proposed fix for it and post the proposed fix here. |
Beta Was this translation helpful? Give feedback.
-
Reference data for performance as of Netmiko 3.3.2: |
Beta Was this translation helpful? Give feedback.
-
Bug fixed in #2345 |
Beta Was this translation helpful? Give feedback.
Bug fixed in #2345