Skip to content

add resource for IPv6 DHCP Configuration #290

@jkliss-csco

Description

@jkliss-csco

For DHCP in IPv6 scenario there are a few providers missing:

Example Config:
SERVER CONFIG:

ipv6 local pool DHCPv6-PD 2000::/56 64

ipv6 dhcp pool DHCPv6-PD
  prefix-delegation pool DHCPv6-PD
  dns-server 2001:4860:4860::8888
  dns-server 2001:4860:4860::4444
  domain-name [test.local](https://test.local/)
  vendor-specific 9
  suboption 1 address 2001:DB8:CAFE::1
!
interface GigabitEthernet1
  no ip address
  negotiation auto
  ipv6 address 2001::1/64
  ipv6 enable
  ipv6 dhcp server DHCPv6-PD
end

CLIENT CONFIG:

interface GigabitEthernet1
  no ip address
  negotiation auto
  ipv6 dhcp client pd ISP_PREFIX
  ipv6 address autoconfig default
  ipv6 enable
  end

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions