cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure a fabric port for tagged and untagged traffic

How to configure a fabric port for tagged and untagged traffic

TomJ1
New Contributor II
Hello,

I have a question on how to setup a port for tagged and untagged traffic with ISIDs on our fabric setup.
We use the following settings to create an untagged port :
For example port 1/13 and ISID 500100(=VLAN 100)
#show vlan members 1
#vlan members remove 1 1/13

#Interface gigabitEthernet 1/13 
#Flex-uni enable

#i-sid 500100
#untagged-traffic port 1/13
#exit

And these to create an untagged port(VLAN30) with also tagged traffic(VLANs 31,32) :
#vlan members add 30 1/13

#interface GigabitEthernet 1/13
#encapsulation dot1q
#default-vlan-id 30
#untag-port-default-vlan enable

#vlan members add 31 1/13
#vlan members add 32 1/13​

So both (untagged an tagged) without using the ISID.
Is there a way to assign the vlans with the ISID information to this port?
Maybe like this (VLAN31=ISID500031):

#i-sid 500031
#tagged-traffic port 1/13

Thank you.

1 ACCEPTED SOLUTION

Ludovico_Steven
Extreme Employee
#i-sid 500031
#c-vid <the q-tag you want> port 1/13

View solution in original post

1 REPLY 1

Ludovico_Steven
Extreme Employee
#i-sid 500031
#c-vid <the q-tag you want> port 1/13
GTM-P2G8KFN