-
my quick fix in cisco_ios_show_lldp_neighbors_detail.textfsm :
line 29
```
^Chassis\s+id:\s+${CHASSIS_ID}\s*$$
```
changed into :
```
^Chassis\s+id:\s+(${CHASSIS_ID}\s*$$|::)
```
##…
mcn29 updated
3 weeks ago
-
**Describe the bug**
proxy-runner 'target_cache' has default value 'False' while docs say 'True'.
Which is the intended default?
**Expected behavior**
I guess it should be on by default?
*…
-
### Description of Issue
I think the strip_prompt function is originally intended to remove only the last line of the prompt. However, in practice, it removes not only the last prompt line but also…
-
**Description**
Getting various error when sending napalm_net function calls, with key-value arguments, to multiple proxy-minions controlled by the same delta-proxy.
Sending the same command, targ…
-
**Describe the bug**
This only occurs when using a reactor with the runner.proxy.execute.
The variable 'netbox_filter' in the targets-function of the netbox roster is a reference to the netbox fi…
-
### Description of Issue/Question
Jsnapy is overwrite the logger I've defined. I believe this is similar to: https://github.com/Juniper/jsnapy/issues/263
Workarounds (besides printing and writin…
-
Type: Bug
Open vscode
The Icons on top right window header for "Toggle Primary Sidebar", "Toggle Panel", "Toggle Secondary Side Bar" and "Customize Layout" is not displayed anymore.
I was not able…
-
##### ISSUE TYPE
- Template Issue with error and raw data
##### TEMPLATE USING
```
#
# FG Version: 5.6, 6.0, 6.2, 6.4, 7.0
# HW : varied
#
Value HA_HEALTH (\S+|.*)
V…
-
Hello
I'm new to ttp and I find it extremely useful for managing network equipment.
I've hit a few bumps and I wonder if that is an issue or I'm missing something
I'm using http://textfsm.norni…
-
### Illegal Instruction Error on Debian docker
### Did you follow the steps from https://github.com/napalm-automation/napalm#faq
(Place an ``x`` between the square brackets where applicable)
- …