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.
Open Interactive Viewer (Enable GitHub Pages: Settings β Pages β Source: master branch)
Professional Ubiquiti-style UI for exploring network topologies with modern glassmorphism design.
Dedicated Repository - View Project β
Multi-site Telecommunications Infrastructure (2021-2022)
Key Specs:
| π¨ View Draw.io Diagram | π Full Repository | π MikroTik Config |
Separate Repository - View Project β
DoD Contractor Infrastructure (March 2025)
Key Specs:
| π¨ View Draw.io Diagram | π Full Repository |
These diagrams follow Ubiquitiβs visual language:
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
# 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/
.drawio files in diagrams.netMikroTik 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
Data Protection Measures:
Intellectual Property:
Usage Guidelines:
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.
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.