08-02-2008 12:47 PM - edited 03-06-2019 12:35 AM
I have three switches connected in series, I see the following on the middle switch and there is no traffic flow...
I have tried turning off pruning but I cannot get traffic to flow over interface g6/0/1...can anyone help?
LDA-LNK-AccSwch02>sh int g6/0/1 tru
Port Mode Encapsulation Status Native vlan
Gi6/0/1 on 802.1q trunking 1
Port Vlans allowed on trunk
Gi6/0/1 50
Port Vlans allowed and active in management domain
Gi6/0/1 none
Port Vlans in spanning tree forwarding state and not pruned
Gi6/0/1 none
LDA-LNK-AccSwch02>
08-02-2008 01:24 PM
Does VLAN 50 show as active in the 'show vlan' output?
Is VLAN 50 allowed on the trunk port on the other switch?
What model switch is this? Some of the low end catalyst switches have a limitation on how many VLANs they can support.
08-02-2008 01:31 PM
Sundar makes a good point that is oftentimes missed.
If the vlan is not configured on the switch, traffic from that vlan will not traverse that trunk, even though it's allowed.
So, as SUndar said, lets see the o/p of a "sh vlan"
VL
08-02-2008 01:36 PM
Sundar
All three 3750 switches have vlan 50 active, there is a maximum of 5 vlans on any switch
50 BLG-Data active Fa1/0/11
50 BLG-Data active
50 BLG-Data active
08-02-2008 01:41 PM
SW1-----------------SW2---------SW3
int vl 50--------------no svi------int vl 50
ip 10.167.50.3--------------------ip 10.167.50.1
sw2 can ping 10.167.50.3 only
sw3 can ping 10.167.50.1 only
08-02-2008 01:52 PM
Can you provide the following output from all 3 switches?
show int trunk
show vlan
show vtp status
08-03-2008 05:47 AM
08-03-2008 03:11 AM
Hello Dave,
take care to verify if vlan 50 exists at Layer 2,
do
conf t
vlan 50
exit
then redo sh vlan id 50
Because from your output is clear that vlan 50 doesn't exist at layer 2 (may be you created an interface vlan 50 but that is another object that exists at L3 )
Port Vlans allowed on trunk
>>>>Gi6/0/1 50
Port Vlans allowed and active in management domain
>>>Gi6/0/1 none
Port Vlans in spanning tree forwarding state and not pruned
>>>Gi6/0/1 none
only vlans in STP forwarding state really travels on the trunk
Hope to help
Giuseppe
08-03-2008 06:53 AM
Dave
out of interest can you also display the results from:
sh span vlan 50 sum
I suspect that the trunk interfaces from SW2 to SW1 to SW3 may be in a blocking state, but the above command will identify the stp status of those trunk links.
08-03-2008 11:42 AM
08-04-2008 09:25 AM
hello Dave:
interesting issue.
note that there is a mismatch on the type of STP you are running on your switches:
SW3>sh span vl 50 sum
Switch is in pvst mode
SW1>sh spann vl 50 sum
Switch is in rapid-pvst mode
SW2>sh span vlan 50 sum
Switch is in pvst mode
I would suggest to have the same type of STP on all switches even if RPVST is backward compatible
Hope to help
Giuseppe
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