A network engineer is configuring a VPC on a pair of Nexus 9000 switches. Which command is required to synchronize the configuration between the VPC peers?
Trap 1: auto-recovery.
auto-recovery is used to bring up orphaned ports after a peer failure, not for synchronization.
Trap 2: peer-keepalive destination <ip>.
peer-keepalive destination is for Layer 3 liveness detection; it does not synchronize configuration.
Trap 3: role preempt.
role preempt determines which peer becomes primary, not synchronization.
- A
auto-recovery.
Why wrong: auto-recovery is used to bring up orphaned ports after a peer failure, not for synchronization.
- B
peer-keepalive destination <ip>.
Why wrong: peer-keepalive destination is for Layer 3 liveness detection; it does not synchronize configuration.
- C
vpc domain <id>.
vpc domain <id> is required to create the VPC domain, which enables CFS for configuration synchronization via the peer-link.
- D
role preempt.
Why wrong: role preempt determines which peer becomes primary, not synchronization.