ipv6, dhcp with a standalone server
ipv6, dhcp with a standalone server
Hello everyone ! Im trying to set up a small network with one cisco 3750G. Ive got 3 VLANs, two for client subnets and one for my windows 2008 r2 dhcp server. I want to use my windows server as the dedicated dhcp server. I have assign ipv6 addresses to all my vlans and tried to enable ipv6, ipv6 unicast-routing and relay agents but i can get any leases from my dhcp server to my clients. Has anyone got a clue on how to solve this ? //MrJanolov, Sweden
Re:ipv6, dhcp with a standalone server
Hi, You want your clients to get ipv6 config via DHCP and not the addresses via SLAAC? if so then you can suppress RA on the interface pointing towards client with the ipv6 nd suppress-ra command or use the ipv6 nd managed-config command to tell the clients to use DHCPv6 and not SLAAC. Regards. Alain.
Re:ipv6, dhcp with a standalone server
yes exactly.Okey Ill try to supress the RA, will be back with the results. Thnx for your answer. //MrJanolov
Re:ipv6, dhcp with a standalone server
Hello again! It worked when I added both commands under the client VLANs. Thnx again. //MrJanolov