Skip Intro
CCNA Standard Enterprise Lab Portfolio

Introduction

Profile Photo

Nikunj Dwivedi

Domicile Delhi
Language Hindi, English
Email nikunjdwi5@gmail.com

Education

CCNP Training
September 2025 - In Progress
Network Bulls, Gurgaon
CCNA Training
June to July 2025 - Completed
Network Bulls, Gurgaon
Graduation
NIT Bhopal (2018-2023)
Bachelor's in Architecture
8.14/10 - CGPA
School Education
Lovely Public Sr. Sec. School
CBSE 2016 Class 10th - 10 CGPA
CBSE 2018 Class 12th - 89.4%
PCM with Computer Science

About

Hi, I'm an IT Infrastructure Enthusiast pursuing CCNA and CCNP Enterprise training at Network Bulls, Gurgaon. I’m gaining practical exposure with network devices and simulations, improving my understanding of IT systems and services. With a background in Architecture and industry experience, I approach technical challenges with a structured and analytical mindset.

This site presents my CCNA Standard Enterprise Lab, created to document and showcase the skills I’ve been developing throughout my learning journey. I hope you enjoy exploring the project.

Project Overview

Aims

Standard CCNA Lab

To create a CCNA based Master Topology with IT services that any small to medium organization would need for its operations like Internet Access, Storage, Hosting and Network Services servers.

Knowledge - Skill Integration

To develop the ability to apply theoretical concepts in practical scenarios by designing a master topology and effectively troubleshooting challenges encountered in an enterprise environment.

Portfolio Development

To showcase professional documentation that highlights the Network Design, Implementation, Troubleshooting, and Documentation competencies I have developed throughout my CCNA training.

Objectives

User Viewpoint
  • Internet access for all users in Enterprise.
  • Centralized storage for sharing files.
  • Segmented access per department.
  • Inter-branch connectivity and services.
Deployment Viewpoint
  • Routing and switching as per design.
  • DHCP–DNS for host provisioning.
  • Local NTP, Syslog, and FTP services.
  • Shared storage and internal hosting.
Management Viewpoint
  • Limit internal exposure to Internet.
  • Enforce controlled user access.
  • Maintain backups and logs for recovery.
  • Secure centralized admin access.

Journey

Education Background

I completed my B.Arch in 2023 and worked for two years in the AEC industry. Exploring different roles helped me understand that a technical career suited me better, and among IT domains, Networking emerged as the most engaging path for me.

CCNA-CCNP Training

I began with online learning to build my basics, then moved into structured training at Network Bulls, Gurgaon. Hands-on practice with Cisco equipment and simulations has significantly strengthened my understanding and confidence.

Current Progress

Since then, I have completed my CCNA training and am developing this project to showcase my skills. I am currently pursuing CCNP Enterprise training while expanding my lab portfolio and preparing for opportunities to start my IT career.

Network Topology

Lab Topology
100%

Description

This lab topology represents a services integrated Enterprise network designed to simulate real-world multi-site operations. It includes a Central Head Office, multiple. Branch Offices, a Web Services zone, and a Private WAN backbone interconnecting all sites. Each segment features Routing, Switching, Linux Servers, and End-user devices. to demonstrate various networking and server application. This environment provides a comprehensive platform for practicing troubleshooting, configuration, and network design skills aligned with CCNA-level scenarios.

Network Architecture

Core Site

Hierarchical Core, Distribution and Access layered network hosting the main IT team and key enterprise services (DHCP, DNS, Storage, NTP) with redundancy to ensure uptime.

Branch Sites

Remote locations with local routing/switching, connected to the Core via private WAN to extend enterprise access, host web/record services, and support users off-site.

ISP Network

Simulated ISP with multiple PoPs to manage inter-area traffic, provide internet reachability, forward website traffic to server and isolate internal enterprise network.

Device Configurations

Click "Configurations" button above to select a device...

Lab Documentation

Click on Sub-Headings to see related information.

Topology Overview

Unique Features

Layer 2 – Switching Features

Layer 3 – Routing Features

Network Services

Application/Data Services

Zone-Wise Summary

Security & Management

Features

Extracting Backup configurations to Laptop from Lab's FTP Server

File didn't load.

Web Server Connectivity to Internet and Cloudflare hosted Website Access

File didn't load.

PC in the Lab Accessing Internet and Servers GUI

File didn't load.

Central Access from IT-Manager Terminal

File didn't load.

Network Services

Network Services

DHCP & DNS Services

Dynamic Host Configuration Protocol: Assigns IP addresses, subnet masks, default gateways, and DNS servers to network devices alongside mapping hostnames to leases in DNS zones.

  • Centralized IP address management across all sites.
  • Reduces manual configuration errors.
  • Supports DHCP relay for remote subnets.
  • Configured with lease times and exclusion ranges.
  • Enabled via ISC DHCP Server daemon (dhcpd) on AlmaLinux.

