Users Guide

Layer 2 Switching Commands 636
Command Modes
MLAG Domain Configuration mode
User Guidelines
Use of the Dual Control Plane Detection Protocol is optional. It provides a
second layer of redundancy beyond that provided by the peer link protocol.
System that operate without the DCPDP protocol enabled (and use static
LAGs) run the risk of a split brain scenario in the case of peer link failure.
Example
console(config)#vpc domain 1
console(config-vpc 1)#peer-keepalive enable
console(config-vpc 1)#peer-keepalive destination 192.168.0.2 source
192.168.0.1
console(config-vpc 1)#peer detection enable
console(config-vpc 1)#exit
peer detection interval
Use this command to configure the peer detection transmission interval and
the detection interval. Use the no form of the command to return the
transmission and detection intervals to the default.
Syntax
peer detection interval interval-msecs timeout timeout-msecs
no peer detection interval
interval-msecs—The peer keepalive timeout in seconds. The range is 200–
4000 milliseconds.
timeout-msecs—The peer timeout value in milliseconds. The range is
700–14000 milliseconds.
Default Configuration
The default transmission interval is 1000 milliseconds. The default reception
timeout is 3500 milliseconds.
Command Modes
VPC Domain mode