Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.9 KB

File metadata and controls

52 lines (34 loc) · 1.9 KB

GigSwitch User Documentation

Welcome to the GigSwitch user documentation repository. This master guide will help you navigate background, available tools and configuration.

Note: Throughout these docs, ${GS_IP} and ${GS_PASS} are used as placeholders for hostname/IP and admin password. The initial password for user admin is "" (empty password).

Table of Contents

  1. Introduction & Scope
  2. Prerequisites
  3. Navigation Tips
  4. Available Guides

Introduction & Scope

This documentation covers:

  • Understanding switch basics including hardware, fileystem and capabilities
  • Standard management methods (Web UI, CLI, vson, curl)
  • Helper tool (gs-rpc) usage
  • Configuration recipes using JSONL files

This document is designed for end users working with the GigSwitch.


Prerequisites

  • Access to the switch’s management interface (SSH or API)
  • Credentials for switch admin user
  • gs-rpc installed and bootstrapped (see helper-tool.md)
  • Standard Debian/Ubuntu Linux machine recommended with apt installed packages
    • sudo apt install curl jq python3 python3-requests python3-yaml

Navigation Tips

  • Search for keywords in the recipes/ folder to find specific configurations.
  • Use the grep command for gs-rpc or vson or search in the json-spec.json downloaded JSON-RPC spec file.

Available Guides