This function enables the precise definition and application of Virtual LANs to isolate broadcast domains. It supports hierarchical network design by allowing administrators to assign specific IP subnets to distinct logical groups. The process ensures traffic containment, improves security postures, and facilitates granular access control policies without physical cabling changes.
The system initializes the VLAN database schema, defining unique identifiers and associated port assignments.
Administrators map logical subnets to specific VLAN IDs while enforcing tagging protocols for trunk links.
Validation scripts verify broadcast containment and ensure no unintended inter-VLAN routing exists.
Define unique VLAN ID and associate with corresponding IP subnet range.
Assign access ports to the new VLAN while configuring trunk ports for inter-switch communication.
Apply native VLAN settings on all trunk links to prevent protocol leaks.
Execute validation script to confirm broadcast domains are strictly isolated.
Primary dashboard for initiating VLAN creation and editing parameters.
Real-time view of loop prevention status across configured VLAN segments.
Tool to inspect packet filtering effectiveness between isolated VLANs.