三层组网AP上线

3-1 三层组网AP上线

 

一、实验目标

理解无线三层组网的特点

掌握三层组网AP上线的配置

掌握修改AP认证方法的命令

 

二、实验拓扑

 三层组网AP上线

 

 

三、实验配置

  1. 三层交换机

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

 三层组网AP上线

 

 

  1. 无线控制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

      三层组网AP上线

 

 

四、验证

  1. AC上检查ap的上线情况

dis ap all

 三层组网AP上线

 

上一篇:三层组网AP上线-外接DHCP


下一篇:如何高效掌控 K8s 资源变化?K8s Informer 实现机制浅析