ClioSport.net

Register a free account today to become a member!
Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • When you purchase through links on our site, we may earn an affiliate commission. Read more here.

Network guys...



  Titanium 182
I'm investigating a 3-6% packet loss on a router on a Etherconnect network,

Customer is seeing "Erratic responses"

Is there a way to check packet loss on the router ? I'm newish to all these commands and the like.

Cheers
 
  197 F1 R27
If it's a Cisco running IOS and the framing on the interface is Ethernet then use the command show interface interface name

The output will show you counters for input and output CRC errors, runts, giants and collisions.

From here you should be able to establish if the router interface is dropping traffic or whether it's somewhere else in the network.
 
  Shed.
If your running a Cisco 2600 or whatever (industry type router)

sh int fa 0/1 (or s 0/0/0) will provide you with a list of info on packet loss and other s**t as mentioned, do you not have Cisco SDM installed im sure that gives you some tools to work with, although i might be wrong, i dont know how to use the GUI very well let alone access it anymore, all about the CLI :)

Are you running any protocols in particular ?

Is 3 - 6 % not within your "baseline" ?

Cant you tell the customer to f**k off ?

Use a network monitoring tool like Orion (Solar winds) ?
 
  Shed.
Code:
Router>
Router>en
Router#sh int fa 0/0
FastEthernet0/0 is administratively down, line protocol is down (disabled)
  Hardware is Lance, address is 0030.a3ca.4801 (bia 0030.a3ca.4801)
  MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, rely 255/255, load 1/255
  Encapsulation ARPA, loopback not set
  ARP type: ARPA, ARP Timeout 04:00:00, 
  Last input 00:00:08, output 00:00:05, output hang never
  Last clearing of "show interface" counters never
  Queueing strategy: fifo
  Output queue :0/40 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
[B]     0 packets input, 0 bytes, 0 no buffer
     Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     0 input packets with dribble condition detected
     0 packets output, 0 bytes, 0 underruns
     0 output errors, 0 collisions, 1 interface resets
     0 babbles, 0 late collision, 0 deferred
     0 lost carrier, 0 no carrier
     0 output buffer failures, 0 output buffers swapped ou[/B]t
 


Top