Riverstone Networks RS Switch Router User Guide Release 8.0 26-19
QoS Configuration Limiting Traffic Rate

Aggregate Rate Limiting

In the following example, incoming FTP and HTTP traffic to the subnetwork 122.132.0.0/16 will be rate limited to 4
Mbps and 2 Mbps, respectively:
In the above example, the first configuration command is needed to enable the aggregate rate limiting mode on the line
card in slot 1 (per-flow is the default rate limiting mode).
26.10.7 Displaying Rate Limit Information
To show information about rate limit policies, use the following command in the Enable mode:
system enable aggregate-rate-limiting slot 1
interface create ip engintf address-netmask 122.132.10.23/16 port et.1.6
acl engftp permit ip 122.132.0.0/16 any any 20
rate-limit engftp aggregate acl engftp rate 4000000 drop-packets
acl enghttp permit ip 122.132.0.0/16 any any 80
rate-limit enghttp aggregate acl enghttp rate 2000000 drop-packets
rate-limit engftp apply interface engintf
rate-limit enghttp apply interface engintf
Show rate limit policy information. rate-limit show all | policy-type <type> | policy-name
<name> | interface <interface> | {port-level <port> | <name>}
| rate-limiting-mode