HyperSM Monitor - Cisco SDWAN Demo

A feature demo version of HyperSM - Centralized administration portal made by FIS.

This is the showcase of using Cisco API in integrating with third-party softwares.

image

Prerequisite

  • XAMPP
  • Composer

Installation

  1. Change folder name from monitor-main to monitor if needed then copy monitor folder to C:\xampp\htdocs

  2. Enable SOAP: edit file C:\xampp\php\php.ini

#from
;extension=soap
#to
extension=soap
  1. Update composer (open cli and navigate to monitor folder)
composer update
  1. Create monitor database (in phpmyadmin) then import file monitor.sql

    • Click New
      image

    • Type name of database (monitor) then click Create
      image

    • Choose monitor database, click Import tab, click Choose file and browse to monitor.sql, then click Go to import database
      image

  2. Change file name env.txt to .env

  3. Start Apache and MySQL service in XAMPP

  4. Browse to http://localhost/monitor/public/

    • Click Generate app key if RuntimeException page shown (No application encryption key has been specified)
    • Click Refresh now
  5. Log in with admin/admin

Sandbox (Cisco SD-WAN 19.2 Always On)

https://sandbox-sdwan-1.cisco.com
View code on GitHub

Code Exchange Community

Get help, share code, and collaborate with other developers in the Code Exchange community.View Community
Disclaimer:
Cisco provides Code Exchange for convenience and informational purposes only, with no support of any kind. This page contains information and links from third-party websites that are governed by their own separate terms. Reference to a project or contributor on this page does not imply any affiliation with or endorsement by Cisco.