RUCKUS Community Forums are now in READ-ONLY mode while we migrate to a new platform.
You will still be able to read posts and knowledge articles, but will be unable to post new content until Go Live on the new platform Monday August 17.
Lennar Smart Home customers: please contact [email protected] for assistance during the week of August 9-17.
09-11-2018 11:00 PM
Zd1200 fw 10.1.1
Cisco layer 3
vlan 1 - 192.168.11.1
vlan10 - 192.168.10.1
------------------
ip subnet-zero
ip routing
ip dhcp excluded-address 192.168.10.0 192.168.10.10
!
ip dhcp pool ruckus
network 192.168.10.0 255.255.255.0
default-router 192.168.10.1
dns-server 8.8.8.8
!
ip dhcp pool vlan1
network 192.168.11.0 255.255.255.0
default-router 192.168.11.1
dns-server 8.8.8.8
!
!
spanning-tree mode pvst
spanning-tree etherchannel guard misconfig
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!
!
!
interface FastEthernet1/0/1
no switchport
ip address dhcp
!
interface FastEthernet1/0/11 -ZD CONTROLLER
switchport mode access
interface FastEthernet1/0/35 -AP
switchport trunk encapsulation dot1q
switchport trunk native vlan 80
switchport trunk allowed vlan 1,10,80
switchport mode trunk
interface Vlan1
ip address 192.168.11.1 255.255.255.0
!
interface Vlan10
ip address 192.168.10.1 255.255.255.0
!
ip default-gateway 192.168.1.1
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.1
FOR ZD
-What I just did is I entered the VLAN in SSID config.
- I entered native VLAN 80 under SYSTEM SETTING
>management interface
thanks,
JR
09-11-2018 11:13 PM
09-12-2018 06:50 AM
interface FastEthernet1/0/35 -AP <<<<<<
switchport trunk encapsulation dot1q
switchport trunk native vlan 80
switchport trunk allowed vlan 1,10,80
switchport mode trunk
