Yealink Forums

Full Version: T20P DHCPv6 Troublesooting
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, i have some issues with DHCP6

By reading administrator manual for FW ver 9.71.00.144 :

Quote:IPv6 Address Assignment Method
Supported IPv6 address assignment methods:
 Manual Assignment: ...
 Stateless Address Autoconfiguration (SLAAC): ...

For SLAAC i use radvd and send to phone IP + gateway + RDNSS
But phone get IP-addr +prefix and gateway

My radvd config:

Code:
interface eth1
{
     AdvSendAdvert on;
     MinRtrAdvInterval 3;
     MaxRtrAdvInterval 10;

     AdvDefaultPreference high;
     AdvHomeAgentFlag off;
     AdvManagedFlag on;
     AdvOtherConfigFlag on;

     prefix ****:****:****:66::/64
     {
     AdvOnLink on;
     AdvAutonomous on;
     AdvRouterAddr on;
     };
    
    RDNSS ****:****:****:66::1
         {
         AdvRDNSSPreference 8;
         AdvRDNSSOpen on;
         AdvRDNSSLifetime 30;
     };

};

Maybe i send wrong parameters or it's bug.
Can you help me ?
Thanks.
Hi Lex512,

I will consult our researcher with your issue.
If any answers, i will update to you.
Hi, any updates ?
Hi Lex512,

I have submitted your issue to our R&D. If the issue updates, i will contact with you soon.
How long to wait?
We bought 400 phones at once.
And the deadline for starting the system in 2 weeks
Reference URL's