Hi Bill,
If you create a config.zip of the C4110 that includes the file controller_config.cli file.
The file has the whole config stored in CLI command style (!!! GUI user accounts are not included !!!).
If the C4110 uses only 2 of the 4 ports I don't see a problem to migrate it to a V2110 (but I've never done it).
The thing that you'll need to change in the CLI file is the port names of the physical ports in the topology as the C4110 uses the names Port1, Port2, Port3, Port4 but the V2110 uses esa0 and esa1.
So edit the file and replace Port1 with esa0 and Port2 and esa1 and it should work.
i,e. change....
topology
create "CLOUD_uplink" physical 900 port Port1 untag 10.10.10.1/24
to....
topology
create "CLOUD_uplink"physical 900 port esa0 untag 10.10.10.1/24
Upload the file via FTP, install the EWC license key first, restore the config, after the reboot check the log ( -> logs -> restore/import) for errors.
Last step is to add the GUI user accounts and change the admin user password.
Ron