Filter and log big ip packet

Hi all,

Can you tell me how can i filter and log a big ip packet on the routers ?

It seem not possible with access-list ! Other way ?

Thank You very much for your precious help

Best Regards NS

Reply to
ns
Loading thread data ...

PBR with a match on size, and forward it to null0

Jonathan

Reply to
Jonathan

ThankYou Jonathan for your answer

I will try to learn more how it's can be configured with policy basic routing

Thanks a lot NS

"Jonathan" a écrit dans le message de news: snipped-for-privacy@news3.newsguy.com...

Reply to
ns

It is pretty simple...

Route-Map [name] permit match length [min length] [max length] set interface null0

The problem here is that it will not log the PBR...

Jonathan

Reply to
Jonathan

Oh, yeah, you also need to apply it to an interface...

int fa0/0 ip policy route-map [name]

Jonathan

Reply to
Jonathan

Hi,

Does this configuration infect performance of router ?

Thanks a lot Jonathan

Best Regards NS

"Jonathan" a écrit dans le message de news: snipped-for-privacy@news3.newsguy.com...

Reply to
ns

Any time you analyze packets, you are going to affect performance.

How much you affect performance is impossible to calculate...

You basically need to do it, and see what happens.

Jonathan

Reply to
Jonathan

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.