🎴 Flashcard Mode

Networking and Routing Protocols Quiz

Card1 / 18
Mastered0
Review0
QuestionClick to flip

Which protocol family is required prior to assigning an IP address to an interface?

AnswerClick to flip back
A
family inet
💡 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.

Change Mode