ACX 시리즈 라우터에서는 2단계 수신 계층적 폴리싱이 지원됩니다. 단일 레벨 폴리서는 단일 대역폭 프로필을 정의합니다. 먼저 하위 또는 하위 폴리서를 정의하고 전체 시스템에 전역적으로 적용 가능한 집계 상위 폴리서와 연결하거나 연결해야 합니다. 최고 모드, 보장 모드 또는 하이브리드 폴리싱 모드와 같이 하위 폴리서에 대한 계층적 또는 통합 폴리싱 모드를 구성할 수 있습니다.
주: 계층적 폴리서는 ACX5048, ACX5096, ACX7332, ACX7348, ACX7059, ACX7024, ACX7024X 및 ACX7100 라우터에 적용되지 않습니다.
주: ACX 라우터의 계층적 폴리싱 메커니즘은 MX 시리즈 라우터에서 지원되는 계층적 폴리싱 기능과 다릅니다. 계층적 폴리서가 있는 MX 시리즈 라우터에서는 상위 최상위 폴리서 아래에 한 개의 하위 또는 하위 폴리서만 구성할 수 있는 반면, ACX 시리즈 라우터에서는 계층 수준 아래의 [edit firewall]
단일 상위 폴리서 아래에 여러 개의 하위 폴리서를 집계하고 지정할 수 있습니다. ACX 라우터의 계층적 폴리싱 방법론은 통합 폴리싱이라고도 합니다. hierarchical-policer
MX 시리즈 라우터에서 [edit firewall]
지원되는 계층 수준의 문과 하위 문은 ACX 시리즈 라우터에서 사용할 수 없습니다.
통합 부모 폴리서에 대해 하위 또는 마이크로 폴리서를 구성하고 상위 폴리서를 하위 폴리서와 연결하려면 다음을 수행합니다.
- 하나의 일반 폴리서를 하위 폴리서로 구성하고 집계 폴리싱 모드를 지정합니다.
user@host# set policer mi_pol_1 if-exceeding bandwidth-limit 25m
user@host# set policer mi_pol_1 if-exceeding burst-size-limit 3k
user@host# set policer mi_pol_1 if-exceeding aggregate-policing policer mi_pol_x aggregate-sharing-mode peak;
user@host# set policer mi_pol_1 then discard
- 다른 일반 폴리서를 하위 폴리서로 구성하고 통합 폴리싱 모드를 지정합니다. 옵션은
aggregate-sharing-mode
패킷 전달 엔진 문입니다.user@host# set policer mi_pol_2 if-exceeding bandwidth-limit 30m
user@host# set policer mi_pol_2 if-exceeding burst-size-limit 30k
user@host# set policer mi_pol_2 if-exceeding aggregate-policing policer mi_pol_x aggregate-sharing-mode peak;
user@host# set policer mi_pol_2 then discard
- 통합 상위 폴리서를 시스템의 전역 폴리서로 정의합니다. 옵션은
aggregate-sharing-mode
패킷 전달 엔진 문입니다.user@host# set policer mi_pol_x if-exceeding bandwidth-limit 55m
user@host# set policer mi_pol_x if-exceeding burst-size-limit 35k
user@host# set policer mi_pol_x aggregate global
- 명령을 사용하여 구성된 모든 폴리서 템플릿의
show filter policer template
설정을 확인합니다.user@host# show filter policer template
AppType Template name Bw limit-bits/sec Burst-bytes Action Options
------- ------------- ----------------- ----------- --------------
0 mi_pol_1
25000000 3000 DROP
Aggregate Child of mi_pol_x mode=2
0 mi_pol_2
30000000 30000 DROP
Aggregate Child of mi_pol_x mode=2
0 mi_pol_x
55000000 35000 DROP
Aggregate Parent
- 명령을 사용하여
show filter aggregate-policer
집계 상위 폴리서에 연결된 구성된 폴리서 인스턴스를 확인합니다.user@host# show filter aggregate-policer p1
CHILDREN
-------
#1) [UNI1_filtermi_pol_trtcm1-t2] CBS[1000]kB; CIR[10000]kbps; CBS[2000]kB; PIR[30000]kbps; Agg mode = 3;
#2) [UNI2_filtermi_pol_trtcm2-t2] CBS[1000]kB; CIR[15000]kbps; CBS[2000]kB; PIR[35000]kbps; Agg mode = 3;
PARENT
------
[p1] PBS[3000]kB; PIR[38000]kbps;
Sum child CIR[25000]kbps;CBS[2000]kB;
Sum child PIR[65000]kbps;PBS[4000]kB;
Max child CIR[15000]kbps;CBS[1000]kB;
Max child PIR[35000]kbps;PBS[2000]kB;
RESULTS
-------
STATUS = OK