Quantcast
Channel: All Ethernet Switching posts
Viewing all articles
Browse latest Browse all 10307

Re: EX4300 PVLAN propagation

$
0
0

I am having the same issue on ex3400 units.

I am configuring Private VLANS and am seeing the following:

 

I have multiple Primary VLANs each with their own isolated VLAN.

 

on my uplink port I have all the Primary VLANs

 

I have the following config and get the subsequent error:

 

show vlans :

ISOLATED_PWR_MON {
    vlan-id 3123;
    private-vlan isolated;
}

ISOLATED_ENV_MON {
    vlan-id 3040;
    private-vlan isolated;
}

DC_OPS_PWR_MON {
    description "DC Power Monitoring";
    vlan-id 123;
    isolated-vlan ISOLATED_PWR_MON;
}

Environmentals {
    vlan-id 40;
    isolated-vlan ISOLATED_ENV_MON;
}

interface ae0
description "Uplink to Core";
mtu 9216;
aggregated-ether-options {
    no-flow-control;
    lacp {
        active;
        periodic fast;
    }
}
unit 0 {
    family ethernet-switching {
        interface-mode trunk;
        inter-switch-link;
        vlan {
            members [ 40 123 ];
        }
    }
}

Subsequent commit error:

error: Interface ae0.0 cannot be part of more than one PVLAN domain
error: Error processing pvlan in default rtt
error: configuration check-out failed

I dont believe the inter-switch-link is what we need, I believe that will transport the internal vlan tag inside the primary vlan tag, like a QinQ style.

 

 


Viewing all articles
Browse latest Browse all 10307

Trending Articles