From e0b3afb2ac07ae4354b40fe6263c0e6e2ad76ea3 Mon Sep 17 00:00:00 2001 From: Prakhar Dewangan Date: Thu, 15 Jan 2026 16:53:59 +0530 Subject: [PATCH] Create README.md --- labs/cisco-smart-enterprise/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 labs/cisco-smart-enterprise/README.md diff --git a/labs/cisco-smart-enterprise/README.md b/labs/cisco-smart-enterprise/README.md new file mode 100644 index 0000000..4650832 --- /dev/null +++ b/labs/cisco-smart-enterprise/README.md @@ -0,0 +1,23 @@ +# Cisco Smart Enterprise Network + Security Lab (Containerlab) + +A demo-first enterprise network lab aligned with Cisco Account Systems Engineering: +- Multi-segment network design (Sales/Ops/IT/Mgmt/Services) +- TCP/IP gateways + routed connectivity +- ACL-style security policies (least privilege) +- Validation via repeatable test cases + +## IP Plan +- Sales: 192.168.10.0/24 +- Ops: 192.168.20.0/24 +- IT: 192.168.30.0/24 +- Mgmt: 192.168.40.0/24 +- Web/Services: 192.168.50.0/24 + +## Policies (ACL-style) +- Sales ❌ IT +- Ops ❌ Mgmt +- Mgmt outbound restricted (baseline) + +## How to Run (later) +This lab is designed to be run via containerlab + docker. +Files included: topology + setup script + test script.