Dear All,I'm getting started with Ansible. I have installed ansible using pip (in a virtual environment):pipenv install ansibleThe ping check is working:$ ansible -i ./ansible_hosts ios -m ping switch.int.company.com | SUCCESS => { "ansible_facts...
Dear All,I'm getting started with Ansible. I have installed ansible using pip (in a virtual environment):pipenv install ansibleThe ping check is working:$ ansible -i ./ansible_hosts ios -m ping switch.int.company.com | SUCCESS => { "ansible_facts...
Hello Folks, I m new to this developer community on Cisco DevNet. I finished one lab named IOS XE programmability lab by reading the content now I want to try it on Cisco sandbox. But I m not able to understand how to search it on Sandbox and also on...
Hello everyone, Can you help me with integration og Webex team and Cisco router ? Is somewhere explained how to do it ? I nedd checkiing LTE usage on Industry router and i want do it via API from webex. Is this possible ? Something like that....https...
Hello, I'm looking for a way to export the switches with stack member information from Cisco Prime. The data is available under Monitor > Switches > Stacks [1]. But I haven't found a way to export it. I have checked the Inventory Export, Reports and ...
Folks, Looking for documentation/help to add new os support for genie parser. I want to add genie support for ACI. Given NXOS support is already there, I want it to either make it work for ACI or what additions are needed to add support it for ACI? ...
Hello How can I open a file on flash from Guestshell with Python?Thanks.
This code almost perfect, however the 2nd numbering is not working as expected.user@linux:~$ cat ip.txt 10.1.1.1 10.2.2.2 10.3.3.3 user@linux:~$script.pyfrom netmiko import Netmiko with open('ip.txt') as f: print('List of Hosts') print('-' * 13) for...
This is sample output of Cisco Switch show version command.Switch#show version Cisco IOS Software, C2960 Software (C2960-LANBASEK9-M), Version 15.0(2)SE, RELEASE SOFTWARE (fc1) Technical Support: http://www.cisco.com/techsupport Copyright (c) 1986-20...
This is sample output of Cisco Switch show version command.Switch#show version Cisco IOS Software, C2960 Software (C2960-LANBASEK9-M), Version 15.0(2)SE, RELEASE SOFTWARE (fc1) Technical Support: http://www.cisco.com/techsupport Copyright (c) 1986-20...
I notice that my netmiko code can't run `sh run | i host` which is a legitimate Cisco command. When I replace `sh run` with other command such as `sh clo`, or `show ip interface brief`, it works perfectly.from netmiko import ConnectHandler R1 = { 'd...
I have no issue SSH manually from Linux client to Cisco Router.However when I try to connect to the same Router using Python netmiko, the following error occurred.>>> from netmiko import ConnectHandler >>> R1 = { ... 'device_type': 'cisco_ios', ....
Hi Everyone, Is there a place I can download the a Swagger file for the DNAC Intent APIs. The link to JSON file on this page seem to be broken ? https://developer.cisco.com/docs/dna-center/api/1-3-3-x/
I have been working on an ansible playbook to assist with deploying customer configuration on a IOS-XE PE router. To be brief, the ansible playbook looks at a yaml file containing information on how to deploy a customer instance and deploys a configu...
Hi, Any idea how to achieve the following:1. WAN QoS change2. WAN link relocation3. WAN link bandwidth upgrade or downgrade4. WAN routes advertisement or de-advertisement Using Viptela APIs:https://sdwan-docs.cisco.com/Product_Documentation/Command_...
I recently posted this in another forum, but thought it could be helpful here. The idea is to automate the following: -Add device to inventory in DNAC -Assign NAD to site in DNAC -Update unique NAD fields in ISE so that authz policies were not confl...
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide
| Subject | Author | Posted |
|---|---|---|
| 04-05-2025 10:12 AM | ||
| 01-28-2024 10:24 PM | ||
| 12-23-2023 10:21 AM | ||
| 11-19-2023 02:36 AM | ||
| 03-20-2023 06:31 AM |