access-list 101 permit ip host 192.168.1.94 host 192.168.2.7
!
interface FastEthernet0/0
rate-limit input access-group 101 1536000 24000 24000
conform-action transmit exceed-action drop
Okay I have a server on the inside of a gateway router that connects to our other WAN gateways. I want to limit traffic destinted to 192.168.2.7 and sourced from 192.168.1.94.
But I do not want to shut off all traffic down to this speed. And I do not want others accessing the 192.168.1.94 from accross the WAN to be limited to the speed I am setting which is 1.5 MBPS right?
I only want to limit the speed of NFS traffic sourced from 192.168.1.94 to a destination address that is accross the WAN at 192.168.2.7 and I am using ip which would be all trarffic to make it somewhat simpilar but you guys get this?
It is simple right using this. I just need to be able to throttle the traffic to this destination ip (192.168.2.7) from the source ip (192.168.1.94) and throttle how much it is feeding the 2.7 server.
The NFS traffic is sucking the bandwitdth dry here? so what you guys think any tips for me?
I just do not wan to lay down a command and find out that I am throttle the entire LAN into the WAN. I only want to throttle the 192.168.1.94 from flowing to the 192.168.2.7 cache server. The NFS traffic just hammers the WAN pipe to nothing left for anyone to use who is accross the WAN...thanks guys.