Failover Peer Issue with Polycom SoundStation IP 6000 Phone

Bruce Hudson Bruce.Hudson at dal.ca
Tue Dec 1 20:49:24 UTC 2020


On Tue, Dec 01, 2020 at 10:16:05AM -0600, willieb wrote:
 
> class "SSIP" {
>     match if substring (hardware,2,4) = aa:bb:cc:34;
>     server-identifier x.x.14.34;
> }

    String offsets begin at zero. Try

	> class "SSIP" { 
	>     match if substring (hardware,1,4) = aa:bb:cc:34;
	>     server-identifier x.x.14.34;
	> }
-- 
Bruce A. Hudson				| Bruce.Hudson at Dal.CA
ITS, Networks and Systems		|
Dalhousie University			|
Halifax, Nova Scotia, Canada		| (902) 494-3405


More information about the dhcp-users mailing list