08-03-2021 04:11 AM
Hi Team,
we have 100 Mbps ILL Link with 5 usable public IPs which is given by ISP.
now ILL link has terminated in our firewall and we have used it.
now my requirement is, we want to split bandwidth with two port in ICX switch.
ILL link have terminated in Port No 1/1/24
connected our Firewall in Port No 1/1/23 (75 Mbps upload & download)
connected our client Firewall in port No 1/1/22. ( 25 Mbps Upload & Download)
Now i am using the below command and i am facing an issue for upload and download bandwidth.
Please check and if i am wrong then please give me correct command for that.
vlan 90 name ISP_Bandwidth_Split by port
untagged ethe 1/1/22 to 1/1/24
spanning-tree 802-1w
spanning-tree 802-1w priority 0
interface ethernet 1/1/22
port-name L3_FW-PORT13
rate-limit input fixed 25000
rate-limit output shaping 25240
!
interface ethernet 1/1/23
port-name L3_FW-WAN1
rate-limit input fixed 75000
rate-limit output shaping 75240
!
interface ethernet 1/1/24
port-name ISP_L3
08-03-2021 06:08 PM
Hi Bharat,
Can you please elaborate what issue you are facing?
You only applied for input you also need to apply for output:
rate-limit output
Hope this helps.
Thanks
Hashim
08-06-2021 01:17 AM
@hashim_bharoocha thanks for reply.
i applied both the limit. see
interface ethernet 1/1/22
rate-limit input fixed 25000
rate-limit output shaping 25000
I am getting download speed 25 Mbps but upload is 11/10 Mbps only.
08-04-2021 01:17 AM
Hi Bharat,
Pls note that the fixed rate limiting applies to all traffic on the rate limited port. It counts the number of bytes that a port receives in one second intervals. If the number exceeds the maximum number you specified when you configured the rate, the port drops all further inbound packets for the duration of the one-second interval. Unused bandwidth is not carried over from one interval to the next. Once the one-second interval is complete, the port clears the counter and re-enables traffic.
08-06-2021 01:22 AM
@jijo_panangat thanks for reply.
so do you have any other command for fulfill my requirement.