03-12-2024 09:14 PM
hi ,
i am using X460-24t extreme switch.
Currently we enable dhcp on vlan using ipv4 as follows
create vlan "vlan101"
configure vlan vlan101 tag 101
configure vlan vlan101 add ports 21-24 tagged
configure vlan vlan101 add ports 3 untagged
configure vlan vlan101 ipaddress 172.16.0.1 255.255.255.0
enable ipforwarding vlan vlan101
configure vlan vlan101 dhcp-address-range 172.16.0.2 - 172.16.0.200
configure vlan vlan101 dhcp-options default-gateway 172.16.0.1
configure vlan vlan101 dhcp-options dns-server 196.1.105.47
enable dhcp ports 21-24,3 vlan vlan101
My aim is that vlan101 should give ipv6 address with prefix delegation via dhcpv6 .
How can I do that ?
Thanks.