[j-nsp] Cisco Equivalent for vlan-ccc ??

sthaug at nethelp.no sthaug at nethelp.no
Mon Jan 24 06:24:31 EST 2005


> ATOM (Any Transport over MPLS) - There several variants e.g.: Ethernet 
> Transport over MPLS... CCC and ATOM are incompatible beasts AFAIK.,,

CCC is used among others things for Martini tunnels, which are
compatible with Cisco. Example config below - we have this in
production.

Steinar Haug, Nethelp consulting, sthaug at nethelp.no


Cisco 7206 VXR / NPE-G1 / 12.0(29)S:

pseudowire-class MartiniToJuniper
 encapsulation mpls
 preferred-path interface Tunnel2 disable-fallback

interface GigabitEthernet0/3
 mtu 1550
 no ip address
interface GigabitEthernet0/3.634
 encapsulation dot1Q 634
 no ip directed-broadcast
 xconnect a.b.c.d 1 pw-class MartiniToJuniper

Juniper M40 / 6.3R2.2:

ge-0/0/0 {
    vlan-tagging;
    mtu 1568;
    encapsulation flexible-ethernet-services;
    unit 634 {
        vlan-id 634;
    }
}

l2circuit {
    neighbor e.f.g.h {
        interface ge-0/0/0.634 {
            virtual-circuit-id 1;
        }
    }
}


More information about the juniper-nsp mailing list