Friday, June 5, 2020

CCIE DC-VPC Config




SW1
=================
int mgmt 0
 ip add 10.10.10.1/24
 no shut

vpc domain 10
peer-keepalive destination 10.10.10.2 source 10.10.10.1 vrf management

int eth1/1 - 2
channel-group 10 mode active

interface port-channel 10
switchport mode trunk
vpc peer-link
no shut

SW2
=================
int mgmt 0
 ip add 10.10.10.2/24
 no shut

vpc domain 10
peer-keepalive destination 10.10.10.1 source 10.10.10.2 vrf management


int eth1/1 - 2
channel-group 10 mode active

interface port-channel 10
switchport mode trunk
vpc peer-link
no shut



# int eth1/6
channel-group 101 mode active
no shut

#int po101
switchport mode trunk
vpc 101