Which two commands may be used when configuring an IP address for a Gigabit Ethernet interface? (Choose two.)
Which two commands may be used when configuring an IP address for a Gigabit Ethernet interface? (Choose two.)
To configure an IP address for a Gigabit Ethernet interface, you generally need to specify the unit and the address family. The correct commands would include specifying the interface followed by unit and family details along with the IP address. Therefore, the appropriate commands are 'set interfaces ge-0/0/0.0 family inet address 10.1.1.1/24' and 'set interfaces ge-0/0/0 unit 0 family inet address 10.1.1.1/24'.
A & C are correct. Unit is required. Options are using 0/0/0.0 or 0/0/0 unit 0