Hello<br><br>I'm trying to run pppoe on my SE100 but with no successfull.<br><br>This is my configuration:<br><br>context local<br>! <br>..<br>..<br>..<br>!<br> aaa authentication administrator local <br> aaa authentication subscriber radius <br>
!<br>radius server xx.xx.xx.xx encrypted-key 92D4215B6991E46F<br>!<br><br>context pppoe<br>!<br> description PPPoE<br> domain aqqq advertise<br>! <br> no ip domain-lookup<br> logging console<br>!<br> aaa authentication administrator local <br>
aaa authentication administrator maximum sessions 1<br> aaa authentication subscriber radius global<br>!<br><br><br>port ethernet 2/2<br> description Gbit#2<br> no shutdown<br> medium-type copper<br> encapsulation dot1q<br>
dot1q pvc 701 encapsulation multi <br> circuit protocol pppoe <br> bind authentication chap maximum 2000<br><br>!<br> pppoe services marked-domains<br> pppoe always-send-padt<br><br><br><br><br>logs from radius:<br><br>
rad_recv: Access-Request packet from host 192.168.221.5 port 1812, id=10, length=204<br> User-Name = "roberto"<br> CHAP-Password = 0x012ae7b42275cab353a3d40be701052f37<br> CHAP-Challenge = 0xc1c5d3a83dad59b0cb562fd722d91821<br>
Service-Type = Framed-User<br> Framed-Protocol = PPP<br> NAS-Identifier = "roberto-rbak01"<br> NAS-Port = 33685504<br> NAS-Real-Port = 570426045<br> NAS-Port-Type = Virtual<br>
NAS-Port-Id = "2/2 vlan-id 701 pppoe 17"<br> Medium-Type = DSL<br> Mac-Addr = "00-17-f2-ce-d2-80"<br> Platform-Type = 4<br> OS-Version = "6.2.1.4"<br><br>Found Auth-Type = CHAP<br>
+- entering group CHAP {...}<br>[chap] login attempt by "roberto" with CHAP password<br>[chap] Using clear text password "roberto" for user roberto authentication.<br>[chap] chap user roberto authenticated succesfully<br>
++[chap] returns ok<br>+- entering group post-auth {...}<br>++[exec] returns noop<br>Sending Access-Accept of id 10 to 192.168.201.5 port 1812<br> Framed-IP-Address = 10.10.10.10<br>Finished request 6.<br>Going to the next request<br>
Waking up in 4.9 seconds.<br>Cleaning up request 6 ID 10 with timestamp +523<br>Ready to process requests.<br><br>Looks fine but pppoe session can't be estabilished <br><br>What is wrong ?<br><br>Thanks for help <br><br>