Hi, please don't take into account of my previous email (i.e., wrong announced version of the draft). Here is the right email. I am an assigned INT directorate reviewer for draft-ietf-intarea-probe-06. These comments were written primarily for the benefit of the Internet Area Directors. Document editors and shepherd(s) should treat these comments just like they would treat comments from any other IETF contributors and resolve them along with any other Last Call comments that have been received. For more details on the INT Directorate, see http://www.ietf.org/iesg/directorate.html. PROBE: A Utility For Probing Interfaces draft-ietf-intarea-probe-06 1. Introduction If the probed interface resides on a node that is directly connected to the probed node, PROBE reports that the interface is up if it appears in the IPv4 Address Resolution Protocol (ARP) table or the IPv6 Neighbor Cache. Otherwise, it reports that the interface does not exist. Comment: Normative references to "IPv4 Address Resolution Protocol (ARP) table" (i.e., RFC 826) and "IPv6 Neighbor Cache" (i.e., RFC 4861) are missing. 2. ICMP Extended Echo Request o L (local) - The L-bit is set of the probed interface resides on the probed node. The L-bit is clear if the probed interface is directly connected to the probed node. Typo: s/"The L-bit is set of the probed interface resides on the probed node."/"The L-bit is set if the probed interface resides on the probed node." 3. ICMP Extended Echo Reply o F (IPv4) - The F-bit is set if the A-bit is also set and IPv4 is running on the probed interface. Otherwise, the F-bit is clear. o S (IPv6) - The S-bit is set if the A-bit is also set and IPv6 is running on the probed interface. Otherwise, the S-bit is clear. o E (Ethernet) - The E-bit is set if the A-bit is also set and IPv4 is running on the probed interface. Otherwise, the E-bit is clear. Question: Why IPv4 must also run to have the E-bit set? Question: Why the E-bit is not set if IPv4 is not running and IPv6 is running? 4. ICMP Message Processing o Set the Code field as described Section 4.1 o If the Code Field is equal to No Error (0) and the L-bit is clear, set the A-Bit. o If the Code Field is equal to No Error (0) and the L-bit is set and the probed interface is active, set the A-bit. Question: Why the A-bit is not set when Code Field is equal to Multiple Interfaces Satisfy Query (3) and the L-bit is clear? Question: Same question when L-bit is set. 8. Security Considerations In order to protect local resources, implementations SHOULD rate-limit incoming ICMP Extended Echo Request messages. Comment: IMHO, the main security threat I see with this mechanism is to use it as "reflection" scanning: to discover nodes "behind" the proxy interface, without raising alarms from security probes watching the networks hosting these nodes. So, rate-limit can help to mitigate this potential threat too. 9. References 9.1. Normative References Comment: Too add normative references to "IPv4 Address Resolution Protocol (ARP) table" (i.e., RFC 826) and "IPv6 Neighbor Cache" (i.e., RFC 4861), as commented previously. Thanks in advance for your replies. Best regards, JMC.