<div dir="ltr">Hi All,<div><br></div><div>I have been trying to understand the option 82 sub option 5 (agent.link-selection) working prototype, I have been searching in the forums and many of them suggest as below</div><div><br>class "BD-1Net" { match if(binary-to-ascii(10, 8, ".", option agent.link-selection) = "192.168.1.0"); }<br><br><b> shared-network BD-1Net </b><br><b> { </b><br>  subnet 192.168.1.0 netmask 255.255.255.0 <br>   { <br>  option routers 192.168.1.1;<br>  option subnet-mask 255.255.255.0;<br>               pool {<br>                 allow members of "BD-1Net";<br>                range 192.168.1.101 192.168.1.110; <br> } <br> }<br><b>}</b><br></div><div>I have a doubt of why to add a shared-network line statement in the config though it has only one subnet, Is it mandatory to add that shared-network statement?</div><div>I tried testing without adding the shared-network statement line and it works fine, but before I use in my prod I want to know full details,</div><div> </div><div><div dir="auto">Any help would be appreciated </div><div dir="auto">Thanks</div></div></div>