ping 유틸리티는 ICMP 에코 메시지를 사용하여 IP 주소가 있는 모든 디바이스에 대한 연결을 확인합니다. 그러나 멀티캐스트 애플리케이션의 경우 패킷 스트림이 여러 번 복제되기 때문에 멀티캐스트 주소로 전송된 단일 ping은 라우터의 성능을 저하시킬 수 있습니다.
멀티캐스트 주소로 전송된 ping(ICMP 에코) 패킷에 대한 라우터의 응답을 비활성화할 수 있습니다. 시스템은 유니캐스트 핑 패킷에 정상적으로 응답합니다.
멀티캐스트 주소로 전송된 ping 패킷에 대한 라우터의 응답을 비활성화하려면:
no-multicast-echo
명령문을 포함합니다.
[edit system]
user@host# set no-multicast-echo
- 명령 출력
show system statistics icmp
에서 브로드캐스트 또는 멀티캐스트 대상 주소의 에코 삭제 필드를 확인하여 구성을 확인합니다.
user@host> show system statistics icmp
icmp:
0 drops due to rate limit
0 calls to icmp_error
0 errors not generated because old message was icmp
Output histogram:
echo reply: 21
0 messages with bad code fields
0 messages less than the minimum length
0 messages with bad checksum
0 messages with bad source address
0 messages with bad length
100 echo drops with broadcast or multicast destination address
0 timestamp drops with broadcast or multicast destination address
Input histogram:
echo: 21
21 message responses generated