just trying to put one of the 10Gb port in Trunk mode. But it's not passing traffic.
Anyone know if the ASUS use Native VLAN? As soon as I set either side Trunk All Vlan it just drops
my main VLAN is 1000 and I have bunch of others.
the other side is a Brocade VDX 6740 10GB
sw0(conf-if-te-1/0/46)# switchport mode trunk
sw0(conf-if-te-1/0/46)# switchport trunk allowed vlan all
That will default Native VLAN to 1
my other options are:
But normally I use VLAN 4000 for Native VLAN for passing untagged traffic.
But I have no idea what the ASUS side does when you put it into Trunk w/ Allow all tagging (default).
Anyone can share some light?
Anyone know if the ASUS use Native VLAN? As soon as I set either side Trunk All Vlan it just drops
my main VLAN is 1000 and I have bunch of others.
the other side is a Brocade VDX 6740 10GB
sw0(conf-if-te-1/0/46)# switchport mode trunk
sw0(conf-if-te-1/0/46)# switchport trunk allowed vlan all
That will default Native VLAN to 1
my other options are:
Code:
allowed Set the VLANs that will Xmit/Rx through the Layer2
interface
default-vlan default transparent vlan
native-vlan Set the native VLAN characteristics of the Layer2
trunk interface for classifying untagged traffic
native-vlan-untagged Set the interface to accept only untagged native-vlan
traffic on ingress and untagged native-vlan traffic
on egress.
native-vlan-xtagged Set the interface to accept tagged|untagged
native-vlan traffic on ingress and egress as
specified by the user.
tag Enable tagging
But normally I use VLAN 4000 for Native VLAN for passing untagged traffic.
But I have no idea what the ASUS side does when you put it into Trunk w/ Allow all tagging (default).
Anyone can share some light?