SmartSwitch Router User Reference Manual 307Chapter 21: QoS Configuration GuideTraffic from two interfaces, ‘ipclient1’ with IP address 1.2.2.2 and ‘ipclient2’ with IPaddress 3.1.1.1, is restricted to 10 Mbps for each flow with the following configuration:Aggregate Rate LimitingIn the following example, incoming FTP and HTTP traffic to the subnetwork122.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 aggregate ratelimiting mode on the SSR (per-flow is the default rate limiting mode).vlan create client1 ipvlan create backbone ipvlan create client2 ipvlan add ports et.1.1 to client1vlan add ports et.1.2 to client2vlan add ports et.1.8 to backboneinterface create ip ipclient1 vlan client1 address-netmask 1.1.1.1/8interface create ip ipclient2 vlan client2 address-netmask 3.3.3.3/8interface create ip backbone vlan backbone address-netmask 2.2.2.2/8acl 100 permit ip 1.2.2.2acl 200 permit ip 3.1.1.1rate-limit client1 input acl 100 rate-limit 10000000 exceed-action drop-packetsrate-limit client2 input acl 200 rate-limit 10000000 exceed-action drop-packetsrate-limit client1 apply interface ipclient1rate-limit client2 apply interface ipclient2system enable aggregate-rate-limitinginterface create ip engintf address-netmask 122.132.10.23/16 port et.1.6acl engftp permit ip 122.132.0.0/16 any any 20rate-limit engftp aggregate acl engftp rate 4000000 drop-packetsacl enghttp permit ip 122.132.0.0/16 any any 80rate-limit enghttp aggregate acl enghttp rate 2000000 drop-packetsrate-limit engftp apply interface engintfrate-limit enghttp apply interface engintf