01-26-2015 09:46 AM - edited 03-07-2019 10:23 PM
Hi Everyone!
I've got this quick question that I suspect is causing unnecessary traffic in my network. I've got this in one of my trunk interfaces. What is the impact of this configuration given that one end of the trunk has pruning enabled while the other end has none?
Core-SW01#sh run int g1/0/11
interface GigabitEthernet1/0/11
description To-Server-SW01-Gig1/1/1
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1-23,25-4094
switchport mode trunk
logging event trunk-status
Server-SW01#sh run int g1/1/1
interface GigabitEthernet1/1/1
description To-Core-SW01-Int-Gig1/0/11
switchport trunk encapsulation dot1q
switchport mode trunk
logging event trunk-status
01-26-2015 10:45 AM
Very little impact in terms of unnecessary traffic unless vlan 24 is sending most of it.
Your allowed list is for all vlans 1 - 4094 except the above vlan whereas your other end allows all so it is just that single vlan.
In terms of operation the core switch would not send any or receive and forward any traffic on the trunk for that vlan.
The other switch may send traffic for that vlan though.
But then if that vlan is on the server switch I would have thought you would want it on the trunk.
Can you elaborate as to why you think it is might be an issue in terms of traffic ?
You should make them match though..
Jon
02-12-2015 08:56 AM
Thanks Jon. The reason why I ask if it can cause unnecessary traffic is because on that same Core SW and interface, I can see a lot of broadcast traffic which makes the Core SW CPU utilization hit 90%.
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