Routing

last person joined: 5 days ago 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.
  • 1.  Termination L2VPN

    Posted 03-26-2015 02:27

    Hello!

    I am trying to terminate an L2VPN on an MX480 but it's not working...

    Topology: 7206 trunk vlanid 555 > MX80> MPLS CLOUD > MX480.

    7206 (192.168.254.2) not pinging lt-interface on MX480 (192.168.254.1)

     

    PE_MX80> show configuration routing-instances
    L2VPN_LT {
        instance-type l2vpn;
        interface ge-1/0/9.555;
        route-distinguisher 172.16.16.7:555;
        vrf-target target:65000:555;
        protocols {
            l2vpn {
                encapsulation-type ethernet-vlan;
                interface ge-1/0/9.555;
                site TEST {
                    site-identifier 101;
                    interface ge-1/0/9.555 {
                        remote-site-id 100;
                    }
                }
            }
        }
    }
    
    
    PE_MX80> show configuration interfaces ge-1/0/9.555
    encapsulation vlan-ccc;
    vlan-id 555;
    
    PE_MX80>
    
    
    PE_MX80> show l2vpn connections instance L2VPN_LT
    Layer-2 VPN connections:
    
    Legend for connection status (St)
    EI -- encapsulation invalid      NC -- interface encapsulation not CCC/TCC/VPLS
    EM -- encapsulation mismatch     WE -- interface and instance encaps not same
    VC-Dn -- Virtual circuit down    NP -- interface hardware not present
    CM -- control-word mismatch      -> -- only outbound connection is up
    CN -- circuit not provisioned    <- -- only inbound connection is up
    OR -- out of range               Up -- operational
    OL -- no outgoing label          Dn -- down
    LD -- local site signaled down   CF -- call admission control failure
    RD -- remote site signaled down  SC -- local and remote site ID collision
    LN -- local site not designated  LM -- local site ID not minimum designated
    RN -- remote site not designated RM -- remote site ID not minimum designated
    XX -- unknown connection status  IL -- no incoming label
    MM -- MTU mismatch               MI -- Mesh-Group ID not available
    BK -- Backup connection          ST -- Standby connection
    PF -- Profile parse failure      PB -- Profile busy
    RS -- remote site standby        SN -- Static Neighbor
    LB -- Local site not best-site   RB -- Remote site not best-site
    VM -- VLAN ID mismatch
    
    Legend for interface status
    Up -- operational
    Dn -- down
    
    Instance: L2VPN_LT
      Local site: TEST (101)
        connection-site           Type  St     Time last up          # Up trans
        100                       rmt   Up     Mar 25 16:38:52 2014           1
          Remote PE: 172.16.16.2, Negotiated control-word: Yes (Null)
          Incoming label: 800007, Outgoing label: 800022
          Local interface: ge-1/0/9.555, Status: Up, Encapsulation: VLAN
    
    PE_MX80>
    
    
    
    
    
    
    
    
    
    P_480> show configuration routing-instances L2VPN_LT 
    instance-type l2vpn;
    interface lt-1/1/0.1;
    route-distinguisher 172.16.16.2:555;
    vrf-target target:65000:555;
    protocols {
        l2vpn {
            encapsulation-type ethernet-vlan;
            interface lt-1/1/0.1;
            site TEST {
                site-identifier 100;
                interface lt-1/1/0.1 {
                    remote-site-id 101;
                }
            }
        }
    }
    
    P_480> show configuration interfaces lt-1/1/0 
    unit 1 {
        encapsulation vlan-ccc;
        vlan-id 555;
        peer-unit 2;
        family ccc;
    }
    unit 2 {
        encapsulation vlan;
        vlan-id 555;
        peer-unit 1;
        family inet {
            address 192.168.254.1/30;
        }
    }
    
    
    P_480> show configuration chassis 
    aggregated-devices {
        ethernet {
            device-count 5;
        }
    }
    fpc 1 {
        pic 1 {
            tunnel-services;
        }
        sampling-instance IPFIX_TEST;
    }
    network-services enhanced-ip;
    
    P_480> 
    P_480> show l2vpn connections instance L2VPN_LT 
    Layer-2 VPN connections:
    
    Legend for connection status (St)   
    EI -- encapsulation invalid      NC -- interface encapsulation not CCC/TCC/VPLS
    EM -- encapsulation mismatch     WE -- interface and instance encaps not same
    VC-Dn -- Virtual circuit down    NP -- interface hardware not present 
    CM -- control-word mismatch      -> -- only outbound connection is up
    CN -- circuit not provisioned    <- -- only inbound connection is up
    OR -- out of range               Up -- operational
    OL -- no outgoing label          Dn -- down                      
    LD -- local site signaled down   CF -- call admission control failure      
    RD -- remote site signaled down  SC -- local and remote site ID collision
    LN -- local site not designated  LM -- local site ID not minimum designated
    RN -- remote site not designated RM -- remote site ID not minimum designated
    XX -- unknown connection status  IL -- no incoming label
    MM -- MTU mismatch               MI -- Mesh-Group ID not available
    BK -- Backup connection          ST -- Standby connection
    PF -- Profile parse failure      PB -- Profile busy
    RS -- remote site standby        SN -- Static Neighbor
    LB -- Local site not best-site   RB -- Remote site not best-site
    VM -- VLAN ID mismatch
    
    Legend for interface status 
    Up -- operational           
    Dn -- down
    
    Instance: L2VPN_LT
      Local site: TEST (100)
        connection-site           Type  St     Time last up          # Up trans
        101                       rmt   Up     Mar 25 16:39:24 2015           1
          Remote PE: 172.16.16.7, Negotiated control-word: Yes (Null)
          Incoming label: 800022, Outgoing label: 800007
          Local interface: lt-1/1/0.1, Status: Up, Encapsulation: VLAN
    
    P_480>


  • 2.  RE: Termination L2VPN
    Best Answer

    Posted 03-27-2015 07:38

    Hello there,

     

    PE_MX80> show configuration interfaces ge-1/0/9.555
    encapsulation vlan-ccc;
    vlan-id 555;

     

    "family ccc" is missing.

    HTH

    Thanks

    Alex

     

     



  • 3.  RE: Termination L2VPN

    Posted 03-30-2015 08:40

    Hello!

    all works. thx!



  • 4.  RE: Termination L2VPN

     
    Posted 03-30-2015 22:42

    Radeon-1  would be nice is you can mark the solution from aarseniev as solved