From: Edward Norton (doubleccie@yahoo.com)
Date: Mon Apr 30 2007 - 18:41:29 ART
i guess the standard ACL you are configuring will match only if the Source is 1.1.1.255 not the destination ..
Suplepo <suplepo@yahoo.com> wrote: Hola Group,
I have a silly question concerning How best to match
directed broadcast traffic for PBR.
Lets say you have R1 with two ethernet interfaces
10.1.1.1/24 and 20.1.1.1/24. If I want to direct all
broadcast traffic recieved on the 10.1.1.1 interface
and redirect it to a server on the other interface
(20.1.1.2) what would be the recommended solution and
varification process?
Here's what I'm using
ip access-list standard INBOUND_BCAST
permit 1.1.1.255
route-map FORWARD_BCAST permit 10
match ip add INBOUND_BCAST
set ip next-hop 20.1.1.2
route-map FORWARD_BCAST permit 20
int f0/0
ip add 10.1.1.1 255.255.255.0
ip directed-broadcast
ip policy route-map FORWARD_BCAST
int f1/0
ip add 20.1.1.1 255.255.255.0
To verify I'm using pings to the broadcast address
(10.1.1.255) and R1 responds, but output from a "show
ip access-list" and "show route-map" does not show any
matches??
What am I missing?
Gracias
This archive was generated by hypermail 2.1.4 : Tue May 01 2007 - 08:28:38 ART