Daver,
Checked MTU size on DS3 router Int's - 4470 bytes both sides - it's not spelled out in the config so perhaps that's default???
Transfer rate is K-BYTES per second...
All,
My client has discrepancies in their FTP transfer rates based on where they originate their jobs. They transfer at a rate of about 500k/sec from a site with a 9ms next hop DS3 (distance 175 miles), while experiencing only 200k/sec FTP transfer rates from a site with a 40ms next hop DS3...
My client has many 4006's, and we are seeing the same problem. About once a month, we get reports that users on a switch are seeing slow performance or losing their network connection - in the switch log we are seeing "SYS-4-P2_WARN: 1/Invalid crc, dropped packet" - and the only fix is...
All,
How do I make my unix script do it's thing w/out sending output to my screen?
I just want to check the results in my file when I think it should be finished.
I have a telnet script that works OK - 2 problems:
1) When it is done w/ the hostfile it keeps trying to telnet (to infinity).
2) How can I ensure that when it cannot log into a site (b/c site down), that it keeps going - and will create a list of the sites it could not reach???
See basic...
Help,
I have a basic ping script that works fine - but I can only reference a host file with IP's only:
I would like to follow the IP's w/ a tab and the host name, but my script doesn't like this:
here is my script:
dat=`date +%m%d%y`
while read HOST
do
ping $HOST -n 2 >...
Can somebody help me w/ my ping script: It works until it hits a bad IP - then locks up and doesn't write to my bad file - I just want a script that pings a list of IP's (ie clt.txt) and creates a list of failed devices...
#!/bin/sh
while read HOST
do
ping $HOST -n 2 >...
Can somebody help me w/ my ping script: It works until it hits a bad IP - then locks up and doesn't write to my bad file - I just want a script that pings a list of IP's (ie clt.txt) and creates a list of failed devices...
#!/bin/sh
while read HOST
do
ping $HOST -n 2 >...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.