Question 9 of 115 from exam 350-601-DCCOR: Implementing and Operating Cisco Data Center Core Technologies

Question 9 of 115 from exam 350-601-DCCOR: Implementing and Operating Cisco Data Center Core Technologies

Question

Which adjacency server configuration makes two OTV edge devices located in the same site bring up the dual-site adjacency? A.

Nexus-1:

interface Ethernet1/2
ip address 20.1.1.1/24

interface Overlay200
otv use-adjacency-server 20.1.1.2 unicast-only
otv join-interface Ethernet1/2

Nexus-2:

interface Ethernet1/2
ip address 20.1.1.2/24

interface Overlay200
otv use-adjacency-server 20.1.1.1 unicast-only
otv join-interface Ethernet1/2

B.

Nexus-1:

interface Ethernet1/2
ip address 20.1.1.1/24

interface Overlay200
otv adjacency-server unicast-only
otv join-interface Ethernet1/2

Nexus-2:

interface Ethernet1/2
ip address 20.1.1.2/24

interface Overlay200
otv join-interface Ethernet1/2
otv adjacency-server unicast-only
otv use-adjacency-server 20.1.1.1 unicast-only

C.

Nexus-1:

interface Ethernet1/2
ip address 20.1.1.1/24

interface Overlay200
otv adjacency-server unicast-only
otv join-interface Ethernet1/2

Nexus-2:

interface Ethernet1/2
ip address 20.1.1.2/24

interface Overlay200
otv adjacency-server unicast-only
otv join-interface Ethernet1/2

D.

Nexus-1:

interface Ethernet1/2
ip address 20.1.1.1/24

interface Overlay200
otv use-adjacency-server 20.1.1.1 unicast-only
otv adjacency-server unicast-only
otv join-interface Etherneti/2

Nexus-2:

interface Ethernet1/2
ip address 20.1.1.2/24

interface Overlay200
otv use-adjacency-server 20.1.1.2 unicast-only
otv adjacency-server unicast-only
otv join-interface Ethernet1/2

Explanations

B.