Which protocol family is required prior to assigning an IP address to an interface?
-
family ip
-
family ip6
-
family inet
-
Family inet4
C
Correct answer
Explanation
In Junos, the 'family inet' statement must be configured at the interface level before assigning an IPv4 address. The 'inet' family enables IPv4 processing on the interface. Options A (ip) and D (inet4) are not valid Junos protocol family names. Option B (family ip6) is for IPv6, not IPv4. The correct sequence is: configure 'family inet', then assign the address within that family context.