การยกเลิก trunk native vlan

เมื่อมีปัญหา Switch ชอบขึ้นข้อความ

"Native VLAN mismatch and missing VLAN"


วิธีแก้ไขง่ายๆ(ถ้าไม่ค่อยได้ทำอาจจะลืม อิอิ

คำสั่งตรวจสอบว่า...Native Vlan ยังอยู่อะเปล่า
Sw1(config)# show running-config gi1/1/5

เข้าสู่ระบบ configuration mode.
 Sw1# configure terminal

กำหนด interface ที่ต้องการ Config
 Sw1(config)# interface interface_id
Ex..  interface gi1/1/5

 Set trunk to allow all VLANs.
 Sw1(config-if)# no switchport trunk native vlan

 Reset the native VLAN to the default.
 Sw1(config-if)# no switchport trunk allowed vlan


คำสั่งตรวจสอบว่า...Native Vlan อีกครั้ง

Sw1(config)# show running-config gi1/1/5


Comments