엄격한 우선 순위 큐 이해
다음과 같이 엄격한 우선 순위 큐잉 및 폴리싱을 사용합니다.
BA(Behavior Aggregate) 또는 MF(Multifield) 분류자를 구성하여 지연에 민감한 트래픽을 식별합니다.
지연에 민감한 모든 패킷을 엄격한 우선 순위 큐에 할당하여 지연을 최소화합니다.
엄격한 우선 순위 큐로 들어오는 데이터 스트림을 검사하는 폴리서(policer)를 구성하여 다른 큐의 고갈을 방지합니다. 폴리서(policer)는 하한을 정의하고, 하위 바운드를 초과하는 패킷을 프로파일 외부로 표시하며, 물리적 인터페이스가 혼잡한 경우 프로필 외 패킷을 드롭합니다. 혼잡이 없는 경우 소프트웨어는 프로필 외 패킷을 포함하여 모든 패킷을 포워딩합니다.
옵션으로, 물리적 인터페이스의 혼잡에 관계없이 상위 경계를 초과하는 패킷을 드롭하고 상위 경계를 정의하는 또 다른 폴리서(policer)를 구성합니다.
엄격한 우선 순위 큐잉을 구성하고 다른 큐의 기아를 방지하기 위해서는 계층 수준의 명령문과 if-exceeding
계층 레벨의 [edit firewall policer policer-name]
명령문 및 then out-of-profile
명령문을 포함합니다priority strict-high
.[edit class-of-service schedulers scheduler-name]
[edit class-of-service schedulers scheduler-name] priority strict-high; [edit firewall policer policer-name] if-exceeding { bandwidth-limit bps; bandwidth-percent number; burst-size-limit bytes; } then out-of-profile;