PacketFence - BTS - PacketFence
View Issue Details
0000719PacketFencehardware modulespublic2009-06-08 13:382012-06-14 12:24
obilodeau 
obilodeau 
normalfeaturehave not tried
closedno change required 
 
 
0000719: support non Cisco VoIP phones on Cisco switches
currently, when using Cisco switches and non Cisco VoIP phone, the DHCP query of the phone cannot be used to determine its VLAN (when using port-security). The voice VLAN has to be hardcoded into the phone currently.

There should be a way to make this work ... the main reason why it doesn't currently is that the development of the code on Cisco switches had been done which Cisco phones in mind
=> the code has to be generalized
No tags attached.
Issue History
2009-06-08 13:38user4New Issue
2010-04-15 17:43obilodeauProjectPacketFence 1.9 => PacketFence
2010-05-05 16:55obilodeauCategory1.9.0 => 1.9.x
2010-11-19 14:40obilodeauReporteruser4 => obilodeau
2010-11-19 14:40obilodeauCategory1.9.x => hardware modules
2010-11-19 14:40obilodeauTarget Version => 2.1.0
2011-01-31 17:12fgaudreaultNote Added: 0001844
2011-03-03 15:15obilodeauTarget Version2.1.0 => +1
2011-03-03 15:19obilodeauTarget Version+1 => +2
2011-07-15 09:25obilodeauNote Added: 0002108
2011-07-15 09:25obilodeauStatusnew => resolved
2011-07-15 09:25obilodeauResolutionopen => no change required
2011-07-15 09:25obilodeauAssigned To => obilodeau
2011-12-30 23:46obilodeauTarget Version+2 =>
2012-06-14 12:24obilodeauStatusresolved => closed

Notes
(0001844)
fgaudreault   
2011-01-31 17:12   
This is done using DHCP option 150 with Cisco, option 176 for Avaya, etc. Basically, on the "data" network, you have an option 176 that tells the phone to tag is port using the voice vlan. On the voice VLAN DHCP, you have an option 176 that tell the phone the proper TFTP server IP, etc.

On the registration and data VLAN DHCP scope, we need to add the following :
option 176
value ascii "L2Q=1,L2QVLAN=6"

On the Voice VLAN :
option 176
value ascii "MCIPADD=192.168.6.10,TFTPDIR=/phone/,TFTPSRVR=192.168.6.10"

Now how to deal with port-security? I think we don't have any choice to allow 2 MAC on the data VLAN. The best way of doing things is Mac Authentication on the wired side. Maybe we should phase out port-security??
(0002108)
obilodeau   
2011-07-15 09:25   
Non cisco phones do work on cisco switches. This ticket is too broad, I'm closing it for now.

For DHCP integration into registration VLAN's regarding voice vlans, see 0001233.

Other tickets should be filed for specific cases of specific devices not working or specific switches not working.