Controllers

Community space to connect, share knowledge, and seek guidance on network controllers and related topics
cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Developer Sustainability Week Events

Build for Better Code Challenge

Cisco U. Spotlight Registration


>> View previously featured conversations <<

Forum Posts

Hi, Apology for the basic question, I am enabling Netconf on XR & XE platform but I am bit worried about security aspect of the Netconf so trying to grant least privilege access to the client. When configuring CoPP on Cisco Device, under control-plan...

rthakker by Level 1
  • 1073 Views
  • 0 replies
  • 0 Helpful votes

hello forum Guys,  Is there capability to use local guest shell on IOS XR ASR9K? I found info on https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/166/b_166_programmability_cg/guest_shell.html#id_45860 that local guest feature is a...

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...

j.a.m.e.s by Level 4
  • 2687 Views
  • 3 replies
  • 0 Helpful votes

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? ...

puguntur by Cisco Employee
  • 2504 Views
  • 2 replies
  • 0 Helpful votes

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...

Top Solution Authors