예: 세그먼트 및 보간 스타일 프로필 구성
이 예는 세그먼트 및 보정 스타일 프로필을 구성하는 방법을 보여줍니다.
요구 사항
이 기능을 구성하기 전에 디바이스 초기화를 제외한 특별한 구성은 필요하지 않습니다.
개요
이 예에서는 대기열이 25% 가득 차 있는 경우 드롭 확률을 25 %로 설정하여 세그먼트화된 스타일 프로필을 구성합니다. 대기열이 50 % 가득 차면 드롭 확률은 50%로 증가합니다. 대기열이 75 % 가득 차면 드롭 확률을 75%로 설정하고 마지막으로 대기열이 100% 가득 차면 드롭 확률은 95%로 설정됩니다.
그런 다음 보정된 스타일 프로필을 구성하고 채우기 수준을 50%와 75%로 설정합니다. 마지막으로 드롭 확률을 25%로 설정하고 나중에 50%로 설정합니다.
구성
세그먼트 스타일 프로필 구성
CLI 빠른 구성
세그먼트화된 스타일 프로필을 빠르게 구성하려면 다음 명령을 복사하여 CLI에 붙여 넣으십시오.
[edit] set class-of-service drop-profiles segmented-style-profile fill-level 25 drop-probability 25 set class-of-service drop-profiles segmented-style-profile fill-level 50 drop-probability 50 set class-of-service drop-profiles segmented-style-profile fill-level 75 drop-probability 75 set class-of-service drop-profiles segmented-style-profile fill-level 95 drop-probability 100
단계별 절차
다음 예제에서는 구성 계층에서 다양한 수준의 탐색이 필요합니다. 이를 수행하는 방법에 대한 지침은 구성 모드에서 CLI 편집기 사용을 참조하십시오.
세그먼트 스타일 프로필 구성 방법:
서비스 클래스를 구성합니다.
[edit] user@host# edit class-of-service
세그먼트 스타일 프로필을 구성합니다.
[edit class-of-service] user@host# edit drop-profiles segmented-style-profile
채우기 수준 및 드롭 확률을 지정합니다.
[edit class-of-service drop-profiles segmented-style-profile] user@host# set fill-level 25 drop-probability 25 user@host# set fill-level 50 drop-probability 50 user@host# set fill-level 75 drop-probability 75 user@host# set fill-level 95 drop-probability 100
결과
구성 모드에서 show class-of-service 명령을 입력하여 구성을 확인합니다. 출력에 의도한 구성이 표시되지 않으면 이 예의 구성 지침을 반복하여 수정합니다.
[edit]
user@host# show class-of-service
drop-profiles {
segmented-style-profile {
fill-level 25 drop-probability 25;
fill-level 50 drop-probability 50;
fill-level 75 drop-probability 75;
fill-level 95 drop-probability 100;
}
}
디바이스 구성이 완료되면 구성 모드에서 커밋 을 입력합니다.
보정 스타일 프로필 구성
CLI 빠른 구성
보정 스타일 프로필을 빠르게 구성하려면 다음 명령을 복사하여 CLI에 붙여 넣습니다.
[edit] set class-of-service drop-profiles interpolated-style-profile interpolate fill-level 50 set class-of-service drop-profiles interpolated-style-profile interpolate fill-level 75 set class-of-service drop-profiles interpolated-style-profile interpolate drop-probability 25 set class-of-service drop-profiles interpolated-style-profile interpolate drop-probability 50
단계별 절차
다음 예제에서는 구성 계층에서 다양한 수준의 탐색이 필요합니다. 이를 수행하는 방법에 대한 지침은 구성 모드에서 CLI 편집기 사용을 참조하십시오.
보정 스타일 프로필을 구성하려면 다음을 수행합니다.
서비스 클래스를 구성합니다.
[edit] user@host# edit class-of-service
보간된 스타일 프로필을 구성합니다.
[edit class-of-service] user@host# edit drop-profiles interpolated-style-profile interpolate
채우기 수준을 지정합니다.
[edit class-of-service drop-profiles interpolated-style-profile interpolate] user@host# set fill-level 50 user@host# set fill-level 75
드롭 확률을 지정합니다.
[edit class-of-service drop-profiles interpolated-style-profile interpolate] user@host# set drop-probability 25 user@host# set drop-probability 50
결과
구성 모드에서 show class-of-service 명령을 입력하여 구성을 확인합니다. 출력에 의도한 구성이 표시되지 않으면 이 예의 구성 지침을 반복하여 수정합니다.
[edit]
user@host# show class-of-service
drop-profiles {
interpolated-style-profile {
fill-level [ 50 75 ];
drop-probability [ 25 50 ];
}
}
}
디바이스 구성이 완료되면 구성 모드에서 커밋 을 입력합니다.
확인
구성이 제대로 작동하는지 확인하려면 다음 작업을 수행하십시오.
세그먼트 스타일 프로필 구성 확인
목적
세그먼트 스타일 프로필이 제대로 구성되었는지 확인합니다.
작업
구성 모드에서 show class-of-service 명령을 입력합니다.