01-26-2022 05:54 AM
Can Cisco 3850 support the same VLAN on different Sub interfaces?
Solved! Go to Solution.
01-26-2022 06:04 AM
Hi there,
The 3850 does not support sub-interfaces. It does support SVIs and multiple trunk interfaces can be configured with the same tagged VLANs.
!
vlan 10
! int vlan 10 ip address 192.168.0.254 255.255.255.0 ! int gi1/0/1 switchport switchport mode trunk switchport trunk allowed vlan add 10 ! int gi1/0/2 switchport switchport mode trunk switchport trunk allowed vlan add 10 !
cheers,
Seb.
cheers,
Seb.
01-26-2022 06:00 AM - edited 01-26-2022 06:00 AM
Can you explain what you're trying to do? What you've asked isn't making sense to me.
01-26-2022 06:36 AM
We're trying to fix a problem we have. I believe subinterfaces provide us with more capability when there's not enough ports to connect to.
01-26-2022 06:04 AM
Hi there,
The 3850 does not support sub-interfaces. It does support SVIs and multiple trunk interfaces can be configured with the same tagged VLANs.
!
vlan 10
! int vlan 10 ip address 192.168.0.254 255.255.255.0 ! int gi1/0/1 switchport switchport mode trunk switchport trunk allowed vlan add 10 ! int gi1/0/2 switchport switchport mode trunk switchport trunk allowed vlan add 10 !
cheers,
Seb.
cheers,
Seb.
01-26-2022 06:32 AM
Thanks!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide