예: SSM 전용 도메인 구성
SSM 전용 도메인을 배포하는 것은 몇 가지 구성 단계만 필요하기 때문에 ASM 도메인을 배포하는 것보다 훨씬 간단합니다. 계층 수준에서 명령문을 추가하여 모든 인터페이스에서 PIM 스파스 모드를 활성화합니다 [edit protocols pim interface all] . 모든 인터페이스를 구성할 때 해당 인터페이스에 대한 disable 문을 추가하여 fxp0.0 관리 인터페이스를 제외합니다. 그런 다음 계층 수준에서 version 문을 추가하여 모든 호스트 대면 인터페이스에서 IGMPv3를 [edit protocols igmp interface interface-name] 구성합니다.
다음 예에서 호스트 대면 인터페이스는 fe-0/1/2입니다.
[edit] protocols { pim { interface all { mode sparse; version 2; } interface fxp0.0 { disable; } } igmp { interface fe-0/1/2 { version 3; } } }