Skip to content

dgodibadze/sop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Networking

This repository contains networking tools, tutorials, and resources.

BGP Tutorial

A comprehensive interactive guide to Border Gateway Protocol (BGP) with Cisco-focused configuration examples and detailed explanations.

Features

  • Interactive network diagrams for all BGP concepts
  • Cisco IOS/NX-OS focused configuration examples
  • Comprehensive coverage of:
    • BGP Fundamentals
    • Address Families
    • Configuration (Cisco IOS/NX-OS focused)
    • Best Practices
    • Real-World Examples
    • Route Filtering with visual diagrams
    • BGP Communities
    • Security
    • Troubleshooting
    • Timers
    • Load Balancing
    • SD-WAN Integration

Running Locally

To run the BGP tutorial application locally:

# Navigate to the bgp-tutorial directory
cd bgp-tutorial

# Install dependencies
npm install

# Start the development server
npm run dev

The application will be available at http://localhost:5173/

Building for Production

# Navigate to the bgp-tutorial directory
cd bgp-tutorial

# Install dependencies (if not already installed)
npm install

# Build the application
npm run build

The built application will be in the bgp-tutorial/dist directory.

Deployed Version

The application is also available at:

About

SOPs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.5%
  • Other 1.5%