VLAN Mismatch

  • ✅ Step 1: Can they ping each other? ✔️ Yes → No mismatch. Done. ❌ No → Continue. | ▼ ✅ Step 2: Check IP addresses & subnet masks
    • Are IPs in the same subnet based on their masks? ✔️ Yes → Continue. ❌ No → Fix subnet mask. | ▼ ✅ Step 3: Are both devices physically plugged in to the same switch? ✔️ Yes → Continue. ❌ No → Check routing between switches. | ▼ ✅ Step 4: Check VLAN assignments
    • Are the switch ports in the same VLAN? ✔️ Yes → Check firewall or ACL ❌ No → Fix VLAN mismatch
IssueWhat It MeansWhat You’ll See
🔸 VLAN not allowed on trunkSwitch A tags VLAN 20, but Switch B doesn’t allow itDevices can’t talk, DHCP fails
🔸 Trunk port misconfigured as accessTags stripped or not passedConnectivity fails entirely
🔸 Native VLAN mismatchOne side expects untagged VLAN 1, other expects VLAN 99Intermittent weird issues, duplicate traffic, security risk
SSH commands
  • show interfaces trunk

  • show vlan brief

  • show running-config interface Gi0/1