SRX

 View Only
last person joined: 4 days ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  PPPoE connection not establishing

    Posted 10-25-2023 10:33

    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
    ------------------------------


  • 2.  RE: PPPoE connection not establishing

     
    Posted 01-19-2024 11:42

    Were you able to resolve your issue? I may be able to help if not.




  • 3.  RE: PPPoE connection not establishing

    Posted 02-04-2024 19:07

    Hi,

    No it's not not working. 

    I even purchased a used srx320 with a new firmware and I get the same issues as above. 

    Can someone help. Thanks 



    ------------------------------
    Ibrar Akram
    ------------------------------



  • 4.  RE: PPPoE connection not establishing

     
    Posted 25 days ago

    Hi Ibrar, were you able to make any headway in the end? 

    If not, you might need to define the MTU (e.g. 1492) parameter on the pp0 interface. Also check that you have an appropriate 0.0.0.0/0 static route defined with pp0.0 as the next-hop.