3-1 三層組網AP上線
一、實驗目標
理解無線三層組網的特點
掌握三層組網AP上線的配置
掌握修改AP認證方法的命令
二、實驗拓撲
三、實驗配置
- 三層交換機
sysname coreSwitch
vlan batch 100 to 102
dhcp enable
interface Vlanif100
ip address 10.0.100.254 255.255.255.0
interface Vlanif101
ip address 10.0.101.254 255.255.255.0
dhcp select interface
dhcp server option 43 sub-option 3 ascii 10.0.100.1
interface Vlanif102
ip address 10.0.102.254 255.255.255.0
dhcp select interface
dhcp server option 43 sub-option 3 ascii 10.0.100.1
interface GigabitEthernet0/0/1
port link-type access
port default vlan 101
interface GigabitEthernet0/0/2
port link-type access
port default vlan 101
interface GigabitEthernet0/0/3
port link-type access
port default vlan 102
interface GigabitEthernet0/0/4
port link-type access
port default vlan 102
interface GigabitEthernet0/0/24
port link-type access
port default vlan 100
- 無線控制AC
interface Vlanif1
ip address 10.0.100.1 255.255.255.0
ip route-static 0.0.0.0 0.0.0.0 10.0.100.254
capwap source interface vlanif 1
wlan
ap auth-mode no-auth
四、驗證
- AC上檢查ap的上線情況
dis ap all