Mailing List Archive

Prefix-Action Statistics (fwd)
Hi all,

Any comments/advises are greatly appreciated.

Thanks.

Regards,
Cheeyong


---------- Forwarded message ----------
Date: Thu, 13 Feb 2003 09:10:17 +0800 (Malay Peninsula Standard Time)
From: Tay Chee Yong <tcy@pacific.net.sg>
To: juniper-nsp@puck.nether.net
Subject: Prefix-Action Statistics

Hi,

Could anyone please enlighten me on how to view the Prefix-Action Statistics
using the "show firewall prefix-action-stats" command with JUNOS 5.6 for the
Prefix-Specific Actions that I had configured? Can't seems to display any
statistics.

Can't seems to locate any documents on the above too.


My config is as follows:

policer rate-limit {
if-exceeding {
bandwidth-limit 384k;
burst-size-limit 48k;
}
then discard;
}
family inet {
prefix-action police-per-user {
policer rate-limit;
count;
subnet-prefix-length 21;
destination-prefix-length 32;
}
}

term shape {
from {
destination-address {
x.x.x.x/y
}
protocol-except [ udp icmp ];
}
then prefix-action police-per-user;
}

Any advise is appreciated.

Regards,
Cheeyong