LPI
201-450 · Question #357
Which of the following commands adds a static IPv6 address to the network interface eth0?
The correct answer is D. ip -6 addr add 2001:db8::1337/64 dev eth0. You've hit your weekly limit · resets 5am (America/New_York)
206 Networking Configuration
Question
Which of the following commands adds a static IPv6 address to the network interface eth0?
Options
- Aip add addr 2001:db8::1337/64 dev eth0
- Bip -6 add addr 2001:db8::1337/64 dev eth0
- Cip addr add 2001:db8::1337/64 dev eth0
- Dip -6 addr add 2001:db8::1337/64 dev eth0
- Eip addr add -6 2001:db8::1337/64 dev eth0
How the community answered
(52 responses)- A6% (3)
- B4% (2)
- C17% (9)
- D71% (37)
- E2% (1)
Explanation
You've hit your weekly limit · resets 5am (America/New_York)
Topics
#IPv6#ip command#static address#network interface
Community Discussion
No community discussion yet for this question.