Link to home
Start Free TrialLog in
Avatar of MD Johnson
MD Johnson

asked on

vlan Tagging 10gb interface on a Cisco switch

I am trying to tag the TenGigabiteEthernet1/1 with several vlans on a Cisco 3560. The commands seem simple enough but the tagged vlans do not show after I run it. See below

int TenGigabitEthernet1/1
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk allowed vlan add 1,5,10,15,18,100
exit
show vlan

After running
This is the output.

interface TenGigabitEthernet1/1
 switchport trunk encapsulation dot1q
 switchport mode trunk

Any help would be appreciated.
ASKER CERTIFIED SOLUTION
Avatar of Predrag Jovic
Predrag Jovic
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Agreed with JustInCase, you can also check with command: "show int trunk"

Then you will see which VLANs are tagging on which interfaces.
Avatar of MD Johnson
MD Johnson

ASKER

Thanks.
You're welcome.