[j-nsp] ldp signaling vpls can't up

bruno bruno.juniper at gmail.com
Thu Apr 12 03:11:49 EDT 2012


hello guys,


i am testing ldp vpls on srx. the topo is pe1--p---pe2,below is config.  when i issue the command show vpls connection . it show ol, i don't know what did i miss?




Instance: vpn-a
  LDP-VPLS State
  VPLS-id: 100
  Mesh-group connections: __ves__
    Neighbor                  Type  St     Time last up          # Up trans
    2.2.2.2(vpls-id 100)      rmt   OL   
    3.3.3.3(vpls-id 100)      rmt   OL   

   


interfaces {
    ge-0/0/0 {
        apply-groups interface;
        vlan-tagging;
        mtu 1514;
        unit 14 {
            vlan-id 14;
            family inet {
                address 14.1.1.1/24;
            }
        }
    }
    fe-0/0/5 {
        vlan-tagging;
        encapsulation vlan-vpls;
        unit 600 {
            encapsulation vlan-vpls;
            vlan-id 600;
            family vpls;
        }
    }
   
    lo0 {
        unit 0 {
            family inet {
                address 1.1.1.1/32;
            }
        }
    }                                   
}
routing-options {
    autonomous-system 65000;
}
protocols {
    mpls {
        interface ge-0/0/0.14;
        interface lo0.0;
    }
    ospf {
        area 0.0.0.0 {
            interface lo0.0;
            interface ge-0/0/0.14;
        }
    }
    ldp {
        interface ge-0/0/0.14;
        interface lo0.0;
    }
}
security {
    forwarding-options {
        family {                        
            mpls {
                mode packet-based;
            }
        }
    }
}
routing-instances {
    vpn-a {
        instance-type vpls;
        interface fe-0/0/5.600;
        protocols {
            vpls {
                no-tunnel-services;
                vpls-id 100;
                neighbor 2.2.2.2;
                neighbor 3.3.3.3;
            }
        }
    }
}

------------------
Best Regards,
Bruno


More information about the juniper-nsp mailing list