Dear All,
Hello!
We are running an ISP here. We have CISCO Layer-3 switch (3550 model) in our NOC. We've done routing in that switch and clients running from different port of that switch. We've bind BW limit for each client on switch port. I'm giving a sample config below for a port to clarify thing:
---------------------------------------
interface FastEthernet0/10
switchport access vlan 5
switchport mode access
service-policy input 1mb
service-policy output 1mb
--------------------------------------
So suppose speed bind is 1Mbps for that client connected to port 10. We have a FTP server also (that server connected with another port of the switch). When client downloading files from that FTP server he's getting 1Mbps as speed assigned to his port is 1Mbps. Now we want something like below:
When client download from internet sites -> he will get assigned 1Mbps bandwidth
When client download from internal FTP server of ISP -> he will get full speed (LAN file sharing type speed)
is it possible to configure the bandwidth on switch port to act like above? Thanks in advance.