Hi Support,
I have a Netvanta 3400 firewall which is currently configured to work as a DHCP server for our LAN. I am going to setup ADTRAN vWLAN in our office and i need to have two SSIDs i.e. Corporate and Guest. I have also recently purchased a Netvanta 1335 switch in order to manage my VLANs.
As for the configuration on the switch, I created two VLANs namely "Corporate" with "VLAN ID 10" and VLAN "Guest" with "VLAN ID 11". I also created two DHCP pools in the DHCP settings on the switch and this is where my confusion starts,
How do i assign these two DHCP pools to the my VLAN interfaces?
I don't see any options to set the IP address range during the DHCP pool settings as well?
Is it better that i use firewall with two DHCP pools to provide IP addresses to two different VLANs or i should use switch for this purpose and disable the DHCP server on firewall? in the later case, what would be the gateway for the two DHCP pools? do i have to make some static routes to bring the data to firewall?
All i need to do is to create two VLANs with their own DHCP IP pools to handle two SSIDs. i know my knowledge is limited about networking, Please assist me with this.
May be a sample configuration if you have would help me.
Thanks a lot.
Thank you for asking this question in the support community.
Here is an example on how to create a DHCP pool:
Here is the Configuring DHCP in AOS guide for reference.
This post may be helpful as well:
On AOS units you do not have to "assign" the DHCP pool to a VLAN/interface. The unit knows that if the network referenced in the DHCP pool (network <ipv4 address> <subnet mask>) and the network on the VLAN/interface are the same, that is where it should administer DHCP addressing.
For your application, you can have either the "firewall" or the NV1335 act as the DHCP server. I would recommend if you are going to use the NV1335 only as a switch (with no routing capabilities) then you use the other device as the DHCP server and default-gateway for the network. If you are going to use the NV1335 to route between VLANs, then it should be the default-gateway and DHCP server for the various networks.
I hope that answers your questions, but please do not hesitate to reply with any additional questions or information. I will be happy to help in any way I can.
Levi
Thank you for asking this question in the support community.
Here is an example on how to create a DHCP pool:
Here is the Configuring DHCP in AOS guide for reference.
This post may be helpful as well:
On AOS units you do not have to "assign" the DHCP pool to a VLAN/interface. The unit knows that if the network referenced in the DHCP pool (network <ipv4 address> <subnet mask>) and the network on the VLAN/interface are the same, that is where it should administer DHCP addressing.
For your application, you can have either the "firewall" or the NV1335 act as the DHCP server. I would recommend if you are going to use the NV1335 only as a switch (with no routing capabilities) then you use the other device as the DHCP server and default-gateway for the network. If you are going to use the NV1335 to route between VLANs, then it should be the default-gateway and DHCP server for the various networks.
I hope that answers your questions, but please do not hesitate to reply with any additional questions or information. I will be happy to help in any way I can.
Levi
Hello Levi,
Thank you very much for the reply and your suggestions. i could not try these suggestions earlier because the only time i could play with network is the weekend i.e. Friday and Saturday here in the Middle East. So, to cut the story short, below is what i tried and also the issues i faced:
Questions:
would appreciate your help so that i solve this jumbled puzzle .
Ovais
I will try to answer your questions as best as I can. It appears you are only missing a few key aspects in the configuration.
Based on the information you provided, it appears you will need to add the keyword native to VLAN 1 in the NV3430 "firewall" because that is the untagged VLAN for the network. When you change the Ethernet port on the NV 3430 to an 802.1q trunk port, you will have to specify a VLAN-ID on the Ethernet subinterfaces. In your case, I recommend adding the command vlan-id 1 native to the VLAN one subinterface and the vlan-id 2 command to the VLAN two subinterface. I think this will resolve a majority of your problems/questions.
The configuration would look similar to the following:
interface eth 0/1
encapsulation 802.1q
no shutdown
!
interface eth 0/1.1
vlan-id 1 native
ip address 192.168.11.2 255.255.255.0
no shutdown
interface eth 0/1.2
vlan-id 2
ip address 192.168.12.2 255.255.255.0
no shutdown
Specific answers to your questions:
I hope I have answered your questions, but let me know what other questions you have or if you would like further explanations.
Levi
Hi Levi,
I tried the configuration exactly as you mentioned here but every time i select the Eth0 interface in the firewall GUI as 802.1q and input sub interface ID and VLAN ID (i also check on Native VLAN option) the unit hangs and i lose connectivity to it. same thing happens when i use the telnet and execute the commands
enable ---> configure terminal ---> interface eth 0/1 ---> encapsulation 802.1q and that's it, after this the unit hangs and the Telnet session is terminated.
From the connection point of view the firewall is connected to the gigabit port 1 on the switch which is configured as a trunk port.
Any suggestions please?
Are you logging into the unit via the IP address on the Ethernet interface where you are making the changes? You will need to either console into the unit with a serial connection, or HTTP/Telnet/SSH to an IP address that you are not modifying. For example, if you are making changes to the Ethernet 0/1 interface on the ADTRAN unit, you will have to login to Ethernet 0/2, WAN interface, or simply use a console connection. If you are logging in to the IP address assigned to Ethernet 0/1, when you apply the changes to this interface, you may lose connectivity to it via this interface.
Let me know what other questions you have.
Levi
I went ahead and flagged the "Correct Answer" on this post to make it more visible and help other members of the community find solutions more easily. If you don't feel like the answer I marked was correct, feel free to come back to this post and unmark it and select another in its place with the applicable buttons. If you still need assistance, we would be more than happy to continue working with you on this - just let us know in a reply.
Thanks,
Levi