This repository contains networking tools, tutorials, and resources.
A comprehensive interactive guide to Border Gateway Protocol (BGP) with Cisco-focused configuration examples and detailed explanations.
- 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
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/
# 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.
The application is also available at: