Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rossiya

  1. rossiya

    Perl graphing environment

    Looks like that will get things going. Thanks!
  2. rossiya

    Perl graphing environment

    Hi I want to run some custom iterative maths equations in a 2D plane graphing environment. Is there a simple plotting environment in which to see the points using perl?
  3. rossiya

    Keyboard Hotplugging [PS2]

    The reason I ask is that long ago I had an ABIT mobo which has a setting in the BIOS, so that a hotplugged keyboard would keep repeating at the fast [30 kps] rate. The ASUS mobos I ran would zombify and go into slo-mo after a host plug. I thought at the time that there was somethin amiss with...
  4. rossiya

    Mysql IP REstriction

    Hi I simply want to restrict the IPs that the MySql daemon listens on. In this case I want it to listen only on localhost not the public IPs. The issues is I have a jailed virtual machine also with MySql and these two daemons are clobbering each-other upon startup because they both try to grab...
  5. rossiya

    Keyboard Hotplugging [PS2]

    Hi I don't know if someone has an answer, but I am looking for a way to recover from the dreaded "slow keyboard" arising from unplugging and replugging the keyboard while the computer is on. I am running FreeBSD so tewaking the BIOS would be idea. However PC solutions would be interesting so I...
  6. rossiya

    Do the ports of cisco catalyst 2950 switch support rate limit?

    I think the 10/100 2950s are not EI, only the 2950s with gigabit ports have the EI AFAIK. The 10/100 is probably an SI Yeah if you have the book title I can buy it no problems
  7. rossiya

    Do the ports of cisco catalyst 2950 switch support rate limit?

    Sure it's very easy to limit a port: ! class-map match-all match-any match access-group 1 ! policy-map 8Mbps class match-any police 16000000 32768 exceed-action drop ! ..... ! interface FastEthernet0/24 description "customer downlink to LAN" service-policy input 8Mbps ! interface...
  8. rossiya

    Do the ports of cisco catalyst 2950 switch support rate limit?

    This seems to be a popular question. First the 2950 must be 'enhanced image'. Also you can only regulate the input, not the output. The 10/100 ports can be regulated in one megabit increments, while the gbics are regulated in multiples of eight megabits I am waiting on another thread to see...
  9. rossiya

    Cisco Catalyst 2950G-24 Port EI Software priority rate-limit

    Hi I have a Cisco 2950EI and while the rate limiting is good in ingress, I wanted to also blend in prioritization in the prority queue. However in the policy map I would like to make bsd10 traffic low priority, while the rest is high. I typed some stuff into the 2950 'policy-map bsd10' but I...
  10. rossiya

    Cisco Catalyst 2950T-24 Port EI Software - rate-limit ?

    Hi I have a Cisco 2950EI and while the rate limiting is good in ingress, I wanted to also blend in prioritization in the prority queue. However in the policy map I would like to make bsd10 traffic low priority, while the rest is high. I typed some stuff into the 2950 'policy-map bsd10' but I...

Part and Inventory Search

Back
Top