[j-nsp] Prefix-Action Statistics

Sean Capshaw capshaw at juniper.net
Fri Feb 14 05:37:50 EST 2003


Tay,

The PSA in your config doesn't specify filter specific, therefore it
defaults to term specific.  For term specific use:

show firewall prefix-action-stats prefix-action <x>-1 filter <y>

if you decide to use filter-specific you can just remove the "-1"

-Sean

On Thu, 13 Feb 2003, Tay Chee Yong wrote:

> 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
>
>
>
> _______________________________________________
> juniper-nsp mailing list juniper-nsp at puck.nether.net
> http://puck.nether.net/mailman/listinfo/juniper-nsp
>


More information about the juniper-nsp mailing list