[j-nsp] Prefix-Action Statistics (fwd)

Tay Chee Yong tcy at pacific.net.sg
Thu Feb 13 20:32:37 EST 2003


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 at pacific.net.sg>
To: juniper-nsp at 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





More information about the juniper-nsp mailing list