I have a Juniper SRX240 that appears to connect to CenturyLink with the PPPOE settings and then drops again in about 3 seconds. I have tried multiple different setting on the pp0.0 interface for the ppp and pppoe settings, all to no avail. The DSL modem is set to bridge mode and it works fine on a Zyxel USG 300. Below is the configuration of the applicable interfaces and snippet from the logs of what I believe to be a complete up/down cycle of the PPPOE interface.
New to the process of readings logs for the PPPOE process and I can't figure why we keep receiving the PADT packet, from my research is telling the session to drop. Any suggestions will be much appreciated.
Interface configuration:
show configuration interfaces ge-0/0/0
unit 0 {
encapsulation ppp-over-ether;
}
show configuration interfaces pp0
enable;
unit 0 {
apply-macro PPPOE1;
ppp-options {
chap {
default-chap-secret "PASSWORD"; ## SECRET-DATA
local-name "USERNAME";
passive;
}
pap {
local-name "USERNAME";
no-rfc2486;
local-password "PASSWORD"; ## SECRET-DATA
passive;
}
}
pppoe-options {
underlying-interface ge-0/0/0.0;
idle-timeout 0;
auto-reconnect 20;
client;
}
family inet {
mtu 1492;
negotiate-address;
}
}
LOG SNIPPET:
Feb 9 13:17:54 Discovery Input: PADO packet received on uifl (idx 90)
Feb 9 13:17:54 Received AC name cosp-dsl-gw11.cosp.qwest.net\x01\x03 configured AC name on uifl (idx 90)
Feb 9 13:17:54 code: 7 outlen=0x1e pt->len: 0x1c
Feb 9 13:17:54 *totlen=0x3e tp->len=0x1c ntohs(tplen)=0x1c tot=0x3e MAX_L=0x1502
Feb 9 13:17:54 code: 7 outlen=0x3e pt->len: 0x10
Feb 9 13:17:54 *totlen=0x52 tp->len=0x10 ntohs(tplen)=0x10 tot=0x52 MAX_L=0x1502
Feb 9 13:17:54 *totlen=0x56 tp->len=0x0 ntohs(tplen)=0x0 tot=0x56 MAX_L=0x1502
Feb 9 13:17:54 IO send ... PADR for pp0.0
Feb 9 13:17:54 Discovery Input: PADS packet received on uifl (idx 90)
Feb 9 13:17:54 pppoe_ifl_params_change: ifl pp0.0, ifl sid 4975, param sid 4975
Feb 9 13:17:54 pppoed_ifl_msg_handler pp0.0 ifl 91 op 2 flag 0xc011
Feb 9 13:17:54 pppoed_change_ifl: ifname pp0.0
Feb 9 13:17:54 pppoed_ifl_msg_handler pp0.0 ifl 91 op 2 flag 0xc011
Feb 9 13:17:54 In Parse TLV: opts 0x0 0x14 ge-0/0/0.0
Feb 9 13:17:54 pppoed_change_ifl_options: ifname pp0.0
Feb 9 13:17:54 pppoed_change_ifl_options: pp0.0 session mode client
Feb 9 13:17:54 pppoed_change_ifl_options: pp0.0 session up, kernsync false
Feb 9 13:17:54 pppoed_change_ifl_options: pp0.0 session id=4975 (current 4975)
Feb 9 13:17:54 pppoed_change_ifl_options: pp0.0 credit scale 0 max 65535
Feb 9 13:17:54 pppoed_change_ifl_options: pp0.0 credits disabled, interval 0, scale 0
Feb 9 13:17:54 pppoed_change_ifl_options: pp0.0 credit interval set to 0
Feb 9 13:17:54 pppoed_change_ifl_options: pp0.0 session id=4975
Feb 9 13:17:54 pppoed_change_ifl: ifname pp0.0
Feb 9 13:17:54 pppoed_ifl_msg_handler pp0.0 ifl 91 op 2 flag 0xc011
Feb 9 13:17:54 In Parse TLV: opts 0x0 0x14 ge-0/0/0.0
Feb 9 13:17:54 pppoed_change_ifl_options: ifname pp0.0
Feb 9 13:17:54 pppoed_change_ifl_options: pp0.0 session mode client
Feb 9 13:17:54 pppoed_change_ifl_options: pp0.0 session up, kernsync false
Feb 9 13:17:54 pppoed_change_ifl_options: pp0.0 session id=4975 (current 4975)
Feb 9 13:17:54 pppoed_change_ifl_options: pp0.0 credit scale 0 max 65535
Feb 9 13:17:54 pppoed_change_ifl_options: pp0.0 credits disabled, interval 0, scale 0
Feb 9 13:17:54 pppoed_change_ifl_options: pp0.0 credit interval set to 0
Feb 9 13:17:54 pppoed_change_ifl_options: pp0.0 session id=4975
Feb 9 13:17:54 pppoed_change_ifl: ifname pp0.0
Feb 9 13:17:57 pppoed_ifl_msg_handler pp0.0 ifl 91 op 2 flag 0xc011
Feb 9 13:17:57 In Parse TLV: opts 0x0 0x14 ge-0/0/0.0
Feb 9 13:17:57 pppoed_change_ifl_options: ifname pp0.0
Feb 9 13:17:57 pppoed_change_ifl_options: pp0.0 session mode client
Feb 9 13:17:57 pppoed_change_ifl_options: pp0.0 session up, kernsync false
Feb 9 13:17:57 pppoed_change_ifl_options: pp0.0 session id=4975 (current 4975)
Feb 9 13:17:57 pppoed_change_ifl_options: pp0.0 credit scale 0 max 65535
Feb 9 13:17:57 pppoed_change_ifl_options: pp0.0 credits disabled, interval 0, scale 0
Feb 9 13:17:57 pppoed_change_ifl_options: pp0.0 credit interval set to 0
Feb 9 13:17:57 pppoed_change_ifl_options: pp0.0 session id=4975
Feb 9 13:17:57 pppoed_change_ifl: ifname pp0.0
Feb 9 13:17:57 Discovery Input: PADT packet received on uifl (idx 90)
Feb 9 13:17:57 Bringing session down for pp0.0
↧