system network-qos na nexus 7004

Problemy i dyskusje z zakresu rozwiązań i technologii Data Center
Wiadomość
Autor
tdewille
member
member
Posty: 26
Rejestracja: 01 gru 2016, 17:45

system network-qos na nexus 7004

#1

#1 Post autor: tdewille »

Hej

Próbuje zrobić customową politykę network-qos dla ruchu iscsi na nexusie 7004 z modułem F2 i ios version 7.2(2)D1(2) . Po zaaplikowaniu ios mi krzyczy że ''policy is not like any configured template''. Próbowałem już:
1) wyedytować templatkę - wyskakuje błąd
2) skopiować templatkę, zmodyfikować i zaaplikować: znowu błąd że policy is not like...
3) zrobić od nowa politykę na wzór templatki i zmienić tylko MTU - znowu błąd że policy is not like any ...

Jedyne na co system mi pozwala to skorzystać z 5 defaultowych templatek:
default-nq-4e-policy Default 4-ethernet policy (4-drop 4-nodrop CoS)
default-nq-6e-policy Default 6-ethernet policy (6-drop 2-nodrop CoS)
default-nq-7e-policy Default 7-ethernet policy (7-drop 1-nodrop CoS)
default-nq-8e-4q4q-policy Default 8-ethernet policy 4 queues for ingress and 4 queues for egress (8-drop CoS)
default-nq-8e-policy Default 8-ethernet policy 2 queues for ingress and 4 queues for egress (8-drop CoS)

Żadna z nich mi nie pasuje, bo potrzebuję mtu >9000

To konfig który próbuję zrobić:

class-map type network-qos match-any MY_TEST_CM
match protocol iscsi
match cos 4

class-map type network-qos match-any MY_DEFAULT_CM
match cos 0-3,5-7

policy-map type network-qos MY_TEST_PM
class type network-qos MY_TEST_CM
pause
mtu 9216
class type network-qos MY_DEFAULT_CM
mtu 9216
congestion-control tail-drop threshold burst-optimized
class type network-qos class-default
congestion-control tail-drop threshold burst-optimized
mtu 9216

Obecne ustawienie dla system qos to:

system qos
service-policy type network-qos default

Mam skonfigurowany jeden VDC.

Wg dokumentacji Cisco powinienem być w stanie zrobić sobie własną politykę network qos. Ma ktoś jakieś pomysły?

ODPOWIEDZ