Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure Multi-Site Enterprise Network (Huawei eNSP)

Disclaimer: This is a fictional networking project created for educational purposes as part of my Cyber Security studies. It is not affiliated with, authorized by, or representative of any real-world company, including CyberNet Ltd. All configurations and scenarios are simulated.

Project Overview

This project demonstrates the design and implementation of a secure, scalable, and highly available enterprise network connecting a Dubai Headquarters (HQ) with a Karachi Branch.

The solution addresses real-world enterprise challenges such as single points of failure, lack of segmentation, insecure communication, and absence of centralized services, and provides a production-ready architecture using Huawei technologies.


Scenario

  • Company: CyberNet Ltd.
  • HQ Location: Dubai, UAE
  • Branch Location: Karachi, Pakistan
  • Users: ~500 (HQ) + ~50 (Branch)

Objectives

  • Eliminate single points of failure
  • Implement secure inter-site communication
  • Improve network performance through segmentation
  • Ensure high availability and fast failover
  • Deploy enterprise-grade security architecture

Network Architecture

HQ (Dubai)

  • Three-tier architecture:
    • Core Layer
    • Distribution Layer
    • Access Layer

Branch (Karachi)

  • Collapsed architecture (cost-effective design)

Inter-Site Connectivity

  • Site-to-Site IPSec VPN over WAN

Key Features & Technologies

Security

  • IPSec VPN (AES-256 encryption)
  • Zone-based firewall policies (default deny)
  • DMZ for public-facing services (Web, FTP, DNS)
  • NAT Server (port forwarding)

High Availability

  • VRRP (Gateway redundancy, <3s failover)
  • HRP (Firewall Active-Standby)
  • Eth-Trunk (Link aggregation)
  • MSTP (Loop prevention + load balancing)

Routing & Switching

  • OSPF (Dynamic routing, Area 0)
  • VLAN Segmentation (Sales, Accounts, Servers, DMZ)
  • Inter-VLAN routing at distribution layer

Demonstration

Live Demo:
Branch client accessing HQ DMZ FTP server using private IP over IPSec VPN

[Add your video link here]


Results & Performance

  • < 3 seconds failover (VRRP, HRP)
  • 70% reduction in broadcast traffic
  • Secure encrypted communication (IPSec)
  • 99.99% theoretical availability
  • Successful enforcement of firewall security policies

Security Design

Network Segmentation

  • VLAN-based isolation for departments
  • Separate DMZ network for public services

Firewall Zones

  • Trust (Internal Network)
  • DMZ (Public Servers)
  • Untrust (Internet)
  • Local (Firewall)

Policy Model

  • Default: Deny All
  • Only explicitly permitted traffic is allowed

Redundancy Overview

Layer Mechanism Failover Time
Access Eth-Trunk <1 sec
Distribution VRRP + MSTP <3–6 sec
Core Dual Core + OSPF Automatic
Firewall HRP HA <3 sec

Configuration Highlights

VRRP (Gateway Redundancy)

  • Virtual IP shared between aggregation switches
  • Priority-based master selection

OSPF

  • Area 0 backbone
  • Automatic route propagation
  • Default route advertised by firewall

IPSec VPN

  • IKEv2
  • AES-256 encryption
  • SHA2-256 hashing
  • DH Group 14

Limitations

  • Single ISP (lab environment constraint)
  • No IDS/IPS implementation
  • No IPv6 support
  • No cloud integration (AWS/Azure)

Future Enhancements

  • SD-WAN integration
  • Cloud VPN (AWS / Azure)
  • Network Access Control (NAC)
  • SIEM / SOC integration
  • Advanced threat protection (IPS/IDS)

Certification

This project was developed alongside the completion of:

Huawei HCIA-Datacom Certification


Full Documentation

The complete detailed report (50+ pages) is available here:

/report/Project_Report.pdf


Author

Muhammad Usman
Aspiring Network & Security Engineer


Notes

This project is intended for educational and portfolio purposes, demonstrating real-world enterprise network design and implementation concepts using Huawei eNSP.


About

Design and Implementation of a Secure Multi-Site Enterprise Network (Dubai HQ ↔ Karachi Branch) using Huawei eNSP

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors