1.

How Do I Create A Peer Link For Vdc And A Keepalive Link For Each Vdc?

Answer»

CONFIGURE the vPC Keepalive LINK and Messages

This EXAMPLE demonstrates how to configure the destination, source IP ADDRESS, and VRF for the vPC-peer-keepalive link:

SWITCH# configure terminal 
switch(config)# feature vpc
switch(config)# vpc domain 100
switch(config-vpc-domain)# peer-keepalive destination 172.168.1.2 source 
172.168.1.1 vrf vpc-keepalive
Create the vPC Peer Link
This example demonstrates how to configure a vPC peer link:
switch# configure terminal 
switch(config)# interface port-channel 20
switch(config-if)# vpc peer-link
switch(config-vpc-domain)#

Configure the vPC Keepalive Link and Messages

This example demonstrates how to configure the destination, source IP address, and VRF for the vPC-peer-keepalive link:

switch# configure terminal 
switch(config)# feature vpc
switch(config)# vpc domain 100
switch(config-vpc-domain)# peer-keepalive destination 172.168.1.2 source 
172.168.1.1 vrf vpc-keepalive
Create the vPC Peer Link
This example demonstrates how to configure a vPC peer link:
switch# configure terminal 
switch(config)# interface port-channel 20
switch(config-if)# vpc peer-link
switch(config-vpc-domain)#



Discussion

No Comment Found