동적 프로필 인터페이스에 폴리서 적용
이 구성은 동적 프로필에 폴리서를 적용하는 방법을 보여줍니다.
폴리서를 적용하려면 먼저 에 설명된 대로 폴리서를 구성해야 합니다.
동적 프로필 구성 방법:
- 3색 폴리서에 대한 동적 프로필을 생성합니다.
[edit dynamic-profiles] user@host# edit pw-trTCM-policer
- 동적 기본 인터페이스 단위가 있는 동적 프로필 인터페이스를 만듭니다.
[edit dynamic-profiles pw-trTCM-policer] user@host# edit interfaces $junos-interface-ifd-name unit $junos-underlying-interface-unit
- VPLS가 프로토콜 제품군임을 지정합니다.
[edit dynamic-profiles pw-trTCM-policer interfaces "$junos-interface-ifd-name" unit "$junos-underlying-interface-unit"] user@host# set family vpls
- 동적 프로필에 3색 폴리서를 할당합니다.
[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
- 2색 폴리서에 대한 동적 프로필을 생성합니다.
[edit dynamic-profiles] user@host# edit pw-2color-l2-policer
- 동적 기본 인터페이스 단위가 있는 동적 프로필 인터페이스를 만듭니다.
[edit dynamic-profiles pw-2color-l2-policer] user@host# edit interfaces $junos-interface-ifd-name unit $junos-underlying-interface-unit
- VPLS가 프로토콜 제품군임을 지정합니다.
[edit dynamic-profiles pw-2color-l2-policer interfaces "$junos-interface-ifd-name" unit "$junos-underlying-interface-unit"] user@host# set family vpls
- 동적 프로필에 2색 폴리서를 할당합니다.
[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