network-infrastructure-diagrams

Network Infrastructure Portfolio

Portfolio Hub: Professional network topology diagrams and documentation from real-world deployments. This repository showcases ISP infrastructure, DoD contractor networks, and enterprise projects with complete anonymization for privacy protection.

This portfolio showcases sanitized network documentation from professional deployments (2021-2025). All sensitive information has been removed or anonymized:

Purpose: This repository demonstrates network design methodology, architecture patterns, and the author’s technical expertise gained from real-world deployments. The configurations and topologies shown represent industry-standard practices and are shared for educational and portfolio purposes only.

Permission: Work is showcased with the acknowledgment of respective organizations. Work certificates received confirm professional relationship and contributions.


🎯 Interactive Viewer

Open Interactive Viewer (Enable GitHub Pages: Settings β†’ Pages β†’ Source: master branch)

Professional Ubiquiti-style UI for exploring network topologies with modern glassmorphism design.


🌐 Regional Fiber ISP - Core Network Deployment

Dedicated Repository - View Project β†’

Multi-site Telecommunications Infrastructure (2021-2022)

Key Specs:

🎨 View Draw.io Diagram πŸ“ Full Repository πŸ“ MikroTik Config

πŸ”’ Government Contractor - Secure Office Network

Separate Repository - View Project β†’

DoD Contractor Infrastructure (March 2025)

Key Specs:

🎨 View Draw.io Diagram πŸ“ Full Repository

🎨 Design Philosophy

These diagrams follow Ubiquiti’s visual language:

πŸ›  Tools Used

πŸ“‚ Repository Structure

network-infrastructure-diagrams/
β”œβ”€β”€ viewer/                    # Interactive web viewer
β”‚   β”œβ”€β”€ index.html            # Main UI (Ubiquiti-style)
β”‚   β”œβ”€β”€ style.css             # Clean, professional styling
β”‚   └── viewer.js             # Zoom, pan, detail views
β”‚
β”œβ”€β”€ topologies/               # Network diagrams
β”‚   β”œβ”€β”€ enterprise-office/
β”‚   β”‚   β”œβ”€β”€ topology.drawio   # Editable source
β”‚   β”‚   β”œβ”€β”€ topology.svg      # Web display
β”‚   β”‚   β”œβ”€β”€ topology.png      # Documentation
β”‚   β”‚   └── README.md         # Design notes
β”‚   β”‚
β”‚   β”œβ”€β”€ dod-contractor/
β”‚   └── isp-deployment/
β”‚
β”œβ”€β”€ configs/                  # Real configurations
β”‚   β”œβ”€β”€ mikrotik/
β”‚   β”‚   β”œβ”€β”€ core-router.rsc
β”‚   β”‚   β”œβ”€β”€ vlans.rsc
β”‚   β”‚   └── firewall.rsc
β”‚   β”‚
β”‚   └── pfsense/
β”‚       β”œβ”€β”€ firewall-rules.xml
β”‚       └── nat-rules.xml
β”‚
└── docs/                     # Technical documentation
    β”œβ”€β”€ ip-addressing.md
    β”œβ”€β”€ vlan-design.md
    └── security-policies.md

πŸš€ Quick Start

View Diagrams Locally

# Clone repo
git clone https://github.com/AIKUSAN/network-infrastructure-diagrams.git
cd network-infrastructure-diagrams

# Open viewer
python -m http.server 8000
# Navigate to http://localhost:8000/viewer/

Edit Diagrams

  1. Open .drawio files in diagrams.net
  2. Make changes
  3. Export as SVG and PNG
  4. Update README with design notes

Use Configs

MikroTik configs are ready to import:

# Via SSH
scp configs/mikrotik/core-router.rsc admin@192.168.1.1:/
ssh admin@192.168.1.1
/import file-name=core-router.rsc

pfSense configs restore via web interface: Diagnostics β†’ Backup & Restore

πŸ“Š Real-World Performance Metrics

Regional Fiber ISP - Core Network

Government Contractor - Secure Office Network

πŸ’‘ Design Lessons Learned

What Works

  1. Redundancy at core, not edge - Dual switches at core, single at access
  2. VLAN per department - Easier firewall rules, better security
  3. Separate management VLAN - Saved me during incident response
  4. Document IP addressing - Future you will thank past you

What Doesn’t Work

  1. Over-complicated routing - Keep it simple, OSPF only where needed
  2. No guest network - You’ll regret it when visitors ask for WiFi
  3. Skipping QoS - VoIP calls will suffer, users will complain
  4. Single WAN - When it goes down, you’re the one on call

πŸ”’ Security & Compliance

Data Protection Measures:

Intellectual Property:

Usage Guidelines:

πŸ“ License

MIT License - This documentation is provided for educational purposes. Use these diagrams and configurations as learning material. Always test thoroughly and adapt to your specific security requirements before production deployment.

πŸ‘€ About

Lorenz Tazan - Network Infrastructure Engineer
Specializing in ISP core networks, enterprise infrastructure, and security-compliant deployments.

Work certificates and references available upon request.


Built with real-world experience serving 700+ users. Good network design is invisible - users only notice when it breaks.