HELP PLEASE !
I have 2 vlans (data and voice) configured in the same switch.
All the ports belong to the Data Vlan untagged (DATA_100)
I am trying to connect an IP phone to get into the Voice Vlan (tagged 110) (VIPT_110)
When I connect the IP phone into the switch, (the laptop is connected into the IP phone port), the laptop gets an IP address from the DHCP server 10.1.1.54 from the Data VLAN but the phone gets the tag only from the voice vlan.
I installed wireshark to see if the phone was requesting an IP address in the voice vlan and it is not.
When you plug the phone for the 1st time to the switch, it requests an IP address from the DHCP server, who gives an ip address along with the tag (option 43). The phone gets and IP address from the DATA vlan (DHCP is configured with Option 43 for the Tag 110 which will lead the phone to look for the voice vlan (tagged). The phone releases the IP and keeps the tag (which is suppose to lead him to the Voice VLAN that has the same tag (110). The problem is the phone keeps the tag but it can't reach DHCP server on the voice vlan (10.10.12.2).
Wireshark showed that the phone is not getting an IP address from the voice scope (same DHCP server 10.1.1.54)
I tested routing between both vlans and it is OK, but something is not allowing the phone to get to the voice vlan. Here is my configuration:
create vlan "DATA_100"
create vlan "VIPT_110"
configure vlan "DATA_100" ipaddress 10.1.1.2 255.255.0.0
configure vlan "VIPT_110" ipaddress 10.10.12.2 255.255.254.0
enable ipforwarding vlan "DATA_100"
enable ipforwarding vlan "VIPT_110"
enable bootprelay
configure bootprelay add 10.1.1.54 (-->DHCP server)
configure bootprelay add 10.1.1.58 (-->DHCP server)
configure bootprelay dhcp-agent information option
create udp-profile D100
configure udp-profile D100 add 67 ipaddress 10.1.1.54
configure udp-profile D100 add 67 ipaddress 10.1.1.58
create udp-profile V110
configure udp-profile V110 add 67 ipaddress 10.1.1.54
configure udp-profile V110 add 67 ipaddress 10.1.1.58
configure vlan "DATA_100" udp-profile D100
configure vlan "VIPT_110" udp-profile V110
******************************************************
The switch is able to ping the DHCP server from both VLANS.
Thank you very much for any help !
Mayerlin
I have 2 vlans (data and voice) configured in the same switch.
All the ports belong to the Data Vlan untagged (DATA_100)
I am trying to connect an IP phone to get into the Voice Vlan (tagged 110) (VIPT_110)
When I connect the IP phone into the switch, (the laptop is connected into the IP phone port), the laptop gets an IP address from the DHCP server 10.1.1.54 from the Data VLAN but the phone gets the tag only from the voice vlan.
I installed wireshark to see if the phone was requesting an IP address in the voice vlan and it is not.
When you plug the phone for the 1st time to the switch, it requests an IP address from the DHCP server, who gives an ip address along with the tag (option 43). The phone gets and IP address from the DATA vlan (DHCP is configured with Option 43 for the Tag 110 which will lead the phone to look for the voice vlan (tagged). The phone releases the IP and keeps the tag (which is suppose to lead him to the Voice VLAN that has the same tag (110). The problem is the phone keeps the tag but it can't reach DHCP server on the voice vlan (10.10.12.2).
Wireshark showed that the phone is not getting an IP address from the voice scope (same DHCP server 10.1.1.54)
I tested routing between both vlans and it is OK, but something is not allowing the phone to get to the voice vlan. Here is my configuration:
create vlan "DATA_100"
create vlan "VIPT_110"
configure vlan "DATA_100" ipaddress 10.1.1.2 255.255.0.0
configure vlan "VIPT_110" ipaddress 10.10.12.2 255.255.254.0
enable ipforwarding vlan "DATA_100"
enable ipforwarding vlan "VIPT_110"
enable bootprelay
configure bootprelay add 10.1.1.54 (-->DHCP server)
configure bootprelay add 10.1.1.58 (-->DHCP server)
configure bootprelay dhcp-agent information option
create udp-profile D100
configure udp-profile D100 add 67 ipaddress 10.1.1.54
configure udp-profile D100 add 67 ipaddress 10.1.1.58
create udp-profile V110
configure udp-profile V110 add 67 ipaddress 10.1.1.54
configure udp-profile V110 add 67 ipaddress 10.1.1.58
configure vlan "DATA_100" udp-profile D100
configure vlan "VIPT_110" udp-profile V110
******************************************************
The switch is able to ping the DHCP server from both VLANS.
Thank you very much for any help !
Mayerlin