{"id":90,"date":"2017-03-20T19:13:34","date_gmt":"2017-03-20T17:13:34","guid":{"rendered":"http:\/\/developer.ps\/?p=90"},"modified":"2017-03-21T09:03:25","modified_gmt":"2017-03-21T07:03:25","slug":"limit-the-bandwidth-for-specific-vlan-on-cisco-asa-5510","status":"publish","type":"post","link":"https:\/\/developer.ps\/index.php\/2017\/03\/20\/limit-the-bandwidth-for-specific-vlan-on-cisco-asa-5510\/","title":{"rendered":"Limit the Bandwidth for Specific Network On Cisco ASA 5510"},"content":{"rendered":"<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">access-list ACL-Guest extended permit ip object Guest_VLAN any\r\naccess-list ACL-Guest extended permit ip any object Guest_VLAN\r\n\r\nclass-map CM-THROTTLE-Guest\r\nmatch access-list ACL-Guest\r\nexit\r\n\r\npolicy-map PM-THROTTLE\r\nclass CM-THROTTLE-Guest\r\npolice output 6000000 2000\r\npolice input 6000000 2000\r\nexit\r\nexit\r\n\r\nservice-policy PM-THROTTLE interface inside<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>access-list ACL-Guest extended permit ip object Guest_VLAN any access-list ACL-Guest extended permit ip any object Guest_VLAN class-map CM-THROTTLE-Guest match access-list ACL-Guest exit policy-map PM-THROTTLE class CM-THROTTLE-Guest police output 6000000 2000 police input 6000000 2000 exit exit service-policy PM-THROTTLE interface inside &nbsp;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[9,8,7],"tags":[],"class_list":["post-90","post","type-post","status-publish","format-standard","hentry","category-asa","category-cisco","category-networking"],"wps_subtitle":"The Bandwidth will be reduced to 6 Mbps ","_links":{"self":[{"href":"https:\/\/developer.ps\/index.php\/wp-json\/wp\/v2\/posts\/90","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developer.ps\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/developer.ps\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/developer.ps\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/developer.ps\/index.php\/wp-json\/wp\/v2\/comments?post=90"}],"version-history":[{"count":4,"href":"https:\/\/developer.ps\/index.php\/wp-json\/wp\/v2\/posts\/90\/revisions"}],"predecessor-version":[{"id":96,"href":"https:\/\/developer.ps\/index.php\/wp-json\/wp\/v2\/posts\/90\/revisions\/96"}],"wp:attachment":[{"href":"https:\/\/developer.ps\/index.php\/wp-json\/wp\/v2\/media?parent=90"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/developer.ps\/index.php\/wp-json\/wp\/v2\/categories?post=90"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/developer.ps\/index.php\/wp-json\/wp\/v2\/tags?post=90"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}