DCWS-6028开启二、三层发现
就不注释了,具体参考DCWS文档
开启二层发现
interface Vlan101
ip address 192.168.101.1 255.255.255.0
!
Interface Ethernet1/0/21
switchport access vlan 101
!
service dhcp
!
ip dhcp pool vlan101
network-address 192.168.101.0 255.255.255.0
default-router 192.168.101.1
!
wireless
no auto-ip-assign
enable
ap authentication none
discovery vlan-list 101
static-ip 192.168.101.1
开启三层发现
AC地址为65 管理vlan地址为66
设置接口
Interface Ethernet1/0/21
switchport mode trunk
switchport trunk native vlan 101
DHCP
ip dhcp pool vlan10
network-address 10.81.1.0 255.255.255.0
default-router 10.81.1.254
!
ip dhcp pool vlan20
network-address 10.81.0.0 255.255.255.192
default-router 10.81.0.62
!
ip dhcp pool vlan101
network-address 10.81.0.64 255.255.255.252
option 43 hex 01040A510041
option 60 ascii udhcp 1.8.2
vlan101
interface Vlan101
ip address 10.81.0.66 255.255.255.252
AP管理
wireless
no auto-ip-assign
enable
ap authentication none
static-ip 10.81.0.66