<div dir="ltr">Hi ,<div><br></div><div>I want to configure a dhcpv6 pool, which will assign ip addresses based on option 68 field . I tried the below configuration but its not working for me. Please guide me to configure dhcpv6 pool.</div><div><br></div><div>In below config "test1" is the client vrf .</div><div><br></div><div>class "vrftest1" {<br>       match if substring (v6relay(1, option dhcp6.vss) = "test1");<br>}<br>subnet6 2001:0:0:2::/64 {<br>   pool6 {<br>     allow members of "vrftest1";<br>     range6 2001:0:0:2::20 2001:0:0:2::200;<br>}<br>}<br></div></div>