[j-nsp] ACX2200 logical tunnel

Chris Cappuccio chris at nmedia.net
Thu Aug 29 21:45:09 EDT 2024


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


More information about the juniper-nsp mailing list