SmartSwitch Router User Reference Manual 293
Chapter 19: QoS Configuration Guide
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:
Displaying Rate Limit Information
To show information about rate limit policies, enter the fo llowing command in Enable
mode:
vlan create client1 ip
vlan create backbone ip
vlan create client2 ip
vlan add ports et.1.1 t o client1
vlan add ports et.1.2 t o client2
vlan add ports et.1.8 t o backbone
interface create ip ipc lient1 vlan client1 addr ess-netmask 1.1.1.1/8
interface create ip ipc lient2 vlan client2 addr ess-netmask 3.3.3.3/8
interface create ip bac kbone vlan backbone addr ess-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 inpu t acl 100 rate-limit 100 00000 exceed-action dro p-packets
rate-limit client2 inpu t acl 200 rate-limit 100 00000 exceed-action dro p-packets
rate-limit client1 appl y interface ipclient1
rate-limit client2 appl y interface ipclient2
Show rate limit policy
information.
rate-limit show all| policy-name <name> |
interface <interface>