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

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

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

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
list Table of Contents
keyboard_arrow_right

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

starstarstarstarstar
Go to English page
면책 조항:

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

동적 프로필 인터페이스에 폴리서 적용

date_range 19-Jan-25

이 구성은 동적 프로필에 폴리서를 적용하는 방법을 보여줍니다.

폴리서를 적용하려면 먼저 에 설명된 대로 폴리서를 구성해야 합니다.

동적 프로필 구성 방법:

  1. 3색 폴리서에 대한 동적 프로필을 생성합니다.
    content_copy zoom_out_map
    [edit dynamic-profiles] 
    user@host#  edit pw-trTCM-policer  
    
  2. 동적 기본 인터페이스 단위가 있는 동적 프로필 인터페이스를 만듭니다.
    content_copy zoom_out_map
    [edit dynamic-profiles pw-trTCM-policer]
    user@host#  edit interfaces $junos-interface-ifd-name unit $junos-underlying-interface-unit
    
  3. VPLS가 프로토콜 제품군임을 지정합니다.
    content_copy zoom_out_map
    [edit dynamic-profiles pw-trTCM-policer interfaces "$junos-interface-ifd-name" unit "$junos-underlying-interface-unit"]
    user@host#  set family vpls
    
  4. 동적 프로필에 3색 폴리서를 할당합니다.
    content_copy zoom_out_map
    [edit dynamic-profiles pw-trTCM-policer interfaces "$junos-interface-ifd-name" unit "$junos-underlying-interface-unit"]
    user@host#  set layer2-policer output-three-color trTCM-policer
    
  5. 2색 폴리서에 대한 동적 프로필을 생성합니다.
    content_copy zoom_out_map
    [edit dynamic-profiles] 
    user@host#  edit pw-2color-l2-policer 
    
  6. 동적 기본 인터페이스 단위가 있는 동적 프로필 인터페이스를 만듭니다.
    content_copy zoom_out_map
    [edit dynamic-profiles pw-2color-l2-policer]
    user@host#  edit interfaces $junos-interface-ifd-name unit $junos-underlying-interface-unit
    
  7. VPLS가 프로토콜 제품군임을 지정합니다.
    content_copy zoom_out_map
    [edit dynamic-profiles pw-2color-l2-policer interfaces "$junos-interface-ifd-name" unit "$junos-underlying-interface-unit"]
    user@host#  set family vpls
    
  8. 동적 프로필에 2색 폴리서를 할당합니다.
    content_copy zoom_out_map
    [edit dynamic-profiles pw-2color-l2-policer interfaces "$junos-interface-ifd-name" unit "$junos-underlying-interface-unit"]
    user@host#  set layer2-policer output-policer 2color-l2-policer 
    
footer-navigation