Hi guys,
I have migrated from ADSL 2 to FULL fibre that has an ONT box. Before the migration from ADSL2 to FULL fibre this was working.
Physical Config is
Juniper SRX > ONT Modem
JUNOS Software Release [12.1X44-D10.4]
Configuration Running.
fe-0/0/0 {
unit 0 {
encapsulation ppp-over-ether;
}
}
pp0 {
unit 0 {
ppp-options {
chap {
default-chap-secret "$9$WOf8dbZGif5FKMJGUiPfBIEcvL"; ## SECRET-DATA
local-name "zen264613@zen";
passive;
}
}
pppoe-options {
underlying-interface fe-0/0/0.0;
idle-timeout 0;
auto-reconnect 5;
client;
}
family inet {
negotiate-address;
}
}
}
Error in log,
Feb 3 12:07:15 pppd_iflm_handle_change: ifl->ifl_flags 0xc011 iflm->iflm_flags 0xc011
Feb 3 12:07:15 pp0.0: Session LCP max configuration request count 254 is set(254 default count)
Feb 3 12:07:15 pp0.0: LCP - Stopping protocol timer
Feb 3 12:07:15 pp0.0: Session phase changed Establish -> Disabled
Feb 3 12:07:20 op change ifl pp0.0 idx 71 devindex 128 flags c011
Feb 3 12:07:20 op change ifl pp0.0 idx 71 devindex 128
Feb 3 12:07:20 pppd_iflm_handle_change: ifl->ifl_flags 0xc011 iflm->iflm_flags 0xc011
Feb 3 12:07:20 op change ifl pp0.0 idx 71 devindex 128 flags c011
Feb 3 12:07:20 op change ifl pp0.0 idx 71 devindex 128
Feb 3 12:07:20 IFL State TLV:
Feb 3 12:07:20 State - Closed
Feb 3 12:07:20 Auth Chap flags - 0a
Feb 3 12:07:20 Auth Pap flags - 00
Feb 3 12:07:20 Options:
Feb 3 12:07:20 MRU: 1492
Feb 3 12:07:20 Magic Num: 3098863256
Feb 3 12:07:20 IFL Config TLV:
Feb 3 12:07:20 Media flags - 0000
Feb 3 12:07:20 Auth protocol CHAP - 0xc223
Feb 3 12:07:20 PPP flags - 01
Feb 3 12:07:20 MRU - 1492
Feb 3 12:07:20 pppd_iflm_handle_change: ifl->ifl_flags 0xc011 iflm->iflm_flags 0xc011
Feb 3 12:07:20 pp0.0: Session LCP max configuration request count 254 is set(254 default count)
Feb 3 12:07:20 pp0.0: LCP - Starting protocol timer (3 sec, 0 nsec)
Feb 3 12:07:20 pp0.0: Sent 18 byte (10 data bytes) PPP packet: 0x21 0xc0 0x68 0x01
Feb 3 12:07:20 pp0.0: LCP - State changed to: Creq-sent
Feb 3 12:07:20 pp0.0: Session phase changed Disabled -> Establish
Feb 3 12:07:20 pp0.0: Received 40 byte PPP packet: 0xc0 0x21 0x02
Feb 3 12:07:20 pp0.0: LCP - Stopping protocol timer
Feb 3 12:07:20 pp0.0: LCP - State changed to: Ack-rcvd
Feb 3 12:07:20 pp0.0: LCP - Starting protocol timer (3 sec, 0 nsec)
Feb 3 12:07:20 pppd_msg_input: recvmsg: Resource temporarily unavailable
Feb 3 12:07:23 pp0.0: LCP - Timer expired
Feb 3 12:07:23 pp0.0: LCP - Starting protocol timer (3 sec, 0 nsec)
Feb 3 12:07:23 pp0.0: Sent 18 byte (10 data bytes) PPP packet: 0x21 0xc0 0x69 0x01
Feb 3 12:07:23 pp0.0: LCP - State changed to: Creq-sent
Feb 3 12:07:23 pp0.0: Received 40 byte PPP packet: 0xc0 0x21 0x02
Feb 3 12:07:23 pp0.0: LCP - Stopping protocol timer
Feb 3 12:07:23 pp0.0: LCP - State changed to: Ack-rcvd
Feb 3 12:07:23 pp0.0: LCP - Starting protocol timer (3 sec, 0 nsec)
Feb 3 12:07:23 pppd_msg_input: recvmsg: Resource temporarily unavailable
------------------------------
Ibrar Akram
------------------------------