R1 has an OSPF adjacency with R2 over a point-to-point link. Which three statements about the
advertisements for this link in the Type 1 (Router) LSA generated by R1 are true? (Choose three.)
A.
It has a value in the link ID field with R2’s interface IP address.
B.
It has a value in the link ID field with R2’s router ID.
C.
It has a link-type of point-to-point (Type 1).
D.
It has a link-type of Transit (Type 2).
E.
It has a link-type of stub (Type 3).
Explanation:
should be B,C,E
KK it depends on OSPF interface configuration, if configured :
area 0.0.0.1 {
interface ge-0/0/1 {
interface-type p2p;
}
link type will be point-to-point
if not it will be Transit (default)
By the way, part of that new 80Q JN0-647 dumps FYI:
https://drive.google.com/open?id=0B-ob6L_QjGLpejBJUUI1X2NuU3M
Best Regards!