Failover Peer Issue with Polycom SoundStation IP 6000 Phone

glenn.satchell at uniq.com.au glenn.satchell at uniq.com.au
Mon Nov 30 22:37:45 UTC 2020


Hi Will,

Looks like a simple syntax error of some sort in the config. If you run 
that ExecStart command yourself I'm sure it will give better info.

However, the good news is that you don't need to 'allow members of 
"SSIP"' in the pool(s). All the work is done in the class statement, in 
that if it matches the class then all the settings in the class are 
applied to that request. IP address and other allocation will be done in 
whatever pools it subsequently uses. You could check this with a packet 
trace using tcpdump for example.

regards,
Glenn

On 2020-12-01 02:44, willieb wrote:
> Thanks for the reply. I'm back working on this since Thanksgiving is 
> over. I
> was able to create a class with the text below:
> 
> class "SSIP" {
> match if substring (hardware,2,4) = aa:bb:cc:34;
> server-identifier x.x.14.34;
> }
> 
> But when I add:
> 
> allow members of "SSIP";
> 
> to the shared-network then I get the errors at the end of this reply.
> 
> Also, if I add the allow members statement, doesn't that deny other 
> clients?
> My goal is to allow all clients normally, but clients that have the 
> hardware
> address beginning with aa:bb:cc:34 I want them to get the 
> server-identifier
> of x.x.14.34. I hope that makes sense. Thanks for your help guys.
> 
> -Will
> 
> ? dhcpd.service - DHCPv4 Server Daemon
>    Loaded: loaded (/usr/lib/systemd/system/dhcpd.service; disabled; 
> vendor
> preset: disabled)
>    Active: failed (Result: exit-code) since Mon 2020-11-30 10:39:20 
> EST; 4s
> ago
>      Docs: man:dhcpd(8)
>            man:dhcpd.conf(5)
>   Process: 27298 ExecStart=/usr/sbin/dhcpd -f -cf /etc/dhcp/dhcpd.conf 
> -user
> dhcpd -group dhcpd --no-pid (code=exited, status=1/FAILURE)
>  Main PID: 27298 (code=exited, status=1/FAILURE)
> 
> Nov 30 10:39:20 localhost.localdomain dhcpd[27298]:
> 
> ^
> Nov 30 10:39:20 localhost.localdomain dhcpd[27298]: Configuration file
> errors encountered -- exiting
> Nov 30 10:39:20 localhost.localdomain dhcpd[27298]:
> Nov 30 10:39:20 localhost.localdomain dhcpd[27298]: This version of ISC 
> DHCP
> is based on the release available
> Nov 30 10:39:20 localhost.localdomain dhcpd[27298]: on ftp.isc.org.
> Features have been added and other changes
> Nov 30 10:39:20 localhost.localdomain dhcpd[27298]: have been made to 
> the
> base software release in order to make
> Nov 30 10:39:20 localhost.localdomain systemd[1]: dhcpd.service: main
> process exited, code=exited, status=1/FAILURE
> Nov 30 10:39:20 localhost.localdomain systemd[1]: Failed to start 
> DHCPv4
> Server Daemon.
> Nov 30 10:39:20 localhost.localdomain systemd[1]: Unit dhcpd.service 
> entered
> failed state.
> Nov 30 10:39:20 localhost.localdomain systemd[1]: dhcpd.service failed.
> 
> 
> 
> --
> Sent from: http://isc-dhcp-users.2343191.n4.nabble.com/
> _______________________________________________
> ISC funds the development of this software with paid support
> subscriptions. Contact us at https://www.isc.org/contact/ for more
> information.
> 
> dhcp-users mailing list
> dhcp-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/dhcp-users


More information about the dhcp-users mailing list