GithubHelp home page GithubHelp logo

Comments (6)

ktbyers avatar ktbyers commented on June 2, 2024

The solution for this is staged pending the release of Netmiko 1.0 which come out this week (week of 9/12)

from napalm-ios.

ktbyers avatar ktbyers commented on June 2, 2024

Fix in develop branch.

from napalm-ios.

nickermire avatar nickermire commented on June 2, 2024

I'm also having this problem when calling napalm via ansible. Had to set privilege mode to 15 for the module to work. Netmiko version is 1.1.0.

Here is my playbook.yml
` - name: Push config to switch group.
hosts: test
connection: local
gather_facts: no

tasks:
- name: get facts from device
napalm_get_facts:
hostname={{ inventory_hostname }}
username=theusername
dev_os=ios
password=thepassword
secret=thesecret
filter='interfaces'
register: result

- debug: msg= "{{ result.stdout }}"`

from napalm-ios.

nickermire avatar nickermire commented on June 2, 2024

Also have to delete the secret variable as it breaks the playbook.

from napalm-ios.

ktbyers avatar ktbyers commented on June 2, 2024

@nickermire You need to file your issue against napalm-ansible. That is the the more logical place for it. This above issue has been fixed, napalm-ios now supports all Netmiko arguments.

from napalm-ios.

nickermire avatar nickermire commented on June 2, 2024

Thanks Kirk

On Tuesday, November 1, 2016, Kirk Byers [email protected] wrote:

@nickermire https://github.com/nickermire You need to file your issue
against napalm-ansible. That is the the more logical place for it. This
above issue has been fixed, napalm-ios now supports all Netmiko arguments.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#19 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AGQ-5_yny0ygMv5zuXmT15ZV5T8VKLBCks5q53plgaJpZM4I_cYF
.

from napalm-ios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.