How many VLANs are created when using the following commands?
vlan batch 10 20
vlan batch 10 to 20
11 and 2
2 and 11
2 and 2
11 and 11
Comprehensive and Detailed Explanation:
vlan batch 10 20 → Creates 2 VLANs (10 and 20). ✅
vlan batch 10 to 20 → Creates VLANs 10 to 20 (11 VLANs total). ✅
✅ Reference: HCIA-Datacom VLAN Configuration Guide
Submit