02-20-2018 12:58 PM
!
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
02-20-2018 03:05 PM
Hi,
Could you please confirm what VLAN you wish to use for AP and ZDs?
It seems you want to use VLAN 100 for ZD and AP (Since you have mentioned VLAN 100 for wired), if that is the case then the only missing configuration for VLAN 100 is:
- Set the interface 1/1/1 and 1/1/3 to 1/1/12 in dual mode with VLAN 100
For VLAN 100 you already configured a VLAN interface, a DHCP pool, and IP route to gateway interface 1/2/1.
VLAN 10 is not even configured on any of the VLAN interface, so I
think above should work.
Hope this will work.
Regards
02-20-2018 03:09 PM
02-20-2018 04:40 PM
int eth 1/1/3 to 1/1/12or similar.
port-name WAPs
int eth 1/1/1
port-name "SZ1200 ctrlr"
show vlanor show vlan eth x/y/z to understand better what your current config is achieving. The output is a little hard to follow at first but it is comprehensive.
vlan 10 by portwas supposed to be
tagged ethe 1/1/1 ethe 1/1/11
vlan 10 by portWhat about a management ve for VLAN 10 so you can talk to the controller and what of address assignment for APs? These are not in align atm.
tagged ethe 1/1/1 to 1/1/12
02-22-2018 08:09 AM