Jump to content

Recommended Posts

Posted

Вообщем есть задача надо анлимитчикам нарезать по 256Кбит/с

Пробовали делать и CAR и полиси и шейпингом, везде одна и таже проблема

на 1 2 3 адресах все нормально, подключаешь, например, целую подсеть, складывается ощущение что 256Кбит становится для всех максимальной скоростью и делится на всех

те скорость на каждого просто очень медленная, порядка 7Кбит

 

class-map match-all Traf1

match access-group 101

class-map match-all Traf2

match access-group 102

!

!

policy-map Policy1

class Traf1

police 256000 8000 8000 conform-action transmit exceed-action drop

policy-map Policy2

class Traf2

police 256000 8000 8000 conform-action transmit exceed-action drop

 

interface FastEthernet0/0.805

description C3745-C3750-link

encapsulation dot1Q 805

ip address 192.168.10.254 255.255.255.0

ip nat inside

service-policy output Policy2

no snmp trap link-status

 

access-list 101 permit ip 10.1.6.0 0.0.0.255 any

access-list 101 permit ip host 10.2.5.4 any

 

access-list 102 permit ip any 10.1.6.0 0.0.0.255

access-list 102 permit ip any host 10.2.5.4

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.

×
×
  • Create New...
На сайте используются файлы cookie и сервисы аналитики для корректной работы форума и улучшения качества обслуживания. Продолжая использовать сайт, вы соглашаетесь с использованием файлов cookie и с Политикой конфиденциальности.