Jump to content
Калькуляторы

SNR-S2990G-24FX Bandwidth control

@alex_u-94, конкретно функционал bandwidth control возможно применять лишь к портам.

Для ограничения входящей полосы на весь vlan можно использовать service-policy, например:

ip access-list extended ip_any
  permit ip any-source any-destination
!
class-map ip_any
 match access-group ip_any
!
policy-map police_10mbps
 class ip_any
 policy 10000 1000 conform-action transmit exceed-action drop
!
service-policy input test vlan <vlan_id>

 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.