hi,
we have a few nortel phones connected to cisco 2960 / 3560 switches. pcs are daisy chained to the phones. for some reason the phones seem to drop out randomly. however on unplugging the cable from the phone and connecting it back seems to resolve the problem. but we dont want our users to be doing this - any idea why this would happen ?
on giving static addresses, the phones seems to be ok. so we set the lease time (dhcp) to infinite but it does not seem to have resolve the problem.
config:
interface range FastEthernet0/1-48
switchport access vlan 10
switchport mode access
switchport voice vlan 20
spanning-tree portfast
spanning-tree bpduguard enable
spanning-tree guard root
Cisco switch acting as DHCP server:
ip dhcp pool VLAN_10
network 172.22.10.0 255.255.255.0
default-router 172.22.10.1
dns-server 172.22.20.20
domain-name test
option 78 ip 172.22.20.62 172.22.20.63
option 150 ip 172.22.72.10
option 43 hex f104.ac16.1e28
option 128 ascii "Nortel-i2004-A,213.48.250.246:5000,1,5;213.48.250.246:5000,
1,5."
option 191 ascii "VLAN-A:20."
lease 3
ip dhcp pool Nortel-Voice-20
network 172.22.20.0 255.255.255.0
default-router 172.22.20.1
option 128 ascii "Nortel-i2004-A,213.48.250.246:5000,1,5;213.48.250.246:5000,
1,5."
option 191 ascii "VLAN-A:20."
lease infinite
we have no qos applied at the moment. any thoughts appreciated.
Thanks