cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
381
Views
0
Helpful
1
Replies

User based rate limit

peter.danielsen
Level 1
Level 1

Hi,

Iam looking for a way to Rate Limit - Vlan interfaces,

Somting like this .. or do I need to change the service-policy to rate-limit for it to work

!

Interface Vlan2

Description Customer-A

service-policy input police-customerA-traffic

service-policy output police-customerA-traffic

ip address 10.10.10.1 255.255.255.252

!

Interface Vlan3

Description Customer-B

service-policy input police-customerB-traffic

service-policy output police-customerB-traffic

ip address 10.10.11.1 255.255.255.252

!

Interface Vlan4

Description Customer-C

service-policy input police-customerC-traffic

service-policy output police-customerC-traffic

ip address 10.10.12.1 255.255.255.252

!

Interface GigabitEthernet3/1

Description Trunk - Customer-A - Customer-C

switchport

switchport trunk encapsulation dot1q

switchport trunk allowed vlan 2,4

switchport mode trunk

!

Interface GigabitEthernet3/1

Description Trunk - Customer-B

switchport

switchport trunk encapsulation dot1q

switchport trunk allowed vlan 3

switchport mode trunk

!

Is that posible ??, or do i need to make user based rate limit based on Source / destination adresses, and move the service policy to the physical interface ??

Hardware in this case Cisco 7609 running MPLS

Thanks in advance.

/Peter

1 Reply 1

b.hsu
Level 5
Level 5

Can you explain your network topology a little?. This would help me to understand your network setup and help you in this issue accordingly.