04-29-2021 08:50 AM
i have a pair of large 6807's as the core.
12-15 VLANS. 5 of these have 200 users each.
the rest are smaller ones.
issue started when users from a specific VL12 was seeing a 20X slower response to move files from inside the same facility.
VL12 (slowVL)
VL34
VL56
VL78
a host anywhere on the VL's , originating on VL12 is 55-455kbp to move a 100Mb file as an example.
anywhere else its seconds and done before you can see how fast it did it.
after poking around , this is what i found if i check VL12 (problem segment) as comparted to the others.
why is the RXload so high. i checked , or am checking every Switch that has these VL's primarily.
checking for errors on each, even change GBICs, layer 1 stuff and nothing yet.
any help is appreciated as to where to look. never seen a VL with anything this high. i suspect someone is connected a wrong way but i am also checking ports individually. most of the VL12 users are on 8 4510's we have. no luck yet on this. Thanks.
b8m-s01#sh int vlan 12 | i load
reliability 255/255, txload 10/255, rxload 92/255
b8m-s01#sh int vlan 34 | i load
reliability 255/255, txload 1/255, rxload 1/255
04-29-2021 09:17 AM - edited 04-29-2021 09:19 AM
May be based on the information i can provide some inputs - but good to see your network where you testing port ?
what is the source IP address - what is the destination IP address ?
You need to tell what is VLAN 12 compare to other vlans ? is the VLAN 12 is major transit vlan ? so most of the traffic going via VLAN (this was only guess)
when was this issue started ? what is the change ?
can you provider show interface gx/x statistics also show interface vlan 12 and 34
04-29-2021 10:15 AM
04-29-2021 04:31 PM
Can you able to post-show interface g x/x where you mentioned building to building connection both the side.
Just to get my head around ( good to have your small rough network diagram how these are connected)
Some Queue drops : ( do you have any QoS configured ?) - Good to have sample configuration with topology as i asked before
Input queue: 0/75/6/0 (size/max/drops/flushes); Total output drops: 0
can you do 1 test. what if Laptop 1 and Laptop connect to the same switch in VLAN 12 and transfer files? what is the outcome?
04-29-2021 04:42 PM
04-30-2021 03:02 AM - edited 04-30-2021 05:19 AM
If this was occured recently and it was working, then there may be something changed in the network.
can you post one of the switch config full to understand
what IOS code running, also post sdm prefer
05-03-2021 07:54 AM
04-30-2021 05:15 AM
Hello
Do you have port security /storm control on the switchports for BUM traffic if no, suggest apply some and monitor?
Check for unwarranted span sessions
Turn off any negotiation protocols such a DTP, directed broadcasts ( magic packet/wake on lan), make sure they don’t participate in any stp convergence.
Make each host port an administrative mode of access.
show monitor sessions
int x/x
description Access-posrts
switchport mode access <--------------------------Access administrative mode and disables DTP (dynamic trucking)
switchport access vlan x
switchport nonegotiate <--------------------------Disable DTP (dynamic trunking)
no cdp enable <--- disables cdp discoery
switchport port-security maximum 3<---------------Allows a maximum static/dynamic learned mac address
switchport port-security aging time 10<------------Aging period of 10 mins or port inactivity
switchport port-security aging type inactivity<---Aging period is reached any learned mac address are flushed from the port
switchport port-security<--------------------Port-security enabled
no logging event link-status<-----------------disable logging buffer/syslog etc.. from report link status up/down
udld port aggressive<-----------------------enables Unidirectional links for copper
no snmp trap link-status<-------------------disable snmp trap being sent to snmp managers link status up/down
storm-control broadcast level 10.00<--------- storm control for broadcast/mutlicast traffic 10% of link bandwidth
storm-control multicast level 10.00<---------- storm control for multicast/broadcast 10% of link bandwidth
spanning-tree portfast<---------------------doesn’t participate in stp learning process transition straight into forwarding state
spanning-tree bpduguard enable --- negates BPDUs from being generated on the port
As for the L3 make sure you are at least perfroming fast switching and dont have directed broadcast
int vlan 12
ip route-cache
no ip directed broadcast
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