Domain Name System: Translates human-readable domain names into IP addresses for both internal and external network communication.

  • Internal DNS server for local domain resolution.
  • Forwards external queries to ISP DNS servers.
  • Improves network performance with DNS caching.
  • Provides name resolution for internal services.
  • Enabled via BIND9 daemon (named) on AlmaLinux.
File didn't load.

NTP (Network Time Protocol)

Network Time Protocol: Synchronizes time across all network devices for accurate logging and time-sensitive operations.

  • Ensures consistent timestamps across all devices.
  • Critical for log correlation and troubleshooting.
  • Hierarchical NTP architecture with master and client devices.
  • Synchronized with external NTP servers.
  • Enabled via Chrony daemon (chronyd) on AlmaLinux.
File didn't load.

Application/Data Services

SysLog and FTP

System Logging: Centralized logging system that collects and stores log messages from network devices.

  • Centralized log collection from all routers and switches.
  • Real-time monitoring of network events and errors.
  • Facilitates troubleshooting and security auditing.
  • Enabled via rsyslog daemon on AlmaLinux.

File Transfer Protocol: Enables file transfer between network devices and provides centralized file storage.

  • Centralized repository for configuration backups.
  • Facilitates IOS image distribution and upgrades.
  • Secure file sharing across the network.
  • Enabled via vsftpd daemon on AlmaLinux.
File didn't load.

Storage and Web Hosting

Network Storage: Provides centralized network-attached storage for data management and sharing.

  • Centralized data storage accessible from all sites.
  • Enabled via SAMBA daemon (smbd) on AlmaLinux.
  • Used for shared resources and documentation.

HTTP/HTTPS Services: Hosts website from both internal and external access.

  • Hosts company's website.
  • Provides documentation and resource access.
  • Enabled via Apache Web Server daemon (httpd) on AlmaLinux.
File didn't load.

Lab Quiz

Interactive Lab Quiz

Test your understanding of the CCNA lab topology, protocols, and configurations with 10 comprehensive questions.

Limitations

Understanding the constraints and limitations of this lab is important for the learning process and future improvements.

Hardware & Resource Constraints

Physical & Hardware Limitations

  • Selection of the IOS image for devices at the start and my system's hardware constraints restricted the scale of my lab from adding more devices, backup servers and features.
  • Practice in virtualized environment cannot fully replicate experience of issues faced in a real lab setup.

Network & Protocol Limitations

Protocol & Feature Constraints

  • Features like VoiceVLAN and Wireless devices could not be implemented due to GNS3 limitation.
  • Simplified WAN simulation using OSPF implemented which in real scenario will be different.
  • Concepts like DHCP Snooping and ARP Inspection could not be implemented due to Lab enviornment and CCNA based HSRP configuration.
  • EIGRP, Redistribution and Floating Static Route could also be used.
  • Concepts like GRE Tunnel and IP Sec (CCNP Concepts) can improve this lab by overlaying tunnel over ISP network and providing security to traffic between sites.
  • HSRP could not be moved to the Distribution layer to offload Inter-VLAN routing from the Core. Doing so would require enabling routing combined with IP SLA and track objects to monitor uplinks for failover.
  • If one Distribution Switch goes down, the ISP-PoP1 router is not currently able to remove/manipulate the route directed towards the offline distribution switch without IP SLA.

Future Improvements

Enhancements for Future Lab Setups

  • Choose lightweight IOS for fast convergence and scalable topology. Also, avoid using heavy IOS without specific design purpose.
  • Expanding the topology to include more diverse scenarios and features available in CCNP Enterprise.
  • Creating a similar lab more advanced Enterprise services.
  • Implementing more advanced Networking concepts such as BGP, MPLS etc.
  • Adding more security features to network and authentication in various contexts.

Important Note

Identifying these limitations helped me understand my knowledge gaps and clarify what to focus on as I progress toward CCNP Enterprise. Building this integrated lab strengthened my grasp of production networks and enhanced my practical networking skills. I remain open to identifying additional CCNA-level limitations or features I may have overlooked in this lab and exploring their solutions.

Conclusion

Thank You for Visiting!

This project reflects my transition to Network Engineering, showcasing the understanding of CCNA based topics I have gained through my journey. I sincerely thank the trainers, peers, and Network Bulls for providing practical experience, guidance, and a motivating environment to shape my journey. I also extend my gratitude to the creators of tools and platforms such as GNS3, ChatGPT, Ngrok, Kiro, and GitHub, which enabled me to learn and apply these technologies independently.

I am actively seeking an opportunity in IT Infrastructure and Network Engineering roles. If you find my work relevant & believe a suitable opportunity exists, I would be interested to discuss the same. Please find the contact details mentioned below.

Linkedin - linkedin.com/in/anonymous4527

Email - nikunjdwi5@gmail.com