Which two statements are true?

Examine the following command:
ipadm create-addr -T static -a 192.168.1.112/26 net0/v6
Which two statements are true?

Examine the following command:
ipadm create-addr -T static -a 192.168.1.112/26 net0/v6
Which two statements are true?

A.
The interface is plumbed.

B.
The interface is marked down.

C.
The netmask value is ffffffc0.

D.
The link local IPv6 address fe80::112 is created.

E.
Multicast datagrams are not enabled on this interface.

Explanation:

C: network mask is 255.255.255.192 decimal, equals ff.ff.ff.c0 hexadecimal
D:
Note: In the Internet Protocol Version 6 (IPv6), the address block fe80::/10 has been reserved for
link-local unicast addressing. The actual link local addresses are assigned with the prefix
fe80::/64. They may be assigned by automatic (stateless) or stateful (e.g. manual) mechanisms.



Leave a Reply 3

Your email address will not be published. Required fields are marked *


dupek

dupek

A and C
11111111111111111111111111000000 FFFFFFC0 255.255.255.192 2⁶ /26