Traffic from two interfaces, 'ipclient1' with IP address 1.2.2.2 and 'ipclient2' with IP
address 3.1.1.1, is restricted to 10 Mbps for each flow with the following configuration:
vlan create client1 ip
vlan create backbone ip
vlan create client2 ip
vlan add ports et.1.1 to client1
vlan add ports et.1.2 to client2
vlan add ports et.1.8 to backbone
interface create ip ipclient1 vlan client1 address-netmask 1.1.1.1/8
interface create ip ipclient2 vlan client2 address-netmask 3.3.3.3/8
interface create ip backbone vlan backbone address-netmask 2.2.2.2/8
acl 100 permit ip 1.2.2.2
acl 200 permit ip 3.1.1.1
rate-limit client1 input acl 100 rate-limit 10000000 exceed-action drop-packets
rate-limit client2 input acl 200 rate-limit 10000000 exceed-action drop-packets
rate-limit client1 apply interface ipclient1
rate-limit client2 apply interface ipclient2
Displaying Rate Limit Information
To show information about rate limit policies, enter the following command in Enable
mode:
Show rate limit policy
information.
SmartSwitch Router User Reference Manual
Chapter 19: QoS Configuration Guide
rate-limit show all| policy-name
<interface>
interface
<name>
|
293
Need help?
Do you have a question about the SmartSwitch Router and is the answer not in the manual?
Questions and answers