ICX 7150 to Ruckus ZD1200 w/H510 WAP
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2018 12:58 PM
hello Newbie question.
I am trying to connect a ZD1200 via an ICX 7150 switch to H510 APs.
vlan 1 is native /Vlan 20 public ssid /Vlan 30 for members / Vlan 40 for media and Vlan 100 for wired connections.
I have the following config but unable to get the ZD on port 1/1/1 to connect to the APs on ports 1/1/3 - 1/1/12.
The source internet port is 1/2/1
-------------------------------------------------------------------
I am trying to connect a ZD1200 via an ICX 7150 switch to H510 APs.
vlan 1 is native /Vlan 20 public ssid /Vlan 30 for members / Vlan 40 for media and Vlan 100 for wired connections.
I have the following config but unable to get the ZD on port 1/1/1 to connect to the APs on ports 1/1/3 - 1/1/12.
The source internet port is 1/2/1
-------------------------------------------------------------------
!
ver 08.0.61aT213
!
stack unit 1
module 1 icx7150-24p-poe-port-management-module
module 2 icx7150-2-copper-port-2g-module
module 3 icx7150-4-sfp-plus-port-40g-module
!
!
!
!
!
vlan 1 name DEFAULT-VLAN by port
!
vlan 10 by port
tagged ethe 1/1/1 ethe 1/1/11
!
vlan 20 by port
tagged ethe 1/1/1 ethe 1/1/3
router-interface ve 20
!
vlan 30 by port
tagged ethe 1/1/1
router-interface ve 30
!
vlan 40 by port
tagged ethe 1/1/1
router-interface ve 40
!
vlan 100 by port
tagged ethe 1/1/1 ethe 1/1/7
untagged ethe 1/1/8 to 1/1/9
router-interface ve 100
!
!
!
aaa authentication web-server default local
aaa authentication login default local
boot sys fl sec
no ip dhcp-client auto-update enable
ip dhcp-server enable
no ip dhcp-server mgmt
!
ip dhcp-server pool public
dhcp-default-router 172.16.1.1
dns-server 8.8.8.8
excluded-address 172.16.1.1
lease 0 1 0
network 172.16.1.0 255.255.255.0
deploy
!
!
ip dhcp-server pool members
dhcp-default-router 172.16.2.1
dns-server 8.8.8.8
lease 0 12 0
network 172.16.2.0 255.255.255.0
deploy
!
!
ip dhcp-server pool media
dhcp-default-router 172.16.3.1
dns-server 8.8.8.8
lease 0 4 0
network 172.16.3.0 255.255.255.0
deploy
!
!
ip dhcp-server pool vlan100
dhcp-default-router 10.10.64.1
dns-server 10.10.64.1 8.8.8.8
excluded-address 10.10.64.1 10.10.64.50
lease 1 0 0
network 10.10.64.0 255.255.254.0
deploy
!
ip default-network 10.10.64.0/23
ip dns domain-list CI_LA
ip dns server-address 10.10.64.1 8.8.8.8
ip route 10.10.64.0/23 ethernet 1/2/1
ip route 172.16.1.0/24 ethernet 1/2/1
!
!
!
!
!
!
!
!
!
!
interface ethernet 1/1/1
dual-mode 10
!
interface ethernet 1/1/3
inline power
!
interface ethernet 1/1/4
inline power
!
interface ethernet 1/1/5
inline power
!
interface ethernet 1/1/6
inline power
!
interface ethernet 1/1/7
inline power
!
interface ethernet 1/1/8
inline power
!
interface ethernet 1/1/9
inline power
!
interface ethernet 1/1/10
inline power
!
interface ethernet 1/1/11
inline power
!
interface ethernet 1/1/12
inline power
!
interface ethernet 1/3/2
speed-duplex 1000-full
!
interface ethernet 1/3/4
speed-duplex 1000-full
!
interface ve 20
ip address 172.16.1.1 255.255.255.0
!
interface ve 100
ip address 10.10.64.1 255.255.254.0
!
!
interface ve 30
ip address 172.16.2.1 255.255.255.0
!
interface ve 40
ip address 172.16.3.1 255.255.255.0
!
!
!
!
!
!
!
end
21 REPLIES 21
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2018 03:51 PM
Are you getting DHCP Addresses on the APs? What VLAN is DHCP Server on? Are you using an Option 43 or DNS for the APs to find the controller?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2018 06:30 AM
Not using option 43.
on the switch I get
MAC-Address Port Type VLAN
34fa.9f03..b10 1/1/7 Dynamic 10
d838.fc02..e80 1/1/1 Dynamic 10
34fa.9f03..8f0 1/1/3 Dynamic 10
#sho ip dhcp-ser bind
IP Address Client-ID/ Lease expiration Type
Hardware address
172.31.255.100 34fa.9f03..8f0 000d:06h:00m:00s Automatic
172.31.255.101 d838.fc02..e80 000d:05h:59m:50s Automatic
172.31.255.102 34fa.9f03..b10 000d:05h:59m:58s Automatic
but on the ZD I still see the factory default ip in the management interface.
on the switch I get
MAC-Address Port Type VLAN
34fa.9f03..b10 1/1/7 Dynamic 10
d838.fc02..e80 1/1/1 Dynamic 10
34fa.9f03..8f0 1/1/3 Dynamic 10
#sho ip dhcp-ser bind
IP Address Client-ID/ Lease expiration Type
Hardware address
172.31.255.100 34fa.9f03..8f0 000d:06h:00m:00s Automatic
172.31.255.101 d838.fc02..e80 000d:05h:59m:50s Automatic
172.31.255.102 34fa.9f03..b10 000d:05h:59m:58s Automatic
but on the ZD I still see the factory default ip in the management interface.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2018 06:54 AM
Hi P-Tech,
Could you please ssh into the AP and enter the below command ?
Set director ip
reboot
Could you please ssh into the AP and enter the below command ?
Set director ip
reboot
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2018 07:30 AM
not sure how this would work.
The ZD is still showing the default factory ip address even though it is set to DHCP. the switch has issued the new ip address but the ZD ( d838.fc02..e80 ) is not showing it. ZD has been restarted several times.
The ZD is still showing the default factory ip address even though it is set to DHCP. the switch has issued the new ip address but the ZD ( d838.fc02..e80 ) is not showing it. ZD has been restarted several times.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2018 08:09 AM
Connect a laptop on port 1/1/1 and check if it gets an IP address.
Make sure switch port is configured as access port with VLAN 10 untagged (Only for testing).
Syamantak Omer
Sr.Staff TSE | CWNA | CCNA | RCWA | RASZA | RICXI
RUCKUS Networks, CommScope!
Follow me on LinkedIn
Make sure switch port is configured as access port with VLAN 10 untagged (Only for testing).
Syamantak Omer
Sr.Staff TSE | CWNA | CCNA | RCWA | RASZA | RICXI
RUCKUS Networks, CommScope!
Follow me on LinkedIn

