cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3334
Views
0
Helpful
37
Replies

internet slow and isp replying me with this email ... what does it mean?

amralrazzaz
Level 5
Level 5

dear all 

 

i have internet problem and after checking with isp they replying me with below email ...i need to know which line is abnormal and i can know from it that packets drop and network slow?

 

Dear Sir,

 

Please be informed that, after investigation we see the path is stable physically as no logs has been detected till the site router

Also we see your current Traffic now exceed 4Mbps which cause the exists packet drop and latency.

Kindly check the below output from the site router.

 

CE-FriesLand-CITYCNTR#sh  int GigabitEthernet0/1

GigabitEthernet0/1 is up, line protocol is up 

  Hardware is CN Gigabit Ethernet, address is 54a2.746a.1b21 (bia 54a2.746a.1b21)

  Internet address is 41.33.42.169/29

  MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec, 

     reliability 255/255, txload 1/255, rxload 1/255

  Encapsulation ARPA, loopback not set

  Keepalive set (10 sec)

  Full Duplex, 1Gbps, media type is RJ45

  output flow-control is XON, input flow-control is XON

  ARP type: ARPA, ARP Timeout 04:00:00

  Last input 00:00:00, output 00:00:00, output hang never

  Last clearing of "show interface" counters never

  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0

  Queueing strategy: fifo

  Output queue: 0/40 (size/max)

  5 minute input rate 464000 bits/sec, 422 packets/sec

  5 minute output rate 4554000 bits/sec, 420 packets/sec

amr alrazzaz
2 Accepted Solutions

Accepted Solutions

Hello,

 

there will be a short interruption due to the NAT entries being cleared. I would do it after hours just to be on the safe side.

 

You also need to delete the line in bold:

 

router rip
network 192.168.1.0
network 192.168.2.0
!
ip default-gateway 192.168.2.207
ip forward-protocol nd
!
ip http server
ip http secure-server
ip http path flash:
ip flow-export version 9
ip flow-export destination 192.168.2.195 9996
ip flow-top-talkers
top 10
sort-by packets
!
ip dns view default
dns forwarder 8.8.8.8
ip dns server
ip nat inside source list 1 interface GigabitEthernet0/1 overload
ip nat inside source list 150 interface GigabitEthernet0/1 overload
ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/1
!
!
!
snmp-server community public RO
tftp-server flash:kern78xx.10-1-1-9.sbn
tftp-server flash:rootfs78xx.10-1-1-9.sbn
tftp-server flash:sboot78xx.10-1-1-9.sbn
tftp-server flash:sip78xx.10-1-1-9.loads
tftp-server flash:rootf2
access-list 1 permit 192.168.2.0
access-list 150 permit ip any any
!
control-plane

amr alrazzaz

View solution in original post

Hi amr,

That is correct. Max 4mbps line should be around 4000000bits/sec.
Means you have over the bandwidth, my best advise is upgrade the internet or implement qos to your network.

View solution in original post

37 Replies 37

amralrazzaz
Level 5
Level 5

what does that mean ? 

 

MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec, 

     reliability 255/255, txload 1/255, rxload 1/255

  Encapsulation ARPA, loopback not set

  Keepalive set (10 sec)

5 minute input rate 464000 bits/sec, 422 packets/sec

  5 minute output rate 4554000 bits/sec, 420 packets/sec

amr alrazzaz

Hello,

 

on a side note, you could implement a simple traffic shaping policy. This would average out the traffic and probably reduce the drops:

 

policy-map SHAPE_4MB
 class class-default
  shape average 4000000

 

interface GigabitEthernet0/0

description WAN to ISP
 service-policy SHAPE_4MB out

policy-map SHAPE_4MB
 class class-default
  shape average 4000000

 

interface GigabitEthernet0/0

description WAN to ISP
 service-policy SHAPE_4MB out


oh dear me... oh goodness gracious me... i believe you did not read the actual issue in full... 

Tinashe Ndhlovu
Level 1
Level 1

It means your 4Mb link is saturated in this case you have download traffic from your perspective that is maxing out your 4Mb internet connection. That would explain why the internet is slow.. you have a bandwidth hog.. but at 4Mbps.. it's a bit rough callin em a bandwidth hog.. ;) T

Dear

 

Thanks for that , but now the connection will be stable if I manage and decrease the traffic from my side ?

 

for example ill cut the internet connection for some users ,, it will help ?

 

 

amr alrazzaz

It might help if you select the user(s) causing link saturation.

Otherwise, you might do one of three things (which aren't mutually exclusive).

You might obtain more bandwidth from your ISP.

You might have your ISP implement QoS (which they generally are unwilling to do).

You might obtain a traffic management appliance.

what does that mean ? 

 

MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec, 

     reliability 255/255, txload 1/255, rxload 1/255

  Encapsulation ARPA, loopback not set

  Keepalive set (10 sec)

5 minute input rate 464000 bits/sec, 422 packets/sec

  5 minute output rate 4554000 bits/sec, 420 packets/sec

need to know these lines what mean for next checking to know what  happen
thanks
amr alrazzaz

5 minute input rate 464000 bits/sec, 422 packets/sec

This means that you had an average of 422 packets per second at 464Kbit/s in the last five minutes coming into the ISP interface (meaning uploads from your site to the ISP).

 

5 minute output rate 4554000 bits/sec, 420 packets/sec

This means that you had an average of 420 packets/sec at 4.5Mbit/s in the last five minutes coming from the ISP network to you (meaning downloads).

 

The best way to track what is hogging this bandwidth is by checking your own local router that is connecting to the ISP. I would use a NetFlow (ip cache flow) to see what network devices are trying to retrieve so much data and investigate on those clients.

netflow is a software and it need configuration on router ?

 

amr alrazzaz

NetFlow Collector is software. On a device, you can enable ip flow ingress or ip flow egress on the Interface and use show ip flow to see which devices are using the most bandwidth. Both use NetFlow.

so i can configure the ports on router to capture traffic and monitor it from software.exe ?

 

amr alrazzaz

Hello,

 

you can identify top users by configuring the below (you might need to adapt this to reflect your input interface):

 

ip flow-top-talkers
 top 100
 sort-by bytes

!

interface Vlan1
 ip flow ingress
 ip flow egress

i did the below configuration on my default gateway port router to watch and capture the traffic in and out ,just need to know whats the standard parameters for packets and bytes value and from which value i should say there is large packets generating from this user or that ?

 

thanks

 

 

 

amr alrazzaz

Hello,

 

can you post the output ? 

Review Cisco Networking products for a $25 gift card