Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

close
keyboard_arrow_left
list Table of Contents
keyboard_arrow_right

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

starstarstarstarstar
Go to English page
면책 조항:

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

복잡한 구성에 대한 동적 프로필 만들기

date_range 19-Jan-25

이 구성의 경우, 동적 프로필은 프로필 변수 세트를 정의한 다음 변수를 출력 폴리서에 할당합니다.

동적 프로필 구성하기:

  1. 동적 프로필을 만듭니다.
    content_copy zoom_out_map
    [edit  dynamic-profiles] 
    user@host#  edit pw-policer 
    
  2. 프로파일 변수 세트를 생성하고 변수를 정의합니다 junos-layer2-output-policer . 이 시나리오에서는 변수를 10m-policer.
    content_copy zoom_out_map
    [edit dynamic-profiles pw-policer]
    user@host#  edit profile-variable-set pw-policer-var-set
    user@host#  set junos-layer2-output-policer 10m-policer
    
  3. 동적 기본 인터페이스 단위가 있는 동적 프로필 인터페이스를 만듭니다.
    content_copy zoom_out_map
    [edit dynamic-profiles pw-policer]
    user@host#  edit interfaces $junos-interface-ifd-name unit $junos-underlying-interface-unit
    
  4. 2색 출력 폴리서에 변수를 할당합니다 junos-layer2-output-policer .
    content_copy zoom_out_map
    [edit dynamic-profiles pw-policer interfaces "$junos-interface-ifd-name" unit "$junos-underlying-interface-unit"]
    user@host#  set layer2-policer output-policer $junos-layer2-output-policer
    
  5. 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
    
external-footer-nav