<div dir="ltr"><div>User configuration that we are using currently with freeradius is commented below.. we are not getting any errors with cisco devices that supports PPP. But, Cisco 887 Vag device doesnt support PPP protocol at 3g interfaces. The encapsulation protocol SLIP is supported with this device. </div>
<div><br></div><div>#User Definition</div><div><div>DEFAULT Auth-Type := Accept, Calling-Station-Id == "905308555162"</div><div>                Framed-IP-Address = 192.168.10.1</div></div><div>                Framed-Protocol = PPP<br>
</div><div><br></div><div><br></div><div><div># On no match, the user is denied access.</div><div><br></div><div>DEFAULT<span class="" style="white-space:pre">   </span>Auth-Type = Accept</div><div><span class="" style="white-space:pre">         </span>Fall-Through = 1</div>
<div><br></div><div>DEFAULT<span class="" style="white-space:pre">    </span>Framed-Protocol == PPP</div><div><span class="" style="white-space:pre">             </span>Framed-Protocol = PPP,</div><div><span class="" style="white-space:pre">             </span>Framed-Compression = Van-Jacobson-TCP-IP</div>
<div><br></div><div>DEFAULT<span class="" style="white-space:pre">    </span>Hint == "CSLIP"</div><div><span class="" style="white-space:pre">          </span>Framed-Protocol = SLIP,</div><div><span class="" style="white-space:pre">            </span>Framed-Compression = Van-Jacobson-TCP-IP</div>
<div><br></div><div>DEFAULT<span class="" style="white-space:pre">    </span>Hint == "SLIP"</div><div><span class="" style="white-space:pre">           </span>Framed-Protocol = SLIP</div></div><div><br></div><div><br></div>
<div>How should we define users for SLIP protocol with Cisco 887 Vag? </div></div>