Micetro enables you to edit and/remove failover relationships from MS DHCP servers, as needed, either in Micetro or through the Micetro API.
Editing failover relationships
You can edit Microsoft DHCP failover relationship options on a per-relationship basis, either in the Web Application or through the API.
To edit a failover relationship:
- On the Service management tab of the Admin page, select the server containing the relationship you want to edit.
- Use either the Action or Row … menu to select Manage failover.
- In the dialog, select the relevant relationship, and then use the Row ... menu to select Edit.
- Edit the failover relationship as needed and then select Save.
- Select Save.
-OR-
-
Use the API command
ModifyDHCPFailoverRelationship, with the following parameters:- Name: The name of the DHCP failover relationship to be created.
- PrimaryServer: The name of the primary DHCP server as it appears in Micetro.
- SecondaryServer: The name of the secondary DHCP server as it appears in Micetro.
- FailoverMode: The DHCP failover mode to use, e.g., Hot Standby or Load Balancing.
- Mclt: Specify the number of seconds for which either server can renew a lease without contacting the other.
- SafePeriod: Safe period time, in seconds, that the DHCPv4 server will wait before transitioning the server from the COMMUNICATION-INT state to PARTNER-DOWN.
- Percentage: Indicates the percentage of the DHCPv4 client load that will be shared between the primary and secondary servers in the failover relationship.
- SharedSecret: The shared secret key associated with this failover relationship.
Removing failover relationships
You can remove a failover relationship from an MS DHCP server either in the Web Application or through the API.
To remove a failover relationship:
- On the Admin page, select the MS DHCP server whose failover relationship you want to remove.
- Use either the Action or the Row … menu to select Manage failover.
- In the dialog, select the relevant relationship, and then use the Row ... menu to select Remove.
- If associated relationships exist, you will be prompted to select the server where the scopes should persist and select whether secondary scopes should be deleted or disabled.
- Select Confirm.
- Select Save.