AP three on-line

 

 AC switch and one can do dhcp

LWS1:

vlan batch 100 to 103 200 300

interface Vlanif100
ip address 192.168.10.254 255.255.255.0
#
interface Vlanif101
ip address 10.1.12.1 255.255.255.0
#
interface Vlanif200
ip address 192.168.20.254 255.255.255.0
#
interface Vlanif300
ip address 192.168.30.254 255.255.255.0

interface GigabitEthernet0/0/1
port link-type trunk
port trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet0/0/2
port link-type trunk
port trunk pvid vlan 100
port trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet0/0/3
#
interface GigabitEthernet0/0/4
port link-type access
port default vlan 300

ospf 1
area 0.0.0.0
network 192.168.10.254 0.0.0.0
network 192.168.20.254 0.0.0.0
network 10.1.12.1 0.0.0.0
network 192.168.30.254 0.0.0.0

AC1:

vlan batch 100 to 104 200

dhcp enable

interface Vlanif100
ip address 192.168.10.253 255.255.255.0
dhcp select interface
#
interface Vlanif200
ip address 192.168.20.253 255.255.255.0

ospf 1
area 0.0.0.0
network 192.168.20.253 0.0.0.0

Check whether neighbors together

 

 

 AC1:

 ap auth-mode no-auth

ap-confirm all

capwap source interface vlanif100

Check on-line ap

 

 

 A template:

wlan
security-profile name vlan101
quit


ssid-profile name vlan101
ssid vlan101

vap-profile name vlan101
service-vlan vlan-id 101
ssid-profile vlan101
security-profile vlan101

ap-id 0
vap-profile vlan101 wlan 1 radio all 

WITH:

interface GigabitEthernet0/0/0
ip address 192.168.30.253 255.255.255.0
#
interface LoopBack0
ip address 172.16.1.253 255.255.255.0
ip address 172.16.2.253 255.255.255.0 sub
#
ospf 1
area 0.0.0.0
network 192.168.30.253 0.0.0.0
network 172.16.1.253 0.0.0.0
network 172.16.2.253 0.0.0.0

STA1 can ping the routers, tracing follows:

AC :( let sta1 go directly to the router, or no AC

vap-profile name vlan101

forward-mode direct-forward

View:

 

 

 

 

Guess you like

Origin www.cnblogs.com/TiAmoLJ/p/11469719.html