multiple vlan with different DHCP pool
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2019 02:39 AM
Hi Guys,
I need some help, i am using an 7450-24p with an router image running on version 08.0.80e.
i enable dhcp server on the switch. i am trying to have 2 vlans with different ip subnet.
below is my config, did i miss or do anything wrong over here? as i am not able to get any ip from it.
show run
Current configuration:
!
ver 08.0.80eT213
!
stack unit 1
module 1 icx7450-24p-poe-port-management-module
module 2 icx7400-xgf-4port-40g-module
module 3 icx7400-qsfp-1port-40g-module
module 4 icx7400-qsfp-1port-40g-module
!
global-stp
!
vlan 1 name DEFAULT-VLAN by port
spanning-tree
!
vlan 10 name IP-subnet_192.168.1.0/24 by port
untagged ethe 1/1/1 to 1/1/12
router-interface ve 10
spanning-tree
!
vlan 20 name IP-subnet_192.168.2.0/24 by port
untagged ethe 1/1/13 to 1/1/24
router-interface ve 20
spanning-tree
!
ip dhcp-server pool wifi
excluded-address 192.168.1.1 192.168.1.10
lease 1 0 0
network 192.168.1.0 255.255.255.0
option 3 ip 192.168.1.1
option 6 ip 8.8.8.8
deploy
!
ip dhcp-server pool smart
excluded-address 192.168.2.1 192.168.2.10
lease 1 0 0
network 192.168.2.0 255.255.255.0
option 3 ip 192.168.2.1
option 6 ip 8.8.8.8
deploy
!
interface ve 10
port-name wifi
ip address 192.168.1.1 255.255.255.0
!
interface ve 20
ip address 192.168.2.1 255.255.255.0
I need some help, i am using an 7450-24p with an router image running on version 08.0.80e.
i enable dhcp server on the switch. i am trying to have 2 vlans with different ip subnet.
below is my config, did i miss or do anything wrong over here? as i am not able to get any ip from it.
show run
Current configuration:
!
ver 08.0.80eT213
!
stack unit 1
module 1 icx7450-24p-poe-port-management-module
module 2 icx7400-xgf-4port-40g-module
module 3 icx7400-qsfp-1port-40g-module
module 4 icx7400-qsfp-1port-40g-module
!
global-stp
!
vlan 1 name DEFAULT-VLAN by port
spanning-tree
!
vlan 10 name IP-subnet_192.168.1.0/24 by port
untagged ethe 1/1/1 to 1/1/12
router-interface ve 10
spanning-tree
!
vlan 20 name IP-subnet_192.168.2.0/24 by port
untagged ethe 1/1/13 to 1/1/24
router-interface ve 20
spanning-tree
!
ip dhcp-server pool wifi
excluded-address 192.168.1.1 192.168.1.10
lease 1 0 0
network 192.168.1.0 255.255.255.0
option 3 ip 192.168.1.1
option 6 ip 8.8.8.8
deploy
!
ip dhcp-server pool smart
excluded-address 192.168.2.1 192.168.2.10
lease 1 0 0
network 192.168.2.0 255.255.255.0
option 3 ip 192.168.2.1
option 6 ip 8.8.8.8
deploy
!
interface ve 10
port-name wifi
ip address 192.168.1.1 255.255.255.0
!
interface ve 20
ip address 192.168.2.1 255.255.255.0
11 REPLIES 11
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2019 07:25 AM
Hey Dan,
Do you have "ip dhcp-server enable" in your configuration? It is a global command.
Do you have "ip dhcp-server enable" in your configuration? It is a global command.
Ben Beck, RCNA, RCNI, Principal Technical Support Engineer
support.ruckuswireless.com/contact-us
support.ruckuswireless.com/contact-us
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2019 08:38 AM
Hi Ben, Yes dhcp-server is enable.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2019 08:46 AM
Interesting. I don't see anything wrong in your configuration although it is just a snippet. Are you learning mac-addresses probably on the ports? "show ip dhcp-server summary" and "show ip dhcp-server binding" should give you a clue about whether the switch is trying to serve addresses.
Ben Beck, RCNA, RCNI, Principal Technical Support Engineer
support.ruckuswireless.com/contact-us
support.ruckuswireless.com/contact-us
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2019 08:54 AM
yea i dont get it why is not working... i will get "show ip dhcp-server summary" and "show ip dhcp-server binding" to show you when i am back to office.. anything else i should check?

