-
@carlmontanari there is two methods `readUntilPrompt` defined in netconf and base channel packages
Those functions use RE compilation out of a prompt, which happens to be a string, not a RE. I thin…
hellt updated
3 years ago
-
Adding an ignore_privilege_level boolean flag to `driver.network.sync_driver.send_command`, `driver.network.sync_driver.send_commands`, `driver.network.sync_driver.send_commands_from_file`, `driver.ne…
-
In here you create a response object where only host, port and command fields are populated
https://github.com/scrapli/scrapligo/blob/379e44c4b71756b578208c9056b22114eccf1b94/driver/network/sendcomma…
hellt updated
3 years ago
-
Dears,
I'm trying to set-up the devices.yaml to connect with multiple PoPs using Juniper MX Routers, however, the first device works well, but in the second I see the netmiko are using something li…
-
**Describe the bug**
A ScrapliTimeout is raised when the length of the config used with edit_config reaches a certain length.
**To Reproduce**
Steps to reproduce the behavior:
1. Your script
``…
-
**Describe the bug**
Regular expression for tclsh on IOS-XE fails to capture the prompt, to be more specific:
`+>(tcl)#`
**To Reproduce**
Steps to reproduce the behavior:
1. Your script
```
f…
-
Hello. I've tried to move my ncclient script to scrapli and faced unexpected result - Auth issue.
It's a Huawei CE box. So it's not in the ist of supported devices. However, here is my code
```
i…
-
Am trying to connect cisco C2960X Version 15.2 IOS using nornir_scrapli but I can't connect the output
Found `password:` in output, assuming password authentication failed
Below is the connection …
-
Hi,
I've been using Netmiko for a while but wanted to give scrapli a try to hopefully take advantage of speed. My goal is to get this working against Drivenets boxes but my initial attempt using the…
-
**Describe the bug**
https://carlmontanari.github.io/scrapli/user_guide/basic_usage/#ssh-config-support -> "Transport notes"
leads to a broken link