nkhambal
nkhambal
I am trying to run tabset from an expect script.My sequence is - open a new iterm2 tab - invoke my script to connect to the remote host via ssh...
I am getting following read timeout exception when I run my script Processing Host: usgrx107-bbisp-gw1 Traceback (most recent call last): File "/Users/nileshkhambal/Documents/GIT_REPO/PIE/edge-bgp-peer-verification/all-route-verification/bgp_group_peer_verification_iosxr_native.py", line 164, in cDev.open() File "/Users/nileshkhambal/Documents/GIT_REPO/PIE/edge-bgp-peer-verification/all-route-verification/venv/lib/python3.9/site-packages/pyIOSXR/iosxr.py", line 176,...
Running this playbook leads to the crash. It looks like module cli_config is trying to run 'show system information' command from "configure private" mode. The correct syntax should be "/show...