Bonjour à tous,
Tout est dans le titre, je sèche un peu depuis plusieurs jours, je tente de configurer un juniper srx240 mais rien n'y fait..  

L'interface connecté au ONT :
    ge-0/0/13 {
        vlan-tagging;
        unit 0 {
            encapsulation ppp-over-ether;
            vlan-id 835;
        }
    }
La config de l'interface pp : 
pp0 {
        description "Uplink Fibre";
        traceoptions;
        unit 0 {
            ppp-options {
                chap {
                    default-chap-secret "xxxxxx"; ## SECRET-DATA
                    local-name fti/xxxxxx;
                    no-rfc2486;         
                    passive;            
                }                       
                pap {                   
                    default-password "xxxxxx"; ## SECRET-DATA
                    local-name fti/xxxxxx;
                    local-password "xxxxxx"; ## SECRET-DATA
                    passive;            
                }                       
            }                           
            pppoe-options {             
                underlying-interface ge-0/0/13.0;
                idle-timeout 0;         
                auto-reconnect 3;       
                client;                 
            }                           
            family inet {               
                mtu 1492;               
                negotiate-address;      
            }                           
        }                               
    }  
les stats : 
>show pppoe interfaces    
pp0.0 Index 97
  State: PADI sent, Session ID: None, 
  Service name: None, 
  Session AC name: None, Configured AC name: None, 
  Remote MAC address: 00:00:00:00:00:00, 
  Auto-reconnect timeout: 3 seconds, Idle timeout: Never, 
  Underlying interface: ge-0/0/13.0 Index 96
> show pppoe statistics    
Active PPPoE sessions: 0
  PacketType                       Sent         Received
    PADI                             22                0
    PADO                              0                0
    PADR                              0                0
    PADS                              0                0
    PADT                              0                0
    Service name error                0                0
    AC system error                   0                0
    Generic error                     0                0
    Malformed packets                 0                0
    Unknown packets                   0                0
  Timeout
    PADI                              3
    PADO                              0
    PADR                              0
  Receive Error Counters
    PADI                              0
    PADO                              0
    PADR                              0
    PADS                              0
Les PADI sont envoyés mais rien en retour.. j'ai déjà parcouru tout le forum,  j'ai vu pas mal d'exemple mais je tourne en rond.. need help please