-
##### ISSUE TYPE
- Bug Report
##### TEMPLATE USING
cisco_ios_show_version.textfsm
```
Value VERSION (.+?)
Value ROMMON (\S+)
Value HOSTNAME (\S+)
Value UPTIME (.+)
Value RELOAD_REASON (.+?…
-
I am working with a network switch, FS 2805s, with a non standard login prompt. See example of the login prompt below:
```
ssh admin@10.0.0.1
Password(1-32 chars):*************
switch>
```
…
-
**Describe the bug**
Hi All,
I was using salt-sproxy for a while with our Juniper-based network, and all was working fine.
I started to find some problems with the new Junos code we use (18.x)
…
-
##### ISSUE TYPE
- Template Issue with error and raw data
##### TEMPLATE USING
```
Value Required VLAN_ID (\d+)
Value List INTERFACES ([\w\./-]+)
Value List IP_ADDRESSES (\S+)…
-
##### ISSUE TYPE
- Bug Report
##### TEMPLATE USING
```
Value LOCAL_INTERFACE (\S+)
Value CHASSIS_ID (\S+)
Value NEIGHBOR_PORT_ID (.*)
Value NEIGHBOR_INTERFACE (.*)
Value NEI…
RP-11 updated
4 months ago
-
##### ISSUE TYPE
- Template Issue with error and raw data
##### TEMPLATE USING
```
Value Required INTERFACE (\S+)
Value LINK_STATUS (.+?)
Value PROTOCOL_STATUS (.+?)
Value Li…
-
##### ISSUE TYPE
- Template Issue with error and raw data
##### TEMPLATE USING
```
Value Filldown,Required SESSION_TYPE (\S+)
Value Filldown CONNECTION (\d+\.\d+\.\d+\.\d+)
Va…
-
##### ISSUE TYPE
- Bug Report
##### TEMPLATE USING
cisco_asa_show_interface.textfsm
```
Value Required INTERFACE (\S+)
Value INTERFACE_ZONE (.+?)
Value LINK_STATUS (.+?)
Value…
-
##### ISSUE TYPE
- Template Issue with error and raw data
##### TEMPLATE USING
##### STEPS TO REPRODUCE
```
cmd = ["show boot"]
try:
net_connect = ConnectHandler(**device…
-
Nautobot Version - 2.2.6
Using the nautobot inventory plugin for nornir, when attempting to access config context data for a device, only local config context is available. Rendered config cont…