Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-27-2022 05:10 AM
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)
And these to create an untagged port(VLAN30) with also tagged traffic(VLANs 31,32) :
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.
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-28-2022 06:04 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-28-2022 06:04 AM
#i-sid 500031
#c-vid <the q-tag you want> port 1/13
#c-vid <the q-tag you want> port 1/13
