Managing 15,000 network devices with Ansible

Поделиться
HTML-код
  • Опубликовано: 2 авг 2024
  • Ansible allows network management across virtually any device platform. Any network device can be managed via SSH or an API. We took this cutting-edge network automation to scale with a customer’s global network infrastructure, giving them the ability to manage nearly all of their network devices at one time.
    In this session, Landon Holley and James Mighion from Red Hat discuss the architecture and strategies involved in network automation.
    Learn more: agenda.summit.redhat.com/
  • НаукаНаука

Комментарии • 17

  • @coloradocolin1
    @coloradocolin1 6 лет назад +2

    Great Session!

  • @VasylHerman
    @VasylHerman 4 года назад

    Good to know. Thanks!

  • @vishuarekar
    @vishuarekar 5 лет назад

    Thanks :)

  • @sameerthorappa3356
    @sameerthorappa3356 5 лет назад +2

    Great session..
    Dear Ansible Team,
    please add more module for Huawei devices specially for Ne9000, NE40, AR2240, NE05E, huawei switches etc...
    now only support cloud engine series only...

    • @eddiechan4840
      @eddiechan4840 4 года назад

      You may take a look at another automation called NAA by Ironwood Networks which don't need to depend on any vendor module. www.ironwoodnetworks.com

  • @markh12891
    @markh12891 5 лет назад +6

    I found this useful except unless I dozed off they gave no idea what hardware or amount of virtual resource the control nodes were running on ... after tell us how critical this is to scalability since everything runs locally.

  • @DisSsha
    @DisSsha 5 лет назад

    Hello, someone can share the slideshow please ? Thanks !

    • @mskranz
      @mskranz 5 лет назад +2

      You can download the pdf here: www.redhat.com/files/summit/session-assets/2018/Managing-15000-network-devices-with-Ansible.pdf

  • @chikkivenu6632
    @chikkivenu6632 5 лет назад +1

    Hi I have installed Ansible but when i am try to ping Cisco router and i Get an error "Keyboard-Interactive, Password" Despite the fact i have made changes to Ansible config for "host_key_checking = False". I am also able to the do ssh from ansible master machine. Please advice. Thank you

    • @redhat
      @redhat 5 лет назад +3

      Hi - we recommend you reach out to any of the monitored services like irc, the google forums, or github for more help. The team can help you diagnose the issue that way!

    • @JoshuaKersey
      @JoshuaKersey 4 года назад +1

      it's been a year, but i hope you've found the answer. that error indicates an issue with the password.

    • @dominick253
      @dominick253 11 месяцев назад

      Probably need to enable root login in /etc/ssh/sshd_confg permitrootlogin yes?

  • @mohammednaseer120
    @mohammednaseer120 4 года назад

    and it is open source

  • @TheOnlyEpsilonAlpha
    @TheOnlyEpsilonAlpha 2 года назад

    Ansible is nice if all those systems are in the cloud or the same network. But when you have a windows client which needs to be managed behind a firewall which you can't control like a virtual desktop in the cloud or a windows machine of an employee in home office. Now that common scenario is not nearly covered by ansible. Yeah there is ...
    ... pull, which doesn't work with many of the windows modules
    ... Install OpenSSH, same issue like with pull and in addition you add another piece which can fail etc.
    ... VPN which destroys your connection to the cloud desktop, especially if you have to use a specific software to connect to the desktop.
    ... Using another crappy methods to punch holes into a firewall.
    Sry but I can't switch away from salt stack to ansible if that scenario isn't fully supported

  • @HKashaf
    @HKashaf 4 года назад

    If you are going to teach network engineers how to code then why would you make them depend on a stupid tool Ansible? Learn PYTHON, YANG, NETCONF and RESTCONF and interact with any device via SSH, end of story.

    • @shiffterCL
      @shiffterCL 3 года назад

      Ansible uses existing syntax(shell, powershell, etc) and simply makes it easy to run the commands you already know on multiple machines via ssh.

    • @jwd0808
      @jwd0808 3 года назад +5

      That's the point - using Ansible means you don't need to know 5 different languages.