[j-nsp] ACX2200 logical tunnel

Chris Cappuccio via juniper-nsp <[email protected]> Thu, 29 Aug 2024 18:45:09 -0700
Newsgroups gmane.network.nsp.juniper
Message-ID <[email protected]>
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 [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp