이 페이지에서
vMX에서 드롭 프로파일 및 패킷 손실 우선순위를 사용하여 혼잡 관리
CoS를 구성할 때 드롭 프로파일을 구성하여 패킷 손실 우선 순위에 대한 임계값을 지정함으로써 혼잡을 관리할 수 있습니다. 스케줄러 구성에서 드롭 프로파일을 참조하여 손실 우선 순위 설정에 드롭 프로필을 할당합니다.
대기열에 대한 패킷 손실 우선 순위가 처리되는 방식을 구성하려면 다음 작업을 수행하십시오.
드롭 프로파일 구성
드롭 프로파일은 주어진 손실 우선순위에 대한 임계값을 지정합니다.
이 드롭 프로파일에 할당된 drop-probability
손실 우선순위에 대한 임계값은 100과 관련된 값입니다fill-level
. 드롭 프로파일에서 100%의 드롭 확률을 지정하지 않으면, 채우기 수준은 기본값으로 100%로 지정됩니다. 다른 모든 채우기 수준은 무시됩니다.
드롭 프로필을 지정하려면 계층 수준에서 문을 [edit class-of-service]
포함합니다drop-profiles
.
[edit] user@vmx# set class-of-service drop-profiles profile-name
손실 우선 순위에 대한 임계값을 지정하려면 계층 수준에서 및 drop-probability
문을 [edit class-of-service drop-profiles profile-name]
포함합니다fill-level
.
[edit class-of-service drop-profiles profile-name] user@vmx# set fill-level percentage drop-probability percentage
예를 들어, 드롭 프로파일은 dpLow
100%의 임계값을 지정하고, dpMed
드롭 프로파일은 75%의 임계값을 지정하며 dpHigh
, 드롭 프로파일은 50%의 임계값을 지정합니다.
[edit] user@vmx# set class-of-service drop-profiles dpLow fill-level 100 drop-probability 100 user@vmx# set class-of-service drop-profiles dpMed fill-level 75 drop-probability 100 user@vmx# set class-of-service drop-profiles dpHigh fill-level 50 drop-probability 100
드롭 프로파일을 통한 스케줄러 구성
드롭 프로필 맵에는 손실 우선 순위 및 프로토콜 유형에 대한 매핑이 포함되어 있습니다. 여러 드롭 프로필 맵을 스케줄러와 연결할 수 있습니다.
드롭 프로파일을 대기열에 적용하지 않으면 패킷이 테일 드롭됩니다.
드롭 프로필 맵을 지정하려면 계층 수준에서 문을 [edit class-of-service schedulers scheduler-name]
포함합니다drop-profile-map
.
[edit class-of-service schedulers scheduler-name] user@vmx# set drop-profile-map loss-priority (any | low | medium-low | medium-high | high) protocol any drop-profile profile-name
예를 들어, sched-be
스케줄러는 모든 프로토콜 유형에 대해 손실 우선순위가 낮은 패킷에 드롭 프로파일을 적용 dpLow
하고, 모든 프로토콜 유형에 대해 중형 손실 우선순위가 높은 패킷에 드롭 프로파일을 적용 dpMed
하고, 모든 프로토콜 유형에 대해 손실 우선순위가 높은 패킷에 드롭 프로파일을 적용 dpHigh
합니다.
[edit class-of-service schedulers sched-be] user@vmx# set drop-profile-map loss-priority low protocol any drop-profile dpLow user@vmx# set drop-profile-map loss-priority medium-high protocol any drop-profile dpMed user@vmx# set drop-profile-map loss-priority high protocol any drop-profile dpHigh