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

next-hop-based rate-limiting

gtcco
Level 1
Level 1

Hello,

is it possible to rate-limit traffic on next-hop value? Something like to:

int ATM1/0.150 point-to-point

ip address 192.168.0.1 255.255.255.252

pvc 0/150

[ ... ]

!

ip route 192.168.1.1 255.255.255.255 192.168.0.2

ip route 192.168.1.2 255.255.255.255 192.168.0.2

From 192.168.0.2 I receive (through BGP) announces of some networks, with different next-hops for different networks and need to rate-limit traffic, which flows through 192.168.1.1 and 192.168.1.2. Can anybody give me clues how to do this?

Thank you.

2 Replies 2

olorunloba
Level 5
Level 5

Use Rate-limits by access-lists.

access-list doesn't rely on next-hop attribute

it allows

Router(config)#access-list 100 permit ip any any ?

dscp Match packets with given dscp value

fragments Check non-initial fragments

log Log matches against this entry

log-input Log matches against this entry, including input interface

precedence Match packets with given precedence value

time-range Specify a time-range

tos Match packets with given TOS value

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: