06-09-2003 12:04 AM - edited 03-02-2019 07:58 AM
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.
06-09-2003 01:57 AM
Use Rate-limits by access-lists.
06-09-2003 02:22 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide