Hi all,
I want to clarify something on native VLAN on Juniper vendor.
First of all, I know that by default Juniper do not have specific VLAN number for native VLAN.
In my circumstance,
I create two VLAN are VLAN_100 and VLAN_200 with VLAN number 100 and 200 respectively. Then, I define the interface ge-0/0/0 assigned trunk mode member all,
set interfaces ge-0/0/0 unit 0 family ethernet-switching port-mode trunk
set interfaces ge-0/0/0 unit 0 family ethernet-switching vlan members all
The member all is mean that the interface ge-0/0/0 is assigned to VLAN_100 and VLAN_200 which have tag id, and the interface ge-0/0/0 leave VLAN default because at moment the interface ge-0/0/0 set trunk needs tag id (by default, the VLAN default do not have tag id).
After that, What happens when I set native VLAN id is 100 mapping VLAN_100? As I show VLAN on CLI device will see only the interface ge-0/0/0 assigned VLAN_200?
The next circumstance, as I define native VLAN id is 100 mapping VLAN_100 and the interface ge-0/0/0 assigned trunk mode member [VLAN_100 VLAN_200]. Does CLI command work? And what behavior of VLAN_100 when transmit and receive? The interface ge-0/0/0 connect with VLAN number 100 must be tagged id when transmitting/receiving traffic or not?
Please correct and clarify this to me.
Thanks a lot.