Extra DHCP - TannerWeinacker/Tech-Journal GitHub Wiki

Some more DHCP commands

  • ipconfig /allcompartments /all - This shows the network information for the Active compartments and some more information about the adapters

  • ipconfig /showclassid - This shows all the dhcp class ids allowed for the adapter

  • ipconfig /setclassid - This modifies the class ids that are allowed

  • ipconfig /setclassid6 - This does the same thing but for IPv6

  • NOTE: I was unsure of what other command or where to look. I did multiple google searches to find something to go off of but I was unable to find anything else.