All, We are trying to set up a DHCP scope on our network using INFOBLOX DHCP server using i2004 phones on POE blades on a CIsco 45XX switch with a voice VLAN and a native VLAN. Right now we have 2 strings set up:
1) Option 128 with string Nortel-i2004-A,10.xxx.xx.x:4100,1,5:10.xxx.xx.x:4100,1,5.
2) Option 191 VLAN-A:130
our VLAN is set as 130 and I have tried every possible config on the phones. No matter what I try the phones never get a VALN 130 address from DHCP unless I hard code it on the phones. They can get a native VLAN address for the PC but not a voice VLAN address.
I pulled the DHCP scope info from the Nortel Doc for a windows server 2003 format and modified it for INFOBLOX since I cannot find any specific layouts for INFLOBLOX.
Here is my VLAN config in the Cisco:
interface vlan 130
description VoIP SWx.2xIDF
ip address 10.xxx.130.2 255.255.255.0
ip helper-address 10.xxx.55.53
no ip redirects
no ip unreachables
ip pim dense-mode
standby 1 ip 10.xxx.130.1
standby 1 priority 105
standby 1 preempt
Here is my port configs on the Cisco:
interface FastEthernet {interface number}
description "port number"
power inline static max 7000
switchport trunk encapsulation dot1q
switchport trunk native vlan 41
switchport trunk allowed vlan 41,130
switchport mode trunk
qos trust dscp
What we would like to do is have the i2004's basically auto discover the voice VLAN and boot. I have tried every config possible on the phones to get them to boot off of VLAN 130 w/o hard coding the VLAN on the phones. What I am missing or doing wrong???
Greatly appreciate the advice
1) Option 128 with string Nortel-i2004-A,10.xxx.xx.x:4100,1,5:10.xxx.xx.x:4100,1,5.
2) Option 191 VLAN-A:130
our VLAN is set as 130 and I have tried every possible config on the phones. No matter what I try the phones never get a VALN 130 address from DHCP unless I hard code it on the phones. They can get a native VLAN address for the PC but not a voice VLAN address.
I pulled the DHCP scope info from the Nortel Doc for a windows server 2003 format and modified it for INFOBLOX since I cannot find any specific layouts for INFLOBLOX.
Here is my VLAN config in the Cisco:
interface vlan 130
description VoIP SWx.2xIDF
ip address 10.xxx.130.2 255.255.255.0
ip helper-address 10.xxx.55.53
no ip redirects
no ip unreachables
ip pim dense-mode
standby 1 ip 10.xxx.130.1
standby 1 priority 105
standby 1 preempt
Here is my port configs on the Cisco:
interface FastEthernet {interface number}
description "port number"
power inline static max 7000
switchport trunk encapsulation dot1q
switchport trunk native vlan 41
switchport trunk allowed vlan 41,130
switchport mode trunk
qos trust dscp
What we would like to do is have the i2004's basically auto discover the voice VLAN and boot. I have tried every config possible on the phones to get them to boot off of VLAN 130 w/o hard coding the VLAN on the phones. What I am missing or doing wrong???
Greatly appreciate the advice