cancel
Showing results for 
Search instead for 
Did you mean: 

"trunk" port isn't a trunk?

VidiotsAGL
New Contributor II

show int eth 1/3/1

Port Link State Dupl Speed Trunk Tag Pvid Pri MAC Name
1/3/1 Up Forward Full 10G None Yes 2 0 xxxx.xxxx.xxxx uplink

show run int eth 1/3/1
interface ethernet 1/3/1
port-name uplink
spanning-tree 802-1w admin-pt2pt-mac

show run vlan (condensed)

vlan 30,30,33
tagged eth 1/3/1

vlan 2
untagged eth 1/3/1

for all purposes, eth 1/3/1 is a trunk, but it says it isn't.
what does this mean?

1 REPLY 1

Chandini
RUCKUS Team Member

Hi VidiotsAGL

Thank you for reaching us. Below is the terminology used in ICX when compared to CISCO terminology

 

CISCOICX
Access portUntagged port
Trunk porttagged port
Port Channel or Link aggregation Truck or LAG

In this scenario port 1/3/1 is untagged to vlan 2 and tagged to vlan 30,33 means in CISCO teams the port 1/3/1 is access port for vlan 2 and trunk port for vlan 30,33

There is difference with terminology if you are comparing it to CISCO.  As per the configuration the 1/3/1 tag is "yes" and Truck is "none" which is correct since it is not a part of LAG or Link aggregation. 

Please refer the  below links for more details:

Thanks