[j-nsp] Prefix-Action Statistics

Tay Chee Yong tcy at pacific.net.sg
Thu Feb 13 09:10:17 EST 2003


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





More information about the juniper-nsp mailing list