I'm trying to setup a simple tunnel to terminate an l2circuit on an ACX2200 
over to a bridge-domain.

    lt-0/0/0 {
        mtu 1998;
        unit 4 {
            encapsulation vlan-bridge;
            vlan-id 4;
            peer-unit 10004;
        }
        unit 10004 {
            encapsulation vlan-ccc;
            vlan-id 4;
            peer-unit 4;
        }
    }

However, commit fails:

  'lt-0/0/0'
    VLAN-ID on peer-units 10004 and 4 do not match. 

Uhh, what? Typically, 4 matches 4.

Am I doing something that the ACX won't support?

Or am I missing some other technique the ACX needs which MX does not?

Chris
_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to