# Copyright (C) 2016-2017 Cumulus Networks, inc.
#
# All Rights reserved.
#
# This software is subject to the Cumulus Networks End User License Agreement available
# at the following locations:.
#
# Internet: https://cumulusnetworks.com/downloads/eula/latest/view/
#
# Cumulus Linux systems: /usr/share/cumulus/EULA.txt

Scenario
========

  +------------+
  |   DHCP     |
  |  server    |
  |  1.1.1.1   |
  +------------+
        | swp20
        |
        |
        | swp2
  +------------+
  |  switch1   |
  |  relay     |
  +------------+
        | swp1
        |
        |
        |
  +------------+
  |    host    |
  +------------+


net dhcp server commands for IPv4
=================================
server# net add dhcp server swp20
server# net pending
server# net commit


net dhcp server commands for IPv6
=================================
server# net add dhcp server6 swp20
server# net pending
server# net commit


Verification
============
server# net show configuration dhcp

