Giter Site home page Giter Site logo

simi23 / cisco-wlc-cronicle Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 28 KB

Cronicle plugin for enabling/disabling WLANs on a Cisco AireOS Controller.

License: Apache License 2.0

JavaScript 100.00%
cisco cisco-wlc cronicle plugin scheduler wlan wlc aireos

cisco-wlc-cronicle's Introduction

published

cisco-wlc-cronicle

Cronicle plugin for enabling/disabling WLANs on a Cisco AireOS Controller.

Installation

To run this plugin, you need Cronicle. See their page for setup instructions.

After installing Cronicle, you need to import the plugin file (wlc-plugin.js) into the bin directory of the Cronicle install.

cp wlc-plugin.js /opt/cronicle/bin/

The file also needs the node-ssh npm packet as a dependency. Make sure to install it.

cd /opt/cronicle
npm install node-ssh

Log in to Cronicle. If using a fresh install, username/password is admin/admin.
Navigate to the admin page and click on Plugins > Add New Plugin.

Provide the following values:

Executable: bin/wlc-plugin.js // Note there is no '/' before bin!

Parameters:

Param ID Control Type
controller_ip Text Field
username Text Field
password Text Field
wlan_id Text Field
enable Checkbox

It should look like this:

configuration

Explanation

The controller_ip field indicates the IP address of the management interface on the WLC.

The username & password fields are used for SSH access.

The wlan_id field indicates which WLAN to toggle, and the enable field indicates the desired state of said WLAN.

Usage

Navigate to Schedule page and click on Add Event.

Select the plugin and provide the needed values.

Set all the other parameters to suit your needs.

For example, this setup turns on WLAN ID 5 at 8 AM every day: example

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.