-
[Python求助.docx](https://github.com/sshuangliu/auto_config_get/files/9966476/Python.docx)
跑完以后没有结果。能帮忙看一下吗
-
Multi IOS – SD-WAN Lab
https://developer.cisco.com/learning/lab/sdwan-automation-dayone-config/step/3
This also needs SSH to run an Ansible playbook.
-
Hey, i was connecting to a cisco devices with the below script, but unfortunately the script stops if the devices is login for the first time. The script works after i have login manually to the devic…
-
Hi Kelvin,
This is a fantastic product you have. Well done, and thank you!
As a network engineer, I would love the ability to also use it as more of an organizational tool to facilitate my SSH p…
-
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*$$|::)
```
##…
-
On Cisco ASR 9000 (IOS XR 6), the script is unable to find indexes:
snmpwalk 1.3.6.1.4.1.9.9.91.1.1.1.1.1 returns no output type 14
-
Hi,
I have a problem with CIS Benchmark 2.1.4 Set 'no service dhcp' (Automated)
It looks like the benchmark is a bit naive and the defaults of Cisco of showing dhcp service has changed somewhere in …
-
I am using this project to connect from a linux host to a old cisco switch. The gateway is running locally on the linux host under systemd.
The output from the cisco lacks carriage returns on new lin…
-
### Summary
I am experiencing an issue where only modules in 'ansible.builtin' namespace are recognized correctly or suggested. Additionally, any collections (community.vmware, community.general e…
-
Following documentation at https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/1610/b_1610_programmability_cg/gnmi_protocol.html#id_67108
Using the generated certificates yields:
…