-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request