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

cisco 2960/3750 set qos

Добрый день!

Имеется схема: все устройства находятся в одной сети 10.100.10.0/24 (router 5/2960 -1 / 3750 -3 / PC2 -2 )

 qos.thumb.jpg.e82829c525d3943557fae30107a55d02.jpg
 

имеется задача перемаркировать dscp в 802.1p

Для этого, на 2921 

 

ip access-list standard VLAN10
 permit 10.100.10.0 0.0.0.255

class-map match-all VLAN10
 match access-group name VLAN10

policy-map VLAN10
 class VLAN10
  set dscp cs6

interface GigabitEthernet0/0.10
 encapsulation dot1Q 10
 ip address 10.100.10.5 255.255.255.0
 service-policy output VLAN10


Пакеты маркируются, это видно в  wireshark на PC

Далее на 2960 включил qos, (mls qos) и  на порту в сторону R1 

 

interface FastEthernet0/1
 description --- TO R1 ---
 switchport trunk allowed vlan 10
 switchport mode trunk
 mls qos trust dscp
 spanning-tree portfast trunk

и сделал mapping 

mls qos map dscp-cos  0 8 16 24 32 40 48 50 to 7
no mls qos rewrite ip dscp
mls qos

 

SW1#sh mls qos maps dscp-cos
   Dscp-cos map:
     d1 :  d2 0  1  2  3  4  5  6  7  8  9
     ---------------------------------------
      0 :    07 00 00 00 00 00 00 00 07 01
      1 :    01 01 01 01 01 01 07 02 02 02
      2 :    02 02 02 02 07 03 03 03 03 03
      3 :    03 03 07 04 04 04 04 04 04 04
      4 :    07 05 05 05 05 05 05 05 07 06
      5 :    07 06 06 06 06 06 07 07 07 07
      6 :    07 07 07 07


В дампе на PC, не вижу маркировок 802.1p

Коллеги. вопрос, что я делаю не так, или чего-то не понимаю )

 

Share this post


Link to post
Share on other sites

Что интересно, на роутере 

пробовал залатать set cos, на коммутаторах при этом qos отключил. Счетчики в policy-map накручивались, но меток в дампе не видел.


 

Share this post


Link to post
Share on other sites

Не видели меток на PC в смысле "на PC интерфейс в сторону свитча настроен транком но поле COS в тэге 802.1Q нулевое" или "тэг 802.1Q в кадрах отсутствует"?

Share this post


Link to post
Share on other sites

В 27.10.2017 в 19:20, v_r сказал:

Не видели меток на PC в смысле "на PC интерфейс в сторону свитча настроен транком но поле COS в тэге 802.1Q нулевое" или "тэг 802.1Q в кадрах отсутствует"?

Возникла проблема с ПК, с распознаванием tag. В общем вопрос решён.

Зря потратил время своё и ваше)

Спасибо! 

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.