귀하의 경험을 개선할 수 있도록 도와주십시오.

귀하의 의견을 알려주십시오.

2분이 소요되는 설문 조사에 시간을 내주시겠습니까?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
list Table of Contents
keyboard_arrow_right

이 기계 번역이 도움이 되었습니까?

starstarstarstarstar
Go to English page
면책 조항:

이 페이지는 타사 기계 번역 소프트웨어를 사용해 번역됩니다. 주니퍼 네트웍스에서는 우수한 품질의 번역을 제공하기 위한 합리적인 수준의 노력을 기울이지만 해당 컨텐츠의 정확성을 보장할 수 없습니다. 본 번역에 포함된 정보의 정확성과 관련해 의문이 있는 경우 영문 버전을 참조하시기 바랍니다. 다운로드 가능한 PDF는 영어로만 제공됩니다.

ACX 시리즈 라우터에서 통합 부모 및 하위 폴리서 구성

date_range 19-Jan-25

ACX 시리즈 라우터에서는 2단계 수신 계층적 폴리싱이 지원됩니다. 단일 레벨 폴리서는 단일 대역폭 프로필을 정의합니다. 먼저 하위 또는 하위 폴리서를 정의하고 전체 시스템에 전역적으로 적용 가능한 집계 상위 폴리서와 연결하거나 연결해야 합니다. 최고 모드, 보장 모드 또는 하이브리드 폴리싱 모드와 같이 하위 폴리서에 대한 계층적 또는 통합 폴리싱 모드를 구성할 수 있습니다.

주:

계층적 폴리서는 ACX5048, ACX5096, ACX7332, ACX7348, ACX7059, ACX7024, ACX7024X 및 ACX7100 라우터에 적용되지 않습니다.

주:

ACX 라우터의 계층적 폴리싱 메커니즘은 MX 시리즈 라우터에서 지원되는 계층적 폴리싱 기능과 다릅니다. 계층적 폴리서가 있는 MX 시리즈 라우터에서는 상위 최상위 폴리서 아래에 한 개의 하위 또는 하위 폴리서만 구성할 수 있는 반면, ACX 시리즈 라우터에서는 계층 수준 아래의 [edit firewall] 단일 상위 폴리서 아래에 여러 개의 하위 폴리서를 집계하고 지정할 수 있습니다. ACX 라우터의 계층적 폴리싱 방법론은 통합 폴리싱이라고도 합니다. hierarchical-policer MX 시리즈 라우터에서 [edit firewall] 지원되는 계층 수준의 문과 하위 문은 ACX 시리즈 라우터에서 사용할 수 없습니다.

통합 부모 폴리서에 대해 하위 또는 마이크로 폴리서를 구성하고 상위 폴리서를 하위 폴리서와 연결하려면 다음을 수행합니다.

  1. 하나의 일반 폴리서를 하위 폴리서로 구성하고 집계 폴리싱 모드를 지정합니다.
    content_copy zoom_out_map
    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
    
  2. 다른 일반 폴리서를 하위 폴리서로 구성하고 통합 폴리싱 모드를 지정합니다. 옵션은 aggregate-sharing-mode 패킷 전달 엔진 문입니다.
    content_copy zoom_out_map
    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
    
  3. 통합 상위 폴리서를 시스템의 전역 폴리서로 정의합니다. 옵션은 aggregate-sharing-mode 패킷 전달 엔진 문입니다.
    content_copy zoom_out_map
    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
    
  4. 명령을 사용하여 구성된 모든 폴리서 템플릿의 show filter policer template 설정을 확인합니다.
    content_copy zoom_out_map
    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
    
  5. 명령을 사용하여 show filter aggregate-policer 집계 상위 폴리서에 연결된 구성된 폴리서 인스턴스를 확인합니다.
    content_copy zoom_out_map
    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
    
footer-navigation