How to run DHCP server on SB7700 InfiniBand switch

Hi Heiner,

The flow should be something along the lines of:

  1. configure an ip address on ib0 of the switch

switch(config)# interface ib0 ip address x.x.x.x/y

  1. docker pull

  2. start a container with the network privilege (so you can listen/send on the ib0 interface)

  3. in the docker install a dhcp server ,configure it

  4. start the dhcp server