SRX

last person joined: 12 hours ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  initiate a connection via command line

    Posted 07-31-2014 15:25

    Hi Everyone,

     

    Wonder if there is a command to force a connection when the PPPoE(pp0) status is down? or via the GUI without rebooting the device.

     

    I understand that we can have set auto-reconnect 120;

     

    Thanks and regards,

     

    Bob



  • 2.  RE: initiate a connection via command line
    Best Answer

    Posted 07-31-2014 19:32

    Hi Bob,

     

    You can restart the PPOE daemon itself. Please check the below command. It will start renegotiate the whole PPOE discovery again.

     

    root# run restart ppp?  
    Possible completions:
      ppp                  PPP process
      pppoe                Point-to-Point Protocol over Ethernet process
    [edit]
    root# run restart pppoe

     



  • 3.  RE: initiate a connection via command line

    Posted 07-31-2014 22:06

    excellent, deepakcr,