กลับไป Net Tools
VLAN Helper
ตรวจสอบ VLAN ID, แสดงขอบเขตการใช้งาน (Standard/Extended/Reserved) พร้อมแนะนำ Cisco config สำหรับ access และ trunk port
01001200030004095
VLAN 10 · 2–1001 (Standard / Normal)
VTP v1/v2 supported
- • ✅ ใช้งานได้ปกติ ทุก switch รองรับ
- • Configurable ผ่าน VLAN database mode
- • VTP v1/v2 sync ได้
แนะนำการใช้งาน: User VLANs (data, voice, etc.)
Access Port Config
กำหนด port ให้เป็น access ของ VLAN นี้
interface gi1/0/1 description ## Access port for VLAN 10 ## switchport mode access switchport access vlan 10 spanning-tree portfast spanning-tree bpduguard enable no shutdown
Trunk Port Config
port ที่ส่ง VLAN นี้ไปยัง switch ตัวอื่น
interface gi1/0/24 description ## Trunk to upstream switch ## switchport mode trunk switchport trunk encapsulation dot1q switchport trunk native vlan 999 switchport trunk allowed vlan 10,1 no shutdown