Skip to content
This repository was archived by the owner on Oct 11, 2020. It is now read-only.

03. Bot capabilities

Khelil Sator edited this page Jun 3, 2017 · 1 revision

So far you can use slack to delegate the following tasks to the bot:

  • Execute a junos command (set/delete/show) on junos devices
  • Rollback the junos configuration on junos devices
  • Backup the configuration of junos devices on a server
  • Manage bgp neighbors (add a neighbor, remove a neighbor, audit a neighbor session) on a junos device
  • Load a configuration based on a jinja2 template on junos devices
  • Apply a playbook to junos devices
  • Execute a python script

This is easily extensible to other tasks. You just need to create more automation content, and then you need to update the bot dictionary.

Clone this wiki locally