cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
405
Views
0
Helpful
2
Replies

Public IP routing using rate limit command

vsabbanwar
Level 1
Level 1

Hi Friends, I am having problems on how to configure my 3560 switch. where I want to limit the data rate on each port and also i want to route the traffic using the public IP to me by the service provider.

I am using rate-limit command to limit the data rate on each port gig 0/1 and gig 0/2.

I have been assigned 206.126.12.40/29 subnet and 206.126.12.41 is gateway assigned on service provider switch port.

1. I want to use 206.126.12.42 to my 3560 switch for management

 2. I want to use 206.126.12.43 and 206.126.12.44 for point to point radio setup connected on Gig 0/1 of 3560 and 206.126.12.45 on the Router located at remote end of the P2P radio. 

3. 206.126.12.46 connected to firewall on Gig 0/2 of 3560 connected to firewall

Please see the attached setup i want to configure.

Thanks in advance

-V

2 Replies 2

Hello,

With your designed IP scheme, 3560 can only be configured L2 and on layer 2 interfaces, you can use SRR command, but it limits the total bandwidth of the interface and only works on egress traffic.

interface G0/1

speed 100

srr-queue bandwidth limit 10

You need to change your IP scheme to be able to use rate-limit.

Suggestion.

Use Private IP on the link between your switch and your SP switch to be able to use more IP on 3560.

Masoud