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

SNR-S2990-16X vlan bandwith

На длинках довольно просто

create access_profile profile_id 2 ip vlan
config access_profile profile_id 2 add access_id 1 ip vlan TEMP port 1-12 permit
config flow_meter profile_id 2 access_id 1 sr_tcm cir 3125 cbs 4686 ebs 9372 conform permit exceed permit violate drop counter enable

А как на сабже?

Share this post


Link to post
Share on other sites

@pppoetest 

Добрый день!

 

Можно использовать policy-map на input:

 

class-map c1
 match vlan 10
!
policy-map p1
 class c1
 policy 3125 4686 conform-action transmit exceed-action drop
 accounting
 exit
!
service-policy input p1 vlan 10

 

 

Share this post


Link to post
Share on other sites

12 часов назад, pppoetest сказал:

На длинках довольно просто


create access_profile profile_id 2 ip vlan
config access_profile profile_id 2 add access_id 1 ip vlan TEMP port 1-12 permit
config flow_meter profile_id 2 access_id 1 sr_tcm cir 3125 cbs 4686 ebs 9372 conform permit exceed permit violate drop counter enable

А как на сабже?

Зачем на длинках это делать через acl, когда есть команда Bandwidth_Control?

Share this post


Link to post
Share on other sites

21 час назад, vurd сказал:

Bandwidth_Control

насколько помню у длинка она распространяет свое действие на весь физический порт.

Share this post


Link to post
Share on other sites

 

В 08.02.2019 в 17:30, Aleksey Sonkin сказал:

Можно использовать policy-map на input:

Спасибо.

 

В 09.02.2019 в 03:18, vurd сказал:

Зачем на длинках это делать через acl, когда есть команда Bandwidth_Control?

Он работает целиком на порт, мне надо на влан.

 

9 часов назад, semop сказал:

насколько помню у длинка она распространяет свое действие на весь физический порт. 

Дада, и, емнип, только при включённом flowcontrol.

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.