วันจันทร์ที่ 13 กุมภาพันธ์ พ.ศ. 2566

การตั้งค่า SSID บน Cisco Autonomous AP (Standalone)

การตั้งค่า SSID บน Cisco Autonomous AP (Standalone) นั้นจะใช้งานได้กับ Cisco AP รุ่นเก่าตั้งแต่ x700 Series ลงไป เช่น 1700/2700/3700 , 1600/2600/3600 , 1140 เป็นต้น

ซึ่ง Image จะต้องใช้งานเป็นแบบ Autonomous (Standalone) ถ้าเป็น CAPWAP Mode จะต้องแปลงให้เรียบร้อยก่อน


ซึ่งเงื่อนไขในการตั้งชื่อ SSID บน Cisco Autonomous AP (Standalone) มีดังนี้

อักขระตัวแรกต้องไม่มีอักขระเหล่านี้:

  • Exclamation point (!)
  • Pound sign (#)
  • Semicolon (;)
อักขระเหล่านี้ไม่สามารถใช้ใน SSID ได้:
  • Plus sign (+)
  • Right bracket (])
  • Front slash (/)
  • Quotation mark (")
  • Tab
  • Irregular spaces

การตั้งค่าฝั่งอุปกรณ์ Switch บน Port ที่เชื่อมต่อกับ Access Point

config terminal
interface gi1/0/1
 switchport mode trunk
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 50
 switchport trunk allowed vlan 1,50


การตั้งค่า SSID map กับ VLAN

enable
config terminal
dot11 ssid <ชื่อ SSID>
vlan 50
authentication open
guest-mode


การตั้งค่า Dot11 radio interface กับ physical interface

interface Dot11Radio 0
 ssid Cisco

interface Dot11Radio 0.50
 encapsulation dot1Q 50 native
 bridge-group 1

interface GigabitEthernet 0
 bridge-group 1

interface GigabitEthernet 0.50
 encapsulation dot1Q 50 native
 bridge-group 1

ไม่มีความคิดเห็น:

แสดงความคิดเห็น