03-26-2012 07:04 PM
Hi,
I'm pretty new to JunOS, and am in the process of configuring a 5x EX3300 Stack, i'm having an issue with getting my port config right. I've had a lot of experience with Brocade but cant quite work out the translation ![]()
What i want to do is have a port set with untagged packets on one vlan and tagged on another. In brocade land i would just do
vlan 10
untagged eth 47
vlan 20
tagged eth 47
The relevant code snippets are below for what we have on the EX3300
ge-1/0/47 {
unit 0 {
family ethernet-switching {
port-mode trunk;
vlan {
members VLAN56;
}
native-vlan-id VLAN40;
}
}
}
vlans {
VLAN10 {
vlan-id 10;
interface {
Userports; <------ this interface range includes the ge-1/0/47 as well, is that an issue?
}
l3-interface vlan.10;
}
VLAN20 {
vlan-id 20;
03-27-2012 04:22 AM