Hi,
I want tunnel one SSID to the controller, and it seems that the only configuration needed is:
bridge vlan XX
bridging-mode tunnel
tunnel-over-level2
In the WLAN, AP and controller, but it´s not working for me and I have some doubts, one , Is the controller needed create the VLAN and assign to ethernet interface in orther to reach the network resources (for example DHCP)?
for example:
vx9000 XX-XX-XX-XX-XX-XX
use profile default-vx9000
use rf-domain "RF LAB"
hostname VX9000-LAB01
license AAP VX-DEMO-16AAP-LICENSE
license ADSEC DEFAULT-ADV-SEC-LICENSE
timezone Europe/Madrid
country-code es
channel-list dynamic
bridge vlan 31
bridging-mode tunnel
tunnel-over-level2
ip default-gateway 10.YYY.XXX.ZZZ
interface ge1
switchport mode trunk
switchport trunk allowed vlan 1-4094
switchport trunk native vlan 70
switchport trunk native tagged
interface vlan1
shutdown
interface vlan31
interface vlan70
description "MGMT VLAN"
ip address 10.YYY.XXX.KKK/24
no use auto-provisioning-policy
Regards,
EF